libsexy_0.1.11.bb : add hopefully correct fix for pkgconfig issues.
authorGraeme Gregory <dp@xora.org.uk>
Wed, 5 Mar 2008 15:05:24 +0000 (15:05 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Wed, 5 Mar 2008 15:05:24 +0000 (15:05 +0000)
packages/libsexy/files/.mtn2git_empty [new file with mode: 0644]
packages/libsexy/files/libsexy-pkgconfig-fixes.patch [new file with mode: 0644]
packages/libsexy/libsexy.inc
packages/libsexy/libsexy_0.1.11.bb

diff --git a/packages/libsexy/files/.mtn2git_empty b/packages/libsexy/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/libsexy/files/libsexy-pkgconfig-fixes.patch b/packages/libsexy/files/libsexy-pkgconfig-fixes.patch
new file mode 100644 (file)
index 0000000..331b24b
--- /dev/null
@@ -0,0 +1,15 @@
+Index: libsexy-0.1.11/libsexy.pc.in
+===================================================================
+--- libsexy-0.1.11.orig/libsexy.pc.in  2005-11-10 10:21:18.000000000 +0000
++++ libsexy-0.1.11/libsexy.pc.in       2008-03-05 14:36:39.000000000 +0000
+@@ -6,7 +6,8 @@
+ Name: libsexy
+ Description: Doing naughty things to good widgets
+ Version: @VERSION@
+-Libs: -L${libdir} -lsexy @PACKAGE_LIBS@
+-Cflags: -I${includedir} @PACKAGE_CFLAGS@
++Requires: pango glib-2.0 gtk+-2.0 libxml
++Libs: -L${libdir} -lsexy 
++Cflags: -I${includedir}
index 522b7e0..27816c0 100644 (file)
@@ -5,7 +5,8 @@ SECTION = "x11/libs"
 
 DEPENDS = "gtk+ enchant libxml2"
 
-SRC_URI = "http://releases.chipx86.com/libsexy/${PN}/${PN}-${PV}.tar.gz"
+SRC_URI = "http://releases.chipx86.com/libsexy/${PN}/${PN}-${PV}.tar.gz \
+           file://libsexy-pkgconfig-fixes.patch;patch=1"
 
 inherit autotools pkgconfig
 
index 042ea75..91784ff 100644 (file)
@@ -1,2 +1,2 @@
 require libsexy.inc
-PR = "r0"
+PR = "r1"