24 lines
1.0 KiB
Bash
24 lines
1.0 KiB
Bash
# Template file for 'variety'
|
|
pkgname=variety
|
|
version=0.9.0
|
|
revision=2
|
|
build_style=python3-module
|
|
pycompile_dirs="usr/share/variety/plugins"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="ImageMagick gtk+3 libgexiv2 libnotify python3-BeautifulSoup4
|
|
python3-Pillow python3-configobj python3-dbus python3-gobject python3-httplib2
|
|
python3-lxml python3-requests python3-cairo python3-packaging"
|
|
checkdepends="python3-pytest pylint $depends"
|
|
short_desc="Changes the wallpaper on a regular interval"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://peterlevi.com/variety/"
|
|
changelog="https://raw.githubusercontent.com/varietywalls/variety/master/data/ui/changes.txt"
|
|
distfiles="https://github.com/varietywalls/variety/archive/${version}.tar.gz"
|
|
checksum=cfd3927d01d0415116a03886d0f54c3a8d5133360c1aef14a693cf76e97927de
|
|
|
|
post_install() {
|
|
vinstall variety.desktop 644 usr/share/applications
|
|
vinstall variety/data/icons/scalable/apps/variety.svg 644 usr/share/icons/hicolor/scalable/apps
|
|
}
|