summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-01-08 20:36:53 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2014-03-10 09:57:02 +0100
commit6c0f010807ff8973f24b92dd3b2c74dbe56fe15b (patch)
tree7c0dca8549241f059f368f7489e9d506fc19a8d9
parent93bfc6690fed217a6ae2e3766c8ab7223e93ce53 (diff)
lxappearance: update to 0.5.4
-rw-r--r--recipes-lxde/lxappearance/lxappearance-0.5.1/lxappearance_missing_am_prog_cc_c_o.patch10
-rw-r--r--recipes-lxde/lxappearance/lxappearance-0.5.2/empty-cursor.patch12
-rw-r--r--recipes-lxde/lxappearance/lxappearance-0.5.2/lxappearance_missing_am_prog_cc_c_o.patch10
-rw-r--r--recipes-lxde/lxappearance/lxappearance-0.5.4/empty-cursor.patch (renamed from recipes-lxde/lxappearance/lxappearance-0.5.1/empty-cursor.patch)0
-rw-r--r--recipes-lxde/lxappearance/lxappearance_0.5.2.bb19
-rw-r--r--recipes-lxde/lxappearance/lxappearance_0.5.4.bb (renamed from recipes-lxde/lxappearance/lxappearance_0.5.1.bb)7
6 files changed, 3 insertions, 55 deletions
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.1/empty-cursor.patch b/recipes-lxde/lxappearance/lxappearance-0.5.4/empty-cursor.patch
index 381c8be..381c8be 100644
--- a/recipes-lxde/lxappearance/lxappearance-0.5.1/empty-cursor.patch
+++ b/recipes-lxde/lxappearance/lxappearance-0.5.4/empty-cursor.patch
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.1.bb b/recipes-lxde/lxappearance/lxappearance_0.5.4.bb
index 1d03a6c..e597638 100644
--- a/recipes-lxde/lxappearance/lxappearance_0.5.1.bb
+++ b/recipes-lxde/lxappearance/lxappearance_0.5.4.bb
@@ -9,11 +9,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS = "gtk+"
-SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.gz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz \
file://empty-cursor.patch \
- file://lxappearance_missing_am_prog_cc_c_o.patch \
"
-SRC_URI[md5sum] = "34d157a7fe97ef0b93db8fab3f251e07"
-SRC_URI[sha256sum] = "74e638257092201a572f1fcd4eb93c195c9fa75e27602662de542b002e6deade"
+SRC_URI[md5sum] = "c7b8c18368f757a8a60f21cb46d7d9b3"
+SRC_URI[sha256sum] = "beffc2553084ad32ab7bb424b9440c606410ca584770910a1c6ce2f9812ce5e8"
inherit autotools gettext pkgconfig