[arch-commits] Commit in variety/repos (3 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Tue Mar 18 15:00:47 UTC 2014


    Date: Tuesday, March 18, 2014 @ 16:00:46
  Author: flexiondotorg
Revision: 107684

archrelease: copy trunk to community-any

Added:
  variety/repos/community-any/
  variety/repos/community-any/PKGBUILD
    (from rev 107683, variety/trunk/PKGBUILD)
  variety/repos/community-any/variety.install
    (from rev 107683, variety/trunk/variety.install)

-----------------+
 PKGBUILD        |   23 +++++++++++++++++++++++
 variety.install |   11 +++++++++++
 2 files changed, 34 insertions(+)

Copied: variety/repos/community-any/PKGBUILD (from rev 107683, variety/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-03-18 15:00:46 UTC (rev 107684)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=variety
+pkgver=0.4.17
+pkgrel=2
+pkgdesc='Changes the wallpaper on a regular interval using user-specified or automatically downloaded images.'
+url="http://peterlevi.com/variety/"
+arch=('any')
+license=('GPL3')
+depends=('gtk3' 'imagemagick' 'libnotify' 'libwebkit' 'python2-beautifulsoup4'
+         'python2-cairo' 'python2-configobj' 'python2-dbus' 'python2-exiv2'
+         'python2-gobject' 'python2-httplib2' 'python2-imaging' 'python2-lxml'
+         'python2-pycurl' 'python2-six' 'yelp')
+makedepends=('python2-distutils-extra')
+source=("https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz")
+md5sums=('077ac75c5d93d6b4c98c1a56477f40f2')
+install=${pkgname}.install
+
+package() {
+    cd "${srcdir}/${pkgname}"
+    python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Copied: variety/repos/community-any/variety.install (from rev 107683, variety/trunk/variety.install)
===================================================================
--- community-any/variety.install	                        (rev 0)
+++ community-any/variety.install	2014-03-18 15:00:46 UTC (rev 107684)
@@ -0,0 +1,11 @@
+post_install() {
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list