[SCM] qtgraphicaleffects packaging branch, master, updated. 4d47528cf802abb956c3f77be7c5e2636b27d1bc

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Wed Apr 24 23:32:06 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtgraphicaleffects.git;a=commitdiff;h=f37184f

The following commit has been merged in the master branch:
commit f37184f7c585564ec46420833b40995b8076fb98
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Apr 24 20:29:55 2013 -0300

    Remove patch applied upstream.
---
 debian/changelog                                   |    1 -
 ...ceProxy.qml-removing-binding-output-input.patch |   31 --------------------
 debian/patches/series                              |    1 -
 3 files changed, 0 insertions(+), 33 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eb6c3ef..da07782 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
 qtgraphicaleffects-opensource-src (5.0.2-1) UNRELEASED; urgency=low
 
   * Initial release.
-  * Add 0001-SourceProxy.qml-removing-binding-output-input.patch
 
  -- Timo Jyrinki <timo at debian.org>  Wed, 06 Feb 2013 09:07:20 +0000
diff --git a/debian/patches/0001-SourceProxy.qml-removing-binding-output-input.patch b/debian/patches/0001-SourceProxy.qml-removing-binding-output-input.patch
deleted file mode 100644
index 615368d..0000000
--- a/debian/patches/0001-SourceProxy.qml-removing-binding-output-input.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From d841c19ce7bf472b7e9a04cd3e4179c79f95c32c Mon Sep 17 00:00:00 2001
-From: Thomas Senyk <thomas.senyk at pelagicore.com>
-Date: Tue, 15 Jan 2013 14:54:45 +0100
-Subject: [PATCH] SourceProxy.qml: removing binding 'output: input'
-
-The binding is redundant as onInputChanged will
-always trigger setting output
-Also the binding does generate binding-loop errors
-
-Change-Id: Iaa1df71a633f4bbd0554d81bb807db59a02974ee
-Reviewed-by: Gunnar Sletta <gunnar.sletta at digia.com>
----
- src/effects/private/SourceProxy.qml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/effects/private/SourceProxy.qml b/src/effects/private/SourceProxy.qml
-index ef60a3e..2561d70 100644
---- a/src/effects/private/SourceProxy.qml
-+++ b/src/effects/private/SourceProxy.qml
-@@ -43,7 +43,7 @@ import QtQuick 2.0
- Item {
-     id: rootItem
-     property variant input
--    property variant output: input
-+    property variant output
-     property variant sourceRect
-     visible: false
- 
--- 
-1.8.0
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index fd8c446..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-SourceProxy.qml-removing-binding-output-input.patch

-- 
qtgraphicaleffects packaging



More information about the pkg-kde-commits mailing list