From bb906c7592ada0c6fcdb0c04b268087db0fb20cc Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 25 Mar 2014 11:31:16 +0100 Subject: lxappearance: update to 0.5.5 --- .../lxappearance/lxappearance-0.5.4/empty-cursor.patch | 12 ------------ .../lxappearance/lxappearance-0.5.5/empty-cursor.patch | 12 ++++++++++++ recipes-lxde/lxappearance/lxappearance_0.5.4.bb | 18 ------------------ recipes-lxde/lxappearance/lxappearance_0.5.5.bb | 18 ++++++++++++++++++ 4 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 recipes-lxde/lxappearance/lxappearance-0.5.4/empty-cursor.patch create mode 100644 recipes-lxde/lxappearance/lxappearance-0.5.5/empty-cursor.patch delete mode 100644 recipes-lxde/lxappearance/lxappearance_0.5.4.bb create mode 100644 recipes-lxde/lxappearance/lxappearance_0.5.5.bb diff --git a/recipes-lxde/lxappearance/lxappearance-0.5.4/empty-cursor.patch b/recipes-lxde/lxappearance/lxappearance-0.5.4/empty-cursor.patch deleted file mode 100644 index 381c8be..0000000 --- a/recipes-lxde/lxappearance/lxappearance-0.5.4/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/empty-cursor.patch b/recipes-lxde/lxappearance/lxappearance-0.5.5/empty-cursor.patch new file mode 100644 index 0000000..381c8be --- /dev/null +++ b/recipes-lxde/lxappearance/lxappearance-0.5.5/empty-cursor.patch @@ -0,0 +1,12 @@ +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.4.bb b/recipes-lxde/lxappearance/lxappearance_0.5.4.bb deleted file mode 100644 index e597638..0000000 --- a/recipes-lxde/lxappearance/lxappearance_0.5.4.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] = "c7b8c18368f757a8a60f21cb46d7d9b3" -SRC_URI[sha256sum] = "beffc2553084ad32ab7bb424b9440c606410ca584770910a1c6ce2f9812ce5e8" - -inherit autotools gettext pkgconfig diff --git a/recipes-lxde/lxappearance/lxappearance_0.5.5.bb b/recipes-lxde/lxappearance/lxappearance_0.5.5.bb new file mode 100644 index 0000000..07f63e0 --- /dev/null +++ b/recipes-lxde/lxappearance/lxappearance_0.5.5.bb @@ -0,0 +1,18 @@ +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 -- cgit v1.2.3