[arch-commits] Commit in rapid-photo-downloader/repos (3 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 02:03:29 UTC 2019


    Date: Monday, November 4, 2019 @ 02:03:28
  Author: felixonmars
Revision: 522963

archrelease: copy trunk to community-staging-any

Added:
  rapid-photo-downloader/repos/community-staging-any/
  rapid-photo-downloader/repos/community-staging-any/PKGBUILD
    (from rev 522962, rapid-photo-downloader/trunk/PKGBUILD)
  rapid-photo-downloader/repos/community-staging-any/rapid-photo-downloader.changelog
    (from rev 522962, rapid-photo-downloader/trunk/rapid-photo-downloader.changelog)

----------------------------------+
 PKGBUILD                         |   34 ++++++++++++++++++++++++++++++++++
 rapid-photo-downloader.changelog |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: rapid-photo-downloader/repos/community-staging-any/PKGBUILD (from rev 522962, rapid-photo-downloader/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 02:03:28 UTC (rev 522963)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Marc Moody <marc.r.moody at gmail dot com>
+# Contributor: Dinh Bowman <dinh at vagueindustries dot com>
+
+pkgname=rapid-photo-downloader
+pkgver=0.9.17
+pkgrel=3
+pkgdesc="Photo and video downloader"
+arch=('any')
+url="https://www.damonlynch.net/rapid/"
+license=('GPL3')
+depends=('desktop-file-utils' 'gstreamer' 'hicolor-icon-theme' 'libgexiv2' 'libnotify'
+         'perl-image-exiftool' 'python-arrow' 'python-colour' 'python-dateutil' 'python-easygui'
+         'python-gobject' 'python-gphoto2' 'python-psutil' 'python-pymediainfo' 'python-pyqt5'
+         'python-pyzmq' 'python-rawkit' 'python-requests' 'python-sortedcontainers'
+         'python-tornado' 'python-xdg' 'qt5-imageformats' 'udisks2' 'python-tenacity')
+makedepends=('intltool' 'python-setuptools')
+changelog=$pkgname.changelog
+source=(https://launchpad.net/rapid/pyqt/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('26dbce5d2e775af39ce8f17224a862ed71a86a47768a7ebb04193d96535c7883'
+            'SKIP')
+validpgpkeys=('E26048A9F4A803B91CB1BD648005B1F36970BE28') # Damon Lynch <damonlynch at gmail.com>
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+}

Copied: rapid-photo-downloader/repos/community-staging-any/rapid-photo-downloader.changelog (from rev 522962, rapid-photo-downloader/trunk/rapid-photo-downloader.changelog)
===================================================================
--- community-staging-any/rapid-photo-downloader.changelog	                        (rev 0)
+++ community-staging-any/rapid-photo-downloader.changelog	2019-11-04 02:03:28 UTC (rev 522963)
@@ -0,0 +1,32 @@
+2019-09-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* rapid-photo-downloader 0.9.17-2 FS#63468 fix
+
+2019-08-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* rapid-photo-downloader 0.9.17-1
+
+2019-08-15 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* rapid-photo-downloader 0.9.16-1
+
+2019-04-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* rapid-photo-downloader 0.9.14-1
+
+2018-11-07 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* rapid-photo-downloader 0.9.13-1
+
+2018-09-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* rapid-photo-downloader 0.9.12-1
+
+2018-03-22 Eli Schwartz <eschwartz at archlinux.org>
+	* rapid-photo-downloader 0.4.11-5 PGP/HTTPS and fix missing read permissions on appdata
+
+2016-04-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* rapid-photo-downloader 0.4.11-2 Hooks (part 1) rebuild
+
+2015-10-22 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* rapid-photo-downloader 0.4.11-1
+
+2014-02-04 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* rapid-photo-downloader 0.4.10-1
+
+2014-01-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* rapid-photo-downloader 0.4.9-1 - moved from AUR to [community] with 54 votes



More information about the arch-commits mailing list