diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-07-10 19:35:04 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-14 23:44:32 +0200 |
commit | cd15df6dcffc707222540174458cc81273381ad6 (patch) | |
tree | bfa82433d280550597b3c1545b5a2f2c75873700 /meta-xfce/recipes-xfce/garcon/garcon_0.6.1.bb | |
parent | 187798c3bd3dad2de3d159faf456aa6e71fbdf46 (diff) | |
download | meta-openembedded-cd15df6dcffc707222540174458cc81273381ad6.tar.gz |
garcon: update 0.4.0 -> 0.6.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/garcon/garcon_0.6.1.bb')
-rw-r--r-- | meta-xfce/recipes-xfce/garcon/garcon_0.6.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/garcon/garcon_0.6.1.bb b/meta-xfce/recipes-xfce/garcon/garcon_0.6.1.bb new file mode 100644 index 000000000..06e236977 --- /dev/null +++ b/meta-xfce/recipes-xfce/garcon/garcon_0.6.1.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION="Xfce Menu Library" | ||
2 | SECTION = "x11/libs" | ||
3 | LICENSE = "LGPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" | ||
5 | DEPENDS = "xfce4-dev-tools-native libxfce4util libxfce4ui intltool-native" | ||
6 | |||
7 | inherit xfce gtk-doc distro_features_check | ||
8 | |||
9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
10 | |||
11 | SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" | ||
12 | SRC_URI[md5sum] = "174690ad19243f7ef9529cb0c24b9080" | ||
13 | SRC_URI[sha256sum] = "41c31ba0498c2cc39de4a8e0c2367510adbf4bc2104c17feee358e51e6acf603" | ||
14 | |||
15 | EXTRA_OECONF = "--disable-gtk-doc" | ||
16 | |||
17 | FILES_${PN} += "${datadir}/desktop-directories" | ||