[Pkg-xfce-commits] r8919 - in /desktop/trunk/orage/debian: changelog patches/01_support-filename-desktop.patch patches/series
Yves-Alexis Perez
corsac at moszumanska.debian.org
Sat Mar 14 13:53:42 UTC 2015
Author: corsac
Date: Sat Mar 14 13:53:42 2015
New Revision: 8919
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8919
Log:
* debian/patches:
- 01_support-filename-desktop added, update Exec line to support passing
filenames, since we announce support for the calendar mimetype.
Added:
desktop/trunk/orage/debian/patches/01_support-filename-desktop.patch
desktop/trunk/orage/debian/patches/series
Modified:
desktop/trunk/orage/debian/changelog
Modified: desktop/trunk/orage/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/orage/debian/changelog?rev=8919&op=diff
==============================================================================
--- desktop/trunk/orage/debian/changelog (original)
+++ desktop/trunk/orage/debian/changelog Sat Mar 14 13:53:42 2015
@@ -3,6 +3,9 @@
* Rebuild against Xfce 4.12 libraries.
* debian/control:
- update standards version to 3.9.6.
+ * debian/patches:
+ - 01_support-filename-desktop added, update Exec line to support passing
+ filenames, since we announce support for the calendar mimetype.
-- Yves-Alexis Perez <corsac at debian.org> Sat, 14 Mar 2015 14:25:31 +0100
Added: desktop/trunk/orage/debian/patches/01_support-filename-desktop.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/orage/debian/patches/01_support-filename-desktop.patch?rev=8919&op=file
==============================================================================
--- desktop/trunk/orage/debian/patches/01_support-filename-desktop.patch (added)
+++ desktop/trunk/orage/debian/patches/01_support-filename-desktop.patch Sat Mar 14 13:53:42 2015
@@ -0,0 +1,11 @@
+--- a/xfcalendar.desktop.in
++++ b/xfcalendar.desktop.in
+@@ -2,7 +2,7 @@
+ Version=1.0
+ _Name=Orage Calendar
+ _Comment=Desktop calendar
+-Exec=orage
++Exec=orage %F
+ Icon=xfcalendar
+ StartupNotify=true
+ MimeType=text/calendar;
Added: desktop/trunk/orage/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/orage/debian/patches/series?rev=8919&op=file
==============================================================================
--- desktop/trunk/orage/debian/patches/series (added)
+++ desktop/trunk/orage/debian/patches/series Sat Mar 14 13:53:42 2015
@@ -0,0 +1 @@
+01_support-filename-desktop.patch
More information about the Pkg-xfce-commits
mailing list