rev 20744 - in kde-extras/kdesvn/trunk/debian: . patches

Michael Biebl biebl at moszumanska.debian.org
Sat Mar 18 00:15:07 UTC 2017


Author: biebl
Date: 2017-03-18 00:15:05 +0000 (Sat, 18 Mar 2017)
New Revision: 20744

Added:
   kde-extras/kdesvn/trunk/debian/patches/0002-Fix-startup-s-caption-qwindowtitle.patch
Modified:
   kde-extras/kdesvn/trunk/debian/changelog
   kde-extras/kdesvn/trunk/debian/patches/series
Log:
Cherrypick upstream commit fixing broken startup from .desktop file.
(Closes: #858072)

Modified: kde-extras/kdesvn/trunk/debian/changelog
===================================================================
--- kde-extras/kdesvn/trunk/debian/changelog	2017-02-16 23:01:30 UTC (rev 20743)
+++ kde-extras/kdesvn/trunk/debian/changelog	2017-03-18 00:15:05 UTC (rev 20744)
@@ -1,3 +1,10 @@
+kdesvn (2.0.0-3) UNRELEASED; urgency=medium
+
+  * Cherrypick upstream commit fixing broken startup from .desktop file.
+    (Closes: #858072)
+
+ -- Aurélien COUDERC <zecoucou at free.fr>  Fri, 17 Mar 2017 23:37:43 +0100
+
 kdesvn (2.0.0-2) unstable; urgency=medium
 
   * Drop Build-Depends on libssl-dev, no longer needed. (Closes: #855339)

Added: kde-extras/kdesvn/trunk/debian/patches/0002-Fix-startup-s-caption-qwindowtitle.patch
===================================================================
--- kde-extras/kdesvn/trunk/debian/patches/0002-Fix-startup-s-caption-qwindowtitle.patch	                        (rev 0)
+++ kde-extras/kdesvn/trunk/debian/patches/0002-Fix-startup-s-caption-qwindowtitle.patch	2017-03-18 00:15:05 UTC (rev 20744)
@@ -0,0 +1,26 @@
+From 5ea40285741a885198a351bd9afe58ff746a1192 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <andreas.sturmlechner at gmail.com>
+Date: Sun, 4 Dec 2016 23:26:07 +0100
+Subject: [PATCH] Fix startup: s/caption/qwindowtitle/
+
+REVIEW: 129614
+---
+ src/org.kde.kdesvn.desktop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/org.kde.kdesvn.desktop b/src/org.kde.kdesvn.desktop
+index 0fbac0d3..5455338a 100644
+--- a/src/org.kde.kdesvn.desktop
++++ b/src/org.kde.kdesvn.desktop
+@@ -49,7 +49,7 @@ GenericName[sl]=Odjemalec za SVN
+ GenericName[sv]=SVN-klient
+ GenericName[uk]=Клієнт SVN
+ GenericName[x-test]=xxSVN Clientxx
+-Exec=kdesvn -caption "%c" %u
++Exec=kdesvn -qwindowtitle "%c" %u
+ Icon=kdesvn
+ Type=Application
+ X-DocPath=kdesvn/index.html
+-- 
+2.11.0
+

Modified: kde-extras/kdesvn/trunk/debian/patches/series
===================================================================
--- kde-extras/kdesvn/trunk/debian/patches/series	2017-02-16 23:01:30 UTC (rev 20743)
+++ kde-extras/kdesvn/trunk/debian/patches/series	2017-03-18 00:15:05 UTC (rev 20744)
@@ -1 +1,2 @@
 0001-Make-sure-the-man-pages-are-built-and-installed.patch
+0002-Fix-startup-s-caption-qwindowtitle.patch




More information about the pkg-kde-commits mailing list