diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-09-16 15:19:11 +0200 |
---|---|---|
committer | Andreas Müller <schnitzeltony@googlemail.com> | 2012-09-18 15:54:00 +0200 |
commit | cf58e9f9c2763d6717c7e1b22ea9be98543b6a93 (patch) | |
tree | fb496fd9ec517088e515d804cb22a3416e7ae7ac /meta-xfce/recipes-xfce/libxfce4ui | |
parent | f54e102a0c37df34e5acd6bbb38e6c8ee62d4705 (diff) | |
download | meta-openembedded-cf58e9f9c2763d6717c7e1b22ea9be98543b6a93.tar.gz |
libxfce4ui: update to 4.10.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/libxfce4ui')
-rw-r--r-- | meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb (renamed from meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.1.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.1.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb index e2bc81ea1..32505de66 100644 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.1.bb +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb | |||
@@ -3,13 +3,11 @@ 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 | DEPENDS = "gtk+ intltool libxfce4util startup-notification xfconf" |
6 | PR = "r1" | ||
7 | 6 | ||
8 | inherit xfce | 7 | inherit xfce |
9 | 8 | ||
10 | SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch" | 9 | SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch" |
11 | 10 | ||
12 | FILES_${PN} += "${libdir}/xfce4/modules ${libdir}/libglade/2.0/*.so ${datadir}/xfce4/mime ${datadir}/icons/hicolor" | 11 | SRC_URI[md5sum] = "6df1ce474a3d4885aee31cda9dbc9192" |
12 | SRC_URI[sha256sum] = "a2b9fa288ccb5f16fa13264e507ba3f7b8da0176da259a11239f21538c0ea3e2" | ||
13 | 13 | ||
14 | SRC_URI[md5sum] = "30bd432dd0f19305e846a122d4c7c6fe" | ||
15 | SRC_URI[sha256sum] = "39cbed29da06960074014b74abc2ba57db49dc81ab8995fb2160579c51669956" | ||