Skip to content
Snippets Groups Projects
Commit 7eb7894c authored by Patrycja Rosa's avatar Patrycja Rosa :cat: Committed by Patrycja Rosa
Browse files

testing/azote: build with gpep517

parent 04cef58b
No related branches found
No related tags found
1 merge request!59679testing/azote: upgrade to 1.12.3
Pipeline #212119 skipped
......@@ -17,22 +17,26 @@ depends="
python3
xrandr
"
makedepends="py3-setuptools"
makedepends="py3-setuptools py3-gpep517 py3-wheel"
options="!check" # no checks
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/azote/archive/v$pkgver.tar.gz"
build() {
python3 setup.py build
gpep517 build-wheel \
--wheel-dir .dist \
--output-fd 3 3>&1 >&2
}
package() {
gpep517 install-wheel --destdir "$pkgdir" \
.dist/*.whl
install -Dm755 dist/azote "$pkgdir"/usr/bin/azote
install -D -t "$pkgdir"/usr/share/icons/hicolor/scalable/apps/azote.svg dist/azote.svg
install -D -t "$pkgdir"/usr/share/"$pkgname" dist/indicator_active.png
install -D -t "$pkgdir"/usr/share/"$pkgname" dist/indicator_attention.png
install -D -t "$pkgdir"/usr/share/applications dist/azote.desktop
python3 setup.py install --root="$pkgdir" --skip-build
}
sha512sums="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment