From b1026e72bb88e8ede8865c83c964712e31207a8b Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Sat, 16 Jul 2016 10:50:56 -0300 Subject: [PATCH] New package: variety-0.6.0 --- srcpkgs/variety/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/variety/template diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template new file mode 100644 index 0000000000..b0642a6e1c --- /dev/null +++ b/srcpkgs/variety/template @@ -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 " +license="GPL-3" +homepage="https://launchpad.net/variety/" +distfiles="https://launchpad.net/variety/trunk/${version}/+download/variety_${version}.tar.gz" +checksum=f3760ac546073bb68f840f5eafffaf6a265e5be39aaa36462ff74547fe0594d0 + +do_build() { + : +}