diff options
author | snj <snj@pkgsrc.org> | 2004-10-15 23:48:44 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-10-15 23:48:44 +0000 |
commit | 91e8d01a423a6b5ee16baf4072701e2c102b6853 (patch) | |
tree | ee4175d859852e1d439a696b1ff7b75993781615 /graphics/gqview/Makefile | |
parent | c6d683030e78b31047375f85e5d9a9dd0a558362 (diff) | |
download | pkgsrc-91e8d01a423a6b5ee16baf4072701e2c102b6853.tar.gz |
Update to 1.4.5.
Changes:
* Remove window decorations from full screen window, this fixes
the decorations that are presented on older window managers.
* Fix broken keyboard focus in main window when the tools are floating.
* Connect R key to refresh the image when in full screen.
Diffstat (limited to 'graphics/gqview/Makefile')
-rw-r--r-- | graphics/gqview/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index bf12407b7ac..30a60746330 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2004/10/03 00:14:52 tv Exp $ +# $NetBSD: Makefile,v 1.50 2004/10/15 23:48:44 snj Exp $ -DISTNAME= gqview-1.4.4 -PKGREVISION= 1 +DISTNAME= gqview-1.4.5 CATEGORIES= graphics x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/} |