summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-10-15 13:48:57 +0000
committerMichael Palimaka <kensington@gentoo.org>2014-10-15 13:48:57 +0000
commit8cc7b6bb761e93e2fca9b9b9aeded8189b86313a (patch)
treef4c65ffe03ce517af0e0c2da3fdd3e3d7535c2ed /dev-libs/libdbusmenu-qt
parentImport snapshot from KDE overlay. (diff)
downloadgentoo-2-8cc7b6bb761e93e2fca9b9b9aeded8189b86313a.tar.gz
gentoo-2-8cc7b6bb761e93e2fca9b9b9aeded8189b86313a.tar.bz2
gentoo-2-8cc7b6bb761e93e2fca9b9b9aeded8189b86313a.zip
Add missing patch.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'dev-libs/libdbusmenu-qt')
-rw-r--r--dev-libs/libdbusmenu-qt/ChangeLog6
-rw-r--r--dev-libs/libdbusmenu-qt/files/libdbusmenu-qt-0.9.3_pre20140619-optionaltests.patch16
2 files changed, 21 insertions, 1 deletions
diff --git a/dev-libs/libdbusmenu-qt/ChangeLog b/dev-libs/libdbusmenu-qt/ChangeLog
index 03b120547fc8..9d2a56eb0731 100644
--- a/dev-libs/libdbusmenu-qt/ChangeLog
+++ b/dev-libs/libdbusmenu-qt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libdbusmenu-qt
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu-qt/ChangeLog,v 1.37 2014/10/15 13:47:18 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu-qt/ChangeLog,v 1.38 2014/10/15 13:48:57 kensington Exp $
+
+ 15 Oct 2014; Michael Palimaka <kensington@gentoo.org>
+ +files/libdbusmenu-qt-0.9.3_pre20140619-optionaltests.patch:
+ Add missing patch.
*libdbusmenu-qt-0.9.3_pre20140619 (15 Oct 2014)
diff --git a/dev-libs/libdbusmenu-qt/files/libdbusmenu-qt-0.9.3_pre20140619-optionaltests.patch b/dev-libs/libdbusmenu-qt/files/libdbusmenu-qt-0.9.3_pre20140619-optionaltests.patch
new file mode 100644
index 000000000000..7f6d82eb00db
--- /dev/null
+++ b/dev-libs/libdbusmenu-qt/files/libdbusmenu-qt-0.9.3_pre20140619-optionaltests.patch
@@ -0,0 +1,16 @@
+--- CMakeLists.txt.old 2014-10-10 21:14:47.139654992 +0200
++++ CMakeLists.txt 2014-10-10 21:16:17.114656451 +0200
+@@ -90,8 +90,12 @@
+ )
+
+ add_subdirectory(src)
++
++option(BUILD_TESTS "Build tests for qt4" ON)
+ if (NOT USE_QT5) # TODO port tests to Qt5
+-add_subdirectory(tests)
++ if(BUILD_TESTS)
++ add_subdirectory(tests)
++ endif(BUILD_TESTS)
+ endif()
+ add_subdirectory(tools)
+