[arch-commits] Commit in rapid-photo-downloader/repos/community-any (6 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Oct 22 17:29:20 UTC 2015


    Date: Thursday, October 22, 2015 @ 19:29:20
  Author: jlichtblau
Revision: 144725

archrelease: copy trunk to community-any

Added:
  rapid-photo-downloader/repos/community-any/PKGBUILD
    (from rev 144724, rapid-photo-downloader/trunk/PKGBUILD)
  rapid-photo-downloader/repos/community-any/rapid-photo-downloader.changelog
    (from rev 144724, rapid-photo-downloader/trunk/rapid-photo-downloader.changelog)
  rapid-photo-downloader/repos/community-any/rapid-photo-downloader.install
    (from rev 144724, rapid-photo-downloader/trunk/rapid-photo-downloader.install)
Deleted:
  rapid-photo-downloader/repos/community-any/PKGBUILD
  rapid-photo-downloader/repos/community-any/rapid-photo-downloader.changelog
  rapid-photo-downloader/repos/community-any/rapid-photo-downloader.install

----------------------------------+
 PKGBUILD                         |   63 ++++++++++++++++++-------------------
 rapid-photo-downloader.changelog |   13 ++++---
 rapid-photo-downloader.install   |   24 +++++++-------
 3 files changed, 51 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-22 17:29:07 UTC (rev 144724)
+++ PKGBUILD	2015-10-22 17:29:20 UTC (rev 144725)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.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.4.10
-pkgrel=1
-pkgdesc="Photo and video downloader"
-arch=('any')
-url="http://www.damonlynch.net/rapid/"
-license=('GPL3')
-depends=('python2' 'gnome-python' 'python2-notify' 'pygtk' 'python2-rsvg' 'python2-pillow' 'python2-exiv2' 'python2-gconf' 'python2-dbus' 'perl-image-exiftool')
-optdepends=('kaa-metadata: Enable video downloading'
-            'ffmpegthumbnailer: Enable video thumbnails'
-            'hachoir-metadata: Enable video downloading')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://launchpad.net/rapid/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('5519f05ab1522c500ba51021e5e7c7c22938d52f750a15226a736121b7cf91cb')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  python2 setup.py install --root=${pkgdir}
-}

Copied: rapid-photo-downloader/repos/community-any/PKGBUILD (from rev 144724, rapid-photo-downloader/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-10-22 17:29:20 UTC (rev 144725)
@@ -0,0 +1,31 @@
+# $Id$
+# 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.4.11
+pkgrel=1
+pkgdesc="Photo and video downloader"
+arch=('any')
+url="http://www.damonlynch.net/rapid/"
+license=('GPL3')
+depends=('python2' 'gnome-python' 'python2-notify' 'pygtk' 'python2-rsvg' 'python2-pillow' 'python2-exiv2' 'python2-gconf' 'python2-dbus' 'perl-image-exiftool')
+optdepends=('kaa-metadata: Enable video downloading'
+            'ffmpegthumbnailer: Enable video thumbnails')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://launchpad.net/rapid/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('57396807458dea457e814b1ba021d69378af3ca310c44800ccb150d3cbace911')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  python2 setup.py install --root="${pkgdir}"
+}

Deleted: rapid-photo-downloader.changelog
===================================================================
--- rapid-photo-downloader.changelog	2015-10-22 17:29:07 UTC (rev 144724)
+++ rapid-photo-downloader.changelog	2015-10-22 17:29:20 UTC (rev 144725)
@@ -1,5 +0,0 @@
-2014-02-0429 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* rapid-photo-downloader 0.4.10-1
-
-2014-01-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* rapid-photo-downloader 0.4.9-1 - moved from AUR to [community] with 54 votes

Copied: rapid-photo-downloader/repos/community-any/rapid-photo-downloader.changelog (from rev 144724, rapid-photo-downloader/trunk/rapid-photo-downloader.changelog)
===================================================================
--- rapid-photo-downloader.changelog	                        (rev 0)
+++ rapid-photo-downloader.changelog	2015-10-22 17:29:20 UTC (rev 144725)
@@ -0,0 +1,8 @@
+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

Deleted: rapid-photo-downloader.install
===================================================================
--- rapid-photo-downloader.install	2015-10-22 17:29:07 UTC (rev 144724)
+++ rapid-photo-downloader.install	2015-10-22 17:29:20 UTC (rev 144725)
@@ -1,12 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: rapid-photo-downloader/repos/community-any/rapid-photo-downloader.install (from rev 144724, rapid-photo-downloader/trunk/rapid-photo-downloader.install)
===================================================================
--- rapid-photo-downloader.install	                        (rev 0)
+++ rapid-photo-downloader.install	2015-10-22 17:29:20 UTC (rev 144725)
@@ -0,0 +1,12 @@
+post_install() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list