mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
xfwm4: update to 4.8.1
* build tested incremental & from empty build dir * run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
d787186059
commit
15c2388f33
@@ -1,33 +0,0 @@
|
||||
From 09d0d36450e25554785bf7f730e4ba0e31982be6 Mon Sep 17 00:00:00 2001
|
||||
From: Andreas Mueller <schnitzeltony@gmx.de>
|
||||
Date: Thu, 21 Jul 2011 19:52:28 +0200
|
||||
Subject: [PATCH] docs: On installation create relative paths in symlinks to
|
||||
images
|
||||
|
||||
|
||||
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
|
||||
---
|
||||
|
||||
Upstream-Status: accepted
|
||||
|
||||
http://git.xfce.org/xfce/xfwm4/commit/?h=xfce-4.8&id=08b6d60056d7ca9884a46d6b92e77c9fc68ce8c5
|
||||
|
||||
doc/manual/Makefile.am | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
|
||||
index b21962f..88e234b 100644
|
||||
--- a/doc/manual/Makefile.am
|
||||
+++ b/doc/manual/Makefile.am
|
||||
@@ -20,7 +20,7 @@ install-data-local:
|
||||
done; \
|
||||
if test x"$$lang" != x"C" -a ! -d $(srcdir)/images/$$lang; then \
|
||||
echo "--- Creating symlink to C images for $$lang"; \
|
||||
- ln -sf $(docdir)/html/C/images $(DESTDIR)$(docdir)/html/$$lang/images; \
|
||||
+ ln -sf ../C/images $(DESTDIR)$(docdir)/html/$$lang/images; \
|
||||
fi \
|
||||
fi \
|
||||
done;
|
||||
--
|
||||
1.7.4.4
|
||||
|
||||
+2
-6
@@ -6,12 +6,8 @@ DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbu
|
||||
|
||||
inherit xfce update-alternatives
|
||||
|
||||
# SRC_URI must follow inherited one
|
||||
SRC_URI += " \
|
||||
file://relative-symlinks-docs.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "41b730d5abf39a69fc3b221728ddaa75"
|
||||
SRC_URI[sha256sum] = "6db2a6148d63d45699dbf6403fb227f8cbd529dcec7ee0827342940c442b0747"
|
||||
SRC_URI[md5sum] = "66cb65797cea8a62563f69b833c7888b"
|
||||
SRC_URI[sha256sum] = "0b0e8bea0b257958ad416ab5678cf0cdd7e909943d4d5ab32afc35295a78227e"
|
||||
|
||||
EXTRA_OECONF += " --enable-startup-notification"
|
||||
|
||||
Reference in New Issue
Block a user