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

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Wed Jan 29 22:15:32 UTC 2014


    Date: Wednesday, January 29, 2014 @ 23:15:32
  Author: jlichtblau
Revision: 105004

archrelease: copy trunk to community-any

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

----------------------------------+
 PKGBUILD                         |   32 ++++++++++++++++++++++++++++++++
 rapid-photo-downloader.changelog |    2 ++
 rapid-photo-downloader.install   |   12 ++++++++++++
 3 files changed, 46 insertions(+)

Copied: rapid-photo-downloader/repos/community-any/PKGBUILD (from rev 105003, rapid-photo-downloader/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-01-29 22:15:32 UTC (rev 105004)
@@ -0,0 +1,32 @@
+# $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.9
+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-imaging' 'python2-exiv2' 'python2-gconf' 'dbus-python' '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=('fde91a89c11a614ba110b1509b5ef4fee2380b13a2114d0e142addad75fd4d3b')
+
+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/rapid-photo-downloader.changelog (from rev 105003, rapid-photo-downloader/trunk/rapid-photo-downloader.changelog)
===================================================================
--- community-any/rapid-photo-downloader.changelog	                        (rev 0)
+++ community-any/rapid-photo-downloader.changelog	2014-01-29 22:15:32 UTC (rev 105004)
@@ -0,0 +1,2 @@
+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.install (from rev 105003, rapid-photo-downloader/trunk/rapid-photo-downloader.install)
===================================================================
--- community-any/rapid-photo-downloader.install	                        (rev 0)
+++ community-any/rapid-photo-downloader.install	2014-01-29 22:15:32 UTC (rev 105004)
@@ -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