diff options
author | rh <rh@pkgsrc.org> | 2002-11-08 23:59:17 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-11-08 23:59:17 +0000 |
commit | 93eda29be747d76aaebac3ed0648dd7ea06bd39a (patch) | |
tree | bb385031368ee0bac87ad3c7a2ec0b6b0530144c /graphics | |
parent | f106f48fc74e8dd0b8c7e84c47af6d1b08eeeeea (diff) | |
download | pkgsrc-93eda29be747d76aaebac3ed0648dd7ea06bd39a.tar.gz |
Update feh to 1.2.2. Changes include:
* added requested screen-clip option (allows you to disable window size
clipping based on screen geometry; ie, you can make pathologically
large windows, assuming you have the images to do so)
* disabled xinerama geometry check when using feh to set the background.
* cleaned up spelling and capitalization in menus
* src/options.c: added 'Auto-Zoom' toggle to option menu
* feh.1: added info about --xinerama flag
* New beveled, off-white background image for menus.
* Added Xinerama support. Currently defaults to fullscreen on the
first head (this can be fixed with a little work).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/feh/Makefile | 4 | ||||
-rw-r--r-- | graphics/feh/PLIST | 5 | ||||
-rw-r--r-- | graphics/feh/distinfo | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 4ca71e4622f..fc8d77c7e9d 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/09/20 10:59:21 rh Exp $ +# $NetBSD: Makefile,v 1.5 2002/11/08 23:59:17 rh Exp $ # -DISTNAME= feh-1.2.1 +DISTNAME= feh-1.2.2 CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ diff --git a/graphics/feh/PLIST b/graphics/feh/PLIST index 7af4a29ec9d..1ca50e70471 100644 --- a/graphics/feh/PLIST +++ b/graphics/feh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/09/20 10:59:21 rh Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/11/08 23:59:17 rh Exp $ bin/cam bin/feh bin/gen_cam_menu.sh @@ -11,14 +11,15 @@ share/feh/fonts/black.style share/feh/fonts/menu.style share/feh/fonts/yudit.ttf share/feh/images/about.png -share/feh/images/menubg.png share/feh/images/menubg_aluminium.png share/feh/images/menubg_aqua.png share/feh/images/menubg_black.png share/feh/images/menubg_britney.png share/feh/images/menubg_brushed.png share/feh/images/menubg_chrome.png +share/feh/images/menubg_default.png share/feh/images/menubg_pastel.png +share/feh/images/menubg_sky.png share/feh/images/menubg_wood.png @dirrm share/feh/images @dirrm share/feh/fonts diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index e4a1a315ad6..88f56dd1662 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2002/09/20 10:59:22 rh Exp $ +$NetBSD: distinfo,v 1.4 2002/11/08 23:59:17 rh Exp $ -SHA1 (feh-1.2.1.tar.gz) = 7900337a9fae48db2f967fe32ca04d6bbf7f3674 -Size (feh-1.2.1.tar.gz) = 340390 bytes +SHA1 (feh-1.2.2.tar.gz) = fc9bcef3c4371c073e7e2050e83dea1a0ba6dbb3 +Size (feh-1.2.2.tar.gz) = 346432 bytes SHA1 (patch-aa) = 745c9ca77355a0beaacbe32bc33174e8dc057cbd SHA1 (patch-ab) = 4935ca2171f02d59df7e294b1b520881e21e0d6d |