diff options
| author | Dennis Schridde <devurandom@gmx.net> | 2010-09-21 00:22:57 +0200 |
|---|---|---|
| committer | Dennis Schridde <devurandom@gmx.net> | 2010-09-21 00:22:57 +0200 |
| commit | e4b52a2274aca5fb76f7de99b3268312866c79ed (patch) | |
| tree | 6e50226f9a9ed6cab1adc98b60a603f304bf472f /dev-libs/libdbusmenu/files/libdbusmenu-0.2.8-1-optional-gtk.patch | |
| parent | 054b1cebcbfa696424de9f5a3529a9bd8eb8dadb (diff) | |
| download | kde-e4b52a2274aca5fb76f7de99b3268312866c79ed.tar.gz kde-e4b52a2274aca5fb76f7de99b3268312866c79ed.tar.bz2 kde-e4b52a2274aca5fb76f7de99b3268312866c79ed.zip | |
[dev-libs/libdbusmenu] Remove accidentially commited patches for older versions
(Portage version: 2.2_rc85/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/libdbusmenu/files/libdbusmenu-0.2.8-1-optional-gtk.patch')
| -rw-r--r-- | dev-libs/libdbusmenu/files/libdbusmenu-0.2.8-1-optional-gtk.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-libs/libdbusmenu/files/libdbusmenu-0.2.8-1-optional-gtk.patch b/dev-libs/libdbusmenu/files/libdbusmenu-0.2.8-1-optional-gtk.patch deleted file mode 100644 index 2eb0eedcb87..00000000000 --- a/dev-libs/libdbusmenu/files/libdbusmenu-0.2.8-1-optional-gtk.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- configure.ac.orig 2010-03-31 12:56:17.483842274 +0200 -+++ configure.ac 2010-03-31 12:57:25.783592956 +0200 -@@ -42,10 +42,17 @@ - - GTK_REQUIRED_VERSION=2.16 - -+AC_ARG_ENABLE([gtk], -+ AC_HELP_STRING([--disable-gtk], [Disable libindicate-gtk library]), -+ [enable_gtk=$enableval], enable_gtk=auto) -+AM_CONDITIONAL([WANT_LIBDBUSMENUGTK], [test "x$enable_gtk" != "xno"]) -+ -+if test "x$enable_gtk" != "xno"; then - PKG_CHECK_MODULES(DBUSMENUGTK, gtk+-2.0 >= $GTK_REQUIRED_VERSION - glib-2.0 >= $GLIB_REQUIRED_VERSION - dbus-glib-1 >= $DBUS_REQUIRED_VERSION - libxml-2.0 >= $XML_REQUIRED_VERSION) -+fi - - AC_SUBST(DBUSMENUGTK_CFLAGS) - AC_SUBST(DBUSMENUGTK_LIBS) ---- Makefile.am.orig 2010-03-31 13:01:21.871844609 +0200 -+++ Makefile.am 2010-03-31 13:19:34.896594837 +0200 -@@ -5,10 +5,13 @@ - - SUBDIRS = \ - libdbusmenu-glib \ -- libdbusmenu-gtk \ - tools \ - tests \ - po - -+if WANT_LIBDBUSMENUGTK -+SUBDIRS += libdbusmenu-gtk -+endif -+ - DISTCHECK_CONFIGURE_FLAGS = --enable-introspection - |
