diff options
author | Andreas Mueller <schnitzeltony@gmx.de> | 2011-08-01 17:26:33 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-05 19:49:58 +0200 |
commit | 3778a9e3dc2bf37bc4cdbef29a89db4aec7c492f (patch) | |
tree | 3f2135b06841909276a6f244143854781c4522d2 /meta-xfce | |
parent | 79bb21b447ed2f01a77bb970fd00cea208fbc4f7 (diff) | |
download | meta-openembedded-3778a9e3dc2bf37bc4cdbef29a89db4aec7c492f.tar.gz |
libxfce4ui: Add initial recipe with version 4.8.0
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.0.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.0.bb new file mode 100644 index 000000000..82fff5862 --- /dev/null +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.0.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "Xfce4 Widget library and X Window System interaction" | ||
2 | SECTION = "x11/libs" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" | ||
5 | DEPENDS = "gtk+ gettext intltool libxfce4util startup-notification xfconf" | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | inherit xfce | ||
10 | |||
11 | FILES_${PN} += "${libdir}/xfce4/modules ${libdir}/libglade/2.0/*.so ${datadir}/xfce4/mime ${datadir}/icons/hicolor" | ||
12 | |||
13 | SRC_URI[md5sum] = "df9acb3328dff905bd0777b84532b69f" | ||
14 | SRC_URI[sha256sum] = "21f67fd004653440bfdb44874ed69c9806b4784978ec068d0b1c7012864ba339" | ||