diff options
| author | Dennis Schridde <devurandom@gmx.net> | 2011-01-30 00:51:36 +0100 |
|---|---|---|
| committer | Dennis Schridde <devurandom@gmx.net> | 2011-01-30 01:14:27 +0100 |
| commit | ebf1803c76933056efe3516e0658e419bda86b00 (patch) | |
| tree | 9f9d45b3ce824e37309f4a8a4fb4d6f1013de681 /dev-libs/libdbusmenu/files/libdbusmenu-0.3.16-optional-tests.patch | |
| parent | 6349de46dea87bc72dc0851764c8201932018313 (diff) | |
| download | kde-ebf1803c76933056efe3516e0658e419bda86b00.tar.gz kde-ebf1803c76933056efe3516e0658e419bda86b00.tar.bz2 kde-ebf1803c76933056efe3516e0658e419bda86b00.zip | |
[dev-libs/libdbusmenu] Version bump to 0.3.94, fix patches to preserve SUBDIR order, update metadata.xml
(Portage version: 2.2.0_alpha19/git/Linux x86_64, signed Manifest commit with key 50ED256E)
Diffstat (limited to 'dev-libs/libdbusmenu/files/libdbusmenu-0.3.16-optional-tests.patch')
| -rw-r--r-- | dev-libs/libdbusmenu/files/libdbusmenu-0.3.16-optional-tests.patch | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/dev-libs/libdbusmenu/files/libdbusmenu-0.3.16-optional-tests.patch b/dev-libs/libdbusmenu/files/libdbusmenu-0.3.16-optional-tests.patch index b0518717c1e..a6d05369f15 100644 --- a/dev-libs/libdbusmenu/files/libdbusmenu-0.3.16-optional-tests.patch +++ b/dev-libs/libdbusmenu/files/libdbusmenu-0.3.16-optional-tests.patch @@ -18,17 +18,18 @@ AC_SUBST(DBUSMENUTESTS_LIBS) --- Makefile.am.orig 2010-09-20 21:58:41.616751481 +0200 +++ Makefile.am 2010-09-20 22:01:55.525674385 +0200 -@@ -9,6 +9,9 @@ - tools \ -- tests \ - docs \ - po +@@ -5,2 +5,6 @@ +if WANT_TESTS -+SUBDIRS += tests ++TESTS_SUBDIR = tests +endif + - DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc + SUBDIRS = \ +@@ -9,3 +9,3 @@ + tools \ +- tests \ ++ $(TESTS_SUBDIR) \ + docs \ --- tools/testapp/Makefile.am.orig 2011-01-29 13:42:00.984605528 +0100 +++ tools/testapp/Makefile.am 2011-01-29 13:44:45.523514281 +0100 @@ -1,5 +1,9 @@ |
