summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-10-22 23:03:39 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-01-10 16:31:54 +0100
commit5ad96466816fcb939d83ff64a80708a30cef080e (patch)
tree7d99cb12100b5a7506999e230b20904de40c0967
parent6e809ed28d2c624d139d9534346834207706ee0f (diff)
lxappearance: update to 0.6.1
-rw-r--r--recipes-lxde/lxappearance/lxappearance-0.5.5/empty-cursor.patch12
-rw-r--r--recipes-lxde/lxappearance/lxappearance_0.6.1.bb (renamed from recipes-lxde/lxappearance/lxappearance_0.5.5.bb)8
2 files changed, 3 insertions, 17 deletions
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.6.1.bb
index 07f63e0..f07867d 100644
--- a/recipes-lxde/lxappearance/lxappearance_0.5.5.bb
+++ b/recipes-lxde/lxappearance/lxappearance_0.6.1.bb
@@ -9,10 +9,8 @@ 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"
+SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz"
+SRC_URI[md5sum] = "79740125628a8374c1101cf26e558fa5"
+SRC_URI[sha256sum] = "09e38aff39708f089cd2f421d97f99c3b11f03f88979b922dd42362956d816de"
inherit autotools gettext pkgconfig