arandr: updated python syntax

This commit is contained in:
Tim Biermann 2020-11-03 17:36:16 +00:00
parent 1cc9e8310f
commit 453f49a127
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xbrGVsIMEnCkdkmf/IEbFg6QwYEwrkBXx+D0OvTNs74g0doPo20X5F60hAfojhtPcyPkFYMoxrvxf3UsFPDMwc=
SHA256 (Pkgfile) = fa86a50f99016166a59ffdc6005dc2350a2f7e3a93276f35e97ccc7b9d06fbea
RWSagIOpLGJF34l3LGheMIOpqt/lAeFjHFyKmIO3CD1cuNXrLbzGI4RCRpseX4C+91hvlz59sUwvcBVlmsWAXSYWugO1RgnnNw8=
SHA256 (Pkgfile) = 66c11aa269acc335657bd80a9efcb5297b7643bd31639f1a56b4da98e8a95515
SHA256 (.footprint) = 68fe40d62fd86b502bb50bf56d9ee18adefce815df09a381e1caf11fab80bd2f
SHA256 (arandr-0.1.10.tar.gz) = dbc8ac890da78e9c0ba3403a8932a925813bb8d62265276894e780ba2905b88c

View File

@ -9,6 +9,9 @@ release=1
source=(http://christian.amsuess.com/tools/arandr/files/$name-$version.tar.gz)
build() {
cd $name-$version
python3 setup.py install --prefix=/usr --root=$PKG
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
--skip-build
rm -fr $PKG/usr/share/locale
}