[arch-commits] Commit in variety/trunk (PKGBUILD fix-vauleerror.patch)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Oct 8 11:06:23 UTC 2017


    Date: Sunday, October 8, 2017 @ 11:06:22
  Author: jlichtblau
Revision: 262141

upgpkg: variety 0.6.6-1 - new upstream release
linuxdays.cz edition

Modified:
  variety/trunk/PKGBUILD
Deleted:
  variety/trunk/fix-vauleerror.patch

----------------------+
 PKGBUILD             |   17 ++++-------------
 fix-vauleerror.patch |   12 ------------
 2 files changed, 4 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-08 10:58:34 UTC (rev 262140)
+++ PKGBUILD	2017-10-08 11:06:22 UTC (rev 262141)
@@ -3,7 +3,7 @@
 # Contributor: Martin Wimpress <code at flexion.org>
 
 pkgname=variety
-pkgver=0.6.5
+pkgver=0.6.6
 pkgrel=1
 pkgdesc='Changes the wallpaper on a regular interval using user-specified or automatically downloaded images.'
 arch=('any')
@@ -13,21 +13,12 @@
          'python2-configobj' 'python2-dbus' 'python2-gobject' 'python2-httplib2' 'python2-pillow'
          'python2-lxml' 'python2-pycurl' 'python2-requests')
 makedepends=('python2-distutils-extra')
-source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz{,.asc}
-        fix-vauleerror.patch)
+source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz{,.asc})
 #validpgpkeys=('53A44FA64701571F59CD8C9BA7FAEF1B4791406E') # Peter Levi
 validpgpkeys=('D5D568B2D34AB32A337944D22EC3F60DE71C0B9D') # James Lu <bitflip3 at gmail.com>
-sha256sums=('d3eeb5b800d881fc0e1055f5614e65b6b6f64e0f1eb5b72fdf2869ae50c51bcc'
-            'SKIP'
-            'b16842754013398eb85499137b4b2ea36748505e65eef46864847f7bb8606264')
+sha256sums=('ff43613fa94dfa39abb55b1b162bd5f05717a28f2605cc0aab872c47d122e9b8'
+            'SKIP')
 
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  # Fix error when appindicator is missing
-  patch -Np1 -i ../fix-vauleerror.patch
-}
-
 package() {
   cd "${srcdir}"/$pkgname-$pkgver
 

Deleted: fix-vauleerror.patch
===================================================================
--- fix-vauleerror.patch	2017-10-08 10:58:34 UTC (rev 262140)
+++ fix-vauleerror.patch	2017-10-08 11:06:22 UTC (rev 262141)
@@ -1,12 +0,0 @@
-diff -Naur variety-0.6.4.orig/variety/indicator.py variety-0.6.4/variety/indicator.py
---- variety-0.6.4.orig/variety/indicator.py	2017-04-29 07:23:37.000000000 +0200
-+++ variety-0.6.4/variety/indicator.py	2017-04-29 13:30:24.341703536 +0200
-@@ -33,6 +33,8 @@
-     use_appindicator = True
- except ImportError:
-     use_appindicator = False
-+except ValueError:
-+    use_appindicator = False
- 
- from variety_lib import varietyconfig
- 



More information about the arch-commits mailing list