- Min Qt version 5.3.2 - Minliblxqt-qt5-0-dev version 0.8.0 - bump standards to 3.9.6 - patch desktop file with registered categories - override warning about missed man-page, as lxqt-about will never have a manpageubuntu/cosmic
parent
c2196d5f85
commit
2b8ae3a05d
@ -1,5 +1,17 @@
|
|||||||
|
lxqt-about (0.8.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Imported Upstream version 0.8.0
|
||||||
|
* Min Qt version 5.3.2
|
||||||
|
* Minliblxqt-qt5-0-dev version 0.8.0
|
||||||
|
* bump standards to 3.9.6
|
||||||
|
* patch desktop file with registered categories
|
||||||
|
* override warning about missed man-page, as lxqt-about will never have
|
||||||
|
a manpage
|
||||||
|
|
||||||
|
-- Alf Gaida <agaida@siduction.org> Fri, 17 Oct 2014 23:09:28 +0200
|
||||||
|
|
||||||
lxqt-about (0.7.96-1) unstable; urgency=medium
|
lxqt-about (0.7.96-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Initial release (Closes: #747600)
|
* Initial release (Closes: #747600, #765768)
|
||||||
|
|
||||||
-- Alf Gaida <agaida@siduction.org> Tue, 09 Sep 2014 01:13:14 +0200
|
-- Alf Gaida <agaida@siduction.org> Tue, 09 Sep 2014 01:13:14 +0200
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
# lxqt-about will never have a man-page
|
||||||
|
lxqt-about-qt5: binary-without-manpage usr/bin/lxqt-about
|
@ -0,0 +1,18 @@
|
|||||||
|
Description: Categories and OnlyShowIn fixed
|
||||||
|
Author: Alf Gaida <agaida@siduction.org>
|
||||||
|
|
||||||
|
---
|
||||||
|
Last-Update: 2014-10-17
|
||||||
|
|
||||||
|
--- lxqt-about-0.8.0.orig/resources/lxqt-about.desktop.in
|
||||||
|
+++ lxqt-about-0.8.0/resources/lxqt-about.desktop.in
|
||||||
|
@@ -5,7 +5,7 @@ GenericName=About LXQt
|
||||||
|
Comment=Learn more about LXQt
|
||||||
|
Exec=lxqt-about
|
||||||
|
Icon=help-about
|
||||||
|
-Categories=Help;LXQt
|
||||||
|
-OnlyShowIn=LXQt;LXDE;
|
||||||
|
+Categories=Settings;Documentation;Qt;
|
||||||
|
+OnlyShowIn=LXQt;
|
||||||
|
|
||||||
|
#TRANSLATIONS_DIR=translations
|
@ -0,0 +1 @@
|
|||||||
|
lxqt-about.desktop.patch
|
Loading…
Reference in new issue