Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/spectrwm/files: spectrwm-2.4.0-Makefile.patch spectrwm-2.5.0-Makefile.patch spectrwm-2.6.2-Makefile.patch
Date: Fri, 27 Feb 2015 12:51:07
Message-Id: 20150227125058.E23D312AA2@oystercatcher.gentoo.org
1 xmw 15/02/27 12:50:58
2
3 Added: spectrwm-2.4.0-Makefile.patch
4 spectrwm-2.5.0-Makefile.patch
5 spectrwm-2.6.2-Makefile.patch
6 Log:
7 Version bumps (bug 502946, thanks Amir Aupov).
8
9 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
10
11 Revision Changes Path
12 1.1 x11-wm/spectrwm/files/spectrwm-2.4.0-Makefile.patch
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/files/spectrwm-2.4.0-Makefile.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/files/spectrwm-2.4.0-Makefile.patch?rev=1.1&content-type=text/plain
16
17 Index: spectrwm-2.4.0-Makefile.patch
18 ===================================================================
19 --- spectrwm-2.4.0/linux/Makefile
20 +++ spectrwm-2.4.0/linux/Makefile
21 @@ -1,4 +1,4 @@
22 -CFLAGS+= -std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized -g
23 +CFLAGS+= -std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized
24 CFLAGS+= -D_GNU_SOURCE -I. -I/usr/include/freetype2 -DSWM_LIB=\"libswmhack.so.$(LVERS)\"
25 LDADD+= -lX11 -lX11-xcb -lxcb -lxcb-icccm -lxcb-randr -lxcb-keysyms -lxcb-util -lxcb-xtest -lXft -lXcursor
26
27 @@ -29,7 +29,7 @@
28 $(CC) $(LDFLAGS) -o $@ $+ $(LDADD)
29
30 %.so: %.c
31 - $(CC) $(CFLAGS) -c -fpic -DPIC $+ -o $@
32 + $(CC) $(CFLAGS) $(LDFLAGS) -c -fpic -DPIC $+ -o $@
33
34 libswmhack.so.$(LVERS): swm_hack.so
35 $(CC) $(LDFLAGS) -Wl,-soname,$@ -shared -fpic -o libswmhack.so.$(LVERS) swm_hack.so $(LDADD)
36
37
38
39 1.1 x11-wm/spectrwm/files/spectrwm-2.5.0-Makefile.patch
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/files/spectrwm-2.5.0-Makefile.patch?rev=1.1&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/files/spectrwm-2.5.0-Makefile.patch?rev=1.1&content-type=text/plain
43
44 Index: spectrwm-2.5.0-Makefile.patch
45 ===================================================================
46 --- spectrwm-2.5.0/linux/Makefile
47 +++ spectrwm-2.5.0/linux/Makefile
48 @@ -5,7 +5,7 @@
49
50 LVERS= $(shell . ../lib/shlib_version; echo $$major.$$minor)
51
52 -CFLAGS+= -std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized -g
53 +CFLAGS+= -std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized
54 CFLAGS+= -D_GNU_SOURCE -I. -I/usr/include/freetype2 -DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LVERS)\"
55 LDADD+= -lX11 -lX11-xcb -lxcb -lxcb-icccm -lxcb-randr -lxcb-keysyms -lxcb-util -lxcb-xtest -lXft -lXcursor
56
57 @@ -29,7 +29,7 @@
58 $(CC) $(LDFLAGS) -o $@ $+ $(LDADD)
59
60 %.so: %.c
61 - $(CC) $(CFLAGS) -c -fpic -DPIC $+ -o $@
62 + $(CC) $(CFLAGS) $(LDFLAGS) -c -fpic -DPIC $+ -o $@
63
64 libswmhack.so.$(LVERS): swm_hack.so
65 $(CC) $(LDFLAGS) -Wl,-soname,$@ -shared -fpic -o libswmhack.so.$(LVERS) swm_hack.so $(LDADD)
66
67
68
69 1.1 x11-wm/spectrwm/files/spectrwm-2.6.2-Makefile.patch
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/files/spectrwm-2.6.2-Makefile.patch?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/files/spectrwm-2.6.2-Makefile.patch?rev=1.1&content-type=text/plain
73
74 Index: spectrwm-2.6.2-Makefile.patch
75 ===================================================================
76 --- spectrwm-2.6.2/linux/Makefile
77 +++ spectrwm-2.6.2/linux/Makefile
78 @@ -9,7 +9,7 @@
79 LIBVERSION = $(shell . $(CURDIR)/../lib/shlib_version; echo $$major.$$minor)
80 LIBMAJORVERSION = $(shell . $(CURDIR)/../lib/shlib_version; echo $$major)
81
82 -MAINT_CFLAGS = -std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized -g
83 +MAINT_CFLAGS = -std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized
84 MAINT_CPPFLAGS = -D_GNU_SOURCE -I. -I/usr/include/freetype2 -DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LIBVERSION)\"
85 MAINT_LDLIBS = -lX11 -lX11-xcb -lxcb -lxcb-icccm -lxcb-randr -lxcb-keysyms -lxcb-util -lxcb-xtest -lXft -lXcursor