diff options
| author | Johannes Huber <johu@gentoo.org> | 2011-12-23 17:24:09 +0100 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2011-12-23 17:25:39 +0100 |
| commit | fdb18f6226c7e32c3e4f33dedc652053e49114e0 (patch) | |
| tree | 3b82a90b7a94452efe502c12e74d2d28ceaf66ab /dev-libs/libindicate/files/libindicate-0.4.4-optional-gtk.patch | |
| parent | 88cb162256db347b221ce0dcfee88613d3e122b2 (diff) | |
| download | kde-fdb18f6226c7e32c3e4f33dedc652053e49114e0.tar.gz kde-fdb18f6226c7e32c3e4f33dedc652053e49114e0.tar.bz2 kde-fdb18f6226c7e32c3e4f33dedc652053e49114e0.zip | |
[dev-libs/libindicate] Removed newer version in tree
(Portage version: 2.2.0_alpha81/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/libindicate/files/libindicate-0.4.4-optional-gtk.patch')
| -rw-r--r-- | dev-libs/libindicate/files/libindicate-0.4.4-optional-gtk.patch | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-libs/libindicate/files/libindicate-0.4.4-optional-gtk.patch b/dev-libs/libindicate/files/libindicate-0.4.4-optional-gtk.patch deleted file mode 100644 index 2c5b2592a3b..00000000000 --- a/dev-libs/libindicate/files/libindicate-0.4.4-optional-gtk.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- configure.ac.orig 2010-09-20 23:15:36.692289201 +0200 -+++ configure.ac 2010-09-20 23:17:50.380918143 +0200 -@@ -66,3 +66,9 @@ - -+AC_ARG_ENABLE([gtk], -+ AC_HELP_STRING([--disable-gtk], [Disable libindicate-gtk library]), -+ [enable_gtk=$enableval], [enable_gtk=auto]) -+AM_CONDITIONAL([WANT_LIBINDICATEGTK], [test "x$enable_gtk" != "xno"]) -+ -+AS_IF([test "x$enable_gtk" != "xno"],[ - GDK_PIXBUF_REQUIRED_VERSION=2.12 - -@@ -74,4 +80,7 @@ -- dbus-glib-1 >= $DBUS_REQUIRED_VERSION) -+ dbus-glib-1 >= $DBUS_REQUIRED_VERSION, -+ [have_gtk=yes] -+) - AC_SUBST(LIBINDICATEGTK_CFLAGS) - AC_SUBST(LIBINDICATEGTK_LIBS) -+]) - -@@ -271,2 +280,7 @@ -- GObject Introspection: $enable_introspection --]) -+ GObject Introspection: $enable_introspection -+]) -+ -+AS_IF([test "x$have_gtk" = "xyes"], -+ [AC_MSG_NOTICE([ Gtk: yes])], -+ [AC_MSG_NOTICE([ Gtk: no])] -+) ---- Makefile.am.orig 2010-09-20 23:12:10.442903362 +0200 -+++ Makefile.am 2010-09-20 23:17:35.141406450 +0200 -@@ -1,5 +1,9 @@ - -+if WANT_LIBINDICATEGTK -+LIBINDICATEGTK_SUBDIR = libindicate-gtk -+endif -+ - SUBDIRS = \ - libindicate \ -- libindicate-gtk \ -+ $(LIBINDICATEGTK_SUBDIR) \ - bindings \ |
