Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
purpose5
Commits:
646ffc61 by Antonio Rojas at 2023-12-23T01:35:44+01:00
Revert "upgpkg: 5.113.0-2: Disable kaccounts in kde-unstable"
This reverts commit 350a2be38d9eabdaf540c87bb76b6a57973bc91c.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
pkgbase = purpose5
pkgdesc = Framework for providing abstractions to get the developers
purposes fulfilled
pkgver = 5.113.0
- pkgrel = 2
+ pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf5
license = LGPL
makedepends = extra-cmake-modules
makedepends = intltool
- depends = kio5
+ depends = kaccounts-integration
depends = kirigami2
+ depends = accounts-qml-module
optdepends = kdeconnect: sharing to smartphone via KDE Connect
optdepends = telegram-desktop: sharing via Telegram
optdepends = bluedevil: sharing via Bluetooth
=====================================
PKGBUILD
=====================================
@@ -3,13 +3,12 @@
_name=purpose
pkgname=${_name}5
pkgver=5.113.0
-pkgrel=2
+pkgrel=1
pkgdesc='Framework for providing abstractions to get the developers purposes
fulfilled'
arch=(x86_64)
url='https://community.kde.org/Frameworks'
license=(LGPL)
-depends=(kio5
- kirigami2)
+depends=(kaccounts-integration kirigami2 accounts-qml-module)
makedepends=(extra-cmake-modules intltool)
optdepends=('kdeconnect: sharing to smartphone via KDE Connect'
'telegram-desktop: sharing via Telegram'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/purpose5/-/commit/646ffc6142c3ef5b5702e0324e67d6849fc7a2bc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/purpose5/-/commit/646ffc6142c3ef5b5702e0324e67d6849fc7a2bc
You're receiving this email because of your account on gitlab.archlinux.org.