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

Antonio Rojas arojas at archlinux.org
Wed Mar 18 20:34:07 UTC 2015


    Date: Wednesday, March 18, 2015 @ 21:34:07
  Author: arojas
Revision: 129550

Switch back to Qt4 until Qt5.5 is released, there are still some issues with Qt5.4 (FS#44235, FS#44244)

Modified:
  owncloud-client/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-18 19:28:07 UTC (rev 129549)
+++ PKGBUILD	2015-03-18 20:34:07 UTC (rev 129550)
@@ -5,14 +5,14 @@
 _name=owncloudclient
 pkgname=owncloud-client
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
 license=(GPL2)
-depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme)
-makedepends=(cmake python-sphinx qt5-tools)
-optdepends=('python2-nautilus: integration with Nautilus')
+depends=(qtkeychain-qt4 qtwebkit neon)
+makedepends=(cmake python-sphinx)
+optdepends=('python-gobject: integration with Nautilus')
 install=$pkgname.install
 backup=('etc/ownCloud/sync-exclude.lst')
 source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.bz2"{,.asc})
@@ -28,6 +28,7 @@
   cd build
 
   cmake ../$_name-$pkgver \
+	-DBUILD_WITH_QT4=ON \
         -DCMAKE_INSTALL_PREFIX=/usr \
         -DCMAKE_INSTALL_LIBDIR=lib \
         -DCMAKE_BUILD_TYPE=Release \



More information about the arch-commits mailing list