diff --git a/xlockmore/.footprint b/xlockmore/.footprint deleted file mode 100644 index d3100716d..000000000 --- a/xlockmore/.footprint +++ /dev/null @@ -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 diff --git a/xlockmore/.signature b/xlockmore/.signature deleted file mode 100644 index 72fd040bc..000000000 --- a/xlockmore/.signature +++ /dev/null @@ -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 diff --git a/xlockmore/Pkgfile b/xlockmore/Pkgfile deleted file mode 100644 index dcafaf5bd..000000000 --- a/xlockmore/Pkgfile +++ /dev/null @@ -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 -}