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

Antonio Rojas arojas at archlinux.org
Wed Feb 11 20:08:54 UTC 2015


    Date: Wednesday, February 11, 2015 @ 21:08:53
  Author: arojas
Revision: 127579

Add sni-qt optdepend (FS#43785)

Modified:
  owncloud-client/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-11 18:12:53 UTC (rev 127578)
+++ PKGBUILD	2015-02-11 20:08:53 UTC (rev 127579)
@@ -5,7 +5,7 @@
 _name=mirall
 pkgname=owncloud-client
 pkgver=1.7.1
-pkgrel=3
+pkgrel=4
 pkgdesc='ownCloud client based on mirall'
 arch=('i686' 'x86_64')
 url='http://owncloud.org/'
@@ -12,13 +12,11 @@
 license=('GPL2')
 depends=('qtkeychain-qt4' 'qtwebkit' 'neon')
 makedepends=('cmake' 'python-sphinx')
-optdepends=('python2-nautilus: integration with Nautilus')
+optdepends=('python2-nautilus: integration with Nautilus' 'sni-qt: needed to run in some DEs (Plasma 5, Unity)')
 install=owncloud-client.install
 backup=('etc/ownCloud/sync-exclude.lst')
-source=("https://download.owncloud.com/desktop/stable/${_name}-${pkgver}.tar.bz2"
-        "https://download.owncloud.com/desktop/stable/${_name}-${pkgver}.tar.bz2.asc")
-md5sums=('5355f5dee2beb2d2dc39c8ad77511c0b'
-         'SKIP')
+source=("https://download.owncloud.com/desktop/stable/${_name}-${pkgver}.tar.bz2"{,.asc})
+md5sums=('5355f5dee2beb2d2dc39c8ad77511c0b' 'SKIP')
 validpgpkeys=('F8A819CEB7B10C78D032F028C2B0EE195647594B')
 
 prepare() {



More information about the arch-commits mailing list