From 6c0f010807ff8973f24b92dd3b2c74dbe56fe15b Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 8 Jan 2014 20:36:53 +0100 Subject: lxappearance: update to 0.5.4 --- .../lxappearance-0.5.1/empty-cursor.patch | 12 ------------ .../lxappearance_missing_am_prog_cc_c_o.patch | 10 ---------- .../lxappearance-0.5.2/empty-cursor.patch | 12 ------------ .../lxappearance_missing_am_prog_cc_c_o.patch | 10 ---------- .../lxappearance-0.5.4/empty-cursor.patch | 12 ++++++++++++ recipes-lxde/lxappearance/lxappearance_0.5.1.bb | 19 ------------------- recipes-lxde/lxappearance/lxappearance_0.5.2.bb | 19 ------------------- recipes-lxde/lxappearance/lxappearance_0.5.4.bb | 18 ++++++++++++++++++ 8 files changed, 30 insertions(+), 82 deletions(-) delete mode 100644 recipes-lxde/lxappearance/lxappearance-0.5.1/empty-cursor.patch delete mode 100644 recipes-lxde/lxappearance/lxappearance-0.5.1/lxappearance_missing_am_prog_cc_c_o.patch delete mode 100644 recipes-lxde/lxappearance/lxappearance-0.5.2/empty-cursor.patch delete mode 100644 recipes-lxde/lxappearance/lxappearance-0.5.2/lxappearance_missing_am_prog_cc_c_o.patch create mode 100644 recipes-lxde/lxappearance/lxappearance-0.5.4/empty-cursor.patch delete mode 100644 recipes-lxde/lxappearance/lxappearance_0.5.1.bb delete mode 100644 recipes-lxde/lxappearance/lxappearance_0.5.2.bb create mode 100644 recipes-lxde/lxappearance/lxappearance_0.5.4.bb diff --git a/recipes-lxde/lxappearance/lxappearance-0.5.1/empty-cursor.patch b/recipes-lxde/lxappearance/lxappearance-0.5.1/empty-cursor.patch deleted file mode 100644 index 381c8be..0000000 --- a/recipes-lxde/lxappearance/lxappearance-0.5.1/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.1/lxappearance_missing_am_prog_cc_c_o.patch b/recipes-lxde/lxappearance/lxappearance-0.5.1/lxappearance_missing_am_prog_cc_c_o.patch deleted file mode 100644 index 6d76a18..0000000 --- a/recipes-lxde/lxappearance/lxappearance-0.5.1/lxappearance_missing_am_prog_cc_c_o.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- lxappearance-0.5.1/configure.ac~ 2011-07-29 16:50:18.000000000 +0200 -+++ lxappearance-0.5.1/configure.ac 2012-08-12 16:52:52.000000000 +0200 -@@ -16,6 +16,7 @@ - - # Checks for programs. - AC_PROG_CC -+AM_PROG_CC_C_O - # AM_PROG_LIBTOOL - - # Checks for libraries. diff --git a/recipes-lxde/lxappearance/lxappearance-0.5.2/empty-cursor.patch b/recipes-lxde/lxappearance/lxappearance-0.5.2/empty-cursor.patch deleted file mode 100644 index 381c8be..0000000 --- a/recipes-lxde/lxappearance/lxappearance-0.5.2/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.2/lxappearance_missing_am_prog_cc_c_o.patch b/recipes-lxde/lxappearance/lxappearance-0.5.2/lxappearance_missing_am_prog_cc_c_o.patch deleted file mode 100644 index 6d76a18..0000000 --- a/recipes-lxde/lxappearance/lxappearance-0.5.2/lxappearance_missing_am_prog_cc_c_o.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- lxappearance-0.5.1/configure.ac~ 2011-07-29 16:50:18.000000000 +0200 -+++ lxappearance-0.5.1/configure.ac 2012-08-12 16:52:52.000000000 +0200 -@@ -16,6 +16,7 @@ - - # Checks for programs. - AC_PROG_CC -+AM_PROG_CC_C_O - # AM_PROG_LIBTOOL - - # Checks for libraries. diff --git a/recipes-lxde/lxappearance/lxappearance-0.5.4/empty-cursor.patch b/recipes-lxde/lxappearance/lxappearance-0.5.4/empty-cursor.patch new file mode 100644 index 0000000..381c8be --- /dev/null +++ b/recipes-lxde/lxappearance/lxappearance-0.5.4/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.1.bb b/recipes-lxde/lxappearance/lxappearance_0.5.1.bb deleted file mode 100644 index 1d03a6c..0000000 --- a/recipes-lxde/lxappearance/lxappearance_0.5.1.bb +++ /dev/null @@ -1,19 +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.gz \ - file://empty-cursor.patch \ - file://lxappearance_missing_am_prog_cc_c_o.patch \ -" -SRC_URI[md5sum] = "34d157a7fe97ef0b93db8fab3f251e07" -SRC_URI[sha256sum] = "74e638257092201a572f1fcd4eb93c195c9fa75e27602662de542b002e6deade" - -inherit autotools gettext pkgconfig diff --git a/recipes-lxde/lxappearance/lxappearance_0.5.2.bb b/recipes-lxde/lxappearance/lxappearance_0.5.2.bb deleted file mode 100644 index 0767eed..0000000 --- a/recipes-lxde/lxappearance/lxappearance_0.5.2.bb +++ /dev/null @@ -1,19 +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.gz \ - file://empty-cursor.patch \ - file://lxappearance_missing_am_prog_cc_c_o.patch \ -" -SRC_URI[md5sum] = "a088c6ef08fd25df7dc3be5b07168bbe" -SRC_URI[sha256sum] = "a446aaad5572dd42845d41a20db76ca1fb1b93e3827db1bce243c9877e5996f4" - -inherit autotools gettext pkgconfig diff --git a/recipes-lxde/lxappearance/lxappearance_0.5.4.bb b/recipes-lxde/lxappearance/lxappearance_0.5.4.bb new file mode 100644 index 0000000..e597638 --- /dev/null +++ b/recipes-lxde/lxappearance/lxappearance_0.5.4.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] = "c7b8c18368f757a8a60f21cb46d7d9b3" +SRC_URI[sha256sum] = "beffc2553084ad32ab7bb424b9440c606410ca584770910a1c6ce2f9812ce5e8" + +inherit autotools gettext pkgconfig -- cgit v1.2.3