summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb10
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"
2SECTION = "x11/libs" 2SECTION = "x11/libs"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" 4LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475"
5DEPENDS = "gtk+ intltool libxfce4util startup-notification xfconf" 5PR = "r1"
6DEPENDS = "gtk+ intltool libxfce4util startup-notification xfconf glade3"
6 7
7inherit xfce 8inherit xfce
8 9
9SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch" 10SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch"
10
11SRC_URI[md5sum] = "6df1ce474a3d4885aee31cda9dbc9192" 11SRC_URI[md5sum] = "6df1ce474a3d4885aee31cda9dbc9192"
12SRC_URI[sha256sum] = "a2b9fa288ccb5f16fa13264e507ba3f7b8da0176da259a11239f21538c0ea3e2" 12SRC_URI[sha256sum] = "a2b9fa288ccb5f16fa13264e507ba3f7b8da0176da259a11239f21538c0ea3e2"
13 13
14FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug"
15FILES_${PN}-dev += "${libdir}/glade3/modules/*.la \
16 ${datadir}/glade3/catalogs/*.in"
17PACKAGES += "${PN}-glade"
18FILES_${PN}-glade = "${libdir}/glade3 \
19 ${datadir}/glade3"