Fixed appdata format and location
* Bumped Standards to 4.0.0, no changes needed * Bumpded copyright year
This commit is contained in:
parent
e4aaacf0d4
commit
f6711e725f
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
qterminal (0.7.1-2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Fixed appdata format and location
|
||||||
|
* Bumped Standards to 4.0.0, no changes needed
|
||||||
|
* Bumpded copyright year
|
||||||
|
|
||||||
|
-- Alf Gaida <agaida@siduction.org> Sun, 13 Aug 2017 21:54:04 +0200
|
||||||
|
|
||||||
qterminal (0.7.1-1) unstable; urgency=medium
|
qterminal (0.7.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Cherry-picking upstream version 0.7.1
|
* Cherry-picking upstream version 0.7.1
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 10),
|
|||||||
libx11-dev,
|
libx11-dev,
|
||||||
lxqt-build-tools,
|
lxqt-build-tools,
|
||||||
qtbase5-private-dev
|
qtbase5-private-dev
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 4.0.0
|
||||||
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/qterminal.git/?h=debian/sid
|
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/qterminal.git/?h=debian/sid
|
||||||
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/qterminal.git -b debian/sid
|
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/qterminal.git -b debian/sid
|
||||||
Homepage: https://github.com/lxde/qterminal
|
Homepage: https://github.com/lxde/qterminal
|
||||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -18,7 +18,7 @@ Copyright: 2006-2011 the LibQxt project.
|
|||||||
License: BSD-3-clause
|
License: BSD-3-clause
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2012-2016 Alf Gaida <agaida@siduction.org>
|
Copyright: 2012-2017 Alf Gaida <agaida@siduction.org>
|
||||||
2012 Torsten Wohlfarth <towo@siduction.org>
|
2012 Torsten Wohlfarth <towo@siduction.org>
|
||||||
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||||
2016 Peter Mattern <pmattern@arcor.de>
|
2016 Peter Mattern <pmattern@arcor.de>
|
||||||
|
31
debian/patches/fix-appdata-format.patch
vendored
Normal file
31
debian/patches/fix-appdata-format.patch
vendored
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
Description: Fixes appdata format
|
||||||
|
* application -> component
|
||||||
|
Author: Alf Gaida <agaida@siduction.org>
|
||||||
|
Last-Update: 2017-08-13
|
||||||
|
|
||||||
|
--- a/qterminal.appdata.xml
|
||||||
|
+++ b/qterminal.appdata.xml
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
-<application>
|
||||||
|
+<component>
|
||||||
|
<id type="desktop">qterminal.desktop</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<project_license>GPL-2</project_license>
|
||||||
|
@@ -40,4 +40,4 @@
|
||||||
|
</screenshot>
|
||||||
|
</screenshots>
|
||||||
|
<url type="homepage">https://github.com/lxde/qterminal</url>
|
||||||
|
-</application>
|
||||||
|
+</component>
|
||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -197,7 +197,7 @@
|
||||||
|
|
||||||
|
install(FILES
|
||||||
|
qterminal.appdata.xml
|
||||||
|
- DESTINATION "${CMAKE_INSTALL_DATADIR}/appdata"
|
||||||
|
+ DESTINATION "${CMAKE_INSTALL_DATADIR}/metainfo"
|
||||||
|
)
|
||||||
|
|
||||||
|
if(NOT APPLEBUNDLE)
|
1
debian/patches/series
vendored
Normal file
1
debian/patches/series
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
fix-appdata-format.patch
|
Loading…
x
Reference in New Issue
Block a user