Update to 2.1.2:
+ Add more flexible auto-renaming option to rename dialog. - Update translations de, fi, fr, it, pl, pt_BR, ru, sk, vi, zh_TW. - Add translations be, ca, ko * Allow data cache reader to tolerate older/future features. * Fix renaming a folder to an existing folder from clobbering the existing folder. * Exif timezone fix. * Fix compile time warnings on newer gcc and gtk+.
This commit is contained in:
parent
86c87ac072
commit
b15b634000
3 changed files with 10 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.22 2006/04/17 13:46:32 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2006/10/17 12:11:23 gdt Exp $
|
||||
|
||||
DISTNAME= gqview-2.1.1
|
||||
PKGREVISION= 3
|
||||
DISTNAME= gqview-2.1.2
|
||||
CATEGORIES= graphics x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2006/04/17 07:07:21 jlam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2006/10/17 12:11:23 gdt Exp $
|
||||
bin/gqview
|
||||
man/man1/gqview.1
|
||||
share/applications/gqview.desktop
|
||||
|
@ -53,7 +53,9 @@ share/doc/${PKGNAME}/html/gnu_fdl.txt
|
|||
share/doc/${PKGNAME}/html/gqview_faq.html
|
||||
share/doc/${PKGNAME}/html/index.html
|
||||
share/locale/ar/LC_MESSAGES/gqview.mo
|
||||
share/locale/be/LC_MESSAGES/gqview.mo
|
||||
share/locale/bg/LC_MESSAGES/gqview.mo
|
||||
share/locale/ca/LC_MESSAGES/gqview.mo
|
||||
share/locale/cs/LC_MESSAGES/gqview.mo
|
||||
share/locale/da/LC_MESSAGES/gqview.mo
|
||||
share/locale/de/LC_MESSAGES/gqview.mo
|
||||
|
@ -65,6 +67,7 @@ share/locale/hu/LC_MESSAGES/gqview.mo
|
|||
share/locale/id/LC_MESSAGES/gqview.mo
|
||||
share/locale/it/LC_MESSAGES/gqview.mo
|
||||
share/locale/ja/LC_MESSAGES/gqview.mo
|
||||
share/locale/ko/LC_MESSAGES/gqview.mo
|
||||
share/locale/nl/LC_MESSAGES/gqview.mo
|
||||
share/locale/no/LC_MESSAGES/gqview.mo
|
||||
share/locale/pl/LC_MESSAGES/gqview.mo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.12 2005/11/18 15:52:27 gdt Exp $
|
||||
$NetBSD: distinfo,v 1.13 2006/10/17 12:11:23 gdt Exp $
|
||||
|
||||
SHA1 (gqview-2.1.1.tar.gz) = 6da3c5570c49b4612c603019331f9ee20d00d13f
|
||||
RMD160 (gqview-2.1.1.tar.gz) = 9e931eb34804656f168398862a66089d7409b1dc
|
||||
Size (gqview-2.1.1.tar.gz) = 1403226 bytes
|
||||
SHA1 (gqview-2.1.2.tar.gz) = aa74444d715133beeb332e6f6f8eda6fef13c3ac
|
||||
RMD160 (gqview-2.1.2.tar.gz) = 501df7a40a38af9b16b0c241e576d4dc6e1a24eb
|
||||
Size (gqview-2.1.2.tar.gz) = 1554688 bytes
|
||||
|
|
Loading…
Reference in a new issue