From 340cd62f977343ddd275216b0f0e29829e765612 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 29 Mar 2016 19:41:41 +0200 Subject: lxappearance: update to 0.6.2.bb Signed-off-by: Max Krummenacher --- recipes-lxde/lxappearance/lxappearance_0.6.1.bb | 16 ---------------- recipes-lxde/lxappearance/lxappearance_0.6.2.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 16 deletions(-) delete mode 100644 recipes-lxde/lxappearance/lxappearance_0.6.1.bb create mode 100644 recipes-lxde/lxappearance/lxappearance_0.6.2.bb diff --git a/recipes-lxde/lxappearance/lxappearance_0.6.1.bb b/recipes-lxde/lxappearance/lxappearance_0.6.1.bb deleted file mode 100644 index 67eb03a..0000000 --- a/recipes-lxde/lxappearance/lxappearance_0.6.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "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.xz" -SRC_URI[md5sum] = "79740125628a8374c1101cf26e558fa5" -SRC_URI[sha256sum] = "09e38aff39708f089cd2f421d97f99c3b11f03f88979b922dd42362956d816de" - -inherit autotools gettext pkgconfig 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 -- cgit v1.2.3