aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog10
-rwxr-xr-xdebian/rules3
2 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index bfa403e..e49e0ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libdbusmenu (0.4.90-0ubuntu4) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - avoid making indicator-appmenu* depends on gtk2/3 by dpkg-shlibdeps.
+ The library doesn't hurt if gtk isn't installed and that enable
+ pre-installlation of the indicator stack without requiring the full gtk
+ stack being there without any gtk app installed.
+
+ -- Didier Roche <didrocks@ubuntu.com> Mon, 25 Jul 2011 18:03:50 +0200
+
libdbusmenu (0.4.90-0ubuntu3) oneiric; urgency=low
* debian/patches/lp799878.patch
diff --git a/debian/rules b/debian/rules
index d53875d..07f6d3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,9 @@ DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3
DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-gtk-doc --enable-introspection
+DEB_DH_SHLIBDEPS_ARGS_libdbusmenu-gtk4 = -- -xlibgtk2.0-0
+DEB_DH_SHLIBDEPS_ARGS_libdbusmenu-gtk3-4 = -- -xlibgtk-3-0
+
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
debian/stamp-autotools/gtk2: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk2)