Update feh to 1.14.1
PR: ports/158196 Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
This commit is contained in:
parent
b8cb77eb22
commit
7d2681af10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276594
5 changed files with 18 additions and 8 deletions
|
@ -6,9 +6,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= feh
|
PORTNAME= feh
|
||||||
PORTVERSION= 1.12
|
PORTVERSION= 1.14.1
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= http://www.chaosdorf.de/~derf/feh/ \
|
MASTER_SITES= http://feh.finalrewind.org/ \
|
||||||
${MASTER_SITE_LOCAL}
|
${MASTER_SITE_LOCAL}
|
||||||
MASTER_SITE_SUBDIR= uqs
|
MASTER_SITE_SUBDIR= uqs
|
||||||
|
|
||||||
|
@ -25,8 +25,8 @@ USE_BZIP2= yes
|
||||||
|
|
||||||
MAN1= feh.1 feh-cam.1 gen-cam-menu.1
|
MAN1= feh.1 feh-cam.1 gen-cam-menu.1
|
||||||
|
|
||||||
CFLAGS= -I${LOCALBASE}/include -std=c99
|
CFLAGS+= -I${LOCALBASE}/include -std=c99
|
||||||
LDFLAGS= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
|
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (feh-1.12.tar.bz2) = 603111be4c3bb2ef6abb9236aaa8f46b5be71f9d4a5817c505f0fee836d84365
|
SHA256 (feh-1.14.1.tar.bz2) = 61e21b36fa1d03cd1a321b4d5a6e8f541512c806d1474efb965ef853af985ab5
|
||||||
SIZE (feh-1.12.tar.bz2) = 2290216
|
SIZE (feh-1.14.1.tar.bz2) = 2229518
|
||||||
|
|
11
graphics/feh/files/patch-src-Makefile
Normal file
11
graphics/feh/files/patch-src-Makefile
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/Makefile.orig 2011-06-23 11:12:22.000000000 +0200
|
||||||
|
+++ src/Makefile 2011-06-23 11:12:36.000000000 +0200
|
||||||
|
@@ -19,7 +19,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
deps.mk: ${TARGETS} ${I_DSTS}
|
||||||
|
- ${CC} -MM ${TARGETS} > $@
|
||||||
|
+ ${CC} -MM ${CFLAGS} ${TARGETS} > $@
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f feh *.o *.inc
|
|
@ -4,4 +4,4 @@ from simple single file viewing, to multiple file modes using
|
||||||
a slideshow or multiple windows. feh supports the creation of
|
a slideshow or multiple windows. feh supports the creation of
|
||||||
montages as index prints with many user-configurable options.
|
montages as index prints with many user-configurable options.
|
||||||
|
|
||||||
WWW: https://derf.homelinux.org/~derf/projects/feh/
|
WWW: http://feh.finalrewind.org/
|
||||||
|
|
|
@ -10,7 +10,6 @@ bin/gen-cam-menu
|
||||||
%%DATADIR%%/fonts/black.style
|
%%DATADIR%%/fonts/black.style
|
||||||
%%DATADIR%%/fonts/menu.style
|
%%DATADIR%%/fonts/menu.style
|
||||||
%%DATADIR%%/fonts/yudit.ttf
|
%%DATADIR%%/fonts/yudit.ttf
|
||||||
%%DATADIR%%/images/about.png
|
|
||||||
%%DATADIR%%/images/logo.svg
|
%%DATADIR%%/images/logo.svg
|
||||||
%%DATADIR%%/images/menubg_aluminium.png
|
%%DATADIR%%/images/menubg_aluminium.png
|
||||||
%%DATADIR%%/images/menubg_aqua.png
|
%%DATADIR%%/images/menubg_aqua.png
|
||||||
|
|
Loading…
Reference in a new issue