From 5ad96466816fcb939d83ff64a80708a30cef080e Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 22 Oct 2014 23:03:39 +0200 Subject: lxappearance: update to 0.6.1 --- .../lxappearance/lxappearance-0.5.5/empty-cursor.patch | 12 ------------ recipes-lxde/lxappearance/lxappearance_0.5.5.bb | 18 ------------------ recipes-lxde/lxappearance/lxappearance_0.6.1.bb | 16 ++++++++++++++++ 3 files changed, 16 insertions(+), 30 deletions(-) delete mode 100644 recipes-lxde/lxappearance/lxappearance-0.5.5/empty-cursor.patch delete mode 100644 recipes-lxde/lxappearance/lxappearance_0.5.5.bb create mode 100644 recipes-lxde/lxappearance/lxappearance_0.6.1.bb diff --git a/recipes-lxde/lxappearance/lxappearance-0.5.5/empty-cursor.patch b/recipes-lxde/lxappearance/lxappearance-0.5.5/empty-cursor.patch deleted file mode 100644 index 381c8be..0000000 --- a/recipes-lxde/lxappearance/lxappearance-0.5.5/empty-cursor.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -auNr lxappearance-0.5.1.orig/src/cursor-theme.c lxappearance-0.5.1/src/cursor-theme.c ---- lxappearance-0.5.1.orig/src/cursor-theme.c 2012-01-15 20:16:51.113223420 +0100 -+++ lxappearance-0.5.1/src/cursor-theme.c 2012-01-15 20:17:17.017897756 +0100 -@@ -44,6 +44,8 @@ - cursor = gdk_cursor_new(types[i]); - GdkPixbuf* pix = gdk_cursor_get_image(cursor); - gdk_cursor_unref(cursor); -+ if (pix == NULL) -+ continue; - gtk_list_store_insert_with_values(store, &it, -1, 0, pix, -1); - g_object_unref(pix); - } diff --git a/recipes-lxde/lxappearance/lxappearance_0.5.5.bb b/recipes-lxde/lxappearance/lxappearance_0.5.5.bb deleted file mode 100644 index 07f63e0..0000000 --- a/recipes-lxde/lxappearance/lxappearance_0.5.5.bb +++ /dev/null @@ -1,18 +0,0 @@ -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.xz \ - file://empty-cursor.patch \ -" -SRC_URI[md5sum] = "a67113681d9d0a6d936289909aed5782" -SRC_URI[sha256sum] = "8cae82e6425ba8a0267774e4d10096df2d91b0597520058331684a5ece068b4c" - -inherit autotools gettext pkgconfig diff --git a/recipes-lxde/lxappearance/lxappearance_0.6.1.bb b/recipes-lxde/lxappearance/lxappearance_0.6.1.bb new file mode 100644 index 0000000..f07867d --- /dev/null +++ b/recipes-lxde/lxappearance/lxappearance_0.6.1.bb @@ -0,0 +1,16 @@ +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.xz" +SRC_URI[md5sum] = "79740125628a8374c1101cf26e558fa5" +SRC_URI[sha256sum] = "09e38aff39708f089cd2f421d97f99c3b11f03f88979b922dd42362956d816de" + +inherit autotools gettext pkgconfig -- cgit v1.2.3