Compare commits

...

3 Commits

Author SHA1 Message Date
92abb9f8dc
kdeconnect-git: fix build failure because of missing dependencies
Sync dependencies with kdeconnect from 'Extra'.
2023-11-10 12:42:40 +02:00
2244b059f9
rtl8812au: add RTL88xxAU driver with OpenHD patches 2023-11-10 12:42:40 +02:00
2daa9aefda
rtl88x2bu: add RTL88x2BU driver with OpenHD patches 2023-11-10 12:42:39 +02:00
8 changed files with 106 additions and 21 deletions

View File

@ -1,28 +1,25 @@
pkgbase = kdeconnect-git
pkgdesc = Adds communication between KDE and your smartphone
pkgver = 21.07.80.r160.77047268
pkgver = 24.01.75.r1.g5db4263
pkgrel = 1
url = https://community.kde.org/KDEConnect
arch = x86_64
license = GPL2
makedepends = git
makedepends = extra-cmake-modules
makedepends = kdoctools
makedepends = qt5-declarative
makedepends = qqc2-desktop-style
makedepends = plasma-wayland-protocols
depends = hicolor-icon-theme
depends = kcmutils
depends = kwayland
makedepends = kdoctools5
makedepends = wayland-protocols
depends = kcmutils5
depends = libfakekey
depends = qca
depends = kpeople
depends = qca-qt5
depends = kpeoplevcard
depends = kirigami2
depends = pulseaudio-qt
depends = qqc2-desktop-style5
depends = kirigami-addons5
depends = modemmanager-qt5
optdepends = sshfs: remote filesystem browser
optdepends = kde-cli-tools: configuration UI
optdepends = python-nautilus: Nautilus integration
optdepends = qt5-tools: for some runcommand plugin actions
provides = kdeconnect
conflicts = kdeconnect
source = git+https://invent.kde.org/network/kdeconnect-kde.git

View File

@ -6,19 +6,15 @@
_remotename=kdeconnect-kde
_pkgname=kdeconnect
pkgname=$_pkgname-git
pkgver=21.07.80.r160.77047268
pkgver=24.01.75.r1.g5db4263
pkgrel=1
pkgdesc='Adds communication between KDE and your smartphone'
arch=(x86_64)
url='https://community.kde.org/KDEConnect'
license=(GPL2)
depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca kpeople
kpeoplevcard kirigami2 pulseaudio-qt)
makedepends=(git extra-cmake-modules kdoctools qt5-declarative qqc2-desktop-style
plasma-wayland-protocols)
optdepends=('sshfs: remote filesystem browser'
'kde-cli-tools: configuration UI'
'python-nautilus: Nautilus integration')
depends=(kcmutils5 libfakekey qca-qt5 kpeoplevcard pulseaudio-qt qqc2-desktop-style5 kirigami-addons5 modemmanager-qt5)
makedepends=(git extra-cmake-modules kdoctools5 wayland-protocols)
optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus integration' 'qt5-tools: for some runcommand plugin actions')
conflicts=($_pkgname)
provides=($_pkgname)
source=("git+https://invent.kde.org/network/$_remotename.git")
@ -26,7 +22,7 @@ sha256sums=('SKIP')
pkgver() {
cd $_remotename
printf "%s" "$(git describe --long | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g')"
git describe --long --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {

View File

@ -0,0 +1,14 @@
pkgbase = rtl8812au-openhd-dkms-git
pkgdesc = Patched rtl88xxau drivers for wifibroadcast
pkgver = 5.2.20.2.r781.8f30f65
pkgrel = 1
url = https://github.com/OpenHD/rtl8812au
arch = any
license = GPL2
makedepends = git
depends = dkms
depends = bc
source = git+https://github.com/OpenHD/rtl8812au.git
sha256sums = SKIP
pkgname = rtl8812au-openhd-dkms-git

3
rtl8812au-openhd-dkms-git/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*
!/PKGBUILD
!/.SRCINFO

View File

@ -0,0 +1,28 @@
# Maintainer: Rihards Skuja <rihards at skuja dot eu>
pkgname=rtl8812au-openhd-dkms-git
_modname=88XXau_wfb
pkgver=5.2.20.2.r781.8f30f65
_pkgver=5.2.20.2
pkgrel=1
pkgdesc="Patched rtl88xxau drivers for wifibroadcast"
arch=('any')
url="https://github.com/OpenHD/rtl8812au"
license=('GPL2')
depends=('dkms' 'bc')
makedepends=('git')
source=("git+https://github.com/OpenHD/rtl8812au.git")
sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/rtl8812au"
printf '%s.r%s.%s' "${_pkgver}" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
}
package() {
cd "${srcdir}/rtl8812au"
mkdir -p "${pkgdir}/usr/src/${_modname}-${pkgver}"
cp -pr * "${pkgdir}/usr/src/${_modname}-${pkgver}"
install -Dm644 dkms.conf "${pkgdir}/usr/src/${_modname}-${pkgver}/dkms.conf"
sed -e "s/@PKGVER@/${pkgver}/" -i "${pkgdir}/usr/src/${_modname}-${pkgver}/dkms.conf"
}

View File

@ -0,0 +1,14 @@
pkgbase = rtl88x2bu-openhd-dkms-git
pkgdesc = Realtek RTL88x2BU WiFi USB Driver for Linux (with OpenHD patches)
pkgver = 5.13.1.r210.6554258
pkgrel = 1
url = https://github.com/OpenHD/rtl88x2bu
arch = any
license = GPL2
makedepends = git
depends = dkms
depends = bc
source = git+https://github.com/OpenHD/rtl88x2bu.git
sha256sums = SKIP
pkgname = rtl88x2bu-openhd-dkms-git

3
rtl88x2bu-openhd-dkms-git/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*
!/PKGBUILD
!/.SRCINFO

View File

@ -0,0 +1,30 @@
# Maintainer: Rihards Skuja <rihards at skuja dot eu>
pkgname=rtl88x2bu-openhd-dkms-git
_modname=88x2bu
pkgver=5.13.1.r210.6554258
_pkgver=5.13.1
pkgrel=1
pkgdesc="Realtek RTL88x2BU WiFi USB Driver for Linux (with OpenHD patches)"
arch=('any')
url="https://github.com/OpenHD/rtl88x2bu"
license=('GPL2')
depends=('dkms' 'bc')
makedepends=('git')
source=("git+https://github.com/OpenHD/rtl88x2bu.git")
sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/rtl88x2bu"
printf '%s.r%s.%s' "${_pkgver}" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
}
package() {
cd "${srcdir}/rtl88x2bu"
mkdir -p "${pkgdir}/usr/src/${_modname}-${pkgver}"
cp -pr * "${pkgdir}/usr/src/${_modname}-${pkgver}"
install -Dm644 dkms.conf "${pkgdir}/usr/src/${_modname}-${pkgver}/dkms.conf"
sed -e "s/@PKGVER@/${pkgver}/" -i "${pkgdir}/usr/src/${_modname}-${pkgver}/dkms.conf"
mkdir -p "${pkgdir}/usr/lib/modprobe.d/"
echo "blacklist rtw88_8822bu" > "${pkgdir}/usr/lib/modprobe.d/rtw8822bu.conf"
}