Compare commits
5 Commits
c91c984e8e
...
2c3ef5cc53
Author | SHA1 | Date | |
---|---|---|---|
2c3ef5cc53 | |||
d02d02f5a1 | |||
601f27ba72 | |||
14e6bfd4d8 | |||
8856c41d1a |
@ -1,26 +1,55 @@
|
||||
pkgbase = kdeconnect-git
|
||||
pkgdesc = Adds communication between KDE and your smartphone
|
||||
pkgver = 24.01.80.r13.g984d5a9
|
||||
pkgver = 24.01.90.r47.gdb391d6
|
||||
pkgrel = 1
|
||||
url = https://community.kde.org/KDEConnect
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
makedepends = git
|
||||
makedepends = extra-cmake-modules
|
||||
makedepends = kdoctools5
|
||||
makedepends = kdoctools
|
||||
makedepends = kpackage
|
||||
makedepends = wayland-protocols
|
||||
depends = kcmutils5
|
||||
depends = dbus
|
||||
depends = gcc-libs
|
||||
depends = glibc
|
||||
depends = kcmutils
|
||||
depends = kconfig
|
||||
depends = kcoreaddons
|
||||
depends = kdbusaddons
|
||||
depends = kdeclarative
|
||||
depends = kguiaddons
|
||||
depends = ki18n
|
||||
depends = kiconthemes
|
||||
depends = kio
|
||||
depends = kirigami
|
||||
depends = kirigami-addons
|
||||
depends = kjobwidgets
|
||||
depends = knotifications
|
||||
depends = kpeople
|
||||
depends = kservice
|
||||
depends = kstatusnotifieritem
|
||||
depends = kwidgetsaddons
|
||||
depends = kwindowsystem
|
||||
depends = libfakekey
|
||||
depends = qca-qt5
|
||||
depends = kpeoplevcard
|
||||
depends = libx11
|
||||
depends = libxkbcommon
|
||||
depends = libxtst
|
||||
depends = modemmanager-qt
|
||||
depends = openssl
|
||||
depends = pulseaudio-qt
|
||||
depends = qqc2-desktop-style5
|
||||
depends = kirigami-addons5
|
||||
depends = modemmanager-qt5
|
||||
depends = qt5-connectivity
|
||||
depends = qqc2-desktop-style
|
||||
depends = qt6-5compat
|
||||
depends = qt6-base
|
||||
depends = qt6-connectivity
|
||||
depends = qt6-declarative
|
||||
depends = qt6-multimedia
|
||||
depends = qt6-wayland
|
||||
depends = solid
|
||||
depends = wayland
|
||||
optdepends = sshfs: remote filesystem browser
|
||||
optdepends = python-nautilus: Nautilus integration
|
||||
optdepends = qt5-tools: for some runcommand plugin actions
|
||||
optdepends = qt6-tools: for some runcommand plugin actions
|
||||
provides = kdeconnect
|
||||
conflicts = kdeconnect
|
||||
source = git+https://invent.kde.org/network/kdeconnect-kde.git
|
||||
|
@ -6,15 +6,26 @@
|
||||
_remotename=kdeconnect-kde
|
||||
_pkgname=kdeconnect
|
||||
pkgname=$_pkgname-git
|
||||
pkgver=24.01.80.r13.g984d5a9
|
||||
pkgver=24.01.90.r47.gdb391d6
|
||||
pkgrel=1
|
||||
pkgdesc='Adds communication between KDE and your smartphone'
|
||||
arch=(x86_64)
|
||||
url='https://community.kde.org/KDEConnect'
|
||||
license=(GPL2)
|
||||
depends=(kcmutils5 libfakekey qca-qt5 kpeoplevcard pulseaudio-qt qqc2-desktop-style5 kirigami-addons5 modemmanager-qt5 qt5-connectivity)
|
||||
makedepends=(git extra-cmake-modules kdoctools5 wayland-protocols)
|
||||
optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus integration' 'qt5-tools: for some runcommand plugin actions')
|
||||
depends=(
|
||||
dbus gcc-libs glibc kcmutils kconfig kcoreaddons kdbusaddons kdeclarative
|
||||
kguiaddons ki18n kiconthemes kio kirigami kirigami-addons kjobwidgets
|
||||
knotifications kpeople kservice kstatusnotifieritem kwidgetsaddons
|
||||
kwindowsystem libfakekey libx11 libxkbcommon libxtst modemmanager-qt openssl
|
||||
pulseaudio-qt qqc2-desktop-style qt6-5compat qt6-base qt6-connectivity
|
||||
qt6-declarative qt6-multimedia qt6-wayland solid wayland
|
||||
)
|
||||
makedepends=(git extra-cmake-modules kdoctools kpackage wayland-protocols)
|
||||
optdepends=(
|
||||
'sshfs: remote filesystem browser'
|
||||
'python-nautilus: Nautilus integration'
|
||||
'qt6-tools: for some runcommand plugin actions'
|
||||
)
|
||||
conflicts=($_pkgname)
|
||||
provides=($_pkgname)
|
||||
source=("git+https://invent.kde.org/network/$_remotename.git")
|
||||
|
@ -1,14 +1,14 @@
|
||||
pkgbase = kpeoplevcard-git
|
||||
pkgdesc = Expose VCard contacts to KPeople
|
||||
pkgver = 0.1.r124.gb84f309
|
||||
pkgrel = 1
|
||||
pkgver = 0.1.r139.g73c8f5f
|
||||
pkgrel = 2
|
||||
url = https://kde.org
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = git
|
||||
makedepends = extra-cmake-modules
|
||||
depends = kpeople5
|
||||
depends = kcontacts5
|
||||
depends = kpeople
|
||||
depends = kcontacts
|
||||
provides = kpeoplevcard
|
||||
conflicts = kpeoplevcard
|
||||
source = git+https://invent.kde.org/pim/kpeoplevcard.git
|
||||
|
@ -2,13 +2,13 @@
|
||||
|
||||
_pkgname=kpeoplevcard
|
||||
pkgname=$_pkgname-git
|
||||
pkgver=0.1.r124.gb84f309
|
||||
pkgrel=1
|
||||
pkgver=0.1.r139.g73c8f5f
|
||||
pkgrel=2
|
||||
pkgdesc='Expose VCard contacts to KPeople'
|
||||
arch=(x86_64)
|
||||
url='https://kde.org'
|
||||
license=(GPL)
|
||||
depends=(kpeople5 kcontacts5)
|
||||
depends=(kpeople kcontacts)
|
||||
makedepends=(git extra-cmake-modules)
|
||||
provides=($_pkgname)
|
||||
conflicts=($_pkgname)
|
||||
|
@ -1,6 +1,6 @@
|
||||
pkgbase = qopenhd-git
|
||||
pkgdesc = The default OpenHD companion app
|
||||
pkgver = 2.5.0.beta3.r218.g7d71a21
|
||||
pkgver = 2.5.3.r59.g261877c
|
||||
pkgrel = 1
|
||||
url = https://github.com/OpenHD/QOpenHD
|
||||
arch = any
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=qopenhd-git
|
||||
_reponame=QOpenHD
|
||||
pkgver=2.5.0.beta3.r218.g7d71a21
|
||||
pkgver=2.5.3.r59.g261877c
|
||||
pkgrel=1
|
||||
pkgdesc='The default OpenHD companion app'
|
||||
arch=(any)
|
||||
|
@ -1,13 +1,13 @@
|
||||
pkgbase = simplicity-commander
|
||||
pkgdesc = GUI and command line access to the debug features of Silicon Labs devices
|
||||
pkgver = 1.16.3
|
||||
pkgver = 1.16.5
|
||||
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.16.3.zip::https://www.silabs.com/documents/public/software/SimplicityCommander-Linux.zip
|
||||
sha256sums = 989ad97c9709af158cb4be60ecf34575797f9f3eaa53ce230354ec0bce3e6512
|
||||
source = simplicity-commander-1.16.5.zip::https://www.silabs.com/documents/public/software/SimplicityCommander-Linux.zip
|
||||
sha256sums = 82b1bbc492c8cd574e3a92eefc775360ed28a3600080b37a061f0d5cd4553ec4
|
||||
|
||||
pkgname = simplicity-commander
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: Rihards Skuja <rhssk at posteo dot eu>
|
||||
|
||||
pkgname=simplicity-commander
|
||||
pkgver=1.16.3
|
||||
pkgver=1.16.5
|
||||
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=('989ad97c9709af158cb4be60ecf34575797f9f3eaa53ce230354ec0bce3e6512')
|
||||
sha256sums=('82b1bbc492c8cd574e3a92eefc775360ed28a3600080b37a061f0d5cd4553ec4')
|
||||
|
||||
package() {
|
||||
cd "SimplicityCommander-Linux"
|
||||
|
@ -1,6 +1,6 @@
|
||||
pkgbase = slc-cli
|
||||
pkgdesc = Command line tool to generate projects with Silicon Labs SDK
|
||||
pkgver = 5.8.0.0
|
||||
pkgver = 5.8.1.0
|
||||
pkgrel = 1
|
||||
url = https://siliconlabs.github.io/slc-specification
|
||||
arch = x86_64
|
||||
@ -9,9 +9,9 @@ pkgbase = slc-cli
|
||||
depends = python-requests
|
||||
depends = python-websockets
|
||||
depends = python-colorama
|
||||
noextract = slc-cli-5.8.0.0.zip
|
||||
noextract = slc-cli-5.8.1.0.zip
|
||||
options = !strip
|
||||
source = slc-cli-5.8.0.0.zip::https://www.silabs.com/documents/login/software/slc_cli_linux.zip
|
||||
sha256sums = f99d6bc2c4d002f397bcc27bd389eebfabb230b863e349da614f838b53274d3f
|
||||
source = slc-cli-5.8.1.0.zip::https://www.silabs.com/documents/login/software/slc_cli_linux.zip
|
||||
sha256sums = 204e8622b4eec206a8a405a88800f1623706db9d8c4bf72b7d98a5eb9cc16607
|
||||
|
||||
pkgname = slc-cli
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: Rihards Skuja <rhssk at posteo dot eu>
|
||||
|
||||
pkgname=slc-cli
|
||||
pkgver=5.8.0.0
|
||||
pkgver=5.8.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Command line tool to generate projects with Silicon Labs SDK'
|
||||
arch=('x86_64')
|
||||
@ -11,7 +11,7 @@ options=('!strip')
|
||||
depends=('java-runtime' 'python-requests' 'python-websockets' 'python-colorama')
|
||||
source=("$pkgname-$pkgver.zip::https://www.silabs.com/documents/login/software/slc_cli_linux.zip")
|
||||
noextract=("$pkgname-$pkgver.zip")
|
||||
sha256sums=('f99d6bc2c4d002f397bcc27bd389eebfabb230b863e349da614f838b53274d3f')
|
||||
sha256sums=('204e8622b4eec206a8a405a88800f1623706db9d8c4bf72b7d98a5eb9cc16607')
|
||||
|
||||
prepare() {
|
||||
bsdtar -xpf "$pkgname-$pkgver.zip"
|
||||
|
Loading…
Reference in New Issue
Block a user