Codebase list openbox-menu / debian/0.7.0-1
New upstream release Mateusz Łukasik 9 years ago
14 changed file(s) with 170 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 openbox-menu for Debian
1 -----------------------
2
3 Both the "archlinux" directory as well as the Mercuial VCS
4 files have been removed from the original tarball.
5
6 -- Mateusz Łukasik <mati75@linuxmint.pl> Fri, 01 Nov 2013 15:59:43 +0100
0 openbox-menu (0.7.0-1) unstable; urgency=medium
1
2 * New upstream release.
3 * debian/control:
4 + Bump minimal menu-cache version to 0.7.
5 + Bump Standards-Version to 3.9.6. (no changes needed)
6 * Remove debian/patches/fix_missing_double_quote.patch -- included
7 upstream.
8
9 -- Mateusz Łukasik <mati75@linuxmint.pl> Sun, 02 Nov 2014 11:05:44 +0100
10
11 openbox-menu (0.5.1-2) unstable; urgency=high
12
13 * Add debian/patches/fix_missing_double_quote.patch from upstream
14 to fix XML parser error.
15
16 -- Mateusz Łukasik <mati75@linuxmint.pl> Tue, 03 Dec 2013 09:13:30 +0100
17
18 openbox-menu (0.5.1-1) unstable; urgency=low
19
20 * New upstream release.
21 * debian/rules:
22 + install binary to usr/bin.
23 + disable tests.
24 * debian/control:
25 + add depends to packages provides menu files.
26 * Refresh debian/patches/debian_build.patch.
27
28 -- Mateusz Łukasik <mati75@linuxmint.pl> Sat, 30 Nov 2013 11:43:27 +0100
29
30 openbox-menu (0.5.0-1) unstable; urgency=low
31
32 * Initial release. (Closes: #671862)
33
34 -- Mateusz Łukasik <mati75@linuxmint.pl> Fri, 01 Nov 2013 14:17:43 +0100
0 Source: openbox-menu
1 Section: x11
2 Priority: optional
3 Maintainer: Mateusz Łukasik <mati75@linuxmint.pl>
4 Build-Depends: debhelper (>= 9), libgtk2.0-dev, libmenu-cache-dev (>= 0.7), libglib2.0-dev
5 Standards-Version: 3.9.6
6 Homepage: https://bitbucket.org/fabriceT/openbox-menu
7 Vcs-Browser: https://github.com/mati75/openbox-menu.git
8 Vcs-Git: git://github.com/mati75/openbox-menu.git
9
10 Package: openbox-menu
11 Architecture: any
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
16 done by the LXDE library menu-cache.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: openbox-menu
2 Source: https://bitbucket.org/fabriceT/openbox-menu/downloads
3
4 Files: *
5 Copyright: 2012-2013, mimas <mimasgpc@free.fr>
6 License: GPL-3+
7
8 Files: debian/*
9 Copyright: 2013, Mateusz Łukasik <mati75@linuxmint.pl>
10 License: GPL-3+
11
12 License: GPL-3+
13 This program is free software; you can redistribute it and/or modify it under
14 the terms of the GNU General Public License as published by the Free Software
15 Foundation; either version 3 of the License, or (at your option) any later
16 version.
17 .
18 This program is distributed in the hope that it will be useful, but WITHOUT ANY
19 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
20 PARTICULAR PURPOSE. See the GNU General Public License for more details.
21 .
22 You should have received a copy of the GNU General Public License along with
23 this package; if not, write to the Free Software Foundation, Inc., 51 Franklin
24 St, Fifth Floor, Boston, MA 02110-1301 USA
25 .
26 On Debian systems, the full text of the GNU General Public License version 3
27 can be found in the file `/usr/share/common-licenses/GPL-3'.
0 .TH OPENBOX-MENU "1" "November 2013"
1 .SH NAME
2 openbox-menu \- Openbox pipe-menu to display entries in *.desktop files
3 .SH DESCRIPTION
4 .SS "Usage:"
5 .TP
6 openbox\-menu [OPTION...] [file.menu]
7 .SS "Help Options:"
8 .TP
9 \fB\-h\fR, \fB\-\-help\fR
10 Show help options
11 .SS "Application Options:"
12 .TP
13 \fB\-c\fR, \fB\-\-comment\fR
14 Show generic name instead of application name
15 .TP
16 \fB\-t\fR, \fB\-\-terminal\fR=\fIcmd\fR
17 Terminal command (default xterm \fB\-e\fR)
18 .TP
19 \fB\-g\fR, \fB\-\-gnome\fR
20 Show GNOME entries
21 .TP
22 \fB\-k\fR, \fB\-\-kde\fR
23 Show KDE entries
24 .TP
25 \fB\-x\fR, \fB\-\-xfce\fR
26 Show XFCE entries
27 .TP
28 \fB\-r\fR, \fB\-\-rox\fR
29 Show ROX entries
30 .TP
31 \fB\-p\fR, \fB\-\-persistent\fR
32 stay active
33 .TP
34 \fB\-s\fR, \fB\-\-sn\fR
35 Enable startup notification
36 .TP
37 \fB\-o\fR, \fB\-\-output\fR
38 file to write data to
39 .TP
40 \fB\-i\fR, \fB\-\-noicons\fR
41 Don't display icons in menu
42 .PP
43 This manual page was written by Mateusz Łukasik <mati75@linuxmint.pl>,
44 for the Debian project (and may be used by others).
0 debian/openbox-menu.1
0 Description: Make makefile compatible with Debian's standards.
1 Author: Mateusz Łukasik <mati75@linuxmint.pl>
2 Last-Update: 2013-11-30
3
4 --- a/Makefile
5 +++ b/Makefile
6 @@ -7,7 +7,7 @@ CC=gcc
7 CFLAGS+=-DWITH_ICONS
8 # Uncomment this line if Openbox can display SVG icons
9 # Check SVG support with '$ ldd /usr/bin/openbox | grep svg', librsvg must appear..
10 -# CFLAGS+=-DWITH_SVG
11 +CFLAGS+=-DWITH_SVG
12
13 prefix= /usr/local
14 DESTDIR ?= $(prefix)
0 debian_build.patch
0 #!/usr/bin/make -f
1 export DEB_BUILD_OPTIONS=nocheck
2
3 %:
4 dh $@
5
6 override_dh_auto_install:
7 $(MAKE) install BINDIR=$(CURDIR)/debian/openbox-menu/usr/bin
8
9 override_dh_installman:
10 dh_installman
11
12 override_dh_builddeb:
13 dh_builddeb -- -Zxz -z9
0 3.0 (quilt)
0 compression = "xz"
1 compression-level = 9
0 version=3
1 https://bitbucket.org/fabriceT/openbox-menu/downloads/openbox-menu-([\d.]+).tar.bz2