[SCM] KDE Graphics module packaging branch, master, updated. debian/4.4.5-1-9-g1d7c364

Modestas Vainius modax at alioth.debian.org
Sun Aug 22 16:57:46 UTC 2010


The following commit has been merged in the master branch:
commit 1d7c364574db2144c3a951dcf7e583d17e6188c0
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sun Aug 22 19:57:35 2010 +0300

    Fix mistake in Solid action predicate for kamera.
    
    Closes: #585717. Thanks to dju` <dju at elegiac.net> for the patch.
---
 debian/changelog                               |    2 +
 debian/patches/fix_solid_camera_predicate.diff |   26 ++++++++++++++++++++++++
 debian/patches/series                          |    1 +
 3 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6b48afb..c659a72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 kdegraphics (4:4.4.5-2) UNRELEASED; urgency=low
 
   * Point debian/control Vcs fields to the new Git repository.
+  * Fix mistake in Solid action predicate for kamera (Closes: #585717). Thanks
+    to dju` <dju at elegiac.net> for the patch.
 
  -- Modestas Vainius <modax at debian.org>  Mon, 26 Jul 2010 23:24:35 +0300
 
diff --git a/debian/patches/fix_solid_camera_predicate.diff b/debian/patches/fix_solid_camera_predicate.diff
new file mode 100644
index 0000000..ea741a2
--- /dev/null
+++ b/debian/patches/fix_solid_camera_predicate.diff
@@ -0,0 +1,26 @@
+From: dju` <dju at elegiac.net>
+Subject: fix mistake in Solid action predicate for kamera
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585717
+
+The predicate in file /usr/share/kde4/apps/solid/actions/solid_camera.desktop
+is wrong:
+
+X-KDE-Solid-Predicate=Camera.supportedDrivers & 'gphoto'
+
+whereas it should be:
+
+X-KDE-Solid-Predicate=Camera.supportedDrivers == 'gphoto'
+
+With this correction the "Open with File Manager" action appears in the action
+list when connecting a gphoto camera to the computer.
+
+
+--- a/kamera/solid_camera.desktop
++++ b/kamera/solid_camera.desktop
+@@ -1,5 +1,5 @@
+ [Desktop Entry]
+-X-KDE-Solid-Predicate=Camera.supportedDrivers & 'gphoto'
++X-KDE-Solid-Predicate=Camera.supportedDrivers == 'gphoto'
+ Type=Service
+ Actions=open;
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c0ce4c3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_solid_camera_predicate.diff

-- 
KDE Graphics module packaging



More information about the pkg-kde-commits mailing list