[SCM] iannix/master: Patch for proper resource path

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Fri May 19 23:46:26 UTC 2017


The following commit has been merged in the master branch:
commit c98012972c170869ba6123a51d18cd4e63e2d1f0
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Fri May 19 15:04:35 2017 +0200

    Patch for proper resource path

diff --git a/debian/patches/fix_resources_path.patch b/debian/patches/fix_resources_path.patch
new file mode 100644
index 0000000..7da3fbe
--- /dev/null
+++ b/debian/patches/fix_resources_path.patch
@@ -0,0 +1,19 @@
+Description: use FSH path for application ressources
+ rather than looking for the file in /usr/bin/Tools, they should be searched for
+ in /usr/lib/iannix/Tools
+Author: IOhannes m zmölnig <umlaeute at debian.org>
+Last-Update: 2017-05-19
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- iannix.orig/iannixapp.cpp
++++ iannix/iannixapp.cpp
+@@ -83,7 +83,8 @@
+     //Start
+     setHelp();
+ 
+-    QDir pathApplicationDir = QDir(QCoreApplication::applicationDirPath()).absolutePath();
++    QDir pathApplicationDir = QDir(QCoreApplication::applicationDirPath() +
++"../lib/iannix/").absolutePath();
+ #ifdef Q_OS_MAC
+     pathApplicationDir.cdUp();
+     pathApplicationDir.cdUp();
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..231d498
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_resources_path.patch

-- 
iannix packaging



More information about the pkg-multimedia-commits mailing list