debian/ 0000775 0000000 0000000 00000000000 12123123142 007157 5 ustar debian/classicmenuindicatorsystem.menu 0000664 0000000 0000000 00000005624 12121071206 015525 0 ustar
debian/docs 0000664 0000000 0000000 00000000023 11571562072 010044 0 ustar NEWS.txt
README.txt debian/rules 0000775 0000000 0000000 00000000257 11571675007 010265 0 ustar #!/usr/bin/make -f
# This file was automatically generated by stdeb 0.6.0+git at
# Thu, 02 Jun 2011 13:54:47 +0200
%:
dh $@ --with python2 --buildsystem=python_distutils
debian/compat 0000664 0000000 0000000 00000000002 11571675007 010377 0 ustar 7
debian/copyright 0000664 0000000 0000000 00000003306 12122557340 011126 0 ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ClassicMenu Indicator
Upstream-Contact: Florian Diesch
Source: http://www.florian-diesch.de/software/classicmenu-indicator/
Files: *
Copyright: 2011-2012 Florian Diesch
License: GPL-3+
Files: setup_helper.py
Copyright: 2009, 2010 Barry A. Warsaw
License: LGPL-3
Files: debian/*
Copyright: 2011-2012 Florian Diesch
2013 Graham Inggs
License: GPL-3+
License: GPL-3+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in the
/usr/share/common-licenses/GPL-3 file.
License: LGPL-3
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the
Free Software Foundation, version 3 of the License.
.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
for more details.
.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see .
.
On Debian systems, the complete text of the GNU Lesser General Public
License, version 3 can be found in the
/usr/share/common-licenses/LGPL-3 file.
debian/source/ 0000775 0000000 0000000 00000000000 11571675007 010501 5 ustar debian/source/format 0000664 0000000 0000000 00000000014 11571675007 011707 0 ustar 3.0 (quilt)
debian/install 0000664 0000000 0000000 00000000165 12121076565 010570 0 ustar debian/classicmenu-indicator.desktop /usr/share/applications/
debian/classicmenuindicatorsystem.menu /etc/xdg/menus/
debian/clean 0000664 0000000 0000000 00000000123 12121066746 010176 0 ustar classicmenu_indicator.egg-info/PKG-INFO
classicmenu_indicator.egg-info/SOURCES.txt
debian/control 0000664 0000000 0000000 00000001416 12121076565 010602 0 ustar Source: classicmenu-indicator
Section: gnome
Priority: optional
Maintainer: Ubuntu Developers
XSBC-Original-Maintainer: Florian Diesch
Build-Depends: debhelper (>= 7.4.3),
python-all (>= 2.6.6-3),
python-setuptools (>= 0.6b3)
Standards-Version: 3.9.4
Homepage: http://www.florian-diesch.de/software/classicmenu-indicator/
Package: classicmenu-indicator
Architecture: all
Depends: python-appindicator,
python-gmenu,
python-gobject,
python-gtk2,
${misc:Depends},
${python:Depends}
Breaks: ${python:Breaks}
Description: indicator showing the main menu from Gnome Classic
classicmenu-indicator displays the main menu from Gnome2/Gnome Classic
debian/watch 0000664 0000000 0000000 00000000157 12121076525 010225 0 ustar version=3
http://www.florian-diesch.de/software/classicmenu-indicator dist/classicmenu-indicator-(.+)\.tar\.gz
debian/links 0000664 0000000 0000000 00000000147 12121074105 010226 0 ustar /usr/share/applications/classicmenu-indicator.desktop /etc/xdg/autostart/classicmenu-indicator.desktop
debian/classicmenu-indicator.desktop 0000664 0000000 0000000 00000000503 12121072271 015034 0 ustar [Desktop Entry]
Name=ClassicMenu Indicator
Comment=Indicator applet to show the Gnome Classic main menu
Comment[de]=Ein Indikator-Applet, das das Hauptmenu von Gnome Classic anzeigt
GenericName=ClassicMenu Indicator
Categories=GNOME;Utility;
Exec=classicmenu-indicator
Icon=gnome-main-menu
Terminal=false
Type=Application
debian/changelog 0000664 0000000 0000000 00000003671 12123122767 011054 0 ustar classicmenu-indicator (0.07-0ubuntu1) raring; urgency=low
* Initial release into Ubuntu proper (LP: #1055435).
-- Graham Inggs Sat, 16 Mar 2013 13:30:56 +0200
classicmenu-indicator (0.07) oneiric; urgency=low
* cmdindicator.py:
- Fixed bug in handling of missing/unusable icons
- Added own menu if settings.menu doesn't exist
-- Florian Diesch Sat, 07 Jan 2012 13:26:09 +0100
classicmenu-indicator (0.06) natty; urgency=low
* cmdindicator.py:
- Fixed bug that caused an infitite loop after menu file update
under some circumstances
-- Florian Diesch Fri, 14 Oct 2011 23:28:57 +0200
classicmenu-indicator (0.05) natty; urgency=low
* cmdindicator.py:
- Fixed icon size when run in an environment other than Unity
-- Florian Diesch Tue, 11 Oct 2011 21:52:11 +0200
classicmenu-indicator (0.04) natty; urgency=low
* cmindicator.py:
- create_menu_item: fixed size for img.set_from_icon_name
- fixed monitor for menu files
-- Florian Diesch Sun, 26 Jun 2011 13:33:14 +0200
classicmenu-indicator (0.03) natty; urgency=low
* cmindicator.py:
- create_menu_item: set always_show_image to True
- create_indicator: use mono style icon (LP: #792780). Thanks to Sander van Noort
- create_menu: Added "Settings" and "System Administration" menus
- main: Added ``--help`` and ``--version`` command line options
-- Florian Diesch Sat, 04 Jun 2011 16:32:01 +0200
classicmenu-indicator (0.02) natty; urgency=low
* cmindicator.py:
- on_menuitem_activate: don't wait for the command to finish (LP: #792760)
-- Florian Diesch Sat, 04 Jun 2011 15:24:26 +0200
classicmenu-indicator (0.01) natty; urgency=low
* Initial release.
-- Florian Diesch Thu, 02 Jun 2011 20:26:40 +0200