From 2b9ecd5afb0f4bda6e8b38d7c3cd52677d4fbdbc Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Mon, 8 Mar 2021 18:46:00 +0000 Subject: [PATCH] sxhkd: deleted unmaintained port --- sxhkd/.footprint | 7 ------- sxhkd/.signature | 5 ----- sxhkd/Pkgfile | 19 ------------------- 3 files changed, 31 deletions(-) delete mode 100644 sxhkd/.footprint delete mode 100644 sxhkd/.signature delete mode 100644 sxhkd/Pkgfile diff --git a/sxhkd/.footprint b/sxhkd/.footprint deleted file mode 100644 index 89cdfd19c..000000000 --- a/sxhkd/.footprint +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/sxhkd -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/sxhkd.1.gz diff --git a/sxhkd/.signature b/sxhkd/.signature deleted file mode 100644 index 484e49b3f..000000000 --- a/sxhkd/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33mYpnYXfLyScsG2QYegUwuQ2AehGKqm/j1fCNHJO8tPzwyl/Dq6mIEAhBvtz/l+SmfuP94NF7VsZCCQgjqoEA8= -SHA256 (Pkgfile) = ede9fe6a71fc08051e2b1b40dfaf502adccd8b868e66ce3c98b24104a66ca674 -SHA256 (.footprint) = 3619426b24a5ef3a4a962c092e646ecac3e44c265d13c5628673adce9448ffae -SHA256 (sxhkd-0.6.2.tar.gz) = 1edc8b1a8b3631c10ba9cb9df1181830dacbbdf77adb558e31d5dd2029637386 diff --git a/sxhkd/Pkgfile b/sxhkd/Pkgfile deleted file mode 100644 index 750b1c5ca..000000000 --- a/sxhkd/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Simple X hotkey daemon -# URL: https://github.com/baskerville/sxhkd -# Maintainer: John Vogel, jvogel4 at stny dot rr dot com -# Depends on: xorg-xcb-util xorg-xcb-util-keysyms - -name=sxhkd -version=0.6.2 -release=1 -source=(https://github.com/baskerville/$name/archive/$version/$name-$version.tar.gz) - -build () { - cd $name-$version - - make - make PREFIX=/usr DESTDIR=$PKG install - - rm -rf $PKG/usr/share/doc - find $PKG -perm -g+w | xargs chmod g-w -}