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/wmauda/files: wmauda-0.9-asneeded.patch
Date: Tue, 02 Oct 2012 15:25:32
Message-Id: 20121002152507.E75E921601@flycatcher.gentoo.org
1 voyageur 12/10/02 15:25:07
2
3 Added: wmauda-0.9-asneeded.patch
4 Log:
5 Version bump
6
7 (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-plugins/wmauda/files/wmauda-0.9-asneeded.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmauda/files/wmauda-0.9-asneeded.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmauda/files/wmauda-0.9-asneeded.patch?rev=1.1&content-type=text/plain
14
15 Index: wmauda-0.9-asneeded.patch
16 ===================================================================
17 --- Makefile.orig 2012-03-27 00:27:20.000000000 +0200
18 +++ Makefile 2012-10-02 17:19:54.924905300 +0200
19 @@ -7,8 +7,8 @@
20 PIXMAP_DIR := $(PREFIX)/share/pixmaps
21 MANPAGE_DIR := $(PREFIX)/share/man/man1
22
23 -CFLAGS += $(shell pkg-config audacious --cflags) $(shell pkg-config dbus-1 --cflags) -DPIXMAP_DIR="\"$(PIXMAP_DIR)\""
24 -LIBS := $(shell pkg-config audacious --libs) $(shell pkg-config audclient --libs) $(shell pkg-config dbus-1 --libs)
25 +CFLAGS += $(shell pkg-config audclient --cflags) $(shell pkg-config dbus-glib-1 --cflags) -DPIXMAP_DIR="\"$(PIXMAP_DIR)\""
26 +LIBS := $(shell pkg-config audclient --libs) $(shell pkg-config dbus-glib-1 --libs) -lX11
27
28 CFLAGS += $(shell pkg-config gtk+-2.0 --cflags)
29 LIBS += $(shell pkg-config gtk+-2.0 --libs)
30 @@ -17,7 +17,7 @@
31 HEADERS = dock-master.xpm
32
33 wmauda: $(OBJS) $(HEADERS)
34 - $(CC) -o wmauda $(OBJS) $(CFLAGS) $(LIBS)
35 + $(CC) $(LDFLAGS) -o wmauda $(OBJS) $(CFLAGS) $(LIBS)
36
37 all: wmauda