Update to feh-3.8
Changelog: https://feh.finalrewind.org/archive/3.8/ Initial diff from Ricardo <risantos AT protonmail DOT com>, tweaks by me sparc64 tests from sdk@ ok rsadowski@ sdk@
This commit is contained in:
parent
a2f56e35c1
commit
0c17886fb9
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.108 2021/10/03 19:19:20 bcallah Exp $
|
||||
# $OpenBSD: Makefile,v 1.109 2022/02/19 21:30:49 bcallah Exp $
|
||||
|
||||
COMMENT= lightweight image viewer
|
||||
|
||||
DISTNAME= feh-3.7.2
|
||||
DISTNAME= feh-3.8
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
CATEGORIES= graphics
|
||||
FIX_EXTRACT_PERMISSIONS=Yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (feh-3.7.2.tar.bz2) = hHGP0nIM9UDSRXaElP4OtOWY9Es54jJrrow2ioKcglg=
|
||||
SIZE (feh-3.7.2.tar.bz2) = 2121677
|
||||
SHA256 (feh-3.8.tar.bz2) = fzw0VSs5M21+vuLXxL9Wl6qqLGwQLDV/boLqJAvWK6k=
|
||||
SIZE (feh-3.8.tar.bz2) = 2122631
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-Makefile,v 1.9 2019/04/20 06:24:12 tim Exp $
|
||||
$OpenBSD: patch-Makefile,v 1.10 2022/02/19 21:30:49 bcallah Exp $
|
||||
Index: Makefile
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@ -9,4 +9,4 @@ Index: Makefile
|
||||
+ @rm -f ${example_dir}/*.{beforesubst,orig}
|
||||
@chmod 644 ${example_dir}/*
|
||||
|
||||
install-applications:
|
||||
install-applications: share/applications/feh.desktop
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-config_mk,v 1.11 2019/04/20 06:24:12 tim Exp $
|
||||
$OpenBSD: patch-config_mk,v 1.12 2022/02/19 21:30:49 bcallah Exp $
|
||||
|
||||
zap redundant CFLAGS
|
||||
|
||||
@ -7,7 +7,7 @@ fix "filelist.c:253:45: error: use of undeclared identifier 'alphasort'"
|
||||
Index: config.mk
|
||||
--- config.mk.orig
|
||||
+++ config.mk
|
||||
@@ -35,10 +35,6 @@ scalable_icon_dir = ${icon_dir}/scalable/apps
|
||||
@@ -36,10 +36,6 @@ scalable_icon_dir = ${icon_dir}/scalable/apps
|
||||
|
||||
# default CFLAGS
|
||||
CFLAGS ?= -g -O2
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-man_feh_pre,v 1.52 2021/07/08 13:55:37 bcallah Exp $
|
||||
$OpenBSD: patch-man_feh_pre,v 1.53 2022/02/19 21:30:49 bcallah Exp $
|
||||
Index: man/feh.pre
|
||||
--- man/feh.pre.orig
|
||||
+++ man/feh.pre
|
||||
@@ -1376,7 +1376,7 @@ which
|
||||
@@ -1383,7 +1383,7 @@ which
|
||||
defaults to
|
||||
.Pa ~/.config/feh/ .
|
||||
If the files are not found in that directory, it will also try
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-src_events_c,v 1.11 2018/02/11 19:23:49 kn Exp $
|
||||
$OpenBSD: patch-src_events_c,v 1.12 2022/02/19 21:30:49 bcallah Exp $
|
||||
Index: src/events.c
|
||||
--- src/events.c.orig
|
||||
+++ src/events.c
|
||||
@@ -124,7 +124,7 @@ void init_buttonbindings(void)
|
||||
@@ -133,7 +133,7 @@ void init_buttonbindings(void)
|
||||
|
||||
free(confpath);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user