diff options
author | rh <rh@pkgsrc.org> | 2002-09-20 10:59:21 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-09-20 10:59:21 +0000 |
commit | 71271a41273467557775bc3d1bb83c7c4a021d21 (patch) | |
tree | 2c885a7e7ab9553abecfbf4d98c2a249df98dc6a /graphics/feh/Makefile | |
parent | 0a7f38596aae51c43a6497e40156fc47c430062f (diff) | |
download | pkgsrc-71271a41273467557775bc3d1bb83c7c4a021d21.tar.gz |
Update feh to 1.2.1. Changes include:
* Move to buildlink2
* Tons of bugfixes
* stick in yudit.ttf. it's not as pretty, but it is, apparently, DFSG
compliant etc.
* add support for using the numeric keypad to scroll and zoom the
image.
* New menu colour/style - "feh -Tblack src/testimages"
* Add --zoom option.
* Use giblib fontstyles for menus, instead of hardcoding the shadow.
* Let users choose menu style with --menu-style. Standard giblib
semantics.
* make sure fullscreen windows are really fullscreen.
* feh uses giblib now
* When you set a bg with feh, it now stores the necessary
commandline to restore that bg in ~/.fehbg.
* Use < or > keys to do in place edit rotations, 90 degrees left
or right.
* Some basic in place editing.
* Slightly tweaked menu sliding behaviour.
Diffstat (limited to 'graphics/feh/Makefile')
-rw-r--r-- | graphics/feh/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index a6a6ae9c5db..4ca71e4622f 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2002/03/13 17:37:05 fredb Exp $ +# $NetBSD: Makefile,v 1.4 2002/09/20 10:59:21 rh Exp $ # -DISTNAME= feh-1.1.0 -PKGREVISION= 1 +DISTNAME= feh-1.2.1 CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ @@ -11,7 +10,8 @@ HOMEPAGE= http://www.linuxbrit.co.uk/feh/ COMMENT= advanced image viewer GNU_CONFIGURE= YES +USE_BUILDLINK2= YES USE_X11BASE= YES -.include "../../graphics/imlib2/buildlink.mk" +.include "../../devel/giblib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |