- remove undeeded patch now that mimeinfo.cache is installed in the

right place

ok jasper@
This commit is contained in:
ajacoutot 2008-01-22 18:27:02 +00:00
parent 83afd0609b
commit 40bb43e30d
6 changed files with 7 additions and 43 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.42 2007/12/05 14:31:24 steven Exp $
# $OpenBSD: Makefile,v 1.43 2008/01/22 18:27:25 ajacoutot Exp $
COMMENT-main= general-purpose utility library
COMMENT-docs= glib2 documentation
VERSION= 2.14.4
DISTNAME= glib-${VERSION}
PKGNAME-main= glib2-${VERSION}
PKGNAME-main= glib2-${VERSION}p0
PKGNAME-docs= glib2-docs-${VERSION}
CATEGORIES= devel

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-glib_gutils_c,v 1.2 2007/10/24 22:29:03 jasper Exp $
--- glib/gutils.c.orig Sun Sep 16 18:28:32 2007
+++ glib/gutils.c Tue Oct 2 20:47:04 2007
@@ -2619,7 +2619,7 @@ g_get_system_data_dirs (void)
gchar *data_dirs = (gchar *) g_getenv ("XDG_DATA_DIRS");
if (!data_dirs || !data_dirs[0])
- data_dirs = "/usr/local/share/:/usr/share/";
+ data_dirs = "/var/db/gnome/:/usr/local/share/";
data_dir_vector = g_strsplit (data_dirs, G_SEARCHPATH_SEPARATOR_S, 0);
#endif

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.18 2007/11/19 19:52:31 kili Exp $
# $OpenBSD: Makefile,v 1.19 2008/01/22 18:27:51 ajacoutot Exp $
COMMENT= shared mime database for desktops
DISTNAME= shared-mime-info-0.22
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= misc
HOMEPAGE= http://www.freedesktop.org/wiki/Software/shared-mime-info

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-update-mime-database_c,v 1.1 2007/09/13 18:07:32 jasper Exp $
--- update-mime-database.c.orig Wed Jun 27 20:46:53 2007
+++ update-mime-database.c Mon Sep 10 22:40:37 2007
@@ -1510,7 +1510,7 @@ static void check_in_path_xdg_data(const char *mime_pa
env = getenv("XDG_DATA_DIRS");
if (!env)
- env = "/usr/local/share/"PATH_SEPARATOR"/usr/share/";
+ env = "/usr/local/share/"PATH_SEPARATOR"/var/db/gnome/";
dirs = g_strsplit(env, PATH_SEPARATOR, 0);
g_return_if_fail(dirs != NULL);
for (n = 0; dirs[n]; n++)

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2007/12/16 00:03:34 jasper Exp $
# $OpenBSD: Makefile,v 1.28 2008/01/22 18:27:02 ajacoutot Exp $
SHARED_ONLY= Yes
@ -7,8 +7,8 @@ COMMENT-smb= samba module for gnome-vfs2
GNOME_PROJECT= gnome-vfs
GNOME_VERSION= 2.20.1
PKGNAME= gnome-vfs2-${VERSION}p0
PKGNAME-main= gnome-vfs2-${VERSION}p0
PKGNAME= gnome-vfs2-${VERSION}
PKGNAME-main= gnome-vfs2-${VERSION}p1
PKGNAME-smb= gnome-vfs2-smb-${VERSION}p0
MULTI_PACKAGES= -main -smb

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-libgnomevfs_xdgmime_c,v 1.2 2007/04/27 22:06:38 jasper Exp $
--- libgnomevfs/xdgmime.c.orig Tue Apr 10 14:03:59 2007
+++ libgnomevfs/xdgmime.c Thu Apr 19 21:20:04 2007
@@ -236,7 +236,7 @@ xdg_run_command_on_dirs (XdgDirectoryFunc func,
xdg_data_dirs = getenv ("XDG_DATA_DIRS");
if (xdg_data_dirs == NULL)
- xdg_data_dirs = "/usr/local/share/:/usr/share/";
+ xdg_data_dirs = "/var/db/gnome/:/usr/local/share/";
ptr = xdg_data_dirs;