[Pkg-xfce-commits] [Git][xfce-team/desktop/thunar][debian/master] d/p/01_support-non-multiarch-modules.patch: Correct path for thunarx-3.
Unit 193
gitlab at salsa.debian.org
Wed Jul 10 04:00:04 BST 2019
Unit 193 pushed to branch debian/master at xfce / desktop / thunar
Commits:
a181c9e6 by Unit 193 at 2019-07-10T02:59:43Z
d/p/01_support-non-multiarch-modules.patch: Correct path for thunarx-3.
- - - - -
2 changed files:
- debian/changelog
- debian/patches/01_support-non-multiarch-modules.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,10 @@
-thunar (1.8.6-1) UNRELEASED; urgency=medium
+thunar (1.8.7-1) UNRELEASED; urgency=medium
- * New upstream version 1.8.6
+ [ Mateusz Łukasik ]
+ * New upstream version 1.8.7
+
+ [ Unit 193 ]
+ * d/p/01_support-non-multiarch-modules.patch: Correct path for thunarx-3.
-- Mateusz Łukasik <mati75 at linuxmint.pl> Tue, 21 May 2019 17:53:05 +0200
=====================================
debian/patches/01_support-non-multiarch-modules.patch
=====================================
@@ -24,7 +24,7 @@ index f2588eb..cbcf642 100644
+ const gchar *thunarx_dirs[] =
+ {
+ THUNARX_DIRECTORY,
-+ "/usr/lib/thunarx-2"
++ "/usr/lib/thunarx-3"
+ };
- dp = g_dir_open (THUNARX_DIRECTORY, 0, NULL);
@@ -55,7 +55,7 @@ index 4f96ffd..dbb693b 100644
+ {
+ /* if it doesn't exist in the default dir, try non-multiarch THUNARX_DIRECTORY */
+ g_free (path);
-+ path = g_build_filename ("/usr/lib/thunarx-2", type_module->name, NULL);
++ path = g_build_filename ("/usr/lib/thunarx-3", type_module->name, NULL);
+ }
module->library = g_module_open (path, G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL);
g_free (path);
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/thunar/commit/a181c9e604fd48db9fab95fa988f4f0cd5ac88e6
--
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/thunar/commit/a181c9e604fd48db9fab95fa988f4f0cd5ac88e6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xfce-commits/attachments/20190710/8b6781b7/attachment-0001.html>
More information about the Pkg-xfce-commits
mailing list