diff options
author | wiz <wiz@pkgsrc.org> | 2001-11-15 10:57:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-11-15 10:57:32 +0000 |
commit | 47def825bb6768246ba161a52b87805f88d6a66a (patch) | |
tree | 47d13ef898a9ce11cf7e2a27cba4d4375ca653b2 /graphics/gqview | |
parent | df45083180d4f06ecfefd12813b6af3502cbff27 (diff) | |
download | pkgsrc-47def825bb6768246ba161a52b87805f88d6a66a.tar.gz |
Update to 0.13.0. Changes:
Added ability to reorder images within a collection using drag and drop.
Added Ukrainian translation.
Updated Dutch translation.
Closing a modified collection window now prompts to save first.
Changed list colors in find duplicates and collection windows.
Selecting remove old thumbnails and clear thumbnails now shows a
dialog displaying the progress of the selected action.
Several minor bugs fixed.
Diffstat (limited to 'graphics/gqview')
-rw-r--r-- | graphics/gqview/Makefile | 4 | ||||
-rw-r--r-- | graphics/gqview/PLIST | 3 | ||||
-rw-r--r-- | graphics/gqview/distinfo | 10 | ||||
-rw-r--r-- | graphics/gqview/patches/patch-aa | 6 | ||||
-rw-r--r-- | graphics/gqview/patches/patch-ab | 18 |
5 files changed, 21 insertions, 20 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 22eaaffc8e6..19340f36c74 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2001/10/24 22:11:01 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2001/11/15 10:57:32 wiz Exp $ # -DISTNAME= gqview-0.12.0 +DISTNAME= gqview-0.13.0 CATEGORIES= graphics x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/} diff --git a/graphics/gqview/PLIST b/graphics/gqview/PLIST index 575c3f5938c..464e7a5434b 100644 --- a/graphics/gqview/PLIST +++ b/graphics/gqview/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:51:23 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/11/15 10:57:32 wiz Exp $ bin/gqview man/man1/gqview.1 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gqview.mo @@ -16,5 +16,6 @@ ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gqview.mo +${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/zh_CN.GB2312/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/zh_TW.Big5/LC_MESSAGES/gqview.mo diff --git a/graphics/gqview/distinfo b/graphics/gqview/distinfo index 440c566782a..8f681f759c4 100644 --- a/graphics/gqview/distinfo +++ b/graphics/gqview/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2001/10/22 12:59:05 wiz Exp $ +$NetBSD: distinfo,v 1.6 2001/11/15 10:57:32 wiz Exp $ -SHA1 (gqview-0.12.0.tar.gz) = 55e3c810081e76e884b765aec6222ac3a6c5ff62 -Size (gqview-0.12.0.tar.gz) = 498769 bytes -SHA1 (patch-aa) = 9b94839d1a9685ce817276aa4166210cced84ac2 -SHA1 (patch-ab) = 0616d61e3dfa96b9c1c814bcfca9086337f7da50 +SHA1 (gqview-0.13.0.tar.gz) = 147e98ab7dcb3a7b41340bdb0752b26bdb2c5014 +Size (gqview-0.13.0.tar.gz) = 535730 bytes +SHA1 (patch-aa) = 195e557d408c1d3fc49f09099414d058fb4f1ac0 +SHA1 (patch-ab) = 5cf42f8ba217f94bd7195cc4ad635cf4f736c0ab diff --git a/graphics/gqview/patches/patch-aa b/graphics/gqview/patches/patch-aa index d09e39a1e4e..413a6deb9f6 100644 --- a/graphics/gqview/patches/patch-aa +++ b/graphics/gqview/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.9 2001/10/22 12:59:06 wiz Exp $ +$NetBSD: patch-aa,v 1.10 2001/11/15 10:57:32 wiz Exp $ ---- configure.orig Sat Oct 20 02:11:57 2001 +--- configure.orig Thu Nov 15 08:34:22 2001 +++ configure @@ -2224,7 +2224,6 @@ FALSE_FALSE= @@ -9,7 +9,7 @@ $NetBSD: patch-aa,v 1.9 2001/10/22 12:59:06 wiz Exp $ -localedir='${prefix}/share/locale' - ALL_LINGUAS="de es et fi fr hu it ja nl pl pt_BR ru sk sl tr zh_CN.GB2312 zh_TW.Big5" + ALL_LINGUAS="de es et fi fr hu it ja nl pl pt_BR ru sk sl tr uk zh_CN.GB2312 zh_TW.Big5" @@ -4055,6 +4054,9 @@ < $srcdir/po/POTFILES.in > po/POTFILES diff --git a/graphics/gqview/patches/patch-ab b/graphics/gqview/patches/patch-ab index 73fd4245cf3..9590da97def 100644 --- a/graphics/gqview/patches/patch-ab +++ b/graphics/gqview/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.5 2001/06/18 21:48:52 jlam Exp $ +$NetBSD: patch-ab,v 1.6 2001/11/15 10:57:32 wiz Exp $ ---- src/Makefile.in.orig Mon Feb 26 15:44:02 2001 +--- src/Makefile.in.orig Thu Nov 15 08:38:34 2001 +++ src/Makefile.in -@@ -100,7 +100,7 @@ - SUBDIRS = icons - DIST_SUBDIRS = icons +@@ -103,7 +103,7 @@ + INCLUDES = -I$(srcdir) -I$(builddir) \ + -I$(top_srcdir) -I$(top_builddir) \ + -DLOCALEDIR=\""$(localedir)"\" \ +- -I$(includedir) $(GTK_CFLAGS) \ ++ $(GTK_CFLAGS) \ + $(GDK_PIXBUF_CFLAGS) --INCLUDES = -I$(srcdir) -I$(builddir) -I$(top_srcdir) -I$(top_builddir) -DLOCALEDIR=\""$(localedir)"\" -I$(includedir) $(GTK_CFLAGS) $(GDK_PIXBUF_CFLAGS) -+INCLUDES = -I$(srcdir) -I$(builddir) -I$(top_srcdir) -I$(top_builddir) -DLOCALEDIR=\""$(localedir)"\" $(GTK_CFLAGS) $(GDK_PIXBUF_CFLAGS) - - module_SLIK = ui_clist_edit.c ui_clist_edit.h ui_fileops.c ui_fileops.h ui_menu.c ui_menu.h ui_pathsel.c ui_pathsel.h ui_tabcomp.c ui_tabcomp.h ui_utildlg.c ui_utildlg.h |