Heppler, J. Scott writes:
> Has there been any discussion as to providing *.desktop entries for
> xterm, xcalc and terminal based apps like mutt, ncmpc, abook?
Here's the diff to glib2. I don't know if there are broader implications
here either...
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/glib2/Makefile,v
retrieving revision 1.285
diff -u -p -r1.285 Makefile
--- Makefile 24 Sep 2018 20:00:59 -0000 1.285
+++ Makefile 14 Nov 2018 06:41:07 -0000
@@ -9,7 +9,7 @@ COMMENT= general-purpose utility librar
GNOME_PROJECT= glib
GNOME_VERSION= 2.56.3
PKGNAME= ${DISTNAME:S/glib/glib2/}
-REVISION= 0
+REVISION= 1
CATEGORIES= devel
Index: patches/patch-glib_gutils_c
===================================================================
RCS file: /cvs/ports/devel/glib2/patches/patch-glib_gutils_c,v
retrieving revision 1.4
diff -u -p -r1.4 patch-glib_gutils_c
--- patches/patch-glib_gutils_c 24 Sep 2018 20:00:59 -0000 1.4
+++ patches/patch-glib_gutils_c 14 Nov 2018 06:41:07 -0000
@@ -10,7 +10,7 @@ Index: glib/gutils.c
#ifndef G_OS_WIN32
if (!data_dirs || !data_dirs[0])
- data_dirs = "/usr/local/share/:/usr/share/";
-+ data_dirs = "/usr/local/share/";
++ data_dirs = "/usr/local/share/:/usr/X11R6/share/";
data_dir_vector = g_strsplit (data_dirs, G_SEARCHPATH_SEPARATOR_S, 0);
#else