diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-05-10 14:55:05 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-10 09:19:22 -0700 |
commit | d8fffe3c07078203b39f5704a3f3007eea2c92f8 (patch) | |
tree | b50a61317c5905f859a8df1c5989ccb08f02ce64 /meta-oe/recipes-graphics | |
parent | 8e8ac88ff5aa8158796fd3724bd3f7840c2d5735 (diff) | |
download | meta-openembedded-d8fffe3c07078203b39f5704a3f3007eea2c92f8.tar.gz |
fvwm: Upgrade 2.6.7 -> 2.6.8
Remove patches applied upstream.
pkg-config is now used when checking for freetype.
The licence did not change by the changes to COPYING.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/fvwm/fvwm/0001-Fix-compilation-for-disabled-gnome.patch | 17 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/fvwm/fvwm/0002-Avoid-absolute-symlinks.patch | 27 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/fvwm/fvwm_2.6.8.bb (renamed from meta-oe/recipes-graphics/fvwm/fvwm_2.6.7.bb) | 8 |
3 files changed, 4 insertions, 48 deletions
diff --git a/meta-oe/recipes-graphics/fvwm/fvwm/0001-Fix-compilation-for-disabled-gnome.patch b/meta-oe/recipes-graphics/fvwm/fvwm/0001-Fix-compilation-for-disabled-gnome.patch index 5a7647455..e81d395b9 100644 --- a/meta-oe/recipes-graphics/fvwm/fvwm/0001-Fix-compilation-for-disabled-gnome.patch +++ b/meta-oe/recipes-graphics/fvwm/fvwm/0001-Fix-compilation-for-disabled-gnome.patch | |||
@@ -27,22 +27,7 @@ diff --git a/configure.ac b/configure.ac | |||
27 | index 48ce264..fab7b44 100644 | 27 | index 48ce264..fab7b44 100644 |
28 | --- a/configure.ac | 28 | --- a/configure.ac |
29 | +++ b/configure.ac | 29 | +++ b/configure.ac |
30 | @@ -1413,23 +1413,7 @@ else | 30 | @@ -1413,8 +1413,4 @@ else |
31 | problem_gdkimlib=": Failed on gdk-imlib, see config.log" | ||
32 | fi | ||
33 | |||
34 | -GNOME_INIT_HOOK | ||
35 | - | ||
36 | -# Unfortunately we have 2 gnome supports: WM hints and gnome libs. | ||
37 | -# The $with_gnomehints below refers to the first, not GNOME_INIT_HOOK. | ||
38 | -if test ! x"$enable_gnome_hints" = xno; then | ||
39 | - with_gnomehints=yes | ||
40 | - problem_gnomehints="" | ||
41 | -else | ||
42 | - with_gnomehints=no | ||
43 | - problem_gnomehints=": Explicitly disabled" | ||
44 | -fi | ||
45 | - | ||
46 | # Define some compatibility macros needed for config.h. | 31 | # Define some compatibility macros needed for config.h. |
47 | -mg_DEFINE_IF_NOT([#include <X11/keysym.h>], | 32 | -mg_DEFINE_IF_NOT([#include <X11/keysym.h>], |
48 | - [defined XK_Page_Up && defined XK_Page_Down], | 33 | - [defined XK_Page_Up && defined XK_Page_Down], |
diff --git a/meta-oe/recipes-graphics/fvwm/fvwm/0002-Avoid-absolute-symlinks.patch b/meta-oe/recipes-graphics/fvwm/fvwm/0002-Avoid-absolute-symlinks.patch deleted file mode 100644 index 756cc86e8..000000000 --- a/meta-oe/recipes-graphics/fvwm/fvwm/0002-Avoid-absolute-symlinks.patch +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | From: Sebastian Reichel <sebastian.reichel@collabora.co.uk> | ||
2 | Date: Tue, 29 Auf 2017 16:08:42 +0200 | ||
3 | Subject: [PATCH] Avoid absolute symlinks | ||
4 | |||
5 | Avoid usage of absolute symlinks, which breaks yocto builds | ||
6 | since pyro. | ||
7 | |||
8 | Upstream-Status: Pending | ||
9 | Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> | ||
10 | |||
11 | diff --git a/default-config/Makefile.am b/default-config/Makefile.am | ||
12 | index 5e16d095a137..5404145a742c 100644 | ||
13 | --- a/default-config/Makefile.am | ||
14 | +++ b/default-config/Makefile.am | ||
15 | @@ -17,9 +17,9 @@ EXTRA_DIST = images \ | ||
16 | |||
17 | install-data-hook: | ||
18 | cp -r $(srcdir)/images $(inst_location) | ||
19 | - ln -sf $(inst_location)/FvwmScript-DateTime $(inst_location)/.. | ||
20 | - ln -sf $(inst_location)/FvwmScript-ConfirmQuit $(inst_location)/.. | ||
21 | - ln -sf $(inst_location)/FvwmScript-ConfirmCopyConfig $(inst_location)/.. | ||
22 | + ln -sf default-config/FvwmScript-DateTime $(inst_location)/.. | ||
23 | + ln -sf default-config/FvwmScript-ConfirmQuit $(inst_location)/.. | ||
24 | + ln -sf default-config/FvwmScript-ConfirmCopyConfig $(inst_location)/.. | ||
25 | |||
26 | uninstall-hook: | ||
27 | rm -fr $(DESTDIR)/$(configdir) | ||
diff --git a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.7.bb b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.8.bb index cb851bfd9..e1c3158bb 100644 --- a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.7.bb +++ b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.8.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "F Virtual Window Manager " | |||
2 | HOMEPAGE = "http://www.fvwm.org/" | 2 | HOMEPAGE = "http://www.fvwm.org/" |
3 | SECTION = "x11/wm" | 3 | SECTION = "x11/wm" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=363fbcfb59124689af72c914560eaf6e" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f8204787357db6ea518dcc9b6cf08388" |
6 | 6 | ||
7 | DEPENDS = " \ | 7 | DEPENDS = " \ |
8 | bison-native \ | 8 | bison-native \ |
@@ -31,15 +31,14 @@ DEPENDS = " \ | |||
31 | zlib \ | 31 | zlib \ |
32 | " | 32 | " |
33 | 33 | ||
34 | PV = "2.6.7+git${SRCPV}" | 34 | PV = "2.6.8" |
35 | 35 | ||
36 | SRC_URI = " \ | 36 | SRC_URI = " \ |
37 | git://github.com/fvwmorg/fvwm.git;protocol=https \ | 37 | git://github.com/fvwmorg/fvwm.git;protocol=https \ |
38 | file://0001-Fix-compilation-for-disabled-gnome.patch \ | 38 | file://0001-Fix-compilation-for-disabled-gnome.patch \ |
39 | file://0002-Avoid-absolute-symlinks.patch \ | ||
40 | " | 39 | " |
41 | 40 | ||
42 | SRCREV = "597a4e296da4f21e71a17facab297e016a3a80a8" | 41 | SRCREV = "dc6a396bfe5cd6c53eb1df103c3af505d0899f90" |
43 | 42 | ||
44 | S = "${WORKDIR}/git" | 43 | S = "${WORKDIR}/git" |
45 | 44 | ||
@@ -54,7 +53,6 @@ ALTERNATIVE_PRIORITY[x-window-manager] = "20" | |||
54 | EXTRA_OECONF = " \ | 53 | EXTRA_OECONF = " \ |
55 | --disable-bidi \ | 54 | --disable-bidi \ |
56 | --disable-fontconfigtest \ | 55 | --disable-fontconfigtest \ |
57 | --disable-freetypetest \ | ||
58 | --disable-htmldoc \ | 56 | --disable-htmldoc \ |
59 | --disable-imlibtest \ | 57 | --disable-imlibtest \ |
60 | --disable-mandoc \ | 58 | --disable-mandoc \ |