pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/shared-mime-info update to 0.22. Sorry, no c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/47d384a45c71
branches: trunk
changeset: 534103:47d384a45c71
user: drochner <drochner%pkgsrc.org@localhost>
date: Thu Oct 11 18:56:16 2007 +0000
description:
update to 0.22. Sorry, no changelog available. Will be needed by
gnome-2.20.
diffstat:
databases/shared-mime-info/Makefile | 5 +++--
databases/shared-mime-info/PLIST | 5 +++--
databases/shared-mime-info/distinfo | 10 +++++-----
databases/shared-mime-info/patches/patch-aa | 12 ++++++------
4 files changed, 17 insertions(+), 15 deletions(-)
diffs (75 lines):
diff -r 64e088bd296f -r 47d384a45c71 databases/shared-mime-info/Makefile
--- a/databases/shared-mime-info/Makefile Thu Oct 11 18:53:12 2007 +0000
+++ b/databases/shared-mime-info/Makefile Thu Oct 11 18:56:16 2007 +0000
@@ -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@localhost
HOMEPAGE= http://www.freedesktop.org/wiki/Software/shared-mime-info
diff -r 64e088bd296f -r 47d384a45c71 databases/shared-mime-info/PLIST
--- a/databases/shared-mime-info/PLIST Thu Oct 11 18:53:12 2007 +0000
+++ b/databases/shared-mime-info/PLIST Thu Oct 11 18:56:16 2007 +0000
@@ -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/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 -r 64e088bd296f -r 47d384a45c71 databases/shared-mime-info/distinfo
--- a/databases/shared-mime-info/distinfo Thu Oct 11 18:53:12 2007 +0000
+++ b/databases/shared-mime-info/distinfo Thu Oct 11 18:56:16 2007 +0000
@@ -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 -r 64e088bd296f -r 47d384a45c71 databases/shared-mime-info/patches/patch-aa
--- a/databases/shared-mime-info/patches/patch-aa Thu Oct 11 18:53:12 2007 +0000
+++ b/databases/shared-mime-info/patches/patch-aa Thu Oct 11 18:56:16 2007 +0000
@@ -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++)
Home |
Main Index |
Thread Index |
Old Index