Compare commits
5 Commits
ce570a90fc
...
366d0f5d1e
Author | SHA1 | Date | |
---|---|---|---|
366d0f5d1e | |||
71c326877c | |||
f6b4de2c2b | |||
dff09f87d9 | |||
5bd52204f4 |
@ -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
|
||||
|
@ -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() {
|
||||
|
@ -1,18 +1,17 @@
|
||||
pkgbase = kpeoplevcard-git
|
||||
pkgdesc = KPeople VCard Support
|
||||
pkgver = r38.32d50a9
|
||||
pkgdesc = Expose VCard contacts to KPeople
|
||||
pkgver = 0.1.r124.gb84f309
|
||||
pkgrel = 1
|
||||
url = https://phabricator.kde.org/source/kpeoplevcard/
|
||||
url = https://kde.org
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = git
|
||||
makedepends = extra-cmake-modules
|
||||
depends = kpeople
|
||||
depends = kcontacts
|
||||
depends = kpeople5
|
||||
depends = kcontacts5
|
||||
provides = kpeoplevcard
|
||||
conflicts = kpeoplevcard
|
||||
source = git+git://anongit.kde.org/kpeoplevcard
|
||||
source = git+https://invent.kde.org/pim/kpeoplevcard.git
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = kpeoplevcard-git
|
||||
|
||||
|
@ -1,35 +1,30 @@
|
||||
# Maintainer: Rihards Skuja <rhssk at posteo eu>
|
||||
|
||||
_pkgname=kpeoplevcard
|
||||
pkgname=$_pkgname-git
|
||||
pkgver=r38.32d50a9
|
||||
pkgver=0.1.r124.gb84f309
|
||||
pkgrel=1
|
||||
pkgdesc="KPeople VCard Support"
|
||||
pkgdesc="Expose VCard contacts to KPeople"
|
||||
arch=(x86_64)
|
||||
url="https://phabricator.kde.org/source/$_pkgname/"
|
||||
url="https://kde.org"
|
||||
license=("GPL")
|
||||
depends=(kpeople kcontacts)
|
||||
depends=(kpeople5 kcontacts5)
|
||||
makedepends=(git extra-cmake-modules)
|
||||
provides=($_pkgname)
|
||||
conflicts=($_pkgname)
|
||||
source=("git+git://anongit.kde.org/$_pkgname")
|
||||
source=("git+https://invent.kde.org/pim/$_pkgname.git")
|
||||
md5sums=("SKIP")
|
||||
|
||||
pkgver() {
|
||||
cd $_pkgname
|
||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
}
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
cd $_pkgname
|
||||
git describe --long --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake ../$_pkgname
|
||||
make
|
||||
cmake -B build -S $_pkgname -Wno-dev
|
||||
cmake --build build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR="$pkgdir/" install
|
||||
DESTDIR="$pkgdir" cmake --install 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"
|
||||
}
|
@ -1,13 +1,13 @@
|
||||
pkgbase = simplicity-commander
|
||||
pkgdesc = GUI and command line access to the debug features of Silicon Labs devices
|
||||
pkgver = 1.14.5
|
||||
pkgver = 1.16.0
|
||||
pkgrel = 1
|
||||
url = https://www.silabs.com/mcu/programming-options
|
||||
arch = x86_64
|
||||
license = LGPL
|
||||
depends = jlink-software-and-documentation
|
||||
options = !strip
|
||||
source = simplicity-commander-1.14.5.zip::https://www.silabs.com/documents/public/software/SimplicityCommander-Linux.zip
|
||||
sha256sums = 30a0cd9534246cb2e96e1331a426f0c8e80ec41be31cdb411df980239732185a
|
||||
source = simplicity-commander-1.16.0.zip::https://www.silabs.com/documents/public/software/SimplicityCommander-Linux.zip
|
||||
sha256sums = 6737d88915443113d544727dafba54b27cf85e9e72a53f200a591e5c30913d7d
|
||||
|
||||
pkgname = simplicity-commander
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: Rihards Skuja <rhssk at posteo dot eu>
|
||||
|
||||
pkgname=simplicity-commander
|
||||
pkgver=1.14.5
|
||||
pkgver=1.16.0
|
||||
pkgrel=1
|
||||
pkgdesc='GUI and command line access to the debug features of Silicon Labs devices'
|
||||
arch=('x86_64')
|
||||
@ -10,7 +10,7 @@ license=('LGPL')
|
||||
options=('!strip')
|
||||
depends=('jlink-software-and-documentation')
|
||||
source=("$pkgname-$pkgver.zip::https://www.silabs.com/documents/public/software/SimplicityCommander-Linux.zip")
|
||||
sha256sums=('30a0cd9534246cb2e96e1331a426f0c8e80ec41be31cdb411df980239732185a')
|
||||
sha256sums=('6737d88915443113d544727dafba54b27cf85e9e72a53f200a591e5c30913d7d')
|
||||
|
||||
package() {
|
||||
cd "SimplicityCommander-Linux"
|
||||
|
Loading…
Reference in New Issue
Block a user