ChangeLog: Sun, 04 Oct 2015 10:01:20 +0200 * Release v2.14 * Add --xinerama-index option for background setting (patch by James Knight) * When removing the last image in slidsehow mode, stay on the last (previously second-to-last) image (patch by Lior Shiponi) * Allow --sort and --randomize to override each other (most recently specified option wins) instead of always preferring --sort * Thumbnail mode: Mark image as processed when executing an action (--action) by clicking on an image * It is now possible to override feh's idea of the active xinerama screen using the --xinerama-index option * Remove (undocumented) feature allowing to override feh's idea of the active xinerama screen by setting the XINERAMA_SCREEN environment variable
29 lines
809 B
Makefile
29 lines
809 B
Makefile
# $NetBSD: Makefile,v 1.68 2015/10/09 12:28:25 szptvlfn Exp $
|
|
|
|
DISTNAME= feh-2.14
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://feh.finalrewind.org/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://feh.finalrewind.org/
|
|
COMMENT= Imlib2 based image viewer
|
|
LICENSE= mit
|
|
|
|
#GNU_CONFIGURE= YES
|
|
#CONFIGURE_ARGS+= --program-transform-name=s,cam,feh_cam,
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
LDFLAGS.SunOS+= -lnsl -lsocket
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../graphics/imlib2/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXinerama/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|