[Python-apps-commits] r13233 - in packages/pdfshuffler/trunk/debian (5 files)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Thu May 26 01:43:08 UTC 2016


    Date: Thursday, May 26, 2016 @ 01:43:06
  Author: vcheng
Revision: 13233

add patch to add missing MimeType to desktop file

Added:
  packages/pdfshuffler/trunk/debian/patches/menu-file-mimetype
Modified:
  packages/pdfshuffler/trunk/debian/changelog
  packages/pdfshuffler/trunk/debian/copyright
  packages/pdfshuffler/trunk/debian/patches/series
Deleted:
  packages/pdfshuffler/trunk/debian/pdfshuffler.desktop

Modified: packages/pdfshuffler/trunk/debian/changelog
===================================================================
--- packages/pdfshuffler/trunk/debian/changelog	2016-05-26 01:32:55 UTC (rev 13232)
+++ packages/pdfshuffler/trunk/debian/changelog	2016-05-26 01:43:06 UTC (rev 13233)
@@ -1,6 +1,8 @@
 pdfshuffler (0.6.0-8) UNRELEASED; urgency=medium
 
   * Add build-dep on dh-python.
+  * Add missing MimeType to desktop menu file. (LP: #1334124, LP: #1349140)
+    - Drop duplicate debian/pdfshuffler.desktop.
   * Update to Standards version 3.9.8.
     - Drop obsolete debian/menu file.
 

Modified: packages/pdfshuffler/trunk/debian/copyright
===================================================================
--- packages/pdfshuffler/trunk/debian/copyright	2016-05-26 01:32:55 UTC (rev 13232)
+++ packages/pdfshuffler/trunk/debian/copyright	2016-05-26 01:43:06 UTC (rev 13233)
@@ -9,7 +9,7 @@
 
 Files: debian/*
 Copyright: 2008-2012 Serafeim Zanikolas <sez at debian.org>
-           2014 Vincent Cheng <vcheng at debian.org>
+           2014-2016 Vincent Cheng <vcheng at debian.org>
 License: GPL-3.0+
 
 License: GPL-3.0+

Added: packages/pdfshuffler/trunk/debian/patches/menu-file-mimetype
===================================================================
--- packages/pdfshuffler/trunk/debian/patches/menu-file-mimetype	                        (rev 0)
+++ packages/pdfshuffler/trunk/debian/patches/menu-file-mimetype	2016-05-26 01:43:06 UTC (rev 13233)
@@ -0,0 +1,20 @@
+Description: Add missing MimeType to desktop menu file
+ This adds integration with e.g. file managers that have a "Open With" context
+ menu entry.
+Forwarded: not-yet
+Author: Vincent Cheng <vcheng at debian.org>
+Last-Update: 2016-05-25
+
+--- a/data/pdfshuffler.desktop
++++ b/data/pdfshuffler.desktop
+@@ -3,8 +3,9 @@
+ Name=PDF-Shuffler
+ Comment=PDF Merging, Rearranging, Splitting, Rotating and Cropping
+ Type=Application
+-Exec=pdfshuffler
++Exec=pdfshuffler %U
+ Icon=pdfshuffler
++MimeType=application/pdf;
+ Categories=Office;
+ Terminal=false
+ StartupNotify=false

Modified: packages/pdfshuffler/trunk/debian/patches/series
===================================================================
--- packages/pdfshuffler/trunk/debian/patches/series	2016-05-26 01:32:55 UTC (rev 13232)
+++ packages/pdfshuffler/trunk/debian/patches/series	2016-05-26 01:43:06 UTC (rev 13233)
@@ -1,3 +1,4 @@
 fix-manpage-typo
 fix-threading
 use-pypdf2
+menu-file-mimetype

Deleted: packages/pdfshuffler/trunk/debian/pdfshuffler.desktop
===================================================================
--- packages/pdfshuffler/trunk/debian/pdfshuffler.desktop	2016-05-26 01:32:55 UTC (rev 13232)
+++ packages/pdfshuffler/trunk/debian/pdfshuffler.desktop	2016-05-26 01:43:06 UTC (rev 13233)
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=PDF Shuffler
-GenericName=PDF Shuffler
-Comment=A graphical tool for manipulating PDF
-Comment[sk]=Grafický nástroj na manipuláciu s PDF
-Exec=pdfshuffler
-Icon=pdfshuffler
-StartupNotify=false
-Categories=Office;
-MimeType=application/pdf;
-Terminal=false




More information about the Python-apps-commits mailing list