- 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
ubuntu/cosmic
Alf Gaida 10 years ago committed by Andrew Lee (李健秋)
parent c2196d5f85
commit 2b8ae3a05d

14
debian/changelog vendored

@ -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

12
debian/control vendored

@ -7,12 +7,12 @@ Build-Depends:
debhelper (>= 9), debhelper (>= 9),
libx11-dev, libx11-dev,
pkg-config, pkg-config,
liblxqt-qt5-0-dev (>= 0.7.0), liblxqt-qt5-0-dev (>= 0.8.0),
libqt5x11extras5-dev (>= 5.3.0), libqt5x11extras5-dev (>= 5.3.2),
libqt5xdg-dev (>= 1.0.0), libqt5xdg-dev (>= 1.0.0),
qttools5-dev (>= 5.3.0), qttools5-dev (>= 5.3.2),
qttools5-dev-tools (>= 5.3.0), qttools5-dev-tools (>= 5.3.2),
Standards-Version: 3.9.5 Standards-Version: 3.9.6
Homepage: https://github.com/lxde/lxqt-about Homepage: https://github.com/lxde/lxqt-about
#Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-about.git #Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-about.git
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-about.git;a=summary #Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-about.git;a=summary
@ -27,6 +27,6 @@ Depends:
${misc:Depends}, ${misc:Depends},
${shlibs:Depends}, ${shlibs:Depends},
Description: About screen for LXQt Description: About screen for LXQt
About screen for LXQt The about screen for LXQt
. .
This package contain the LXQt about screen. This package contain the LXQt about screen.

@ -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…
Cancel
Save