From 0b8c133d7f3cb11eeace097ab0143e16056874b2 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 20 Jun 2012 10:51:32 +0200 Subject: Remove gtk2 package and dependencies --- debian/control | 17 ----------------- debian/indicator-messages-gtk2.install | 1 - debian/rules | 6 +----- 3 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 debian/indicator-messages-gtk2.install (limited to 'debian') diff --git a/debian/control b/debian/control index 40b8dd5..f82bc30 100644 --- a/debian/control +++ b/debian/control @@ -7,17 +7,14 @@ Uploaders: Evgeni Golov Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), dh-autoreconf, - libgtk2.0-dev (>= 2.12.0), libgtk-3-dev, libdbus-glib-1-dev, intltool, libindicate-dev (>= 0.6.90), - libindicate-gtk-dev (>= 0.6.90), libindicate-gtk3-dev (>= 0.6.90), libindicator-dev (>= 0.3.90), libindicator3-dev (>= 0.3.90), libdbusmenu-glib-dev (>= 0.5.90), - libdbusmenu-gtk-dev (>= 0.5.90), libdbusmenu-gtk3-dev (>= 0.5.90), libtelepathy-glib-dev (>= 0.9.0) Standards-Version: 3.9.2 @@ -38,20 +35,6 @@ Description: indicator that collects messages that need a response for quick access, but without making them annoying in times that you want to ignore them. -Package: indicator-messages-gtk2 -Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - indicator-messages (= ${binary:Version}) -Recommends: indicator-applet | indicator-renderer -Replaces: indicator-messages (<< 0.4.90) -Breaks: indicator-applet (<< 0.3.0) -Description: indicator that collects messages that need a response - A place on the user's desktop that collects messages that need a response. - This menu provides a condensed and collected view of all of those messages - for quick access, but without making them annoying in times that you want - to ignore them. - Package: libindicator-messages-status-provider1 Architecture: any Section: libs diff --git a/debian/indicator-messages-gtk2.install b/debian/indicator-messages-gtk2.install deleted file mode 100644 index 8d1fc9f..0000000 --- a/debian/indicator-messages-gtk2.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/gtk2/usr/lib/indicators /usr/lib/ diff --git a/debian/rules b/debian/rules index f5faa84..d41cfca 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f DEB_BUILDDIR = build -DEB_MAKE_FLAVORS = gtk2 gtk3 +DEB_MAKE_FLAVORS = gtk3 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk @@ -10,12 +10,8 @@ include /usr/share/cdbs/1/rules/autoreconf.mk DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ -DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 -DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 - LDFLAGS += -Wl,-z,defs -Wl,--as-needed -debian/stamp-autotools/gtk2: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk2) debian/stamp-autotools/gtk3: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk3) common-install-arch:: -- cgit v1.2.3