aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-01 13:40:32 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-01 14:04:13 +0200
commit1664469b58f5d636d101e3b58a0445ba11758603 (patch)
tree7616c8912686bddfe8b41cbfcf828b302ff89d9a /recipes/gnome
parentd09682620c148b1d4829ec6973d605eb40cb23b3 (diff)
downloadopenembedded-1664469b58f5d636d101e3b58a0445ba11758603.tar.gz
libgnomekbd: add 2.30.0, convert to new style staging
Diffstat (limited to 'recipes/gnome')
-rw-r--r--recipes/gnome/libgnomekbd_2.30.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/gnome/libgnomekbd_2.30.0.bb b/recipes/gnome/libgnomekbd_2.30.0.bb
new file mode 100644
index 0000000000..30e051b79c
--- /dev/null
+++ b/recipes/gnome/libgnomekbd_2.30.0.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "GNOME keyboard library"
+LICENSE = "LGPL"
+SECTION = "x11/gnome/libs"
+
+DEPENDS = "gconf libgnome libxklavier"
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "2c3a2dfac0da5c3748a06db905264429"
+SRC_URI[archive.sha256sum] = "fc8f688901dfa293b1e5c14a0b56866837f0003d5b6a9ce971841735084d5b04"
+
+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
+}
+
+
+
+
+