rev 20020 - kde-extras/digikam/trunk/debian/patches

Pino Toscano pino at moszumanska.debian.org
Tue Oct 14 21:01:31 UTC 2014


Author: pino
Date: 2014-10-14 21:01:30 +0000 (Tue, 14 Oct 2014)
New Revision: 20020

Modified:
   kde-extras/digikam/trunk/debian/patches/upstream_fix-libkexiv2-version-for-AltLangStrEdit-textEdit.patch
Log:
fix paths


Modified: kde-extras/digikam/trunk/debian/patches/upstream_fix-libkexiv2-version-for-AltLangStrEdit-textEdit.patch
===================================================================
--- kde-extras/digikam/trunk/debian/patches/upstream_fix-libkexiv2-version-for-AltLangStrEdit-textEdit.patch	2014-10-14 20:58:15 UTC (rev 20019)
+++ kde-extras/digikam/trunk/debian/patches/upstream_fix-libkexiv2-version-for-AltLangStrEdit-textEdit.patch	2014-10-14 21:01:30 UTC (rev 20020)
@@ -6,14 +6,14 @@
 it is part of current libkexiv2/master only (i.e. post 4.14.x, which
 is 2.3.x)
 ---
- libs/imageproperties/captionedit.cpp      | 2 +-
- libs/imageproperties/imagedescedittab.cpp | 6 +++---
+ core/libs/imageproperties/captionedit.cpp      | 2 +-
+ core/libs/imageproperties/imagedescedittab.cpp | 6 +++---
  2 files changed, 4 insertions(+), 4 deletions(-)
 
-diff --git a/libs/imageproperties/captionedit.cpp b/libs/imageproperties/captionedit.cpp
+diff --git a/core/libs/imageproperties/captionedit.cpp b/core/libs/imageproperties/captionedit.cpp
 index 88413fc..70bdb6d 100644
---- a/libs/imageproperties/captionedit.cpp
-+++ b/libs/imageproperties/captionedit.cpp
+--- a/core/libs/imageproperties/captionedit.cpp
++++ b/core/libs/imageproperties/captionedit.cpp
 @@ -202,7 +202,7 @@ void CaptionEdit::slotAuthorChanged(const QString& text)
  
  MsgTextEdit* CaptionEdit::textEdit() const
@@ -23,10 +23,10 @@
      return d->altLangStrEdit->textEdit();
  #else
      return 0;
-diff --git a/libs/imageproperties/imagedescedittab.cpp b/libs/imageproperties/imagedescedittab.cpp
+diff --git a/core/libs/imageproperties/imagedescedittab.cpp b/core/libs/imageproperties/imagedescedittab.cpp
 index ebfbae1..3d12777 100644
---- a/libs/imageproperties/imagedescedittab.cpp
-+++ b/libs/imageproperties/imagedescedittab.cpp
+--- a/core/libs/imageproperties/imagedescedittab.cpp
++++ b/core/libs/imageproperties/imagedescedittab.cpp
 @@ -429,7 +429,7 @@ ImageDescEditTab::ImageDescEditTab(QWidget* const parent)
  
      // Initialize ---------------------------------------------




More information about the pkg-kde-commits mailing list