diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-09-28 06:35:50 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-16 15:01:14 +0200 |
commit | cc4b2fa400f673001088b1fe2c1a5869d7d2b312 (patch) | |
tree | 6389414fdbe35ad9a7b28702e4ffeabfadfbcc9a /meta-xfce/recipes-xfce | |
parent | c2a0882c52f4416252cb4ce9bd964eb9daf9b85a (diff) | |
download | meta-openembedded-cc4b2fa400f673001088b1fe2c1a5869d7d2b312.tar.gz |
libxfce4ui: add glade package
* To edit glade files for xfce-packages it needs libxfce4ui's catalog [1].
* Unfortunately some host distributions do not supply a libxfce4ui-glade package.
* By installing glade3 + libxfce4ui-glade it is now possible to edit xfce's
glade-files on target machine.
[1] http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/20021
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb index 32505de66..b5eb604a4 100644 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb | |||
@@ -2,12 +2,18 @@ DESCRIPTION = "Xfce4 Widget library and X Window System interaction" | |||
2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" |
5 | DEPENDS = "gtk+ intltool libxfce4util startup-notification xfconf" | 5 | PR = "r1" |
6 | DEPENDS = "gtk+ intltool libxfce4util startup-notification xfconf glade3" | ||
6 | 7 | ||
7 | inherit xfce | 8 | inherit xfce |
8 | 9 | ||
9 | SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch" | 10 | SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch" |
10 | |||
11 | SRC_URI[md5sum] = "6df1ce474a3d4885aee31cda9dbc9192" | 11 | SRC_URI[md5sum] = "6df1ce474a3d4885aee31cda9dbc9192" |
12 | SRC_URI[sha256sum] = "a2b9fa288ccb5f16fa13264e507ba3f7b8da0176da259a11239f21538c0ea3e2" | 12 | SRC_URI[sha256sum] = "a2b9fa288ccb5f16fa13264e507ba3f7b8da0176da259a11239f21538c0ea3e2" |
13 | 13 | ||
14 | FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug" | ||
15 | FILES_${PN}-dev += "${libdir}/glade3/modules/*.la \ | ||
16 | ${datadir}/glade3/catalogs/*.in" | ||
17 | PACKAGES += "${PN}-glade" | ||
18 | FILES_${PN}-glade = "${libdir}/glade3 \ | ||
19 | ${datadir}/glade3" | ||