Codebase list openbox-menu / fc4686b
FTCBFS: uses the build architecture pkg-config (Closes: #871404) Mateusz Łukasik 6 years ago
2 changed file(s) with 28 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 openbox-menu (0.8.0-2) UNRELEASED; urgency=medium
1
2 [ Helmut Grohne ]
3 * Fix FTCBFS: (Closes: #871404)
4 + Make pkg-config substitutable.
5 + Do not strip during install.
6
7 -- Helmut Grohne <helmut@subdivi.de> Mon, 07 Aug 2017 19:37:41 +0200
8
09 openbox-menu (0.8.0-1) unstable; urgency=medium
110
211 * New upstream release. (Closes: #797016, #797022, #797241)
00 Description: Make makefile compatible with Debian's standards.
11 Author: Mateusz Łukasik <mati75@linuxmint.pl>
2 Last-Update: 2013-11-30
2 Last-Update: 2017-08-07
33
44 --- a/Makefile
55 +++ b/Makefile
6 @@ -7,7 +7,7 @@ CC=gcc
6 @@ -1,5 +1,6 @@
7 -LIBS= `pkg-config --libs glib-2.0 gtk+-2.0 libmenu-cache`
8 -CFLAGS+= -g -Wall `pkg-config --cflags glib-2.0 gtk+-2.0 libmenu-cache`
9 +PKG_CONFIG ?= pkg-config
10 +LIBS= `$(PKG_CONFIG) --libs glib-2.0 gtk+-2.0 libmenu-cache`
11 +CFLAGS+= -g -Wall `$(PKG_CONFIG) --cflags glib-2.0 gtk+-2.0 libmenu-cache`
12 CC=gcc
13 #-DG_DISABLE_DEPRECATED
14
15 @@ -7,7 +8,7 @@
716 CFLAGS+=-DWITH_ICONS
817 # Uncomment this line if Openbox can display SVG icons
918 # Check SVG support with '$ ldd /usr/bin/openbox | grep svg', librsvg must appear..
1221
1322 prefix= /usr/local
1423 DESTDIR ?= $(prefix)
24 @@ -31,7 +32,6 @@
25 @rm -rf doc
26
27 install:
28 - @strip -s openbox-menu
29 @install -Dm 755 openbox-menu $(BINDIR)/openbox-menu
30
31 doc: