[Xfce4-commits] [apps/parole] 01/02: Change desktop file and appstream to use reverse-DNS naming, replace appstream timestamps with dates, add translation tag

noreply at xfce.org noreply at xfce.org
Sat Feb 11 20:08:43 CET 2017


This is an automated email from the git hooks/post-receive script.

bluesabre pushed a commit to branch master
in repository apps/parole.

commit c1c75e8bee0c8250c5fa4fa753e59164c95fa60f
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sat Feb 11 14:08:27 2017 -0500

    Change desktop file and appstream to use reverse-DNS naming, replace appstream timestamps with dates, add translation tag
---
 .gitignore                                         |  4 ++-
 NEWS                                               |  1 +
 data/appdata/parole.appdata.xml.in                 | 41 +++++++++++++++-------
 data/desktop/Makefile.am                           | 10 +++---
 ...desktop.in.in => org.xfce.Parole.desktop.in.in} |  0
 po/POTFILES.in                                     |  2 +-
 po/POTFILES.skip                                   |  4 +--
 7 files changed, 40 insertions(+), 22 deletions(-)

diff --git a/.gitignore b/.gitignore
index 90e04f9..343da4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,7 +20,7 @@ config.status
 config.sub
 configure
 configure.ac
-data/desktop/parole.desktop.in
+data/desktop/org.xfce.Parole.desktop.in
 data/interfaces/*.h
 data/mime/parole-mime-types.h
 depcomp
@@ -55,6 +55,7 @@ ltmain.sh
 m4
 missing
 mkinstalldirs
+parole-*.tar.bz2
 po/.intltool-merge-cache
 po/Makefile.in.in
 po/POTFILES
@@ -79,6 +80,7 @@ src/parole
 src/stamp-enum-gtypes.h
 stamp-enum-types.h
 stamp-h1
+test-driver
 .cproject
 .project
 .settings
diff --git a/NEWS b/NEWS
index 21c9685..d8406ad 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@
 - Support loading plugins by basename (plugin-name.so)
 - Theme developers take note! This release drops the background color styles
   for the controls. Tweak your "osd" class accordingly!
+- Update desktop file and appstream XML to reverse DNS format (org.xfce.Parole)
 - Translation Updates: Asturian, Bulgarian, Catalan, Chinese (China), Croatian,
   Czech, Danish, Dutch, French, German, Greek, Hebrew, Hungarian, Icelandic,
   Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmal, Polish,
diff --git a/data/appdata/parole.appdata.xml.in b/data/appdata/parole.appdata.xml.in
index 9293c08..0ea9058 100644
--- a/data/appdata/parole.appdata.xml.in
+++ b/data/appdata/parole.appdata.xml.in
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2014 Sean Davis <bluesabre at xfce.org> and Simon Steinbeiß <simon at xfce.org> -->
+<!-- Copyright 2014-2017 Sean Davis <bluesabre at xfce.org> and Simon Steinbeiß <simon at xfce.org> -->
 <component type="desktop">
-  <id>parole.desktop</id>
+  <id>org.xfce.Parole.desktop</id>
   <metadata_license>CC-BY-3.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <name>Parole</name>
   <summary>Modern and simple media player</summary>
+  <translation type="gettext">parole</translation>
 
   <description>
     <_p>Parole is a modern simple media player based on the GStreamer
@@ -20,11 +21,16 @@
 
   <screenshots>
     <screenshot type="default">
-      <image>http://i2.wp.com/smdavis.us/wp-content/uploads/2014/04/Numix_parole.png</image>
+      <caption>Parole playing Big Buck Bunny</caption>
+      <image>https://screenshots.smdavis.us/parole/parole-01.png</image>
     </screenshot>
     <screenshot>
-      <caption>Parole in Xubuntu with the MPRIS2 plugin</caption>
-      <image>http://i2.wp.com/smdavis.us/wp-content/uploads/2014/04/Parole_Plugins.png</image>
+      <caption>Parole playing a LAS podcast</caption>
+      <image>https://screenshots.smdavis.us/parole/parole-02.png</image>
+    </screenshot>
+    <screenshot>
+      <caption>Parole playing a LAS podcast in Mini Mode (0.9+)</caption>
+      <image>https://screenshots.smdavis.us/parole/parole-03.png</image>
     </screenshot>
   </screenshots>
 
@@ -41,7 +47,16 @@
   </provides>
 
   <releases>
-    <release version="0.8.1" timestamp="1444908600">
+    <release version="0.9.0" date="2017-02-11">
+      <description>
+        <_p>This development release adds a new mini mode and the abilty to play
+        or replay content by clicking the the circle icons. Theming is simplfied
+        and filenames are displayed when no ID3 tags are found.
+        </_p>
+      </description>
+    </release>
+
+    <release version="0.8.1" date="2015-10-15">
       <description>
         <_p>This release improves the build process and includes several bug fixes.
         This new stable release is a recommended upgrade for all users.
@@ -49,7 +64,7 @@
       </description>
     </release>
 
-    <release version="0.8.0" timestamp="1425137149">
+    <release version="0.8.0" date="2015-02-28">
       <description>
         <_p>This release improves the build process and includes several bug fixes.
         This new stable release is a recommended upgrade for all users.
@@ -57,7 +72,7 @@
       </description>
     </release>
 
-    <release version="0.7.0" timestamp="1396146123">
+    <release version="0.7.0" date="2014-03-29">
       <description>
         <_p>This unstable development release adds the new clutter backend and cleans up
         deprecated Gtk3 symbols. It also adds a "go to position" feature and several bugs
@@ -66,14 +81,14 @@
       </description>
     </release>
 
-    <release version="0.6.1" timestamp="1396146122">
+    <release version="0.6.1" date="2014-03-29">
       <description>
         <_p>This release fixes a problem with detecting DVD drive locations.
         </_p>
       </description>
     </release>
 
-    <release version="0.6.0" timestamp="1390672461">
+    <release version="0.6.0" date="2014-01-25">
       <description>
         <_p>This release features the completed transition to the Gtk+3 toolkit, improvements
         in the user-interface (more streamlined menus), better playlists. Furthermore existing
@@ -83,7 +98,7 @@
       </description>
     </release>
 
-    <release version="0.5.91" timestamp="1388377669">
+    <release version="0.5.91" date="2013-12-29">
       <description>
         <_p>This unstable development release features mostly bugfixes and introduces the new
         MPRIS2 plugin.
@@ -91,7 +106,7 @@
       </description>
     </release>
 
-    <release version="0.5.4" timestamp="1386200468">
+    <release version="0.5.4" date="2013-12-04">
       <description>
         <_p>This is a bugfix release which fixes the loading of playlists with relative paths,
         improves the file-filters for audio/video mimetypes and fixes the "Remove duplicates"
@@ -100,7 +115,7 @@
       </description>
     </release>
 
-    <release version="0.5.90" timestamp="1382192176">
+    <release version="0.5.90" date="2013-10-19">
       <description>
         <_p>This unstable development release features the complete port to the Gtk+3 toolkit,
         improvements in the user-interface (more streamlined menus), better playlists. It also
diff --git a/data/desktop/Makefile.am b/data/desktop/Makefile.am
index bf8ae0a..0ba8724 100644
--- a/data/desktop/Makefile.am
+++ b/data/desktop/Makefile.am
@@ -3,19 +3,19 @@ MIME_LIST=$(top_srcdir)/data/mime/mime-type-list.txt
 #
 # .desktop file
 #
-desktop_in_files = parole.desktop.in
+desktop_in_files = org.xfce.Parole.desktop.in
 desktopdir = $(datadir)/applications
 desktop_DATA =  $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
-parole.desktop.in: parole.desktop.in.in desktop.sh $(MIME_LIST)
-	head -n9 $(srcdir)/parole.desktop.in.in > $@ &&\
+org.xfce.Parole.desktop.in: org.xfce.Parole.desktop.in.in desktop.sh $(MIME_LIST)
+	head -n9 $(srcdir)/org.xfce.Parole.desktop.in.in > $@ &&\
 	$(SHELL) $(srcdir)/desktop.sh $(MIME_LIST) >> $@
 
 EXTRA_DIST =					\
 	desktop.sh				\
-	parole.desktop.in.in
+	org.xfce.Parole.desktop.in.in
 
 CLEANFILES =					\
 	$(desktop_in_files)			\
-	$(desktop_DATA)
\ No newline at end of file
+	$(desktop_DATA)
diff --git a/data/desktop/parole.desktop.in.in b/data/desktop/org.xfce.Parole.desktop.in.in
similarity index 100%
rename from data/desktop/parole.desktop.in.in
rename to data/desktop/org.xfce.Parole.desktop.in.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e36767f..7d10a06 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -6,7 +6,7 @@
 [type: gettext/glade]data/interfaces/parole-settings.ui
 [type: gettext/glade]data/interfaces/save-playlist.ui
 [type: gettext/glade]data/interfaces/open-location.ui
-data/desktop/parole.desktop.in.in
+data/desktop/org.xfce.Parole.desktop.in.in
 data/appdata/parole.appdata.xml.in
 src/common/parole-common.c
 src/gst/parole-gst.c
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 50b7c07..8ed4693 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,2 +1,2 @@
-data/desktop/parole.desktop.in
-sub/data/desktop/parole.desktop.in
+data/desktop/org.xfce.Parole.desktop.in
+sub/data/desktop/org.xfce.Parole.desktop.in

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list