diff options
| author | Khem Raj <raj.khem@gmail.com> | 2015-11-17 11:13:16 -0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-18 12:39:50 +0100 |
| commit | b5341db1c245e581b25e2b7d5766ed2c1bbd17f7 (patch) | |
| tree | a13eb6c215e0317504574d8869302813651374c3 /meta-ruby | |
| parent | 00264bf4b3adad0cc2b083acbe23fdb3235c5874 (diff) | |
| download | meta-openembedded-b5341db1c245e581b25e2b7d5766ed2c1bbd17f7.tar.gz | |
imsettings: Move from meta-ruby to meta-xfce
It depends on xfconf which is XFCE component, no one
depends on imsettings in meta-ruby so move it close
to its dependencies.
Ideally, xfconf should be turned into PACKAGECONFIG
and this recipe then moved to meta-oe since all kind
of DE's can use it then.
For now it frees meta-ruby from unnecessary dependency on xfce layer
Change-Id: I6b5896b0db504fad49a9da5967d3493e27c627b0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-ruby')
4 files changed, 1 insertions, 70 deletions
diff --git a/meta-ruby/conf/layer.conf b/meta-ruby/conf/layer.conf index b05345075a..b526a5d394 100644 --- a/meta-ruby/conf/layer.conf +++ b/meta-ruby/conf/layer.conf | |||
| @@ -12,4 +12,4 @@ BBFILE_PRIORITY_ruby-layer = "7" | |||
| 12 | # cause compatibility issues with other layers | 12 | # cause compatibility issues with other layers |
| 13 | LAYERVERSION_ruby-layer = "1" | 13 | LAYERVERSION_ruby-layer = "1" |
| 14 | 14 | ||
| 15 | LAYERDEPENDS_ruby-layer = "core openembedded-layer xfce-layer" | 15 | LAYERDEPENDS_ruby-layer = "core openembedded-layer" |
diff --git a/meta-ruby/recipes-extended/imsettings/imsettings/gtk-is-required-by-notify.patch b/meta-ruby/recipes-extended/imsettings/imsettings/gtk-is-required-by-notify.patch deleted file mode 100644 index d42358d690..0000000000 --- a/meta-ruby/recipes-extended/imsettings/imsettings/gtk-is-required-by-notify.patch +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | gtk+ is required by linnotify. So make sure gtk be linked before libnotify | ||
| 2 | |||
| 3 | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> | ||
| 4 | |||
| 5 | diff -Nurp imsettings-1.6.7.orig/configure.ac imsettings-1.6.7/configure.ac | ||
| 6 | --- imsettings-1.6.7.orig/configure.ac 2013-11-26 16:09:09.000000000 +0800 | ||
| 7 | +++ imsettings-1.6.7/configure.ac 2014-12-30 11:27:44.370003209 +0800 | ||
| 8 | @@ -93,8 +93,8 @@ PKG_CHECK_MODULES(LIBNOTIFY, libnotify, | ||
| 9 | has_old_libnotify=yes | ||
| 10 | PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $GTK_REQUIRED) | ||
| 11 | AC_DEFINE(HAS_OLD_LIBNOTIFY,, [Using older libnotify]) | ||
| 12 | - IMDAEMON_CFLAGS="$GTK_CFLAGS $LIBNOTIFY_OLD_CFLAGS" | ||
| 13 | - IMDAEMON_LIBS="$GTK_LIBS $LIBNOTIFY_OLD_LIBS"],[ | ||
| 14 | + IMDAEMON_CFLAGS="$LIBNOTIFY_OLD_CFLAGS $GTK_CFLAGS" | ||
| 15 | + IMDAEMON_LIBS="$LIBNOTIFY_OLD_LIBS $GTK_LIBS"],[ | ||
| 16 | has_old_libnotify=no | ||
| 17 | IMDAEMON_CFLAGS="$LIBNOTIFY_CFLAGS" | ||
| 18 | IMDAEMON_LIBS="$LIBNOTIFY_LIBS"]) | ||
diff --git a/meta-ruby/recipes-extended/imsettings/imsettings/multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch b/meta-ruby/recipes-extended/imsettings/imsettings/multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch deleted file mode 100644 index 9e318474e4..0000000000 --- a/meta-ruby/recipes-extended/imsettings/imsettings/multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | multi-line ACLOCAL_AMFLAGS isn't supported by autoreconf. | ||
| 2 | It will cause configure error as follow. | ||
| 3 | |||
| 4 | aclocal: error: non-option arguments are not accepted: '\'. | ||
| 5 | |||
| 6 | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> | ||
| 7 | |||
| 8 | diff -Nurp imsettings-1.6.8.orig/Makefile.am imsettings-1.6.8/Makefile.am | ||
| 9 | --- imsettings-1.6.8.orig/Makefile.am 2013-02-08 11:33:59.000000000 +0900 | ||
| 10 | +++ imsettings-1.6.8/Makefile.am 2015-06-24 14:15:32.070000007 +0900 | ||
| 11 | @@ -1,9 +1,7 @@ | ||
| 12 | NULL = | ||
| 13 | SUBDIRS = data imsettings imsettings-daemon backends utils po tests docs | ||
| 14 | |||
| 15 | -ACLOCAL_AMFLAGS = \ | ||
| 16 | - -I m4macros \ | ||
| 17 | - $(NULL) | ||
| 18 | +ACLOCAL_AMFLAGS = -I m4macros $(NULL) | ||
| 19 | |||
| 20 | CONFIGURE_DEPENDENCIES = \ | ||
| 21 | requires \ | ||
diff --git a/meta-ruby/recipes-extended/imsettings/imsettings_1.6.8.bb b/meta-ruby/recipes-extended/imsettings/imsettings_1.6.8.bb deleted file mode 100644 index 699547dec1..0000000000 --- a/meta-ruby/recipes-extended/imsettings/imsettings_1.6.8.bb +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | SUMMARY = "Delivery framework for general Input Method configuration" | ||
| 2 | DESCRIPTION = "IMSettings is a framework that delivers Input Method \ | ||
| 3 | settings and applies the changes so they take effect \ | ||
| 4 | immediately without any need to restart applications \ | ||
| 5 | or the desktop. \ | ||
| 6 | This package contains the core DBus services and some utilities." | ||
| 7 | HOMEPAGE = "http://code.google.com/p/imsettings/" | ||
| 8 | SECTION = "Applications/System" | ||
| 9 | |||
| 10 | inherit autotools gtk-doc | ||
| 11 | |||
| 12 | SRC_URI = "https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2 \ | ||
| 13 | file://gtk-is-required-by-notify.patch \ | ||
| 14 | file://multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch" | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "c31429f1d60e36d7f811f871c75b6c41" | ||
| 17 | SRC_URI[sha256sum] = "2620ffbf9a6dc842dbf994b4773d4fe355eb77076ccf33f726ba63f16c0d08ba" | ||
| 18 | |||
| 19 | LICENSE = "LGPLv2+" | ||
| 20 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
| 21 | |||
| 22 | EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \ | ||
| 23 | --disable-static \ | ||
| 24 | " | ||
| 25 | |||
| 26 | DEPENDS = "gtk+ gconf libnotify dbus-glib libgxim xfconf" | ||
| 27 | |||
| 28 | RDEPENDS_${PN} += "bash" | ||
| 29 | |||
| 30 | FILES_${PN} += "${datadir}/dbus-1/*" | ||
