aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-11-24 12:04:18 -0500
committerKen VanDine <ken.vandine@canonical.com>2010-11-24 12:04:18 -0500
commit95e4fc742556e9cdb56ee1459549abd764ea30d8 (patch)
treedde51c810fb9ccab7ff11ed0ebe87964715d02b5 /debian/control
parentca1881e6cf5180215a3222f95b387c48f265184c (diff)
downloadlibdbusmenu-95e4fc742556e9cdb56ee1459549abd764ea30d8.tar.gz
libdbusmenu-95e4fc742556e9cdb56ee1459549abd764ea30d8.tar.bz2
libdbusmenu-95e4fc742556e9cdb56ee1459549abd764ea30d8.zip
Initial work on building with gtk3 as well as gtk2
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control55
1 files changed, 49 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index b162015..bec5001 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ XSBC-Original-Maintainer: The Ayatana Packagers <pkg-ayatana-devel@lists.alioth.
Uploaders: Evgeni Golov <evgeni@debian.org>
Build-Depends: debhelper (>= 5.0),
cdbs (>= 0.4.41),
- libgtk2.0-dev (>= 2.12.0),
+ libgtk2.0-dev (>= 2.23.2-0ubuntu2),
+ libgtk3.0-dev (>= 2.91.4-0ubuntu1),
libdbus-glib-1-dev,
gnome-doc-utils,
gtk-doc-tools,
@@ -16,14 +17,12 @@ Build-Depends: debhelper (>= 5.0),
libjson-glib-dev,
gobject-introspection,
gir-repository-dev,
- libgirepository1.0-dev,
+ libgirepository1.0-dev (>= 0.9.3),
gir1.0-glib-2.0,
gir1.0-gtk-2.0,
+ gir1.0-gtk-3.0,
libx11-dev (>= 1.3),
- valac,
-# Check dependencies
- xvfb,
- dbus-test-runner
+ valac
Standards-Version: 3.9.1
Homepage: https://launchpad.net/dbusmenu
Vcs-Bzr: https://code.launchpad.net/~dbusmenu-team/dbusmenu/ubuntu
@@ -181,3 +180,47 @@ Description: library for passing menus over DBus - Test lib development files
.
This package contains files that are needed to build test suites in
applications or libraries using dbusmenu.
+
+Package: libdbusmenu-gtk3
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: library for passing menus over DBus - GTK+ version
+ libdbusmenu passes a menu structure across DBus so that a program can
+ create a menu simply without worrying about how it is displayed on the
+ other side of the bus.
+ .
+ This package contains shared libraries to be used by GTK+ applications.
+
+Package: libdbusmenu-gtk3-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libdbusmenu-gtk3 (= ${binary:Version}),
+ libdbus-glib-1-dev (>= 0.76),
+ libgtk3.0-dev (>= 2.91.4-0ubuntu1),
+ libdbusmenu-glib-dev
+Description: library for passing menus over DBus - GTK+ version developement files
+ libdbusmenu passes a menu structure across DBus so that a program can
+ create a menu simply without worrying about how it is displayed on the
+ other side of the bus.
+ .
+ This package contains files that are needed to build GTK+ applications.
+
+Package: gir1.0-dbusmenu-gtk3-0.2
+Section: libs
+Architecture: any
+Depends: ${misc:Depends},
+ libdbusmenu-gtk3 (= ${binary:Version}),
+ gir1.0-dbusmenu-glib-0.2 (= ${binary:Version}),
+ gir1.0-gtk-3.0
+Description: typelib file for libdbusmenu-gtk2
+ libdbusmenu passes a menu structure across DBus so that a program can
+ create a menu simply without worrying about how it is displayed on the
+ other side of the bus.
+ .
+ This package can be used by other packages using the GIRepository format to
+ generate dynamic bindings for libdbusmenu-gtk2.
+