sxhkd: new maintainer. update to 0.5.8.

This commit is contained in:
John Vogel 2018-02-18 11:43:56 -05:00
parent 4ca0bd516a
commit 17a395d2a3
4 changed files with 20 additions and 20 deletions

View File

@ -1,6 +1,7 @@
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/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/sxhkd.1.gz
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

View File

@ -1 +1 @@
e04b8d7173059bce156bec6d8cd4297d 0.5.5.tar.gz
1fbd4590cdbf021856b1e7b9c614d59f sxhkd-0.5.8.tar.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF386wPQ4gEuQt4EVDoquLNz5kJkmuBpyjIuGdqN0aWwh3Ur8zQ2lTgLB+k4j54+393UzqBKB9mii2VQBbdYdO/wM=
SHA256 (Pkgfile) = 2d88afa534bbe265a13b9a02639ac6965953516fb4d7f66ca5f525291c61e572
SHA256 (.footprint) = 31b619b5ef63774acc4023d51ecfa02ffcf01233e3d32e98263cd2ae6e9bccd0
SHA256 (0.5.5.tar.gz) = e6699f77564e34a890d27f6c251e1ed29b04f5177e48290e7f02948497f04313
RWSagIOpLGJF3/6BRAxGs64UxAXzXSKOSL8sHfYXcUpFwNYIfbkoLS9Z/3Wrf5JvbUCzEP3D/sp8SJ5G24kDvSpvrIGcoshwuwg=
SHA256 (Pkgfile) = 004cfa5eae3b29b5a63628cc636fe8fd957b731ff615970c845cf47df2fb07fc
SHA256 (.footprint) = 3619426b24a5ef3a4a962c092e646ecac3e44c265d13c5628673adce9448ffae
SHA256 (sxhkd-0.5.8.tar.gz) = d7df48d7d301d1cf06f45172bcfe712510e98dcdbdb896af662cf979f9666855

View File

@ -1,20 +1,19 @@
# Description: A simple X hotkey daemon
# Description: Simple X hotkey daemon
# URL: https://github.com/baskerville/sxhkd
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: xorg-xcb-util xorg-xcb-util-keysyms
name=sxhkd
version=0.5.5
version=0.5.8
release=1
source=(https://github.com/baskerville/$name/archive/$version.tar.gz)
source=(https://github.com/baskerville/$name/archive/$version/$name-$version.tar.gz)
build () {
cd $name-$version
make
make DESTDIR=$PKG \
PREFIX=/usr \
MANPREFIX=/usr/man \
install
# write access only for root
chmod 644 $PKG/usr/man/man1/sxhkd.1
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
}