diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-09-03 08:46:01 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-03 07:25:28 -0700 |
commit | a4ea9eeceb612e9cc6097be8c183f513840a0a17 (patch) | |
tree | 5ed37184a4a999313fa37e121f0e1692adcd82a0 /meta-xfce/recipes-extended/imsettings | |
parent | 7897ca7d19d5a0ac83d84eb040aa61311693f54b (diff) | |
download | meta-openembedded-a4ea9eeceb612e9cc6097be8c183f513840a0a17.tar.gz |
imsettings: upgrade 1.7.3 -> 1.8.1 and rework recipe
It is more or less a recipe rewrite:
* stylize recipe
* Use gtk3 instead of gtk.
* Drop gconf backend - we should get rid of orphanded gconf
* Add PACKAGECONFIGs for 'xim' and 'xfce' - xfce is set by default
* Drop intltool-native from depends - they moved to gettext
* Remove entries from FILES - gobject-introspection.bbclass takes care
* Remove dbus-glib from depends - they moved to gdbus long time ago (Thanks Kai)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-extended/imsettings')
-rw-r--r-- | meta-xfce/recipes-extended/imsettings/imsettings_1.8.1.bb (renamed from meta-xfce/recipes-extended/imsettings/imsettings_1.7.3.bb) | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/meta-xfce/recipes-extended/imsettings/imsettings_1.7.3.bb b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.1.bb index 8f622bf6f..5c94cb6bc 100644 --- a/meta-xfce/recipes-extended/imsettings/imsettings_1.7.3.bb +++ b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.1.bb | |||
@@ -7,25 +7,27 @@ This package contains the core DBus services and some utilities." | |||
7 | HOMEPAGE = "http://code.google.com/p/imsettings/" | 7 | HOMEPAGE = "http://code.google.com/p/imsettings/" |
8 | SECTION = "Applications/System" | 8 | SECTION = "Applications/System" |
9 | 9 | ||
10 | inherit autotools gtk-doc gobject-introspection distro_features_check | 10 | LICENSE = "LGPLv2+" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
11 | 12 | ||
12 | REQUIRED_DISTRO_FEATURES = "x11" | 13 | inherit autotools gtk-doc gobject-introspection gettext distro_features_check |
13 | 14 | ||
14 | SRC_URI = "https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2 \ | 15 | DEPENDS = "gtk+3 libnotify" |
15 | " | ||
16 | 16 | ||
17 | SRC_URI[md5sum] = "c6c65a2b2654fe9dfe9ab2e8b80c079a" | 17 | REQUIRED_DISTRO_FEATURES = "x11" |
18 | SRC_URI[sha256sum] = "196d3a74cef254ff812c32682d1818d740e36a68b976fef9e99748d23a71a71a" | ||
19 | 18 | ||
20 | LICENSE = "LGPLv2+" | 19 | SRC_URI = "https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2" |
21 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 20 | SRC_URI[md5sum] = "c04341a008d8c60e1532f033f4020f44" |
21 | SRC_URI[sha256sum] = "ebf578299a10c6a1fea9047be6577df6d2b6470d3cc9d40f8a6589a3c13c4c8b" | ||
22 | 22 | ||
23 | EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \ | 23 | EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \ |
24 | --disable-static \ | 24 | --disable-static \ |
25 | " | 25 | " |
26 | 26 | ||
27 | DEPENDS = "gtk+ gconf libnotify dbus-glib libgxim xfconf intltool-native" | 27 | PACKAGECONFIG ??= "xfce" |
28 | PACKAGECONFIG[xfce] = ",,xfconf" | ||
29 | PACKAGECONFIG[xim] = ",,libgxim" | ||
28 | 30 | ||
29 | RDEPENDS_${PN} += "bash" | 31 | RDEPENDS_${PN} += "bash" |
30 | 32 | ||
31 | FILES_${PN} += "${datadir}/dbus-1/* ${datadir}/gir-1.0/* ${libdir}/girepository-1.0/*" | 33 | FILES_${PN} += "${datadir}/dbus-1/*" |