[Pkg-wmaker-commits] [wmauda] 06/17: debian/patches/link-against-missing-libraries.patch: Refresh for new upstream version.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sat Jul 8 02:33:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmauda.
commit 257205906e9f64adc5d237367159c4c6b8424353
Author: Doug Torrance <dtorrance at piedmont.edu>
Date: Fri Jul 7 16:08:31 2017 -0400
debian/patches/link-against-missing-libraries.patch: Refresh for new
upstream version.
---
debian/patches/link-against-missing-libraries.patch | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/patches/link-against-missing-libraries.patch b/debian/patches/link-against-missing-libraries.patch
index ec34567..0ad0ce6 100644
--- a/debian/patches/link-against-missing-libraries.patch
+++ b/debian/patches/link-against-missing-libraries.patch
@@ -1,7 +1,7 @@
Description: link against libdbus-glib-1 and libX11
Author: Sebastian Ramacher <sramacher at debian.org>
Bug-Debian: http://bugs.debian.org/713481
-Last-Update: 2013-07-19
+Last-Update: 2017-07-07
--- a/Makefile
+++ b/Makefile
@@ -9,9 +9,9 @@ Last-Update: 2013-07-19
PIXMAP_DIR := $(PREFIX)/share/pixmaps
MANPAGE_DIR := $(PREFIX)/share/man/man1
--CFLAGS += $(shell pkg-config audacious --cflags) $(shell pkg-config dbus-1 --cflags)
+-CFLAGS += $(shell pkg-config audacious --cflags) $(shell pkg-config dbus-1 --cflags) -DPIXMAP_DIR="\"$(PIXMAP_DIR)\""
-LIBS := $(shell pkg-config audacious --libs) $(shell pkg-config audclient --libs) $(shell pkg-config dbus-1 --libs)
-+CFLAGS += $(shell pkg-config dbus-glib-1 --cflags)
++CFLAGS += $(shell pkg-config dbus-glib-1 --cflags) -DPIXMAP_DIR="\"$(PIXMAP_DIR)\""
+LIBS := $(shell pkg-config audclient --libs) $(shell pkg-config dbus-glib-1 --libs)
CFLAGS += $(shell pkg-config gtk+-2.0 --cflags)
@@ -19,4 +19,4 @@ Last-Update: 2013-07-19
+LIBS += $(shell pkg-config gtk+-2.0 --libs) -lX11
OBJS = wmauda.o
- HEADERS = config.h dock-master.xpm
+ HEADERS = dock-master.xpm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmauda.git
More information about the Pkg-wmaker-commits
mailing list