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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 06:26:04 UTC 2019


    Date: Monday, November 4, 2019 @ 06:26:03
  Author: felixonmars
Revision: 523393

archrelease: copy trunk to community-staging-any

Added:
  variety/repos/community-staging-any/
  variety/repos/community-staging-any/PKGBUILD
    (from rev 523392, variety/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: variety/repos/community-staging-any/PKGBUILD (from rev 523392, variety/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 06:26:03 UTC (rev 523393)
@@ -0,0 +1,24 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=variety
+pkgver=0.7.2
+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' '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=('93c868024c081c3550c87211bbfba4544b32f800b24f0c361b15a74db0689295')
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list