diff options
author | Andreas Müller <schnitzeltony@gmx.de> | 2012-01-15 02:44:12 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-15 10:09:42 +0100 |
commit | b20bf09d877bfab81c3a73712b086c0577cac853 (patch) | |
tree | eb76b69566f8dc7db50db7da7bdfb7e08d7f3d0a /meta-xfce/recipes-apps | |
parent | c4e7f781f9c194934288d69f4d31e5d0143979af (diff) | |
download | meta-openembedded-b20bf09d877bfab81c3a73712b086c0577cac853.tar.gz |
ristretto: update to 0.3.2
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r-- | meta-xfce/recipes-apps/ristretto/files/add-locale_h.patch | 13 | ||||
-rw-r--r-- | meta-xfce/recipes-apps/ristretto/ristretto_0.3.2.bb (renamed from meta-xfce/recipes-apps/ristretto/ristretto_0.3.0.bb) | 7 |
2 files changed, 2 insertions, 18 deletions
diff --git a/meta-xfce/recipes-apps/ristretto/files/add-locale_h.patch b/meta-xfce/recipes-apps/ristretto/files/add-locale_h.patch deleted file mode 100644 index a149500ea..000000000 --- a/meta-xfce/recipes-apps/ristretto/files/add-locale_h.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | Upstream-Status: Applied in git repo | ||
2 | --- | ||
3 | --- a/src/util.c.old 2011-11-05 22:12:00.000000000 +0100 | ||
4 | +++ b/src/util.c 2012-01-03 16:18:21.435234961 +0100 | ||
5 | @@ -18,7 +18,7 @@ | ||
6 | |||
7 | #include <config.h> | ||
8 | #include <glib.h> | ||
9 | - | ||
10 | +#include <locale.h> | ||
11 | #include <exo/exo.h> | ||
12 | |||
13 | |||
diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.3.0.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.3.2.bb index 4fb28f0ae..3a167c132 100644 --- a/meta-xfce/recipes-apps/ristretto/ristretto_0.3.0.bb +++ b/meta-xfce/recipes-apps/ristretto/ristretto_0.3.2.bb | |||
@@ -4,13 +4,10 @@ SECTION = "x11/application" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
6 | DEPENDS = "libexif gtk+ dbus-glib libxfce4ui libxfce4util xfconf cairo" | 6 | DEPENDS = "libexif gtk+ dbus-glib libxfce4ui libxfce4util xfconf cairo" |
7 | PR = "r1" | ||
8 | 7 | ||
9 | inherit xfce-app | 8 | inherit xfce-app |
10 | 9 | ||
11 | SRC_URI += "file://add-locale_h.patch" | ||
12 | |||
13 | RRECOMMENDS_${PN} += "tumbler" | 10 | RRECOMMENDS_${PN} += "tumbler" |
14 | 11 | ||
15 | SRC_URI[md5sum] = "124c4e98f837e35c728b0ff1d9078b1a" | 12 | SRC_URI[md5sum] = "ab54fffe197c220bf26553c9a4f95658" |
16 | SRC_URI[sha256sum] = "a8bf0aa8a18af4ad8d53cbfc918bc92db51b5446cf7ff09e7b988fe5c7b986e4" | 13 | SRC_URI[sha256sum] = "a28c9e472c329b5f3136ebea887dec5ba93a37d5562b493633161392aff5545f" |