[Pkg-xfce-commits] r10186 - in /desktop/trunk/thunar/debian: changelog patches/02_convert-appdata.patch patches/series

Yves-Alexis Perez corsac at moszumanska.debian.org
Sun Nov 26 19:08:06 UTC 2017


Author: corsac
Date: Sun Nov 26 19:08:06 2017
New Revision: 10186

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10186
Log:
* debian/patches:
  - 02_convert-appdata.patch added, convert AppData to AppStream.

Added:
    desktop/trunk/thunar/debian/patches/02_convert-appdata.patch
Modified:
    desktop/trunk/thunar/debian/changelog
    desktop/trunk/thunar/debian/patches/series

Modified: desktop/trunk/thunar/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar/debian/changelog?rev=10186&op=diff
==============================================================================
--- desktop/trunk/thunar/debian/changelog	(original)
+++ desktop/trunk/thunar/debian/changelog	Sun Nov 26 19:08:06 2017
@@ -6,6 +6,8 @@
   [ Yves-Alexis Perez ]
   * debian/control:
     - update standards version to 4.1.1.
+  * debian/patches:
+    - 02_convert-appdata.patch added, convert AppData to AppStream.
 
  -- Mateusz Łukasik <mati75 at linuxmint.pl>  Sat, 25 Nov 2017 20:56:16 +0100
 

Added: desktop/trunk/thunar/debian/patches/02_convert-appdata.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar/debian/patches/02_convert-appdata.patch?rev=10186&op=file
==============================================================================
--- desktop/trunk/thunar/debian/patches/02_convert-appdata.patch	(added)
+++ desktop/trunk/thunar/debian/patches/02_convert-appdata.patch	Sun Nov 26 19:08:06 2017
@@ -0,0 +1,17 @@
+--- a/thunar.appdata.xml.in
++++ b/thunar.appdata.xml.in
+@@ -1,7 +1,7 @@
+ <?xml version="1.0" encoding="UTF-8"?>
+ <!-- Copyright 2014 Ryan Lerch <rlerch at redhat.com> -->
+ 
+-<application>
++<component type="desktop-application">
+   <id type="desktop">Thunar.desktop</id>
+   <metadata_license>CC0-1.0</metadata_license>
+   <summary>File Browser</summary>
+@@ -21,4 +21,4 @@
+   </screenshots>
+ 
+   <updatecontact>xfce4-dev at xfce.org</updatecontact>
+-</application>
++</component>

Modified: desktop/trunk/thunar/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar/debian/patches/series?rev=10186&op=diff
==============================================================================
--- desktop/trunk/thunar/debian/patches/series	(original)
+++ desktop/trunk/thunar/debian/patches/series	Sun Nov 26 19:08:06 2017
@@ -1 +1,2 @@
 01_support-non-multiarch-modules.patch
+02_convert-appdata.patch




More information about the Pkg-xfce-commits mailing list