mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
xfce4-screenshooter: update 1.8.2 -> 1.9.1
0001-Makefile.am-create-ouput-directory-for-desktop-file.patch was applied upstream Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
5cd959eb6a
commit
42c990172d
|
@ -1,29 +0,0 @@
|
|||
From c85bf7cc5c1e1780d215f6fe233e3ed4597c72ed Mon Sep 17 00:00:00 2001
|
||||
From: Jackie Huang <jackie.huang@windriver.com>
|
||||
Date: Mon, 21 Sep 2015 06:54:28 +0000
|
||||
Subject: [PATCH] Makefile.am: create ouput directory for desktop file
|
||||
|
||||
Upstream-Status: Submitted [1]
|
||||
|
||||
[1]: http://bug-attachment.xfce.org/attachment.cgi?id=6460
|
||||
|
||||
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
|
||||
---
|
||||
Makefile.am | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index a22fc20..2ef0e54 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -122,6 +122,7 @@ app_desktop_DATA = $(app_desktop_in_files:.desktop.in=.desktop)
|
||||
|
||||
src/xfce4-screenshooter.desktop.in: src/xfce4-screenshooter.desktop.in.in
|
||||
$(AM_V_GEN) ( \
|
||||
+ $(MKDIR_P) $(dir $@); \
|
||||
sed -e "s^@PLUGIN_PATH@^$(libexecdir)/applications^" \
|
||||
$< > $@ \
|
||||
)
|
||||
--
|
||||
2.0.1
|
||||
|
|
@ -7,10 +7,8 @@ DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+ glib-2.0 libsoup-
|
|||
|
||||
inherit xfce-app
|
||||
|
||||
SRC_URI += "file://0001-Makefile.am-create-ouput-directory-for-desktop-file.patch"
|
||||
|
||||
SRC_URI[md5sum] = "3a32ecc5566453a58f6a4ddd70649444"
|
||||
SRC_URI[sha256sum] = "9dce2ddfaa87f703e870e29bae13f3fc82a1b3f06b44f8386640e45a135f5f69"
|
||||
SRC_URI[md5sum] = "75e1501418f904769e4fd25eff6a3946"
|
||||
SRC_URI[sha256sum] = "e62b31d9cf06a7414a26400c2ebe7a2ae7c2b22aa60f997f25145ea9ebe6e0db"
|
||||
|
||||
do_compile_prepend() {
|
||||
mkdir -p lib
|
Loading…
Reference in New Issue
Block a user