diff options
author | Tim Biermann <tbier@posteo.de> | 2021-03-08 18:46:00 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-03-08 18:46:00 +0000 |
commit | 2b9ecd5afb0f4bda6e8b38d7c3cd52677d4fbdbc (patch) | |
tree | 23df4087362d715f812b4cfb7d9952cc91f71db6 | |
parent | 05138c2220dde2183c76df295bffc1989ed766c8 (diff) | |
download | contrib-2b9ecd5afb0f4bda6e8b38d7c3cd52677d4fbdbc.tar.gz contrib-2b9ecd5afb0f4bda6e8b38d7c3cd52677d4fbdbc.tar.xz |
sxhkd: deleted unmaintained port
-rw-r--r-- | sxhkd/.footprint | 7 | ||||
-rw-r--r-- | sxhkd/.signature | 5 | ||||
-rw-r--r-- | sxhkd/Pkgfile | 19 |
3 files changed, 0 insertions, 31 deletions
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 -} |