sxiv: dropped port

This commit is contained in:
Tim Biermann 2021-07-28 14:59:27 +02:00
parent 270c7caf33
commit ec0efabc6c
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 0 additions and 53 deletions

View File

@ -1,13 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sxiv
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/sxiv.desktop
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/sxiv.1.gz
drwxr-xr-x root/root usr/share/sxiv/
drwxr-xr-x root/root usr/share/sxiv/exec/
-rwxr-xr-x root/root usr/share/sxiv/exec/image-info
-rwxr-xr-x root/root usr/share/sxiv/exec/key-handler

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xwIPhwHmq8ld8PHxQaBK4yxby9C+pUaHGydOY8Ffh8R8I3NtZdiDJLDVBnOqqVBm69u48FvsfmAdK5/rjEU2AQ=
SHA256 (Pkgfile) = 28eadd11a81fcd59cb28859b98b7517198b2e9481c669220eb5a8b33122b0592
SHA256 (.footprint) = 853f6da864280e80d61e5c577c15a4d891206b9a9dee3cf56c57cae9dce83618
SHA256 (sxiv-26.tar.gz) = a382ad57734243818e828ba161fc0357b48d8f3a7f8c29cac183492b46b58949

View File

@ -1,21 +0,0 @@
# Description: simple/suckless image-viewer
# URL: https://github.com/muennich/sxiv
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: giflib imlib2 libexif xorg-libxft
name=sxiv
version=26
release=2
source=(https://github.com/muennich/$name/archive/v$version/$name-$version.tar.gz)
build () {
cd $name-$version
if [ -f $PKGMK_ROOT/config.h ]; then
cp $SRC/config.h .
fi
make CC=gcc CFLAGS="$CFLAGS"
make DESTDIR=$PKG PREFIX=/usr install
install -Dm644 sxiv.desktop $PKG/usr/share/applications/sxiv.desktop
}

View File

@ -1,14 +0,0 @@
The configuration of sxiv is done by creating a custom config.h
and (re)compiling the source code. To create a custom config.h,
unpack the tarball, copy the file sxiv-$version/config.def.h to
sxiv's port directory, and edit to suit your preferences. Then,
when you call pkgmk in the sxiv port directory, the custom
config.h will be detected and copied into the source before
compilation. I recommend that you save a copy your custom config.h
some where other than the sxiv port directory, so that your changes
won't get nuked when updating ports or performing a prtsweep or
prtwash (see opt/prt-utils for more information about those two).
Another solution for customizing sxiv is to create a custom and
(preferably) private port that contains your custom config and also
might include patches for added features.