[arch-commits] Commit in variety/repos/community-any (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Aug 22 11:41:05 UTC 2020
Date: Saturday, August 22, 2020 @ 11:41:04
Author: jlichtblau
Revision: 686705
archrelease: copy trunk to community-any
Added:
variety/repos/community-any/PKGBUILD
(from rev 686704, variety/trunk/PKGBUILD)
Deleted:
variety/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-22 11:37:02 UTC (rev 686704)
+++ PKGBUILD 2020-08-22 11:41:04 UTC (rev 686705)
@@ -1,24 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=variety
-pkgver=0.8.4
-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=('477021bcb8d649420dbc25e5a1229a8fb4648ff7c69e37abcfe22943ae3d207d')
-
-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 686704, variety/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-22 11:41:04 UTC (rev 686705)
@@ -0,0 +1,24 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=variety
+pkgver=0.8.4
+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=('477021bcb8d649420dbc25e5a1229a8fb4648ff7c69e37abcfe22943ae3d207d')
+
+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