libgnomekb: add 2.28.0
authorSteve Sakoman <steve@sakoman.com>
Fri, 2 Oct 2009 03:44:34 +0000 (20:44 -0700)
committerKoen Kooi <koen@openembedded.org>
Fri, 2 Oct 2009 08:08:15 +0000 (10:08 +0200)
conf/checksums.ini
recipes/gnome/libgnomekbd_2.28.0.bb [new file with mode: 0644]

index f6349f6..ec576a3 100644 (file)
@@ -14090,6 +14090,10 @@ sha256=e130e80942b386de19a288a4c194ff3dbe9140315b31e982058c8bffbb6a1d29
 md5=43e4d090bc67a1984bebf551637783fd
 sha256=60f093b4fcbdfa12212d6e29dc2f7802a3234d8035f45efed4b426c0bb293c5a
 
+[http://ftp.gnome.org/pub/GNOME/sources/libgnomekbd/2.28/libgnomekbd-2.28.0.tar.bz2]
+md5=b0989c4a2dbe2b5dd892d14195674f2b
+sha256=72da2cc218de666a0ffa8896ae2d01bce3f46fde7072f2aa937c2bcd2d312668
+
 [http://ftp.gnome.org/pub/GNOME/sources/libgnomeprint/2.18/libgnomeprint-2.18.5.tar.bz2]
 md5=c325baf4487335259e050619185787b1
 sha256=0ead99d6e227192d09902bdb37ec6aac25555a453ff4c338b49700fc477070c5
diff --git a/recipes/gnome/libgnomekbd_2.28.0.bb b/recipes/gnome/libgnomekbd_2.28.0.bb
new file mode 100644 (file)
index 0000000..392ca99
--- /dev/null
@@ -0,0 +1,20 @@
+DESCRIPTION = "GNOME keyboard library"
+LICENSE = "LGPL"
+SECTION = "x11/gnome/libs"
+
+DEPENDS = "gconf libgnome libxklavier"
+
+inherit gnome
+
+do_configure_append() {
+        find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
+        find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
+}
+
+do_stage() {
+    autotools_stage_all
+}
+
+
+
+