rev 20726 - kde-extras/kchmviewer/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sat Jan 21 08:14:49 UTC 2017


Author: pino
Date: 2017-01-21 08:14:48 +0000 (Sat, 21 Jan 2017)
New Revision: 20726

Modified:
   kde-extras/kchmviewer/trunk/debian/changelog
   kde-extras/kchmviewer/trunk/debian/rules
Log:
export QT_SELECT=5

... to make sure to use Qt5


Modified: kde-extras/kchmviewer/trunk/debian/changelog
===================================================================
--- kde-extras/kchmviewer/trunk/debian/changelog	2017-01-21 08:09:17 UTC (rev 20725)
+++ kde-extras/kchmviewer/trunk/debian/changelog	2017-01-21 08:14:48 UTC (rev 20726)
@@ -8,6 +8,7 @@
     - add the qtbase5-dev, and libqt5webkit5-dev build dependencies
     - drop the usage of the kde dh addon
     - force the use of the qmake build system
+    - export QT_SELECT=5 to make sure to use Qt5
   * Update the patches:
     - disable_check_new_version.patch: refresh
     - link-x11.diff: drop, cmake is no more used

Modified: kde-extras/kchmviewer/trunk/debian/rules
===================================================================
--- kde-extras/kchmviewer/trunk/debian/rules	2017-01-21 08:09:17 UTC (rev 20725)
+++ kde-extras/kchmviewer/trunk/debian/rules	2017-01-21 08:14:48 UTC (rev 20726)
@@ -4,6 +4,7 @@
 #export DH_VERBOSE=1
 
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+export QT_SELECT=5
 
 %:
 	dh $@ --parallel --buildsystem qmake




More information about the pkg-kde-commits mailing list