--- appmenu-qt5-0.3.0+14.10.20140926.orig/debian/changelog +++ appmenu-qt5-0.3.0+14.10.20140926/debian/changelog @@ -0,0 +1,56 @@ +appmenu-qt5 (0.3.0+14.10.20140926-0ubuntu1) utopic; urgency=low + + [ Dmitry Shachnev ] + * Do nothing if AppMenu is not available, or UBUNTU_MENUPROXY is set + to 0 or empty string. (LP: #1362104) + + -- Ubuntu daily release Fri, 26 Sep 2014 09:04:23 +0000 + +appmenu-qt5 (0.3.0+14.10.20140528-0ubuntu1) utopic; urgency=low + + * New rebuild forced + + -- Ubuntu daily release Wed, 28 May 2014 06:24:03 +0000 + +appmenu-qt5 (0.3.0+14.04.20140415-0ubuntu1) trusty; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * When working with a Gnome/GTK theme, do the same thing as the gtk2 + platformtheme plugin does - fetch the SystemIconThemeName (and its + fallback) from settings in the system (LP: #1306472) + + -- Ubuntu daily release Tue, 15 Apr 2014 10:27:05 +0000 + +appmenu-qt5 (0.3.0+14.04.20140314-0ubuntu1) trusty; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * Fix copyright mischief, add --fail-missing + + -- Ubuntu daily release Fri, 14 Mar 2014 15:04:01 +0000 + +appmenu-qt5 (0.3.0+14.04.20140305-0ubuntu1) trusty; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * Initial release. + * Initial version + * Fix in a very naiive way the case when a selected, already exported + menu wants to be re-exported - which causes problems in dbusmenu + * Enable Gnome and KDE theme look and feel when using appmenu-qt5 - + it's imperfect, but this approach is the sanest one. For KDE to work + we need to distropatch Qt5 into making one of the constructors + public. Also, add basic packaging + * Enable the possibility of disabling the KDE theme in case we don't + have the distro-patch in + * Fix header inclusion, bump debian standard + * Add copyright headers, add README, fix description and tweak deps + * Add profile.d files that would export the QT_QPA_PLATFORMTHEME + variable to enable appmenu-qt5 by default on the installed system - + if needed + * Remove leftover define from debugging + * Fix the dependencies + * Tweak the descriptions and README a bit + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Wed, 05 Mar 2014 13:19:41 +0000 --- appmenu-qt5-0.3.0+14.10.20140926.orig/debian/compat +++ appmenu-qt5-0.3.0+14.10.20140926/debian/compat @@ -0,0 +1 @@ +9 --- appmenu-qt5-0.3.0+14.10.20140926.orig/debian/control +++ appmenu-qt5-0.3.0+14.10.20140926/debian/control @@ -0,0 +1,37 @@ +Source: appmenu-qt5 +Section: kde +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + libdbusmenu-qt5-dev, + libgles2-mesa-dev, + libglib2.0-dev, + libfreetype6-dev, + libfontconfig1-dev, + libudev-dev, + libxrender-dev, + qt5-default, + qtbase5-dev (>= 5.2.0), + qtbase5-private-dev (>= 5.2.0), + pkg-config, + libgtk2.0-dev, +Standards-Version: 3.9.5 +Homepage: https://launchpad.net/appmenu-qt5 +# if you don't have have commit access to this branch but would like to upload +# directly to Ubuntu, don't worry: your changes will be merged back into the +# upstream branch +Vcs-Bzr: lp:appmenu-qt5 + +Package: appmenu-qt5 +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Suggests: libqt5core5, + libqt5dbus5, + libqt5gui5, + libqt5widgets5, +Description: application menu for Qt5 + appmenu provides you with an integrated application menu in your global + menu bar. It functions as a QPA platformtheme plugin. + . + appmenu-qt5 will work for applications designed for Qt5 --- appmenu-qt5-0.3.0+14.10.20140926.orig/debian/copyright +++ appmenu-qt5-0.3.0+14.10.20140926/debian/copyright @@ -0,0 +1,23 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: appmenu-qt5 +Upstream-Contact: Łukasz 'sil2100' Zemczak +Source: https://launchpad.net/appmenu-qt5 + +Files: * +Copyright: 2013 Canonical Ltd +License: LGPL-3 + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License version 3, as + published by the Free Software Foundation + . + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/LGPL-3 --- appmenu-qt5-0.3.0+14.10.20140926.orig/debian/docs +++ appmenu-qt5-0.3.0+14.10.20140926/debian/docs @@ -0,0 +1 @@ +README --- appmenu-qt5-0.3.0+14.10.20140926.orig/debian/rules +++ appmenu-qt5-0.3.0+14.10.20140926/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +#export DH_VERBOSE=1 +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --fail-missing + +override_dh_auto_configure: + qmake CONFIG+=enable-by-default