diff options
| author | Dennis Schridde <devurandom@gmx.net> | 2011-01-29 15:04:31 +0100 |
|---|---|---|
| committer | Dennis Schridde <devurandom@gmx.net> | 2011-01-29 15:14:34 +0100 |
| commit | 93dd42ddc7bd66fe85e0506bdf2df7a59233269f (patch) | |
| tree | 3c036225455aa9966325356d30b3b76db7fd225f /dev-libs/libdbusmenu/files/libdbusmenu-0.3.14-optional-tests.patch | |
| parent | 811a8511494484addf1354ed3b4438f6166fbbbf (diff) | |
| download | kde-93dd42ddc7bd66fe85e0506bdf2df7a59233269f.tar.gz kde-93dd42ddc7bd66fe85e0506bdf2df7a59233269f.tar.bz2 kde-93dd42ddc7bd66fe85e0506bdf2df7a59233269f.zip | |
[dev-libs/libdbusmenu-0.3.16] Version bump, fix tests, support USE=introspection
CC-Bug: 352470
Bug: 315217
Diffstat (limited to 'dev-libs/libdbusmenu/files/libdbusmenu-0.3.14-optional-tests.patch')
| -rw-r--r-- | dev-libs/libdbusmenu/files/libdbusmenu-0.3.14-optional-tests.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-libs/libdbusmenu/files/libdbusmenu-0.3.14-optional-tests.patch b/dev-libs/libdbusmenu/files/libdbusmenu-0.3.14-optional-tests.patch deleted file mode 100644 index b4dd4d307e8..00000000000 --- a/dev-libs/libdbusmenu/files/libdbusmenu-0.3.14-optional-tests.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- configure.ac.orig 2010-09-20 21:51:50.289828895 +0200 -+++ configure.ac 2010-09-20 22:01:21.623107607 +0200 -@@ -76,8 +76,15 @@ - JSON_GLIB_REQUIRED_VERSION=0.6.0 - GIO_UNIX_REQUIRED_VERSION=2.24 - -+AC_ARG_ENABLE([tests], -+ AC_HELP_STRING([--disable-tests], [Disable tests]), -+ [enable_tests=$enableval], enable_tests=auto) -+AM_CONDITIONAL([WANT_TESTS], [test "x$enable_tests" != "xno"]) -+ -+if test "x$enable_tests" != "xno" ; then - PKG_CHECK_MODULES(DBUSMENUTESTS, json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION - gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION) -+fi - - AC_SUBST(DBUSMENUTESTS_CFLAGS) - 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 - -+if WANT_TESTS -+SUBDIRS += tests -+endif -+ - DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc ---- tools/Makefile.am.orig 2010-09-20 22:02:07.280175897 +0200 -+++ tools/Makefile.am 2010-09-20 22:02:40.579759752 +0200 -@@ -1,3 +1,7 @@ - --SUBDIRS = testapp -+SUBDIRS = -+ -+if WANT_TESTS -+SUBDIRS += testapp -+endif - |
