diff options
author | youri <youri@pkgsrc.org> | 2015-07-07 15:03:13 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2015-07-07 15:03:13 +0000 |
commit | bf7afa8daff78bb556e0f0b82ad5eb29189ef922 (patch) | |
tree | dcc881ddcbc8507ab353d21b04b35bd416acd412 /x11 | |
parent | fe61a63c70f7fe59bb7cc6bd8214cf312471d523 (diff) | |
download | pkgsrc-bf7afa8daff78bb556e0f0b82ad5eb29189ef922.tar.gz |
Fix using thunar as the default file manager on xfce4.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-exo/distinfo | 6 | ||||
-rw-r--r-- | x11/xfce4-exo/patches/patch-af | 6 | ||||
-rw-r--r-- | x11/xfce4-exo/patches/patch-exo-helper_helpers_Thunar.desktop.in.in | 14 |
3 files changed, 20 insertions, 6 deletions
diff --git a/x11/xfce4-exo/distinfo b/x11/xfce4-exo/distinfo index 3b9c5bb60a0..0101020a9b0 100644 --- a/x11/xfce4-exo/distinfo +++ b/x11/xfce4-exo/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2015/06/29 10:38:00 youri Exp $ +$NetBSD: distinfo,v 1.11 2015/07/07 15:03:13 youri Exp $ SHA1 (exo-0.10.6.tar.bz2) = af1f6ec345ee4c64efb2657a7499ef9076b4b410 RMD160 (exo-0.10.6.tar.bz2) = 7fc9febcf04b948e7ec21cdffb5d21fd7720d63a Size (exo-0.10.6.tar.bz2) = 1276178 bytes -SHA1 (patch-af) = 3c2a9313fab9b31797100eba2c88c0b01375e847 -SHA1 (patch-exo-helper_helpers_helpers.rc) = 85c19a3e034031e4c85aa61a27ea1c6500c290cf +SHA1 (patch-af) = 60bcdb551f5c659b8335107ec77203fd9797aabf +SHA1 (patch-exo-helper_helpers_Thunar.desktop.in.in) = 236e355f77e2511d6d82509c42c2a9a383e6ad46 diff --git a/x11/xfce4-exo/patches/patch-af b/x11/xfce4-exo/patches/patch-af index f194f8546fb..5404117ab56 100644 --- a/x11/xfce4-exo/patches/patch-af +++ b/x11/xfce4-exo/patches/patch-af @@ -1,9 +1,9 @@ -$NetBSD: patch-af,v 1.3 2015/04/21 08:56:44 jperkin Exp $ +$NetBSD: patch-af,v 1.4 2015/07/07 15:03:13 youri Exp $ Adjust config path. ---- exo-helper/helpers/Makefile.in.orig 2015-02-28 14:00:16.000000000 +0000 +--- exo-helper/helpers/Makefile.in.orig 2015-05-25 19:07:21.000000000 +0000 +++ exo-helper/helpers/Makefile.in -@@ -292,7 +292,7 @@ target_vendor = @target_vendor@ +@@ -349,7 +349,7 @@ target_vendor = @target_vendor@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ diff --git a/x11/xfce4-exo/patches/patch-exo-helper_helpers_Thunar.desktop.in.in b/x11/xfce4-exo/patches/patch-exo-helper_helpers_Thunar.desktop.in.in new file mode 100644 index 00000000000..92d4e22864e --- /dev/null +++ b/x11/xfce4-exo/patches/patch-exo-helper_helpers_Thunar.desktop.in.in @@ -0,0 +1,14 @@ +$NetBSD: patch-exo-helper_helpers_Thunar.desktop.in.in,v 1.1 2015/07/07 15:03:13 youri Exp $ + +Use thunar, not Thunar. +--- exo-helper/helpers/Thunar.desktop.in.in.orig 2015-05-25 18:04:45.000000000 +0000 ++++ exo-helper/helpers/Thunar.desktop.in.in +@@ -5,7 +5,7 @@ Icon=Thunar + Type=X-XFCE-Helper + _Name=Thunar + StartupNotify=true +-X-XFCE-Binaries=Thunar; ++X-XFCE-Binaries=thunar; + X-XFCE-Category=FileManager + X-XFCE-Commands=%B; + X-XFCE-CommandsWithParameter=%B "%s"; |