Date: Thursday, April 13, 2023 @ 18:10:47
  Author: arojas
Revision: 1445945

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 1445944, rapid-photo-downloader/trunk/PKGBUILD)
  rapid-photo-downloader/repos/community-staging-any/keys/
  
rapid-photo-downloader/repos/community-staging-any/rapid-photo-downloader.changelog
    (from rev 1445944, 
rapid-photo-downloader/trunk/rapid-photo-downloader.changelog)

----------------------------------+
 PKGBUILD                         |   43 ++++++++++++++++++
 rapid-photo-downloader.changelog |   86 +++++++++++++++++++++++++++++++++++++
 2 files changed, 129 insertions(+)

Copied: rapid-photo-downloader/repos/community-staging-any/PKGBUILD (from rev 
1445944, rapid-photo-downloader/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2023-04-13 18:10:47 UTC (rev 1445945)
@@ -0,0 +1,43 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# 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.34
+pkgrel=2
+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' 'python-arrow'
+         'perl-image-exiftool' 'python-colour' 'python-dateutil' 
'python-easygui' 'python-gobject'
+         'python-gphoto2' 'python-psutil' 'python-pymediainfo' 'python-pyqt5' 
'python-pyzmq'
+         'python-requests' 'python-setuptools' 'python-sortedcontainers' 
'python-babel'
+         'python-tornado' 'python-pyxdg' 'qt5-imageformats' 'udisks2' 
'python-tenacity' 'qt5-svg'
+         'python-show-in-file-manager')
+makedepends=('intltool' 'ifuse')
+optdepends=('ifuse: for iOS devices')
+changelog=$pkgname.changelog
+source=(https://launchpad.net/rapid/pyqt/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc}
+        
https://github.com/damonlynch/rapid-photo-downloader/commit/c3b62f04.patch)
+sha256sums=('2455ac84a8a51ed91500edaad1afb50f7adff2a437f4105360ac16311efb279e'
+            'SKIP'
+            'b606c23e74ff443a5793b2692864b743a68edde5845acc3f3325c3cf2d95f345')
+validpgpkeys=('E26048A9F4A803B91CB1BD648005B1F36970BE28') # Damon Lynch 
<[email protected]>
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../c3b62f04.patch # Fix build with setuptools 66
+}
+       
+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 1445944, 
rapid-photo-downloader/trunk/rapid-photo-downloader.changelog)
===================================================================
--- community-staging-any/rapid-photo-downloader.changelog                      
        (rev 0)
+++ community-staging-any/rapid-photo-downloader.changelog      2023-04-13 
18:10:47 UTC (rev 1445945)
@@ -0,0 +1,86 @@
+2022-03-15 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.33-1
+
+2022-03-15 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.32-1
+
+2022-03-06 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.31-1
+
+2022-03-06 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.30-1
+
+2022-02-23 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.29-1
+
+2022-02-06 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.28-2
+       * FS#73039 - Include iOS dependencies in package
+
+2022-01-16 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.28-1
+
+2021-12-14 Evangelos Foutras <[email protected]>
+       * rapid-photo-downloader 0.9.27-2
+       * add python-show-in-file-manager dep (FS#73010)
+
+2021-12-13 Evangelos Foutras <[email protected]>
+       * rapid-photo-downloader 0.9.27-1
+       * remove python-rawkit dependency
+
+2021-08-05 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.26-2 FS#71684 fix
+
+2020-12-28 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.26-1
+
+2020-12-21 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.25-1
+
+2020-05-09 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.24-1
+
+2020-04-20 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.23-1
+
+2020-04-05 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.20-2 - missing dependencies added
+
+2020-03-29 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.20-1
+
+2020-01-22 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.18-1
+
+2019-09-30 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.17-2 FS#63468 fix
+
+2019-08-20 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.17-1
+
+2019-08-15 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.16-1
+
+2019-04-08 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.14-1
+
+2018-11-07 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.13-1
+
+2018-09-29 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.9.12-1
+
+2018-03-22 Eli Schwartz <[email protected]>
+       * rapid-photo-downloader 0.4.11-5 PGP/HTTPS and fix missing read 
permissions on appdata
+
+2016-04-29 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.4.11-2 Hooks (part 1) rebuild
+
+2015-10-22 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.4.11-1
+
+2014-02-04 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.4.10-1
+
+2014-01-29 Jaroslav Lichtblau <[email protected]>
+       * rapid-photo-downloader 0.4.9-1 - moved from AUR to [community] with 
54 votes

Reply via email to