[Mud-builder-commits] r139 - trunk/packages/patch
keesj at garage.maemo.org
keesj at garage.maemo.org
Fri Feb 9 10:11:16 EET 2007
Author: keesj
Date: 2007-02-09 10:11:15 +0200 (Fri, 09 Feb 2007)
New Revision: 139
Added:
trunk/packages/patch/libgpewidget.patch
Log:
keesj:added libgpewidget, thanks Luca Ognibene
Added: trunk/packages/patch/libgpewidget.patch
===================================================================
--- trunk/packages/patch/libgpewidget.patch 2007-02-09 08:11:05 UTC (rev 138)
+++ trunk/packages/patch/libgpewidget.patch 2007-02-09 08:11:15 UTC (rev 139)
@@ -0,0 +1,49 @@
+Index: debian/changelog
+===================================================================
+--- debian/changelog (revision 1)
++++ debian/changelog (working copy)
+@@ -1,3 +1,9 @@
++libgpewidget (0.114-mud1) unstable; urgency=low
++
++ * svn revision 8911
++
++ -- Luca Ognibene <luca.ognibene at gmail.com> Thu, 8 Feb 2007 14:40:21 +0100
++
+ libgpewidget (0.73-1) unstable; urgency=low
+
+ * New upstream version.
+Index: debian/rules
+===================================================================
+--- debian/rules (revision 1)
++++ debian/rules (working copy)
+@@ -31,6 +31,8 @@
+ # Add here commands to configure the package.
+
++ sh autogen.sh
++ ./configure --prefix=/usr --enable-hildon --disable-cairo
+ touch configure-stamp
+
+
+ build: build-stamp
+@@ -61,7 +63,7 @@
+
+ # Add here commands to install the package into debian/tmp
+ $(MAKE) install PREFIX=/usr DESTDIR=$(CURDIR)/debian/tmp
+- $(MAKE) install-devel PREFIX=/usr DESTDIR=$(CURDIR)/debian/tmp
++ #$(MAKE) install-devel PREFIX=/usr DESTDIR=$(CURDIR)/debian/tmp
+
+
+ # Build architecture-independent files here.
+Index: configure.ac
+===================================================================
+--- configure.ac (revision 1)
++++ configure.ac (working copy)
+@@ -36,7 +36,7 @@
+ ENABLE_CAIRO=$enableval
+ ],
+ [
+- PKG_CHECK_EXISTS(cairo, [ENABLE_CAIRO=yes], [ENABLE_CAIRO=no])
++ ENABLE_CAIRO=false
+ ])
+
+ ENABLE_HILDON=false
More information about the Mud-builder-commits
mailing list