[Pkg-owncloud-commits] [owncloud-client] 02/03: build with qt4 - show systray incon in gnome and XFCE Invisible icon in systray on XFCE or Gnome 3.12
Sandro Knauß
hefee-guest at moszumanska.debian.org
Mon Oct 6 18:43:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch sid
in repository owncloud-client.
commit c00772d65720ad7b516c50da6934a84e694ad863
Author: Sandro Knauß <bugs at sandroknauss.de>
Date: Mon Oct 6 00:55:03 2014 +0200
build with qt4 - show systray incon in gnome and XFCE
Invisible icon in systray on XFCE or Gnome 3.12
Closes: #755350
---
debian/control | 13 ++++++-------
debian/rules | 2 +-
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index b36e3cd..4eb2858 100644
--- a/debian/control
+++ b/debian/control
@@ -10,14 +10,13 @@ Build-Depends: cmake,
libhttp-dav-perl,
libinotify-dev [kfreebsd-any],
libneon27-gnutls-dev,
- libqt5webkit5-dev,
+ libqt4-dev,
+ libqtwebkit-dev,
libsqlite3-dev,
pkg-kde-tools,
python-sphinx | python3-sphinx,
- qt5keychain-dev,
- qtdeclarative5-dev,
- qttools5-dev,
- qttools5-dev-tools
+ qt4-dev-tools,
+ qtkeychain-dev
Build-Depends-Indep: texlive-fonts-recommended,
texlive-latex-extra,
texlive-latex-recommended,
@@ -30,7 +29,7 @@ Homepage: http://owncloud.org/sync-clients/
Package: owncloud-client
Architecture: any
Depends: libowncloudsync0 (= ${binary:Version}),
- libqt5sql5-sqlite,
+ libqt4-sql-sqlite,
owncloud-client-l10n,
${misc:Depends},
${shlibs:Depends}
@@ -104,7 +103,7 @@ Description: ownCloudSync folder synchronization - localization
Package: owncloud-client-cmd
Architecture: any
Depends: libowncloudsync0 (= ${binary:Version}),
- libqt5sql5-sqlite,
+ libqt4-sql-sqlite,
owncloud-client-l10n,
${misc:Depends},
${shlibs:Depends}
diff --git a/debian/rules b/debian/rules
index 8d08def..234320f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ else
endif
override_dh_auto_configure:
- dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DUNIT_TESTING=ON -DDEBIAN_VERSION=$(DEBVERS)
+ dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DUNIT_TESTING=ON -DDEBIAN_VERSION=$(DEBVERS) -DBUILD_WITH_QT4=ON
override_dh_auto_build:
dh_auto_build -- doc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list