summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Koehler2024-03-30 15:14:31 +0100
committerLorenz Koehler2024-03-30 15:14:31 +0100
commit7f614b16fbc703ef84928d077fd126bd8e6e7c60 (patch)
treecb3954a9c372d3efa9d2792d56e658eb3894deaf
parentae5ccd3f545491fdc647eb4f89c121d0b30c576a (diff)
downloadaur-kdeconnect-git.tar.gz
update PKGBUILD, update dependencies to qt6
-rw-r--r--.SRCINFO28
-rw-r--r--PKGBUILD18
2 files changed, 29 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 730ce227e033..512f15e05004 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,34 @@
pkgbase = kdeconnect-git
pkgdesc = Adds communication between KDE and your smartphone
- pkgver = 24.01.80.r13.g984d5a9
+ pkgver = 24.01.90.r76.g7f9a984
pkgrel = 1
url = https://community.kde.org/KDEConnect
arch = x86_64
license = GPL2
makedepends = git
makedepends = extra-cmake-modules
- makedepends = kdoctools5
makedepends = wayland-protocols
- depends = kcmutils5
+ depends = kcmutils
+ depends = kconfigwidgets
+ depends = kdbusaddons
+ depends = kdoctools
+ depends = kiconthemes
+ depends = kio
+ depends = kirigami-addons
+ depends = knotifications
+ depends = kpackage
+ depends = kpeople
+ depends = kservice
+ depends = kstatusnotifieritem
depends = libfakekey
- depends = qca-qt5
- depends = kpeoplevcard
+ depends = modemmanager-qt
depends = pulseaudio-qt
- depends = qqc2-desktop-style5
- depends = kirigami-addons5
- depends = modemmanager-qt5
- depends = qt5-connectivity
+ depends = qqc2-desktop-style
+ depends = qt6-declarative
+ depends = solid
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
diff --git a/PKGBUILD b/PKGBUILD
index b1206c7db10d..410b6d6791ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Rihards Skuja <rhssk at posteo dot eu>
+# Maintainer: l-koehler <lorenz.koehler@posteo.de>
+# Contributor: Rihards Skuja <rhssk at posteo dot eu>
# Contributor: Vojtech Kral <vojtech_kral^hk>
# Contributor: Antonio Rojas <arojas@archlinux.org>
# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
@@ -6,15 +7,18 @@
_remotename=kdeconnect-kde
_pkgname=kdeconnect
pkgname=$_pkgname-git
-pkgver=24.01.80.r13.g984d5a9
+pkgver=24.01.90.r76.g7f9a984
pkgrel=1
pkgdesc='Adds communication between KDE and your smartphone'
-arch=(x86_64)
+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')
+license=('GPL2')
+depends=(
+kcmutils kconfigwidgets kdbusaddons kdoctools kiconthemes kio kirigami-addons knotifications kpackage kpeople kservice kstatusnotifieritem
+libfakekey modemmanager-qt pulseaudio-qt qqc2-desktop-style qt6-declarative solid
+)
+makedepends=(git extra-cmake-modules 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")