diff options
Diffstat (limited to 'recipes-lxde/lxappearance/lxappearance_0.5.2.bb')
-rw-r--r-- | recipes-lxde/lxappearance/lxappearance_0.5.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-lxde/lxappearance/lxappearance_0.5.2.bb b/recipes-lxde/lxappearance/lxappearance_0.5.2.bb new file mode 100644 index 0000000..0767eed --- /dev/null +++ b/recipes-lxde/lxappearance/lxappearance_0.5.2.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "LXDE GTK+ theme switcher" +HOMEPAGE = "http://lxde.org/" +SECTION = "x11" + +PR = "r2" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +DEPENDS = "gtk+" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.gz \ + file://empty-cursor.patch \ + file://lxappearance_missing_am_prog_cc_c_o.patch \ +" +SRC_URI[md5sum] = "a088c6ef08fd25df7dc3be5b07168bbe" +SRC_URI[sha256sum] = "a446aaad5572dd42845d41a20db76ca1fb1b93e3827db1bce243c9877e5996f4" + +inherit autotools gettext pkgconfig |