Codebase list openbox-menu / 8317813
Upload to unstable Mateusz Łukasik 10 years ago
5 changed file(s) with 16 addition(s) and 32 deletion(s). Raw diff Collapse all Expand all
0 openbox-menu (0.5.1-1) UNRELEASED; urgency=low
0 openbox-menu (0.5.1-1) unstable; urgency=low
11
22 * New upstream release.
33 * debian/rules:
4 + Install binary to usr/bin.
4 + install binary to usr/bin.
5 + disable tests.
56 * debian/control:
67 + add depends to packages provides menu files.
8 * Refresh debian/patches/debian_build.patch.
79
8 -- Mateusz Łukasik <mati75@linuxmint.pl> Fri, 29 Nov 2013 21:54:43 +0100
10 -- Mateusz Łukasik <mati75@linuxmint.pl> Sat, 30 Nov 2013 11:43:27 +0100
911
1012 openbox-menu (0.5.0-1) unstable; urgency=low
1113
99
1010 Package: openbox-menu
1111 Architecture: any
12 Depends: ${misc:Depends}, ${shlibs:Depends}, openbox,
13 lxmenu-data | gnome-menus | libgarcon-common | xdg-menu
14 Description: Openbox pipe-menu to display entries in *.desktop files
15 Openbox-menu is a pipemenu for Openbox window manager. It provides
16 a dynamic menu listing installed applications. Most of the work is
12 Depends: ${misc:Depends}, ${shlibs:Depends}, openbox, lxmenu-data | gnome-menus | libgarcon-common
13 Description: openbox pipe-menu to display entries in *.desktop files
14 openbox-menu is a pipemenu for the openbox window manager. It provides
15 a dynamic menu listing of installed applications. Most of the work is
1716 done by the LXDE library menu-cache.
00 Description: Make makefile compatible with Debian's standards.
11 Author: Mateusz Łukasik <mati75@linuxmint.pl>
2 Last-Update: 2013-11-30
23
34 --- a/Makefile
45 +++ b/Makefile
5 @@ -7,9 +7,9 @@ CC=gcc
6 @@ -7,7 +7,7 @@ CC=gcc
67 CFLAGS+=-DWITH_ICONS
78 # Uncomment this line if Openbox can display SVG icons
89 # Check SVG support with '$ ldd /usr/bin/openbox | grep svg', librsvg must appear..
910 -# CFLAGS+=-DWITH_SVG
1011 +CFLAGS+=-DWITH_SVG
1112
12 -prefix= /usr/local
13 +prefix= /usr
13 prefix= /usr/local
1414 DESTDIR ?= $(prefix)
15 BINDIR= ${DESTDIR}/bin
16
17 @@ -37,10 +37,10 @@ install:
18 doc:
19 robodoc --src . --doc doc/ --multidoc --index --html --cmode
20
21 -check: openbox-menu
22 - ./openbox-menu > test.xml
23 - xmllint test.xml
24 - rm test.xml
25 +#check: openbox-menu
26 +# ./openbox-menu > test.xml
27 +# xmllint test.xml
28 +# rm test.xml
29
30 changelog:
31 @hg log --style changelog > ChangeLog
00 #!/usr/bin/make -f
1 export DEB_BUILD_OPTIONS=nocheck
12
23 %:
34 dh $@
45
5 override_dh_install:
6 dh_install
7 mkdir debian/openbox-menu/usr
8 mv debian/openbox-menu/bin/ debian/openbox-menu/usr/bin/
6 override_dh_auto_install:
7 $(MAKE) install BINDIR=$(CURDIR)/debian/openbox-menu/usr/bin
98
109 override_dh_installman:
1110 dh_installman