Compare commits
3 Commits
04a769403c
...
92abb9f8dc
Author | SHA1 | Date | |
---|---|---|---|
92abb9f8dc | |||
2244b059f9 | |||
2daa9aefda |
@ -1,28 +1,25 @@
|
|||||||
pkgbase = kdeconnect-git
|
pkgbase = kdeconnect-git
|
||||||
pkgdesc = Adds communication between KDE and your smartphone
|
pkgdesc = Adds communication between KDE and your smartphone
|
||||||
pkgver = 21.07.80.r160.77047268
|
pkgver = 24.01.75.r1.g5db4263
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://community.kde.org/KDEConnect
|
url = https://community.kde.org/KDEConnect
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = extra-cmake-modules
|
makedepends = extra-cmake-modules
|
||||||
makedepends = kdoctools
|
makedepends = kdoctools5
|
||||||
makedepends = qt5-declarative
|
makedepends = wayland-protocols
|
||||||
makedepends = qqc2-desktop-style
|
depends = kcmutils5
|
||||||
makedepends = plasma-wayland-protocols
|
|
||||||
depends = hicolor-icon-theme
|
|
||||||
depends = kcmutils
|
|
||||||
depends = kwayland
|
|
||||||
depends = libfakekey
|
depends = libfakekey
|
||||||
depends = qca
|
depends = qca-qt5
|
||||||
depends = kpeople
|
|
||||||
depends = kpeoplevcard
|
depends = kpeoplevcard
|
||||||
depends = kirigami2
|
|
||||||
depends = pulseaudio-qt
|
depends = pulseaudio-qt
|
||||||
|
depends = qqc2-desktop-style5
|
||||||
|
depends = kirigami-addons5
|
||||||
|
depends = modemmanager-qt5
|
||||||
optdepends = sshfs: remote filesystem browser
|
optdepends = sshfs: remote filesystem browser
|
||||||
optdepends = kde-cli-tools: configuration UI
|
|
||||||
optdepends = python-nautilus: Nautilus integration
|
optdepends = python-nautilus: Nautilus integration
|
||||||
|
optdepends = qt5-tools: for some runcommand plugin actions
|
||||||
provides = kdeconnect
|
provides = kdeconnect
|
||||||
conflicts = kdeconnect
|
conflicts = kdeconnect
|
||||||
source = git+https://invent.kde.org/network/kdeconnect-kde.git
|
source = git+https://invent.kde.org/network/kdeconnect-kde.git
|
||||||
|
@ -6,19 +6,15 @@
|
|||||||
_remotename=kdeconnect-kde
|
_remotename=kdeconnect-kde
|
||||||
_pkgname=kdeconnect
|
_pkgname=kdeconnect
|
||||||
pkgname=$_pkgname-git
|
pkgname=$_pkgname-git
|
||||||
pkgver=21.07.80.r160.77047268
|
pkgver=24.01.75.r1.g5db4263
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Adds communication between KDE and your smartphone'
|
pkgdesc='Adds communication between KDE and your smartphone'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://community.kde.org/KDEConnect'
|
url='https://community.kde.org/KDEConnect'
|
||||||
license=(GPL2)
|
license=(GPL2)
|
||||||
depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca kpeople
|
depends=(kcmutils5 libfakekey qca-qt5 kpeoplevcard pulseaudio-qt qqc2-desktop-style5 kirigami-addons5 modemmanager-qt5)
|
||||||
kpeoplevcard kirigami2 pulseaudio-qt)
|
makedepends=(git extra-cmake-modules kdoctools5 wayland-protocols)
|
||||||
makedepends=(git extra-cmake-modules kdoctools qt5-declarative qqc2-desktop-style
|
optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus integration' 'qt5-tools: for some runcommand plugin actions')
|
||||||
plasma-wayland-protocols)
|
|
||||||
optdepends=('sshfs: remote filesystem browser'
|
|
||||||
'kde-cli-tools: configuration UI'
|
|
||||||
'python-nautilus: Nautilus integration')
|
|
||||||
conflicts=($_pkgname)
|
conflicts=($_pkgname)
|
||||||
provides=($_pkgname)
|
provides=($_pkgname)
|
||||||
source=("git+https://invent.kde.org/network/$_remotename.git")
|
source=("git+https://invent.kde.org/network/$_remotename.git")
|
||||||
@ -26,7 +22,7 @@ sha256sums=('SKIP')
|
|||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd $_remotename
|
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() {
|
build() {
|
||||||
|
14
rtl8812au-openhd-dkms-git/.SRCINFO
Normal file
14
rtl8812au-openhd-dkms-git/.SRCINFO
Normal 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
3
rtl8812au-openhd-dkms-git/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
*
|
||||||
|
!/PKGBUILD
|
||||||
|
!/.SRCINFO
|
28
rtl8812au-openhd-dkms-git/PKGBUILD
Normal file
28
rtl8812au-openhd-dkms-git/PKGBUILD
Normal 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"
|
||||||
|
}
|
14
rtl88x2bu-openhd-dkms-git/.SRCINFO
Normal file
14
rtl88x2bu-openhd-dkms-git/.SRCINFO
Normal 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
3
rtl88x2bu-openhd-dkms-git/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
*
|
||||||
|
!/PKGBUILD
|
||||||
|
!/.SRCINFO
|
30
rtl88x2bu-openhd-dkms-git/PKGBUILD
Normal file
30
rtl88x2bu-openhd-dkms-git/PKGBUILD
Normal 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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user