diff options
author | Andreas Mueller <schnitzeltony@gmx.de> | 2010-06-18 00:26:42 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-18 11:16:29 -0700 |
commit | 19bd6d851cdefbe6be0b9766980a7338fe6ff82d (patch) | |
tree | c1e9efe56443e15af236d8513e0301d16e231746 /recipes/xfce-base/libxfcegui4_4.6.4.bb | |
parent | 7565ef3e4a53f715f16bdf6237061bcb9d6da33b (diff) |
xfce-base: Bump xfce recipes to version 4.6.2
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/xfce-base/libxfcegui4_4.6.4.bb')
-rw-r--r-- | recipes/xfce-base/libxfcegui4_4.6.4.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/xfce-base/libxfcegui4_4.6.4.bb b/recipes/xfce-base/libxfcegui4_4.6.4.bb new file mode 100644 index 0000000000..255f482751 --- /dev/null +++ b/recipes/xfce-base/libxfcegui4_4.6.4.bb @@ -0,0 +1,17 @@ +# libxfcegui4 OE build file + +DESCRIPTION = "Xfce4 Widget library and X Window System interaction" +DEPENDS = "gettext pkgconfig intltool virtual/libx11 libxfce4util xfconf dbh libxml2 gtk+ libglade" +RDEPENDS_${PN} = "xfconf startup-notification " + +SECTION = "x11/libs" +PR = "r0" + +inherit xfce46 + +LEAD_SONAME = "libxfcegui4.so.4" + +FILES_${PN} += "${libdir}/xfce4/modules ${libdir}/libglade/2.0/*.so ${datadir}/xfce4/mime ${datadir}/icons/hicolor" + +SRC_URI[md5sum] = "88de59b222cb9977f93a4c61011c1e1f" +SRC_URI[sha256sum] = "c37e407dc00fb87dc16758d53e69edeac7b32aa76c5fcad2b784cf22f58af421" |