Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/mountapp/files: mountapp-3.1-WINGs_path.patch mountapp-3.1-wmaker-0.95.patch
Date: Wed, 04 Jul 2012 10:07:03
Message-Id: 20120704100652.637D52004B@flycatcher.gentoo.org
1 voyageur 12/07/04 10:06:52
2
3 Added: mountapp-3.1-WINGs_path.patch
4 mountapp-3.1-wmaker-0.95.patch
5 Log:
6 Bump, add support for newer windowmaker, fix WINGs library detection, ebuild cleanup. Limit stable version to old windowmaker. Fixes bug #424677
7
8 (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 x11-plugins/mountapp/files/mountapp-3.1-WINGs_path.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/mountapp/files/mountapp-3.1-WINGs_path.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/mountapp/files/mountapp-3.1-WINGs_path.patch?rev=1.1&content-type=text/plain
15
16 Index: mountapp-3.1-WINGs_path.patch
17 ===================================================================
18 configure.in | 4 ++--
19 1 files changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/configure.in b/configure.in
22 index 2573590..d9796ec 100644
23 --- a/configure.in
24 +++ b/configure.in
25 @@ -102,8 +102,8 @@ dnl Check for libWINGs (replaces libPropList)
26 dnl =====================================================
27
28 AC_CHECK_LIB(WINGs, WMGetFromPLString,
29 - [LIBPL_LIBS=-lWINGs LIBPL_INC_PATH="" missing=no],
30 - [missing=yes])
31 + [LIBPL_LIBS="`get-wings-flags --libs`" LIBPL_INC_PATH="`get-wings-flags --cflags`" missing=no],
32 + [missing=yes], $XLFLAGS $XLIBS `get-wings-flags --libs`)
33
34 if test "$missing" = yes; then
35 echo "********** WARNING *************"
36
37
38
39 1.1 x11-plugins/mountapp/files/mountapp-3.1-wmaker-0.95.patch
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/mountapp/files/mountapp-3.1-wmaker-0.95.patch?rev=1.1&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/mountapp/files/mountapp-3.1-wmaker-0.95.patch?rev=1.1&content-type=text/plain
43
44 Index: mountapp-3.1-wmaker-0.95.patch
45 ===================================================================
46 diff -Naur mountapp-3.1.orig/src/properties.c mountapp-3.1/src/properties.c
47 --- mountapp-3.1.orig/src/properties.c 2012-07-04 11:36:00.177181490 +0200
48 +++ mountapp-3.1/src/properties.c 2012-07-04 11:36:57.007572387 +0200
49 @@ -448,7 +448,7 @@
50 WMReleasePropList(mpProp);
51 }
52
53 - if (WMWritePropListToFile(props, getFileName(), FALSE) == FALSE)
54 + if (WMWritePropListToFile(props, getFileName()) == FALSE)
55 printf("Error occurred synchronizing proplist\n");
56
57 WMReleasePropList(props);