pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

i3-git: Fix i3-dmenu-desktop



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Mon Jun 13 03:08:07 2016 +0200
Changeset:	85c3df4ddaa2a0a347aa94edf6718e9a5d0d0c66

Modified Files:
	i3-git/distinfo
Added Files:
	i3-git/patches/patch-i3-dmenu-desktop

Log Message:
i3-git: Fix i3-dmenu-desktop

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=85c3df4ddaa2a0a347aa94edf6718e9a5d0d0c66

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 i3-git/distinfo                       |  1 +
 i3-git/patches/patch-i3-dmenu-desktop | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diffs:
diff --git a/i3-git/distinfo b/i3-git/distinfo
index 4db0872..c021db1 100644
--- a/i3-git/distinfo
+++ b/i3-git/distinfo
@@ -1,4 +1,5 @@
 $NetBSD: distinfo,v 1.9 2015/11/09 11:05:44 nros Exp $
 
 SHA1 (patch-common.mk) = 219f43cf29b19d43885c17e7b6e203ce05afc2e0
+SHA1 (patch-i3-dmenu-desktop) = 92386af126f5ba69da4de5bc89c9b4b731f57fd7
 SHA1 (patch-src_log.c) = 3b70d5be029936e02bb2e5beddf2cd7d6adc7328
diff --git a/i3-git/patches/patch-i3-dmenu-desktop b/i3-git/patches/patch-i3-dmenu-desktop
new file mode 100644
index 0000000..b2c906e
--- /dev/null
+++ b/i3-git/patches/patch-i3-dmenu-desktop
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Add /usr/pkg/share/applications to paths searched for .desktop files
+
+--- i3-dmenu-desktop.orig	2016-03-24 17:50:36.000000000 +0000
++++ i3-dmenu-desktop
+@@ -111,7 +111,7 @@ $xdg_data_home = $ENV{HOME} . '/.local/s
+     ! -d $xdg_data_home;
+ 
+ my $xdg_data_dirs = $ENV{XDG_DATA_DIRS};
+-$xdg_data_dirs = '/usr/local/share/:/usr/share/' if
++$xdg_data_dirs = '/usr/local/share/:/usr/share/:/usr/pkg/share/' if
+     !defined($xdg_data_dirs) ||
+     $xdg_data_dirs eq '';
+ 


Home | Main Index | Thread Index | Old Index