summaryrefslogtreecommitdiff
path: root/databases/shared-mime-info
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-10-11 18:56:16 +0000
committerdrochner <drochner@pkgsrc.org>2007-10-11 18:56:16 +0000
commitab987aebe9f78f5f28f452f118de0c03b569dd94 (patch)
tree4a71bd6324a7fbfeaabefa5b69865e318c7e8ab5 /databases/shared-mime-info
parent9ce7cd7c745462fe68044251f8392c40fc34944a (diff)
downloadpkgsrc-ab987aebe9f78f5f28f452f118de0c03b569dd94.tar.gz
update to 0.22. Sorry, no changelog available. Will be needed by
gnome-2.20.
Diffstat (limited to 'databases/shared-mime-info')
-rw-r--r--databases/shared-mime-info/Makefile5
-rw-r--r--databases/shared-mime-info/PLIST5
-rw-r--r--databases/shared-mime-info/distinfo10
-rw-r--r--databases/shared-mime-info/patches/patch-aa12
4 files changed, 17 insertions, 15 deletions
diff --git a/databases/shared-mime-info/Makefile b/databases/shared-mime-info/Makefile
index f49bccb9810..32fc9fb6504 100644
--- a/databases/shared-mime-info/Makefile
+++ b/databases/shared-mime-info/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.27 2007/08/29 12:45:57 gdt Exp $
+# $NetBSD: Makefile,v 1.28 2007/10/11 18:56:16 drochner Exp $
#
-DISTNAME= shared-mime-info-0.19
+DISTNAME= shared-mime-info-0.22
CATEGORIES= databases
MASTER_SITES= http://freedesktop.org/~hadess/
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.freedesktop.org/wiki/Software/shared-mime-info
diff --git a/databases/shared-mime-info/PLIST b/databases/shared-mime-info/PLIST
index 8875007ae78..d6015ca7fdb 100644
--- a/databases/shared-mime-info/PLIST
+++ b/databases/shared-mime-info/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.7 2006/07/10 17:42:19 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2007/10/11 18:56:16 drochner Exp $
bin/update-mime-database
-lib/pkgconfig/shared-mime-info.pc
man/man1/update-mime-database.1
share/locale/az/LC_MESSAGES/shared-mime-info.mo
share/locale/bg/LC_MESSAGES/shared-mime-info.mo
+share/locale/ca/LC_MESSAGES/shared-mime-info.mo
share/locale/cs/LC_MESSAGES/shared-mime-info.mo
share/locale/cy/LC_MESSAGES/shared-mime-info.mo
share/locale/da/LC_MESSAGES/shared-mime-info.mo
@@ -36,4 +36,5 @@ share/locale/vi/LC_MESSAGES/shared-mime-info.mo
share/locale/zh_CN/LC_MESSAGES/shared-mime-info.mo
share/locale/zh_TW/LC_MESSAGES/shared-mime-info.mo
share/mime/packages/freedesktop.org.xml
+share/pkgconfig/shared-mime-info.pc
@dirrm share/mime/packages
diff --git a/databases/shared-mime-info/distinfo b/databases/shared-mime-info/distinfo
index 7ee46d81b5e..dbcda8a20fe 100644
--- a/databases/shared-mime-info/distinfo
+++ b/databases/shared-mime-info/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2006/09/03 10:19:01 wiz Exp $
+$NetBSD: distinfo,v 1.9 2007/10/11 18:56:16 drochner Exp $
-SHA1 (shared-mime-info-0.19.tar.gz) = c589906365c591d67b4d7280b0a52297b4bb7dcc
-RMD160 (shared-mime-info-0.19.tar.gz) = edb36ea4c23f608749cb9e8bfa747297a10afed1
-Size (shared-mime-info-0.19.tar.gz) = 595168 bytes
-SHA1 (patch-aa) = bfef540d9190ce676ca2c7199ce9fdbf02715266
+SHA1 (shared-mime-info-0.22.tar.bz2) = d06e59157bec1b3315e35bc926b56f71253282a4
+RMD160 (shared-mime-info-0.22.tar.bz2) = fdf2c0d17e44f4b5d189c68a6893a88eab60778c
+Size (shared-mime-info-0.22.tar.bz2) = 417120 bytes
+SHA1 (patch-aa) = e6fbe84b742034d26ef9d3ae89d271d819656ac2
diff --git a/databases/shared-mime-info/patches/patch-aa b/databases/shared-mime-info/patches/patch-aa
index 7f51fb40e79..260a4eda887 100644
--- a/databases/shared-mime-info/patches/patch-aa
+++ b/databases/shared-mime-info/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/02/14 19:06:08 jmmv Exp $
+$NetBSD: patch-aa,v 1.2 2007/10/11 18:56:16 drochner Exp $
---- update-mime-database.c.orig 2003-10-13 11:43:38.000000000 +0200
+--- update-mime-database.c.orig 2007-06-27 21:46:53.000000000 +0200
+++ update-mime-database.c
-@@ -1330,7 +1330,7 @@ static void check_in_path_xdg_data(const
+@@ -1510,7 +1510,7 @@ static void check_in_path_xdg_data(const
env = getenv("XDG_DATA_DIRS");
if (!env)
-- env = "/usr/local/share/:/usr/share/";
-+ env = PREFIX "/share:/usr/local/share/:/usr/share/";
- dirs = g_strsplit(env, ":", 0);
+- env = "/usr/local/share/"PATH_SEPARATOR"/usr/share/";
++ env = PREFIX "/share/"PATH_SEPARATOR"/usr/local/share/"PATH_SEPARATOR"/usr/share/";
+ dirs = g_strsplit(env, PATH_SEPARATOR, 0);
g_return_if_fail(dirs != NULL);
for (n = 0; dirs[n]; n++)