1
0
forked from ports/contrib

xssstate: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 19:50:02 +00:00
parent 02bb7fca8d
commit d883d69f02
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 31 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xssstate
drwxr-xr-x root/root usr/share/
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/xssstate.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF343lRbCjcGu/7AhO+oSTK1NhGGIYc7OHMEHFmZd4rC8tOwdu2y82niX4vGzeIiLwptho2yzct6iSJrpxKY8ywwo=
SHA256 (Pkgfile) = cfa50a131a6991b8cdd998fc18fcdb35bbffb37cb8f0b2d069400d8f8bd54a0b
SHA256 (.footprint) = 623b69c9715687c358289ca3b76a30f17ff2c70bc3829bf390bccab375db8305
SHA256 (xssstate-1.1.tar.gz) = c4b6f504a6a8eb247bc60960bd65cbf9631c008449a1d71ac4c55e34be1c6011

View File

@ -1,19 +0,0 @@
# Description: A simple tool to retrieve the X screensaver state.
# URL: https://tools.suckless.org/x/xssstate
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: xorg-libxscrnsaver
name=xssstate
version=1.1
release=3
source=(https://dl.suckless.org/tools/$name-$version.tar.gz)
build () {
cd $name-$version
make CC=gcc
make DESTDIR=$PKG PREFIX=/usr install
#install -D -m 755 $SRC/$name-$version/xsidle.sh \
# $PKG/usr/bin/xsidle.sh
}