xlockmore: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:05:53 +00:00
parent 265541c174
commit eed5b04f7d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 52 deletions

View File

@ -1,17 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/play.sh
---s--x--x root/bin usr/bin/xlock
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/X11/
drwxr-xr-x root/root usr/share/X11/app-defaults/
-rw-r--r-- root/root usr/share/X11/app-defaults/XLock
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/xlock.1.gz
drwxr-xr-x root/root usr/share/xlock/
drwxr-xr-x root/root usr/share/xlock/sounds/
-rw-r--r-- root/root usr/share/xlock/sounds/complete.au
-rw-r--r-- root/root usr/share/xlock/sounds/identify-please.au
-rw-r--r-- root/root usr/share/xlock/sounds/not-programmed.au
-rw-r--r-- root/root usr/share/xlock/sounds/thank-you.au

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37gjtZbgV0KHqG+TT0iBYP64ttBqOCZridW41r3iWCor/wlI9ZjSyxxZZmTOjXcZhXEOFgZBrtqXFRffwEImyw8=
SHA256 (Pkgfile) = be4be4f9044b7297396b31ecd5433e106b4ed7f67aff23fc30d0cbd2301c2b24
SHA256 (.footprint) = 0847ffb990fbd434b7d7a8843c1eed8bf8d3a3d83eef37b50d928b72ee978d20
SHA256 (xlockmore-5.66.tar.xz) = 5976a5c3662828d14522c90e06f28ddcfc8e57788fde08eb8b7a70e9ef3bab71

View File

@ -1,30 +0,0 @@
# Description: X Window System Lock Screen
# URL: https://sillycycle.com/xlockmore.html
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: fortune glu gtk xorg-libxmu xorg-libxpm
name=xlockmore
version=5.66
release=1
source=(https://sillycycle.com/xlock/xlockmore-${version}.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--enable-appdefaultdir=/usr/share/X11/app-defaults \
--enable-vtlock \
--enable-syslog \
--enable-multiple-user \
--enable-multiple-root \
--with-opengl \
--without-motif \
--without-esound
make
install -d $PKG/usr/share/xlock/sounds
make DESTDIR=$PKG install
}