summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxappearance/lxappearance_0.6.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-lxde/lxappearance/lxappearance_0.6.2.bb')
-rw-r--r--recipes-lxde/lxappearance/lxappearance_0.6.2.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-lxde/lxappearance/lxappearance_0.6.2.bb b/recipes-lxde/lxappearance/lxappearance_0.6.2.bb
new file mode 100644
index 0000000..94c6581
--- /dev/null
+++ b/recipes-lxde/lxappearance/lxappearance_0.6.2.bb
@@ -0,0 +1,20 @@
+SUMMARY = "LXDE GTK+ theme switcher"
+HOMEPAGE = "http://lxde.org/"
+SECTION = "x11"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+DEPENDS = "gtk+"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz"
+SRC_URI[md5sum] = "21ee79c7686a80efddaa1b7928f51e21"
+SRC_URI[sha256sum] = "4462136e01f991d4c546f23a8cf59a4092f88ecdff587597959f8062e2ea201f"
+
+inherit autotools gettext pkgconfig
+
+fakeroot do_fixup_ownership () {
+ find ${WORKDIR}/package/usr/src -exec chown 0:0 {} \;
+}
+
+addtask do_fixup_ownership after do_package before do_packagedata