1
0
forked from ports/contrib

wmname: new maintainer

This commit is contained in:
John Vogel 2018-02-18 16:54:27 -05:00
parent 3114c57201
commit fb7d250215
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39CJ7tom1oJrhcJFrIvNmS4gVEQ5DsVf/BMMQ7On7+oxBU/hhOfJVBbMRCiMedeeD57ahkpMdCh9eShNM+z4ngM=
SHA256 (Pkgfile) = 34926b91c42d2e67b08dd9222514995ffc13f0a8089c181b62bbfd42136bd1fd
RWSagIOpLGJF3yG8z+rZjw0MmTxdwmDAv/Xbip/atyCjc3ZDZQ/aFEcfGcp2j0XLntuuno8C6dDFSbM5c6fFmy1W3yAJY1VoZAQ=
SHA256 (Pkgfile) = 918b36eb4774a194fdeeba1fd8d904435552ca388f08db3691e31401ab78a319
SHA256 (.footprint) = dfff5dca731f644052e7847f2d63e2c8cb4f36abec76c2543742a8fc6c2cc877
SHA256 (wmname-0.1.tar.gz) = 559ad188b2913167dcbb37ecfbb7ed474a7ec4bbcb0129d8d5d08cb9208d02c5

View File

@ -1,6 +1,6 @@
# Description: wmname prints/sets the window manager name property of the root window
# URL: http://tools.suckless.org/wmname/
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: xorg-libx11
name=wmname
@ -9,8 +9,8 @@ release=1
source=(http://dl.suckless.org/tools/$name-$version.tar.gz)
build () {
cd "$name-$version"
make
make PREFIX=$PKG/usr \
install
cd $name-$version
make CC=gcc
make PREFIX=$PKG/usr install
}