[Pkg-owncloud-commits] [owncloud-client] 02/02: Build with QT 4 to fix issues with the GNOME
Gaudenz Steinlin
gaudenz at moszumanska.debian.org
Tue Sep 8 12:39:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
gaudenz pushed a commit to branch jessie-backports
in repository owncloud-client.
commit 7e0a5fd36cb9f43f2de6de2d28286e8b5c542ddf
Author: Gaudenz Steinlin <gaudenz at soziologie.ch>
Date: Tue Sep 8 14:33:49 2015 +0200
Build with QT 4 to fix issues with the GNOME
The system tray icon does not work properly on QT 5 < 5.4.x.
---
debian/changelog | 7 +++++++
debian/control | 9 ++++-----
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3b1f810..30a3edc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+owncloud-client (2.0.0+dfsg-1~bpo8+2) jessie-backports; urgency=medium
+
+ * Build with QT 4 to fix issues with the GNOME system tray icon on QT 5 <
+ 5.4.x.
+
+ -- Gaudenz Steinlin <gaudenz at debian.org> Tue, 08 Sep 2015 11:48:02 +0200
+
owncloud-client (2.0.0+dfsg-1~bpo8+1) jessie-backports; urgency=medium
* Rebuild for jessie-backports.
diff --git a/debian/control b/debian/control
index b7c585a..2022714 100644
--- a/debian/control
+++ b/debian/control
@@ -11,17 +11,16 @@ Build-Depends: cmake,
libhttp-dav-perl,
libinotify-dev [kfreebsd-any],
libneon27-gnutls-dev,
- libqt5webkit5-dev,
+ libqt4-dev,
+ libqtwebkit-dev,
libssl-dev (>> 1.0.0),
libsqlite3-dev,
pkg-kde-tools,
optipng,
python3-all,
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,
--
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