packaging gnome-games_2.19.4
Martin Peeks
martinp23 at googlemail.com
Fri Jun 22 20:41:41 BST 2007
Hi Aron,
Aron Sisak wrote:
> Hi,
>
> I tried to prepare a gnome-games_2.19.4 package update. Everything seems
> to be fine, except that the launchpad integration patch seems not to run
> the check if launchpad-integration is available, thus the build fails.
I had the same problem when building the package a while ago. The way I
fixed it was to apply the following patch snippet to
gnome-games/configure.in, and to then refresh 99_autoconf.patch. The
patch snippet below is part of my 01_lpi.patch from when I was building
2.19.3, but had to stop due to time constraints :(.
Hope this helps,
Martin
Patch:
diff -Nur gnome-games-2.19.3/configure.in
gnome-games-2.19.3.new/configure.in
--- gnome-games-2.19.3/configure.in 2007-06-10 15:18:09.000000000 +0100
+++ gnome-games-2.19.3.new/configure.in 2007-06-13 16:04:42.000000000 +0100
@@ -263,7 +263,8 @@
PKG_CHECK_MODULES([GNOME],[
libxml-2.0 >= $LIBXML_REQUIRED
libgnome-2.0 >= $LIBGNOME_REQUIRED
- libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED])
+ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED
+ launchpad-integration])
AC_SUBST([GNOME_CFLAGS])
AC_SUBST([GNOME_LIBS])
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/ubuntu-desktop/attachments/20070622/3a5284e1/attachment.pgp
More information about the ubuntu-desktop
mailing list