Update to feh-2.12
This commit is contained in:
parent
2dfbc5b04f
commit
04929a4ab9
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.60 2014/04/29 14:40:20 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.61 2014/05/19 08:45:48 dcoppa Exp $
|
||||
|
||||
COMMENT= lightweight image viewer
|
||||
|
||||
DISTNAME= feh-2.11
|
||||
DISTNAME= feh-2.12
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
CATEGORIES= graphics
|
||||
|
||||
@ -13,11 +13,11 @@ MAINTAINER= David Coppa <dcoppa@openbsd.org>
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB= Imlib2 X11 Xinerama c curl exif giblib>=1 m png
|
||||
WANTLIB= Imlib2 X11 Xinerama c curl exif m png
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
LIB_DEPENDS= devel/giblib \
|
||||
LIB_DEPENDS= graphics/imlib2 \
|
||||
graphics/libexif \
|
||||
net/curl
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (feh-2.11.tar.bz2) = ncw2EtMxls36mzoFE+cEjCLxwkPQRwiTWBvacnWPgfg=
|
||||
SIZE (feh-2.11.tar.bz2) = 2083324
|
||||
SHA256 (feh-2.12.tar.bz2) = YOB6D1Rfb7eve2wNLOG6a6z6ZTgOg8u8LFToqmuLcDI=
|
||||
SIZE (feh-2.12.tar.bz2) = 2090538
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile,v 1.2 2013/03/14 13:25:30 dcoppa Exp $
|
||||
--- Makefile.orig Thu Feb 14 12:53:26 2013
|
||||
+++ Makefile Thu Mar 14 13:45:54 2013
|
||||
@@ -58,6 +58,7 @@ install-examples:
|
||||
$OpenBSD: patch-Makefile,v 1.3 2014/05/19 08:45:49 dcoppa Exp $
|
||||
--- Makefile.orig Thu May 15 23:43:07 2014
|
||||
+++ Makefile Mon May 19 10:34:56 2014
|
||||
@@ -73,6 +73,7 @@ install-examples:
|
||||
@echo installing examples to ${example_dir}
|
||||
@mkdir -p ${example_dir}
|
||||
@cp examples/* ${example_dir}
|
||||
|
@ -1,17 +1,18 @@
|
||||
$OpenBSD: patch-config_mk,v 1.6 2013/03/14 13:25:30 dcoppa Exp $
|
||||
$OpenBSD: patch-config_mk,v 1.7 2014/05/19 08:45:49 dcoppa Exp $
|
||||
|
||||
zap redundant CFLAGS
|
||||
|
||||
enable builtin EXIF support
|
||||
|
||||
--- config.mk.orig Thu Feb 14 12:53:26 2013
|
||||
+++ config.mk Thu Mar 14 13:45:54 2013
|
||||
@@ -16,13 +16,12 @@ desktop_dir = ${main_dir}/share/applications
|
||||
--- config.mk.orig Thu May 15 23:43:07 2014
|
||||
+++ config.mk Mon May 19 10:36:47 2014
|
||||
@@ -16,14 +16,13 @@ desktop_dir = ${main_dir}/share/applications
|
||||
|
||||
# default CFLAGS
|
||||
CFLAGS ?= -g -O2
|
||||
-CFLAGS += -Wall -Wextra -pedantic
|
||||
|
||||
cam ?= 0
|
||||
curl ?= 1
|
||||
debug ?= 0
|
||||
help ?= 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-man_feh_pre,v 1.24 2014/04/29 14:40:20 dcoppa Exp $
|
||||
--- man/feh.pre.orig Sun Apr 27 20:45:52 2014
|
||||
+++ man/feh.pre Tue Apr 29 16:34:30 2014
|
||||
@@ -952,7 +952,7 @@ which
|
||||
$OpenBSD: patch-man_feh_pre,v 1.25 2014/05/19 08:45:49 dcoppa Exp $
|
||||
--- man/feh.pre.orig Thu May 15 23:43:07 2014
|
||||
+++ man/feh.pre Mon May 19 10:34:56 2014
|
||||
@@ -956,7 +956,7 @@ which
|
||||
defaults to
|
||||
.Pa ~/.config/feh/ .
|
||||
If the files are not found in that directory, it will also try
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-man_feh_pre,v 1.24 2014/04/29 14:40:20 dcoppa Exp $
|
||||
.Pp
|
||||
All config files treat lines starting with a
|
||||
.Qq #
|
||||
@@ -1510,7 +1510,7 @@ order it finds them on the hard disk, which is usually
|
||||
@@ -1514,7 +1514,7 @@ order it finds them on the hard disk, which is usually
|
||||
.
|
||||
Show 128x128 pixel thumbnails, limit window width to 1024 pixels.
|
||||
.
|
||||
|
@ -1,10 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2014/03/12 11:41:43 dcoppa Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2014/05/19 08:45:49 dcoppa Exp $
|
||||
@bin bin/feh
|
||||
bin/feh-cam
|
||||
bin/gen-cam-menu
|
||||
@man man/man1/feh-cam.1
|
||||
@man man/man1/feh.1
|
||||
@man man/man1/gen-cam-menu.1
|
||||
share/applications/feh.desktop
|
||||
share/doc/feh/
|
||||
share/doc/feh/AUTHORS
|
||||
|
Loading…
x
Reference in New Issue
Block a user