pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/eog2 update to 2.12.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87ea8fa8b4e9
branches:  trunk
changeset: 507810:87ea8fa8b4e9
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Feb 08 18:34:20 2006 +0000

description:
update to 2.12.3
changes:
-bugfixes
-translation updates

diffstat:

 graphics/eog2/Makefile         |   5 ++---
 graphics/eog2/PLIST            |   3 ++-
 graphics/eog2/distinfo         |  12 ++++++------
 graphics/eog2/patches/patch-aa |  12 ++++++------
 graphics/eog2/patches/patch-ab |  16 +++++++++-------
 5 files changed, 25 insertions(+), 23 deletions(-)

diffs (101 lines):

diff -r ebcdf9536950 -r 87ea8fa8b4e9 graphics/eog2/Makefile
--- a/graphics/eog2/Makefile    Wed Feb 08 18:32:07 2006 +0000
+++ b/graphics/eog2/Makefile    Wed Feb 08 18:34:20 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2006/02/05 23:09:29 joerg Exp $
+# $NetBSD: Makefile,v 1.51 2006/02/08 18:34:20 drochner Exp $
 #
 
-DISTNAME=      eog-2.12.1
-PKGREVISION=   3
+DISTNAME=      eog-2.12.3
 CATEGORIES=    graphics gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/eog/2.12/}
 EXTRACT_SUFX=  .tar.bz2
diff -r ebcdf9536950 -r 87ea8fa8b4e9 graphics/eog2/PLIST
--- a/graphics/eog2/PLIST       Wed Feb 08 18:32:07 2006 +0000
+++ b/graphics/eog2/PLIST       Wed Feb 08 18:34:20 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2005/10/14 21:52:14 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.16 2006/02/08 18:34:20 drochner Exp $
 bin/eog
 share/applications/eog.desktop
 share/eog/eog-gtk-ui.xml
@@ -114,6 +114,7 @@
 ${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/eog.mo
 ${PKGLOCALEDIR}/locale/xh/LC_MESSAGES/eog.mo
 ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/eog.mo
+${PKGLOCALEDIR}/locale/zh_HK/LC_MESSAGES/eog.mo
 ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/eog.mo
 ${PKGLOCALEDIR}/locale/zu/LC_MESSAGES/eog.mo
 share/omf/eog/eog-C.omf
diff -r ebcdf9536950 -r 87ea8fa8b4e9 graphics/eog2/distinfo
--- a/graphics/eog2/distinfo    Wed Feb 08 18:32:07 2006 +0000
+++ b/graphics/eog2/distinfo    Wed Feb 08 18:34:20 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2005/10/14 21:52:14 jmmv Exp $
+$NetBSD: distinfo,v 1.18 2006/02/08 18:34:20 drochner Exp $
 
-SHA1 (eog-2.12.1.tar.bz2) = 48b1df3b064dc75da9a83e74d87ecb3129c4120f
-RMD160 (eog-2.12.1.tar.bz2) = 6c1a4b3ad4ced2b62973c84d773f4ee3620caf95
-Size (eog-2.12.1.tar.bz2) = 799227 bytes
-SHA1 (patch-aa) = b28deb8fdf3b876e0812f2fdaf4db3b98aa99a1b
-SHA1 (patch-ab) = d59b28e78e66406c624968d72cece1ca60a68684
+SHA1 (eog-2.12.3.tar.bz2) = 6ab9e1950d726c7e8aa47652e7649d5db485f08f
+RMD160 (eog-2.12.3.tar.bz2) = 1de6359dd4a9acd9a6a1971e5acde94062bf83f1
+Size (eog-2.12.3.tar.bz2) = 801299 bytes
+SHA1 (patch-aa) = 92e91a057bf10c33784b4592bbde2a7ee3cf5c55
+SHA1 (patch-ab) = d75be607acda1586434b13721ca620326c516ecd
diff -r ebcdf9536950 -r 87ea8fa8b4e9 graphics/eog2/patches/patch-aa
--- a/graphics/eog2/patches/patch-aa    Wed Feb 08 18:32:07 2006 +0000
+++ b/graphics/eog2/patches/patch-aa    Wed Feb 08 18:34:20 2006 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.3 2003/12/15 00:00:25 xtraeme Exp $
+$NetBSD: patch-aa,v 1.4 2006/02/08 18:34:20 drochner Exp $
 
---- Makefile.in.orig   2003-12-02 05:21:47.000000000 +0000
-+++ Makefile.in        2003-12-02 05:22:04.000000000 +0000
-@@ -127,7 +127,7 @@
+--- Makefile.in.orig   2006-02-06 21:55:28.000000000 +0100
++++ Makefile.in
+@@ -251,7 +251,7 @@ desktop_in_files = eog.desktop.in
+ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
  gladedir = $(datadir)/eog/glade
  glade_DATA = eog.glade
- 
 -schemasdir = $(sysconfdir)/gconf/schemas
 +schemasdir = $(datadir)/gconf/schemas
  schemas_in_files = eog.schemas.in
  schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
- 
+ icondir = $(datadir)/pixmaps
diff -r ebcdf9536950 -r 87ea8fa8b4e9 graphics/eog2/patches/patch-ab
--- a/graphics/eog2/patches/patch-ab    Wed Feb 08 18:32:07 2006 +0000
+++ b/graphics/eog2/patches/patch-ab    Wed Feb 08 18:34:20 2006 +0000
@@ -1,17 +1,19 @@
-$NetBSD: patch-ab,v 1.1 2003/12/18 14:18:16 adam Exp $
+$NetBSD: patch-ab,v 1.2 2006/02/08 18:34:20 drochner Exp $
 
---- configure.orig     2003-12-08 18:54:07.000000000 +0000
+--- configure.orig     2006-02-06 21:55:16.000000000 +0100
 +++ configure
-@@ -4388,9 +4388,9 @@ INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.
+@@ -5276,11 +5276,11 @@ INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.
+ 
  
  # Use the tools built into the package, not the ones that are installed.
+-INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
++INTLTOOL_EXTRACT='${PREFIX}/bin/intltool-extract'
  
--INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
 -INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
++INTLTOOL_MERGE='${PREFIX}/bin/intltool-merge'
+ 
 -INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
-+INTLTOOL_EXTRACT='${PREFIX}/bin/intltool-extract'
-+INTLTOOL_MERGE='${PREFIX}/bin/intltool-merge'
 +INTLTOOL_UPDATE='${PREFIX}/bin/intltool-update'
  
  
- 
+ # Extract the first word of "perl", so it can be a program name with args.



Home | Main Index | Thread Index | Old Index