[arch-commits] Commit in purpose/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Jun 2 16:04:27 UTC 2016


    Date: Thursday, June 2, 2016 @ 18:04:27
  Author: arojas
Revision: 268852

Add missing dependencies

Modified:
  purpose/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-02 15:42:42 UTC (rev 268851)
+++ PKGBUILD	2016-06-02 16:04:27 UTC (rev 268852)
@@ -3,13 +3,14 @@
 
 pkgname=purpose
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Framework for providing abstractions to get the developer's purposes fulfilled"
 arch=(i686 x86_64)
 url='https://projects.kde.org/purpose'
 license=(LGPL)
-depends=(kaccounts-integration hicolor-icon-theme)
+depends=(kaccounts-integration accounts-qml-module hicolor-icon-theme)
 makedepends=(extra-cmake-modules intltool python)
+optdepends=('kdeconnect: sharing to smartphone via KDE Connect')
 source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz")
 md5sums=('9d97612738bb3d7b43ac6dcbcb864a4f')
 



More information about the arch-commits mailing list