kdeconnect-git: build against KF6
This commit is contained in:
parent
05b7f67736
commit
07be2cb77a
@ -1,26 +1,55 @@
|
|||||||
pkgbase = kdeconnect-git
|
pkgbase = kdeconnect-git
|
||||||
pkgdesc = Adds communication between KDE and your smartphone
|
pkgdesc = Adds communication between KDE and your smartphone
|
||||||
pkgver = 24.01.80.r13.g984d5a9
|
pkgver = 24.01.90.r47.gdb391d6
|
||||||
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 = kdoctools5
|
makedepends = kdoctools
|
||||||
|
makedepends = kpackage
|
||||||
makedepends = wayland-protocols
|
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 = libfakekey
|
||||||
depends = qca-qt5
|
depends = libx11
|
||||||
depends = kpeoplevcard
|
depends = libxkbcommon
|
||||||
|
depends = libxtst
|
||||||
|
depends = modemmanager-qt
|
||||||
|
depends = openssl
|
||||||
depends = pulseaudio-qt
|
depends = pulseaudio-qt
|
||||||
depends = qqc2-desktop-style5
|
depends = qqc2-desktop-style
|
||||||
depends = kirigami-addons5
|
depends = qt6-5compat
|
||||||
depends = modemmanager-qt5
|
depends = qt6-base
|
||||||
depends = qt5-connectivity
|
depends = qt6-connectivity
|
||||||
|
depends = qt6-declarative
|
||||||
|
depends = qt6-multimedia
|
||||||
|
depends = qt6-wayland
|
||||||
|
depends = solid
|
||||||
|
depends = wayland
|
||||||
optdepends = sshfs: remote filesystem browser
|
optdepends = sshfs: remote filesystem browser
|
||||||
optdepends = python-nautilus: Nautilus integration
|
optdepends = python-nautilus: Nautilus integration
|
||||||
optdepends = qt5-tools: for some runcommand plugin actions
|
optdepends = qt6-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,15 +6,26 @@
|
|||||||
_remotename=kdeconnect-kde
|
_remotename=kdeconnect-kde
|
||||||
_pkgname=kdeconnect
|
_pkgname=kdeconnect
|
||||||
pkgname=$_pkgname-git
|
pkgname=$_pkgname-git
|
||||||
pkgver=24.01.80.r13.g984d5a9
|
pkgver=24.01.90.r47.gdb391d6
|
||||||
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=(kcmutils5 libfakekey qca-qt5 kpeoplevcard pulseaudio-qt qqc2-desktop-style5 kirigami-addons5 modemmanager-qt5 qt5-connectivity)
|
depends=(
|
||||||
makedepends=(git extra-cmake-modules kdoctools5 wayland-protocols)
|
dbus gcc-libs glibc kcmutils kconfig kcoreaddons kdbusaddons kdeclarative
|
||||||
optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus integration' 'qt5-tools: for some runcommand plugin actions')
|
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)
|
conflicts=($_pkgname)
|
||||||
provides=($_pkgname)
|
provides=($_pkgname)
|
||||||
source=("git+https://invent.kde.org/network/$_remotename.git")
|
source=("git+https://invent.kde.org/network/$_remotename.git")
|
||||||
|
Loading…
Reference in New Issue
Block a user