aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-06-20 10:51:32 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-06-20 10:51:32 +0200
commit0b8c133d7f3cb11eeace097ab0143e16056874b2 (patch)
treed12fb79c1300c045ade8936fa4377966ba8afb2b /debian
parentf15c5112adc7de196b0910f7ace18765a5443b45 (diff)
downloadayatana-indicator-messages-0b8c133d7f3cb11eeace097ab0143e16056874b2.tar.gz
ayatana-indicator-messages-0b8c133d7f3cb11eeace097ab0143e16056874b2.tar.bz2
ayatana-indicator-messages-0b8c133d7f3cb11eeace097ab0143e16056874b2.zip
Remove gtk2 package and dependencies
Diffstat (limited to 'debian')
-rw-r--r--debian/control17
-rw-r--r--debian/indicator-messages-gtk2.install1
-rwxr-xr-xdebian/rules6
3 files changed, 1 insertions, 23 deletions
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 <evgeni@debian.org>
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::