r25789 - in /packages/experimental/gnome-shell/debian: changelog control.in rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Sun Dec 5 22:36:01 UTC 2010
Author: pochu
Date: Sun Dec 5 22:36:00 2010
New Revision: 25789
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25789
Log:
- debian/rules:
+ Add a dirty hack so we can find the mutter gir.
Modified:
packages/experimental/gnome-shell/debian/changelog
packages/experimental/gnome-shell/debian/control.in
packages/experimental/gnome-shell/debian/rules
Modified: packages/experimental/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-shell/debian/changelog?rev=25789&op=diff
==============================================================================
--- packages/experimental/gnome-shell/debian/changelog [utf-8] (original)
+++ packages/experimental/gnome-shell/debian/changelog [utf-8] Sun Dec 5 22:36:00 2010
@@ -7,6 +7,8 @@
+ Removed, let's use GTK+3 from now on.
- debian/patches/03_fix_dconf_service_location.diff:
+ Updated.
+ - debian/rules:
+ + Add a dirty hack so we can find the mutter gir.
-- Emilio Pozuelo Monfort <pochu at debian.org> Sun, 05 Dec 2010 20:08:44 +0100
Modified: packages/experimental/gnome-shell/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-shell/debian/control.in?rev=25789&op=diff
==============================================================================
--- packages/experimental/gnome-shell/debian/control.in [utf-8] (original)
+++ packages/experimental/gnome-shell/debian/control.in [utf-8] Sun Dec 5 22:36:00 2010
@@ -10,19 +10,20 @@
intltool,
libgjs-dev (>= 0.7.6),
gvfs-backends,
- gobject-introspection (>= 0.6.15~git20100713),
- gir1.0-clutter-1.0,
- gir1.0-freedesktop,
- gir1.0-glib-2.0 (>= 0.6.15~git20100713),
+ gobject-introspection (>= 0.9),
+ gir1.0-atk-1.0 (>= 1.32),
+ gir1.0-clutter-1.0 (>= 1.4),
+ gir1.0-freedesktop (>= 0.9),
+ gir1.0-glib-2.0 (>= 0.9),
gir1.0-gtk-3.0,
gir1.0-json-glib-1.0,
- gir1.0-mutter-2.31 (>= 2.31.2-3),
+ gir1.0-mutter-2.91,
gir-repository-dev,
mutter (>= 2.31.5),
libcroco3-dev (>= 0.6),
libdbus-glib-1-dev,
libgconf2-dev,
- libgirepository1.0-dev (>= 0.6.5),
+ libgirepository1.0-dev (>= 0.9),
libglib2.0-dev,
libglib2.0-bin (>= 2.25.11),
libgnome-desktop-3-dev (>= 2.90.0),
@@ -46,7 +47,7 @@
Depends: ${gir:Depends},
gir1.0-mutter-2.31,
gir1.0-gconf-2.0 (>= 2.31.5),
- gir1.0-glib-2.0 (>= 0.6.15~git20100713),
+ gir1.0-glib-2.0 (>= 0.9),
gjs,
${shlibs:Depends},
${misc:Depends},
Modified: packages/experimental/gnome-shell/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-shell/debian/rules?rev=25789&op=diff
==============================================================================
--- packages/experimental/gnome-shell/debian/rules [utf-8] (original)
+++ packages/experimental/gnome-shell/debian/rules [utf-8] Sun Dec 5 22:36:00 2010
@@ -17,6 +17,9 @@
# ones?
cp /usr/lib/mutter/*typelib \
debian/gnome-shell/usr/lib/girepository-1.0/
+ # I'm not proud of this
+ mkdir debian/gnome-shell/usr/share/gir-1.0/
+ cp /usr/lib/mutter/*gir debian/gnome-shell/usr/share/gir-1.0
dh_girepository -p$(cdbs_curpkg) -l src:/usr/lib/mutter/
rm -rf debian/gnome-shell/usr/lib/girepository-1.0
find debian/$(cdbs_curpkg) -name '*.la' -exec rm -f '{}' ';'
More information about the pkg-gnome-commits
mailing list