[arch-commits] Commit in variety/repos/community-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Sun Jul 18 16:13:07 UTC 2021
Date: Sunday, July 18, 2021 @ 16:13:06
Author: jelle
Revision: 978512
archrelease: copy trunk to community-any
Added:
variety/repos/community-any/PKGBUILD
(from rev 978511, variety/trunk/PKGBUILD)
Deleted:
variety/repos/community-any/PKGBUILD
----------+
PKGBUILD | 49 +++++++++++++++++++++++++------------------------
1 file changed, 25 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-18 16:13:01 UTC (rev 978511)
+++ PKGBUILD 2021-07-18 16:13:06 UTC (rev 978512)
@@ -1,24 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=variety
-pkgver=0.8.5
-pkgrel=1
-pkgdesc='Changes the wallpaper on a regular interval using user-specified or automatically downloaded images.'
-arch=('any')
-url="https://peterlevi.com/variety/"
-license=('GPL3')
-depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python-beautifulsoup4' 'python-cairo'
- 'python-configobj' 'python-dbus' 'python-gobject' 'python-httplib2' 'python-pillow'
- 'python-lxml' 'python-pycurl' 'python-requests')
-makedepends=('python-distutils-extra')
-optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma')
-source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
-sha256sums=('2298af592cdd5cc0c183582f74f39af74b07499074ea164a3a327d55c9338248')
-
-package() {
- cd "${srcdir}"/$pkgname-$pkgver
-
- export XDG_RUNTIME_DIR="/tmp/${pkgname}"
- python setup.py install --root="${pkgdir}" --optimize=1
-}
Copied: variety/repos/community-any/PKGBUILD (from rev 978511, variety/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-18 16:13:06 UTC (rev 978512)
@@ -0,0 +1,25 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=variety
+pkgver=0.8.5
+pkgrel=2
+pkgdesc='Changes the wallpaper on a regular interval using user-specified or automatically downloaded images.'
+arch=('any')
+url="https://peterlevi.com/variety/"
+license=('GPL3')
+depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python-beautifulsoup4' 'python-cairo'
+ 'python-configobj' 'dbus-python' 'python-gobject' 'python-httplib2' 'python-pillow'
+ 'python-lxml' 'python-pycurl' 'python-requests')
+makedepends=('python-distutils-extra')
+optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma')
+source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
+sha256sums=('2298af592cdd5cc0c183582f74f39af74b07499074ea164a3a327d55c9338248')
+
+package() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+ export PYTHONHASHSEED=0
+ python setup.py install --root="${pkgdir}" --optimize=1
+}
More information about the arch-commits
mailing list