diff options
author | snj <snj> | 2004-02-21 07:59:52 +0000 |
---|---|---|
committer | snj <snj> | 2004-02-21 07:59:52 +0000 |
commit | 28465dcccfdb17fd6b1775ba234c6cf587df9f6e (patch) | |
tree | 38ab31c5f6fccf8d06c05dd79d5cb34c28739861 | |
parent | 9251bcb3e2b73fcc40fed58f21c54d2362edfda8 (diff) | |
download | pkgsrc-28465dcccfdb17fd6b1775ba234c6cf587df9f6e.tar.gz |
Use bl3, drop USE_X11BASE, update to gqview-1.4.0.
Changes since 1.2.2:
* Exif support.
* Sort manager.
* Ported to GTK 2.
* Icon view now includes filenames.
* Safe delete option.
* Drag and drop improvements.
* Find duplicates results are better ranked and grouped.
* Prebuffer option now retains previous image,
in addition to the next image.
* Editor commands are now more flexible.
* Added option to auto rotate image based on exif data.
* Automatic list and image refresh now optional.
Okayed by wiz.
-rw-r--r-- | graphics/gqview/Makefile | 14 | ||||
-rw-r--r-- | graphics/gqview/PLIST | 5 | ||||
-rw-r--r-- | graphics/gqview/distinfo | 6 |
3 files changed, 12 insertions, 13 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index a30ea921e66..4e8bae19793 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,25 +1,21 @@ -# $NetBSD: Makefile,v 1.40 2003/07/17 21:41:06 grant Exp $ +# $NetBSD: Makefile,v 1.41 2004/02/21 07:59:52 snj Exp $ # -DISTNAME= gqview-1.2.2 -PKGREVISION= 2 +DISTNAME= gqview-1.4.0 CATEGORIES= graphics x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/} MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://gqview.sourceforge.net/ -COMMENT= GTK-based graphic file viewer +COMMENT= GTK2-based graphic file viewer BUILD_USES_MSGFMT= # defined -USE_BUILDLINK2= # defined -USE_X11BASE= # defined +USE_BUILDLINK3= # defined GNU_CONFIGURE= # defined USE_PKGLOCALEDIR= # defined CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no -.include "../../devel/gettext-lib/buildlink2.mk" -.include "../../graphics/gdk-pixbuf/buildlink2.mk" -.include "../../x11/gtk/buildlink2.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/gqview/PLIST b/graphics/gqview/PLIST index 170930d0552..7ab3a332b55 100644 --- a/graphics/gqview/PLIST +++ b/graphics/gqview/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.7 2003/03/04 13:15:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/02/21 07:59:52 snj Exp $ bin/gqview man/man1/gqview.1 share/gqview/README +${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gqview.mo @@ -10,6 +11,7 @@ ${PKGLOCALEDIR}/locale/et/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gqview.mo +${PKGLOCALEDIR}/locale/id/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gqview.mo @@ -20,6 +22,7 @@ ${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/gqview.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/th/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gqview.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gqview.mo diff --git a/graphics/gqview/distinfo b/graphics/gqview/distinfo index 63e28306b76..930e3442b1b 100644 --- a/graphics/gqview/distinfo +++ b/graphics/gqview/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2003/03/04 13:15:43 wiz Exp $ +$NetBSD: distinfo,v 1.16 2004/02/21 07:59:52 snj Exp $ -SHA1 (gqview-1.2.2.tar.gz) = 6530af2286c024115afab71fbe3d7e31ae42af7d -Size (gqview-1.2.2.tar.gz) = 864300 bytes +SHA1 (gqview-1.4.0.tar.gz) = b54dbb470812ea609b85d2772b0e359f22ddeed6 +Size (gqview-1.4.0.tar.gz) = 1205127 bytes |