summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0700-appstream-metadata.patch23
-rw-r--r--debian/patches/series1
2 files changed, 24 insertions, 0 deletions
diff --git a/debian/patches/0700-appstream-metadata.patch b/debian/patches/0700-appstream-metadata.patch
new file mode 100644
index 0000000..dcd9156
--- /dev/null
+++ b/debian/patches/0700-appstream-metadata.patch
@@ -0,0 +1,23 @@
+Description: Rewrite package metadata latest version
+Author: Jölrg Frings-Fürst <debian@jff.email>
+Last-Update: 2018-01-03
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/data/net.damonlynch.rapid-photo-downloader.appdata.xml.in
+===================================================================
+--- trunk.orig/data/net.damonlynch.rapid-photo-downloader.appdata.xml.in
++++ trunk/data/net.damonlynch.rapid-photo-downloader.appdata.xml.in
+@@ -1,6 +1,6 @@
+ <?xml version="1.0" encoding="UTF-8"?>
+ <!-- Copyright 2014-2017 Damon Lynch <damonlynch@gmail.com> -->
+-<application>
++<component>
+ <id type="desktop">net.damonlynch.rapid-photo-downloader</id>
+ <provides>
+ <id>rapid-photo-downloader.desktop</id>
+@@ -67,4 +67,4 @@
+ </screenshot>
+ </screenshots>
+ <updatecontact>damonlynch@gmail.com</updatecontact>
+-</application>
++</component>
diff --git a/debian/patches/series b/debian/patches/series
index be91c62..0fba879 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
#05_removed-empty-directory.diff
#10-keywords_desktop.patch
#0001-intltool_utf8.patch
+0700-appstream-metadata.patch