From b3c9b626e0da6a188c845706d8634aeb6d5de81d Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 21 Oct 2017 16:12:56 +0200 Subject: lxappearance: update to 0.6.3 Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-lxde/lxappearance/lxappearance_0.6.2.bb | 28 ------------------------- recipes-lxde/lxappearance/lxappearance_0.6.3.bb | 28 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 recipes-lxde/lxappearance/lxappearance_0.6.2.bb create mode 100644 recipes-lxde/lxappearance/lxappearance_0.6.3.bb diff --git a/recipes-lxde/lxappearance/lxappearance_0.6.2.bb b/recipes-lxde/lxappearance/lxappearance_0.6.2.bb deleted file mode 100644 index fd48d88..0000000 --- a/recipes-lxde/lxappearance/lxappearance_0.6.2.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "LXDE GTK+ theme switcher" -HOMEPAGE = "http://lxde.org/" -SECTION = "x11" - -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -DEPENDS = "glib-2.0-native intltool-native" - -SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz" -SRC_URI[md5sum] = "21ee79c7686a80efddaa1b7928f51e21" -SRC_URI[sha256sum] = "4462136e01f991d4c546f23a8cf59a4092f88ecdff587597959f8062e2ea201f" - -PACKAGECONFIG ?= "gtk3" -PACKAGECONFIG[gtk3] = "--enable-gtk3,,gtk+3" -python __anonymous () { - depends = d.getVar("DEPENDS", d, 1) - if 'gtk3' not in d.getVar('PACKAGECONFIG', True): - d.setVar("DEPENDS", "%s gtk+" % depends) -} - -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 diff --git a/recipes-lxde/lxappearance/lxappearance_0.6.3.bb b/recipes-lxde/lxappearance/lxappearance_0.6.3.bb new file mode 100644 index 0000000..7806a16 --- /dev/null +++ b/recipes-lxde/lxappearance/lxappearance_0.6.3.bb @@ -0,0 +1,28 @@ +SUMMARY = "LXDE GTK+ theme switcher" +HOMEPAGE = "http://lxde.org/" +SECTION = "x11" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +DEPENDS = "glib-2.0-native intltool-native" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz" +SRC_URI[md5sum] = "f10345313e2c12bad51c1b58bd46b454" +SRC_URI[sha256sum] = "7222d858b8fef4b7967c42142d61e82ded6dd42dc5ef1d59caad775795928b38" + +PACKAGECONFIG ?= "gtk3" +PACKAGECONFIG[gtk3] = "--enable-gtk3,,gtk+3" +python __anonymous () { + depends = d.getVar("DEPENDS", d, 1) + if 'gtk3' not in d.getVar('PACKAGECONFIG', True): + d.setVar("DEPENDS", "%s gtk+" % depends) +} + +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