diff options
| -rw-r--r-- | meta-xfce/recipes-xfce/garcon/garcon_0.1.8.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/garcon/garcon_0.1.8.bb b/meta-xfce/recipes-xfce/garcon/garcon_0.1.8.bb new file mode 100644 index 0000000000..63825fe520 --- /dev/null +++ b/meta-xfce/recipes-xfce/garcon/garcon_0.1.8.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION="Xfce Menu Library" | ||
| 2 | SECTION = "x11/libs" | ||
| 3 | LICENSE = "LGPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" | ||
| 5 | DEPENDS = "glib-2.0 xfce4-dev-tools" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | inherit xfce | ||
| 10 | |||
| 11 | FILES_${PN} += " ${datadir}/desktop-directories" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "18fbf523ed2865dfaccdfb40b4b20b05" | ||
| 14 | SRC_URI[sha256sum] = "955a05e72ebbadc8207bb7b2c7349e71830dbdd596dbba3ea3665f0ecfb9cf63" | ||
