Remove reverse-applicable patches.

pull/1/merge
Simon Quigley 2 years ago
parent a95dac3ed5
commit c3f0f5ea05

1
debian/changelog vendored

@ -3,6 +3,7 @@ qterminal (1.1.0-0ubuntu1) UNRELEASED; urgency=medium
* New upstream release.
* Bump build dependencies.
* Drop old Breaks/Replaces, since we're past the LTS.
* Remove reverse-applicable patches.
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 02 Jun 2022 09:41:38 -0500

@ -1,45 +0,0 @@
Description: Add some appdata
Author: Alf Gaida <agaida@siduction.org>
Author: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
Last-Update: 2021-08-17
Forwarded: not-needed
---
CMakeLists.txt | 2 +-
qterminal.appdata.xml | 13 +++++++++----
2 files changed, 10 insertions(+), 5 deletions(-)
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -224,7 +224,7 @@ install(FILES
install(FILES
qterminal.appdata.xml
- DESTINATION "${CMAKE_INSTALL_DATADIR}/appdata"
+ DESTINATION "${CMAKE_INSTALL_DATADIR}/metainfo"
)
if(NOT APPLEBUNDLE)
--- a/qterminal.appdata.xml
+++ b/qterminal.appdata.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<application>
- <id type="desktop">qterminal.desktop</id>
+<component type="desktop">
+ <id>qterminal.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2</project_license>
<name>QTerminal</name>
@@ -39,5 +39,10 @@
<caption>Find bar and highlighted match.</caption>
</screenshot>
</screenshots>
- <url type="homepage">https://github.com/lxqt/qterminal</url>
-</application>
+
+ <developer_name>LXQt Team</developer_name>
+ <url type="homepage">https://github.com/lxde/qterminal</url>
+ <url type="bugtracker">https://github.com/qterminal/issues</url>
+ <url type="help">https://github.com/lxde/lxqt/wiki</url>
+ <url type="translate">http://github.com/lxde/lxqt-l10n</url>
+</component>

@ -1 +0,0 @@
appdata.patch
Loading…
Cancel
Save