summaryrefslogtreecommitdiff
path: root/dev-libs/libdbusmenu
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libdbusmenu')
-rw-r--r--dev-libs/libdbusmenu/Manifest3
-rw-r--r--dev-libs/libdbusmenu/files/libdbusmenu-0.2.8-1-optional-gtk.patch37
-rw-r--r--dev-libs/libdbusmenu/files/libdbusmenu-0.2.8-2-optional-tests.patch44
-rw-r--r--dev-libs/libdbusmenu/files/libdbusmenu-0.2.8-no-gobject-introspection.patch10
4 files changed, 0 insertions, 94 deletions
diff --git a/dev-libs/libdbusmenu/Manifest b/dev-libs/libdbusmenu/Manifest
index cb607965c19..444e827f5f5 100644
--- a/dev-libs/libdbusmenu/Manifest
+++ b/dev-libs/libdbusmenu/Manifest
@@ -1,6 +1,3 @@
-AUX libdbusmenu-0.2.8-1-optional-gtk.patch 1075 RMD160 4c32361e3f067fd7f3bf2ce79b56c596249ca9bb SHA1 83509f4e77f045b844fb9c472cd32b98bad0bdbd SHA256 9ee4597a6113eb3868a8f69ce6ecdd02ef5cb926febf45879a4202ea346179f8
-AUX libdbusmenu-0.2.8-2-optional-tests.patch 1073 RMD160 1f2ac693cc10cbcb1635c4357ef0d0e57ae699f2 SHA1 095c326b0de91aba441ed20425dcc9ffe968819d SHA256 7edd3e056ed470d999c2346c408ccdfc0218c30e7b7d10f413e9b45811d4628c
-AUX libdbusmenu-0.2.8-no-gobject-introspection.patch 297 RMD160 467e14be23f3891540f67022f8d602287434d936 SHA1 66819750f37812c3f2950d7d4c46fb84cc57b5cc SHA256 fa6411ae8f311d4e2b8ac2c40314d28996905b2aaf2a8361c743d17845dcff1f
AUX libdbusmenu-0.3.14-fix-aclocal.patch 201 RMD160 318e6abd0d997bcf2aee6fe869f87ef1571f521c SHA1 6dcf3e5a1b2ac26fec0e8655de965577b114dbc7 SHA256 9a872801a0d3c319abea5e789ebf47f7f302da8a864265623d20bd468c8326e5
AUX libdbusmenu-0.3.14-optional-dumper.patch 930 RMD160 71eca829ce52cdcef4444bbb05de35fa576c08a2 SHA1 1224c84de413b7855f8a86ab4de8b7566b8c5ccb SHA256 0edcc9960eb76439e72a72e0b70742b847a7ad58efd1916caf8493b4ea509df7
AUX libdbusmenu-0.3.14-optional-gtk.patch 1099 RMD160 3806e528cb42efe54c0e107cde0275c138f96140 SHA1 8098bc76f48c942571b917f140e0c319b266cc66 SHA256 d09ce64e27691487ddfe365e34c6eda480981b34b9d4948100b6408d288a47a0
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
-
diff --git a/dev-libs/libdbusmenu/files/libdbusmenu-0.2.8-2-optional-tests.patch b/dev-libs/libdbusmenu/files/libdbusmenu-0.2.8-2-optional-tests.patch
deleted file mode 100644
index 1733c0576a4..00000000000
--- a/dev-libs/libdbusmenu/files/libdbusmenu-0.2.8-2-optional-tests.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- configure.ac.orig 2010-03-31 12:56:17.483842274 +0200
-+++ configure.ac 2010-03-31 13:08:36.291843605 +0200
-@@ -56,7 +56,14 @@
-
- JSON_GLIB_REQUIRED_VERSION=0.6.0
-
-+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)
-+fi
-
- AC_SUBST(DBUSMENUTESTS_CFLAGS)
- AC_SUBST(DBUSMENUTESTS_LIBS)
---- Makefile.am.orig 2010-03-31 13:01:21.871844609 +0200
-+++ Makefile.am 2010-03-31 13:33:03.953843279 +0200
-@@ -7,7 +7,10 @@
- libdbusmenu-glib \
- tools \
-- tests \
- po
-
-+if WANT_TESTS
-+SUBDIRS += tests
-+endif
-+
- DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
-
---- tools/Makefile.am.orig 2010-03-31 13:44:57.924843955 +0200
-+++ tools/Makefile.am 2010-03-31 13:47:19.073593832 +0200
-@@ -1,5 +1,9 @@
-
--SUBDIRS = testapp
-+SUBDIRS =
-+
-+if WANT_TESTS
-+SUBDIRS += testapp
-+endif
-
- libexec_PROGRAMS = dbusmenu-dumper
-
diff --git a/dev-libs/libdbusmenu/files/libdbusmenu-0.2.8-no-gobject-introspection.patch b/dev-libs/libdbusmenu/files/libdbusmenu-0.2.8-no-gobject-introspection.patch
deleted file mode 100644
index 8e76ca8da47..00000000000
--- a/dev-libs/libdbusmenu/files/libdbusmenu-0.2.8-no-gobject-introspection.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.ac.orig 2010-03-31 12:42:16.497596552 +0200
-+++ configure.ac 2010-03-31 12:42:47.001595062 +0200
-@@ -74,6 +74,6 @@
- ###########################
-
--GOBJECT_INTROSPECTION_CHECK([0.6.7])
-+AM_CONDITIONAL([HAVE_INTROSPECTION], [false])
-
- ###########################
- # GTK Doc