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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Aug 27 16:30:39 UTC 2016


    Date: Saturday, August 27, 2016 @ 16:30:38
  Author: jlichtblau
Revision: 187826

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-27 16:30:26 UTC (rev 187825)
+++ PKGBUILD	2016-08-27 16:30:38 UTC (rev 187826)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=variety
-pkgver=0.6.1
-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-561-201607272129-ubuntu16.04.1.tar.gz)
-sha256sums=('3045d3afa41bc6c7f81f7584defac5359c5c134e9390f8a706ed806404d637f0')
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  chmod 644 "${pkgdir}/usr/share/variety/media/wallpaper-kde.jpg"
-}

Copied: variety/repos/community-any/PKGBUILD (from rev 187825, variety/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-08-27 16:30:38 UTC (rev 187826)
@@ -0,0 +1,26 @@
+# $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
+}



More information about the arch-commits mailing list