r23305 - in /desktop/experimental/gtk2-engines/debian: changelog rules watch
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Tue Mar 16 19:29:13 UTC 2010
Author: pochu
Date: Tue Mar 16 19:29:07 2010
New Revision: 23305
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23305
Log:
* debian/rules:
- Remove hack that was needed to build the udeb against the DirectFB
GTK+ library, since the default one was the X11. We build against
the X11 one now.
* debian/watch:
- Don't uupdate.
Modified:
desktop/experimental/gtk2-engines/debian/changelog
desktop/experimental/gtk2-engines/debian/rules
desktop/experimental/gtk2-engines/debian/watch
Modified: desktop/experimental/gtk2-engines/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk2-engines/debian/changelog?rev=23305&op=diff
==============================================================================
--- desktop/experimental/gtk2-engines/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk2-engines/debian/changelog [utf-8] Tue Mar 16 19:29:07 2010
@@ -1,5 +1,6 @@
gtk2-engines (1:2.19.0-2) UNRELEASED; urgency=low
+ [ Cyril Brulebois ]
* Switch udeb from DirectFB to Xlib to prepare the move to an X11-based
graphical installer:
- Get rid of libgtk-directfb-2.0-dev in Build-Depends.
@@ -7,7 +8,15 @@
a dependency on libgtk-x11-udeb.
- Tweak comments and paths in debian/rules.
- -- Cyril Brulebois <kibi at debian.org> Sun, 07 Feb 2010 15:52:50 +0000
+ [ Emilio Pozuelo Monfort ]
+ * debian/rules:
+ - Remove hack that was needed to build the udeb against the DirectFB
+ GTK+ library, since the default one was the X11. We build against
+ the X11 one now.
+ * debian/watch:
+ - Don't uupdate.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org> Tue, 16 Mar 2010 20:28:24 +0100
gtk2-engines (1:2.19.0-1) experimental; urgency=low
Modified: desktop/experimental/gtk2-engines/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk2-engines/debian/rules?rev=23305&op=diff
==============================================================================
--- desktop/experimental/gtk2-engines/debian/rules [utf-8] (original)
+++ desktop/experimental/gtk2-engines/debian/rules [utf-8] Tue Mar 16 19:29:07 2010
@@ -33,21 +33,7 @@
configure/gtk2-engines-udeb:: $(DEB_BUILDDIR_gtk2-engines-udeb)/config.status
$(DEB_BUILDDIR_gtk2-engines-udeb)/config.status:
- # The following comment applied to the DirectFB-based udeb. That dirty
- # hack probably could go away with the new X11-based udeb, provided
- # libgtk-x11-udeb is still built from the 'shared' flavour, and not
- # from a new stripped-down flavour. Keep this hack for now, and for
- # reference.
-
- # paint me ugly: Gtk 2.8 mixes the pkg-config files from both builds
- # (x11/shared and directfb), so the gtk+2.0.pc from the directfb can't
- # be used; we cheat and create a fake one higher in the PKG_CONFIG_PATH
- # which is a symlink to the gtk+-directfb-2.0.pc
- mkdir -p $(DEB_BUILDDIR_gtk2-engines-udeb)/pkg-config
- cd $(DEB_BUILDDIR_gtk2-engines-udeb)/pkg-config && \
- ln -s /usr/lib/pkgconfig/gtk+-x11-2.0.pc gtk+-2.0.pc
cd $(DEB_BUILDDIR_gtk2-engines-udeb) && \
- PKG_CONFIG_PATH=pkg-config \
$(DEB_CONFIGURE_SCRIPT_ENV) \
$(DEB_CONFIGURE_SCRIPT) \
$(DEB_CONFIGURE_NORMAL_ARGS) \
Modified: desktop/experimental/gtk2-engines/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk2-engines/debian/watch?rev=23305&op=diff
==============================================================================
--- desktop/experimental/gtk2-engines/debian/watch [utf-8] (original)
+++ desktop/experimental/gtk2-engines/debian/watch [utf-8] Tue Mar 16 19:29:07 2010
@@ -1,4 +1,3 @@
version=2
http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/([\d\.]+)[02468]/ \
- gtk-engines-(.*)\.tar\.gz \
- debian uupdate
+ gtk-engines-(.*)\.tar\.gz
More information about the pkg-gnome-commits
mailing list