Merge pull request #4476 from diogoleal/variety

New package: variety-0.6.0
This commit is contained in:
Toyam Cox 2016-07-18 07:55:14 -04:00 committed by GitHub
commit 485520bdc3

22
srcpkgs/variety/template Normal file
View file

@ -0,0 +1,22 @@
# 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() {
:
}