23 lines
759 B
Bash
23 lines
759 B
Bash
|
# Template file for 'variety'
|
||
|
pkgname=variety
|
||
|
version=0.6.0
|
||
|
revision=1
|
||
|
wrksrc="variety"
|
||
|
noarch=yes
|
||
|
build_style=python-module
|
||
|
pycompile_module='variety'
|
||
|
hostmakedepends="python-distutils-extra intltool"
|
||
|
depends="desktop-file-utils gtk+3 ImageMagick libnotify python-BeautifulSoup4
|
||
|
python-cairo python-configobj python-dbus exiv2 python-gobject python-httplib2
|
||
|
python-Pillow python-lxml python-curl webkitgtk"
|
||
|
short_desc="Changes the wallpaper on a regular interval"
|
||
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||
|
license="GPL-3"
|
||
|
homepage="https://launchpad.net/variety/"
|
||
|
distfiles="https://launchpad.net/variety/trunk/${version}/+download/variety_${version}.tar.gz"
|
||
|
checksum=f3760ac546073bb68f840f5eafffaf6a265e5be39aaa36462ff74547fe0594d0
|
||
|
|
||
|
do_build() {
|
||
|
:
|
||
|
}
|