diff options
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/gnome/libgnomekbd_2.28.0.bb | 20 |
2 files changed, 24 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index f6349f629d..ec576a397e 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -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 index 0000000000..392ca99a35 --- /dev/null +++ b/recipes/gnome/libgnomekbd_2.28.0.bb @@ -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 +} + + + + |