[arch-commits] Commit in variety/repos/community-any (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Fri Nov 18 17:46:24 UTC 2016


    Date: Friday, November 18, 2016 @ 17:46:23
  Author: jlichtblau
Revision: 196322

archrelease: copy trunk to community-any

Added:
  variety/repos/community-any/PKGBUILD
    (from rev 196321, variety/trunk/PKGBUILD)
Deleted:
  variety/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 ++++++++++++++++++++++++++++--------------------------
 1 file changed, 28 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-18 17:46:12 UTC (rev 196321)
+++ PKGBUILD	2016-11-18 17:46:23 UTC (rev 196322)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=variety
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Changes the wallpaper on a regular interval using user-specified or automatically downloaded images.'
-arch=('any')
-url="http://peterlevi.com/variety/"
-license=('GPL3')
-depends=('desktop-file-utils' 'gtk3' 'imagemagick' 'libnotify' 'python2-beautifulsoup4'
-         'python2-cairo' 'python2-configobj' 'python2-dbus' 'python2-exiv2'
-         'python2-gobject' 'python2-httplib2' 'python2-pillow' 'python2-lxml'
-         'python2-pycurl' 'webkitgtk' 'python2-requests')
-optdepends=('yelp: for reading help documents')
-makedepends=('python2-distutils-extra')
-source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}-0-571-201608131246-ubuntu16.04.1.tar.gz)
-sha256sums=('a9f82712ac4939f3f5d8558437e41ee42e9dae7db2548367c3e8373606db2c69')
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: variety/repos/community-any/PKGBUILD (from rev 196321, variety/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-18 17:46:23 UTC (rev 196322)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=variety
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='Changes the wallpaper on a regular interval using user-specified or automatically downloaded images.'
+arch=('any')
+url="http://peterlevi.com/variety/"
+license=('GPL3')
+depends=('desktop-file-utils' 'gtk3' 'imagemagick' 'libnotify' 'python2-beautifulsoup4'
+         'python2-cairo' 'python2-configobj' 'python2-dbus' 'python2-exiv2'
+         'python2-gobject' 'python2-httplib2' 'python2-pillow' 'python2-lxml'
+         'python2-pycurl' 'webkitgtk' 'python2-requests')
+optdepends=('yelp: for reading help documents')
+makedepends=('python2-distutils-extra')
+source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}-0-581-201611011859-ubuntu16.04.1.tar.gz{,.asc})
+validpgpkeys=('53A44FA64701571F59CD8C9BA7FAEF1B4791406E') # Peter Levi
+sha256sums=('30f82e606a090dfab463f29500ec9dd9ad78fcfcd5a96c5f0f5d0b2bd9ce79eb'
+            'SKIP')
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list