r27559 - in /desktop/unstable/seahorse/debian: changelog control control.in rules

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Thu Apr 14 12:22:18 UTC 2011


Author: jordi
Date: Thu Apr 14 12:22:14 2011
New Revision: 27559

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27559
Log:
* WIP, does not build.
* New upstream stable release.
* Build with GTK+3.
* Temporarily disable libnotify support.

Modified:
    desktop/unstable/seahorse/debian/changelog
    desktop/unstable/seahorse/debian/control
    desktop/unstable/seahorse/debian/control.in
    desktop/unstable/seahorse/debian/rules

Modified: desktop/unstable/seahorse/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/changelog?rev=27559&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/changelog [utf-8] (original)
+++ desktop/unstable/seahorse/debian/changelog [utf-8] Thu Apr 14 12:22:14 2011
@@ -1,3 +1,12 @@
+seahorse (3.0.0-1) UNRELEASED; urgency=low
+
+  * WIP, does not build.
+  * New upstream stable release.
+  * Build with GTK+3.
+  * Temporarily disable libnotify support.
+
+ -- Jordi Mallach <jordi at debian.org>  Thu, 14 Apr 2011 13:34:35 +0200
+
 seahorse (2.30.1-2) unstable; urgency=low
 
   * Switch to 3.0 source format.

Modified: desktop/unstable/seahorse/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/control?rev=27559&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/control [utf-8] (original)
+++ desktop/unstable/seahorse/debian/control [utf-8] Thu Apr 14 12:22:14 2011
@@ -17,15 +17,15 @@
                intltool (>= 0.35),
                libsoup2.4-dev,
                libldap2-dev,
-               libnotify-dev,
                libavahi-glib-dev (>= 0.6),
                libavahi-client-dev (>= 0.6),
-               libdbus-glib-1-dev,
+               libdbus-glib-1-dev (>= 0.35),
                gnome-doc-utils,
                gtk-doc-tools (>= 1.9),
                libgnome-keyring-dev (>= 2.25.5),
                libglib2.0-dev (>= 2.10.0),
-               libgtk2.0-dev (>= 2.18.0),
+               libgtk-3-dev (>= 3.90.0),
+#               libnotify-dev (>= 0.7),
                libgconf2-dev,
                gnome-pkg-tools
 Build-Conflicts: gnupg2

Modified: desktop/unstable/seahorse/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/control.in?rev=27559&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/control.in [utf-8] (original)
+++ desktop/unstable/seahorse/debian/control.in [utf-8] Thu Apr 14 12:22:14 2011
@@ -12,15 +12,15 @@
                intltool (>= 0.35),
                libsoup2.4-dev,
                libldap2-dev,
-               libnotify-dev,
                libavahi-glib-dev (>= 0.6),
                libavahi-client-dev (>= 0.6),
-               libdbus-glib-1-dev,
+               libdbus-glib-1-dev (>= 0.35),
                gnome-doc-utils,
                gtk-doc-tools (>= 1.9),
                libgnome-keyring-dev (>= 2.25.5),
                libglib2.0-dev (>= 2.10.0),
-               libgtk2.0-dev (>= 2.18.0),
+               libgtk-3-dev (>= 3.90.0),
+#               libnotify-dev (>= 0.7),
                libgconf2-dev,
                gnome-pkg-tools
 Build-Conflicts: gnupg2

Modified: desktop/unstable/seahorse/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/rules?rev=27559&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/rules [utf-8] (original)
+++ desktop/unstable/seahorse/debian/rules [utf-8] Thu Apr 14 12:22:14 2011
@@ -11,4 +11,6 @@
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-update-mime-database \
 			     --disable-schemas-install \
 			     --disable-scrollkeeper \
-			     --enable-pgp
+			     --disable-libnotify \
+			     --enable-pgp \
+			     --with-gtk=3.0




More information about the pkg-gnome-commits mailing list