blob: 8de9b671e2779f81436da509665af4e463ca55b1 (
plain) (
tree)
|
|
# Contributor: Matthew T Hoare <matthew.t.hoare@gmail.com>
# Maintainer: Matthew T Hoare <matthew.t.hoare@gmail.com>
pkgname=azote
pkgver=1.9.0
pkgrel=0
pkgdesc="Wallpaper and colour manager for Sway, i3 and other window managers"
url="https://github.com/nwg-piotr/azote"
arch="noarch"
license="GPL-3.0-or-later AND BSD-3-Clause"
depends="python3 py3-setuptools py3-gobject3 py3-pillow py3-send2trash feh xrandr"
makedepends="python3"
options="!check" # no checks
source="$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/azote/archive/v$pkgver.tar.gz"
package() {
install -Dm755 dist/azote "$pkgdir"/usr/bin/azote
install -D -t "$pkgdir"/usr/share/pixmaps 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/" --optimize=1
}
sha512sums="21db7e08e4967235976101f3158fcab83c2896b3a74ab0ea01c6c942dced4dafd68658a8ece381f3813b39bcde09ab5adb50c41533a60bd2af50faa2f876ef38 azote-1.9.0.tar.gz"
|