diff options
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r-- | meta-xfce/recipes-apps/ristretto/ristretto_0.6.3.bb (renamed from meta-xfce/recipes-apps/ristretto/ristretto_0.3.5.bb) | 7 | ||||
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch | 43 | ||||
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb (renamed from meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.0.bb) | 11 |
3 files changed, 51 insertions, 10 deletions
diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.3.5.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.6.3.bb index fec5c46b6..959dcadf7 100644 --- a/meta-xfce/recipes-apps/ristretto/ristretto_0.3.5.bb +++ b/meta-xfce/recipes-apps/ristretto/ristretto_0.6.3.bb | |||
@@ -2,13 +2,12 @@ DESCRIPTION = "Tiny image-viewer" | |||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/applications/ristretto" | 2 | HOMEPAGE = "http://goodies.xfce.org/projects/applications/ristretto" |
3 | SECTION = "x11/application" | 3 | SECTION = "x11/application" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=35d145429ad3cbf5308d1dc93f66376b" |
6 | PR = "r1" | ||
7 | DEPENDS = "exo libexif gtk+ dbus-glib libxfce4ui libxfce4util xfconf cairo" | 6 | DEPENDS = "exo libexif gtk+ dbus-glib libxfce4ui libxfce4util xfconf cairo" |
8 | 7 | ||
9 | inherit xfce-app | 8 | inherit xfce-app |
10 | 9 | ||
11 | RRECOMMENDS_${PN} += "tumbler" | 10 | RRECOMMENDS_${PN} += "tumbler" |
12 | 11 | ||
13 | SRC_URI[md5sum] = "3bfdf129926236a45c58d7afdbb703b7" | 12 | SRC_URI[md5sum] = "6b8c9a5d7ed319e4c84a9fefaa18792c" |
14 | SRC_URI[sha256sum] = "96dc519c2e930955f97027d7b9bb7542b01a6ad0ca53a16f9af58f7c851eb8f2" | 13 | SRC_URI[sha256sum] = "2b6816de298e9a0d9b95662664690713c4123a9ac813a27bdde4727a03472d79" |
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch b/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch new file mode 100644 index 000000000..c30f9cb18 --- /dev/null +++ b/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch | |||
@@ -0,0 +1,43 @@ | |||
1 | From 08053be7adc6d4a83191efed735c3f565bcbcf1f Mon Sep 17 00:00:00 2001 | ||
2 | From: Samuli Suominen <ssuominen@gentoo.org> | ||
3 | Date: Sat, 5 May 2012 17:13:45 +0200 | ||
4 | Subject: [PATCH] Fix panel plugin build. | ||
5 | |||
6 | - Don't use a versioned library. | ||
7 | - Build as a module. | ||
8 | - Only export needed symbols. | ||
9 | --- | ||
10 | Upstream-status: applied | ||
11 | Makefile.am | 12 +++++++++--- | ||
12 | 1 files changed, 9 insertions(+), 3 deletions(-) | ||
13 | |||
14 | diff --git a/Makefile.am b/Makefile.am | ||
15 | index 45100fd..d0c0adb 100644 | ||
16 | --- a/Makefile.am | ||
17 | +++ b/Makefile.am | ||
18 | @@ -132,13 +132,19 @@ panel_plugin_libscreenshooterplugin_la_CFLAGS = \ | ||
19 | @SOUP_CFLAGS@ | ||
20 | |||
21 | panel_plugin_libscreenshooterplugin_la_LDFLAGS = \ | ||
22 | + -avoid-version \ | ||
23 | + -module \ | ||
24 | + -no-undefined \ | ||
25 | + -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \ | ||
26 | + $(PLATFORM_LDFLAGS) | ||
27 | + | ||
28 | +panel_plugin_libscreenshooterplugin_la_LIBADD = \ | ||
29 | @EXO_LIBS@ \ | ||
30 | @LIBXFCE4PANEL_LIBS@ \ | ||
31 | @GTHREAD_LIBS@ \ | ||
32 | @SOUP_LIBS@ \ | ||
33 | - @LIBXFCE4UI_LIBS@ | ||
34 | - | ||
35 | -panel_plugin_libscreenshooterplugin_la_LIBADD = lib/libscreenshooter.la | ||
36 | + @LIBXFCE4UI_LIBS@ \ | ||
37 | + lib/libscreenshooter.la | ||
38 | |||
39 | panel_plugin_libscreenshooterplugin_la_SOURCES = \ | ||
40 | panel-plugin/screenshooter-plugin.c | ||
41 | -- | ||
42 | 1.7.4.4 | ||
43 | |||
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.0.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb index 2362b8abf..b05c29873 100644 --- a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.0.bb +++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb | |||
@@ -5,12 +5,11 @@ LICENSE = "GPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" |
6 | DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+ glib-2.0 libsoup-2.4 exo libxfixes xext virtual/libx11" | 6 | DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+ glib-2.0 libsoup-2.4 exo libxfixes xext virtual/libx11" |
7 | 7 | ||
8 | PR = "r0" | ||
9 | |||
10 | inherit xfce-app | 8 | inherit xfce-app |
11 | 9 | ||
12 | FILES_${PN} += "${datadir}/xfce4/panel-plugins/*" | 10 | SRC_URI += "file://0001-Fix-panel-plugin-build.patch" |
13 | FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug" | 11 | SRC_URI[md5sum] = "d0ffea2052a8e70154cf13789070711f" |
12 | SRC_URI[sha256sum] = "40419892bd28989315eed053c159bba0f4264ed8c6c6738806024e481eab9492" | ||
14 | 13 | ||
15 | SRC_URI[md5sum] = "b51ab5725418e7258273c4a6402adb02" | 14 | FILES_${PN} += "${datadir}/xfce4/panel/plugins \ |
16 | SRC_URI[sha256sum] = "68748a42ae68c5a8e9ed1c14ec5c741a344ab30b5b325b8812220539548ad83e" | 15 | ${libdir}/xfce4/panel/plugins" |