[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Jan 5 20:54:04 UTC 2015
Date: Monday, January 5, 2015 @ 21:54:04
Author: arojas
Revision: 125444
Build against Qt4, the systray icon is broken in Qt5 build
Modified:
owncloud-client/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-05 20:53:24 UTC (rev 125443)
+++ PKGBUILD 2015-01-05 20:54:04 UTC (rev 125444)
@@ -9,7 +9,7 @@
arch=('i686' 'x86_64')
url='http://owncloud.org/'
license=('GPL2')
-depends=('qtkeychain' 'qt5-webkit' 'neon')
+depends=('qtkeychain-qt4' 'qtwebkit' 'neon')
makedepends=('cmake' 'python-sphinx')
optdepends=('python2-nautilus: integration with Nautilus')
install=owncloud-client.install
@@ -28,10 +28,11 @@
cd build
cmake ../${_name}-${pkgver} \
+ -DBUILD_WITH_QT4=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_SYSCONFDIR=/etc/${pkgname} \
+ -DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
make
make doc-man
More information about the arch-commits
mailing list