You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
sxiv: Replaced by nsxiv
This commit is contained in:
committed by
Herby Gillot
parent
d6d25d0ccd
commit
cf9c2a893a
+7
-44
@@ -1,51 +1,14 @@
|
||||
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
||||
|
||||
PortSystem 1.0
|
||||
PortGroup github 1.0
|
||||
PortGroup legacysupport 1.1
|
||||
PortGroup makefile 1.0
|
||||
|
||||
# getline
|
||||
legacysupport.newest_darwin_requires_legacy 10
|
||||
|
||||
github.setup muennich sxiv 26 v
|
||||
PortGroup obsolete 1.0
|
||||
|
||||
name sxiv
|
||||
version 26
|
||||
revision 1
|
||||
categories graphics x11
|
||||
maintainers gmail.com:gnubeest \
|
||||
openmaintainer
|
||||
|
||||
description Simple X Image Viewer
|
||||
long_description sxiv is an alternative to feh and qiv. Its only \
|
||||
dependencies besides xlib are imlib2, libexif and giflib. The primary \
|
||||
goal for writing sxiv is to create an image viewer, which only has the \
|
||||
most basic features required for fast image viewing (the ones I want). \
|
||||
It has vi key bindings and works nicely with tiling window managers. Its \
|
||||
code base should be kept small and clean to make it easy for you to dig \
|
||||
into it and customize it for your needs.
|
||||
|
||||
maintainers nomaintainer
|
||||
license GPL-2
|
||||
|
||||
checksums rmd160 b46c5916c568cbd455695be201e99ed0a22a87fd \
|
||||
sha256 a382ad57734243818e828ba161fc0357b48d8f3a7f8c29cac183492b46b58949 \
|
||||
size 48569
|
||||
github.tarball_from archive
|
||||
|
||||
patchfiles-append patch-Makefile.diff
|
||||
|
||||
depends_lib-append port:fontconfig \
|
||||
port:freetype \
|
||||
port:giflib \
|
||||
port:imlib2 \
|
||||
port:libexif \
|
||||
port:Xft2 \
|
||||
port:xorg-libX11
|
||||
|
||||
compiler.c_standard 1999
|
||||
|
||||
makefile.override-append \
|
||||
PREFIX
|
||||
|
||||
build.args AUTORELOAD=nop \
|
||||
V=1
|
||||
|
||||
destroot.args {*}${build.args}
|
||||
# Remove after 2027-03-27
|
||||
replaced_by nsxiv
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- Makefile 2020-01-16 21:30:49.000000000 +0800
|
||||
+++ Makefile 2024-06-26 19:15:50.000000000 +0800
|
||||
@@ -18,7 +18,7 @@
|
||||
cflags = -std=c99 -Wall -pedantic $(CFLAGS)
|
||||
cppflags = -I. $(CPPFLAGS) -D_XOPEN_SOURCE=700 \
|
||||
-DHAVE_GIFLIB=$(HAVE_GIFLIB) -DHAVE_LIBEXIF=$(HAVE_LIBEXIF) \
|
||||
- -I/usr/include/freetype2 -I$(PREFIX)/include/freetype2
|
||||
+ -I$(PREFIX)/include/freetype2
|
||||
|
||||
lib_exif_0 =
|
||||
lib_exif_1 = -lexif
|
||||
Reference in New Issue
Block a user