Package Details: picapy 1.8.0-1

Package Base: picapy
Description: A Picasa Web manager
Upstream URL: https://launchpad.net/picapy/
Category: multimedia
Licenses: gpl v3
Submitter: dcelasun
Maintainer: usegnu
Last Packager: None
Votes: 18
First Submitted: 2011-03-15 20:53
Last Updated: 2011-12-30 10:08

Latest Comments

Anonymous comment

2013-04-27 13:33

@dcelasun: Thanks!

Comment by dcelasun

2013-04-25 12:51

@gespadas: Go ahead :)

Anonymous comment

2013-04-25 12:25

@dcelasun I want to adopt it. Picapy is an awesome app, and it must be available for the arch users.

Comment by dcelasun

2013-02-05 20:39

I'm no longer interested in this package, if anyone wants to adopt it let me know and I'll disown it.

Comment by mundigranja

2012-11-26 00:39

A new version is out (2.0.0.0)

Comment by FredBezies

2011-12-30 10:12

You're welcome. But you'll have to verify all is really OK :)

Comment by dcelasun

2011-12-30 10:08

@FredBezies: Wow thanks for that! I've updated the package and added you as a contributor.

Comment by FredBezies

2011-12-30 10:05

Here is a modified pkgbuild... Fight a lot to make it build and run.

# Maintainer: D. Can Celasun <dcelasun at gmail dot com>
pkgname=picapy
pkgver=1.8.0
pkgrel=1
pkgdesc='A Picasa Web manager'
arch=('i686' 'x86_64')
url='https://launchpad.net/picapy/'
license=('GPL v3')
depends=('python-gdata' 'pycrypto' 'python2-gconf')
source=("http://launchpad.net/$pkgname/trunk/$pkgver/+download/${pkgname}_${pkgver}.orig.tar.gz"
picapy)

md5sums=('29f7ea06b07780e8927fc8124d25fb33'
'0e6401fdaecf532e4b0dba0986c19ccb')

build() {

cd $srcdir

export PYTHON="/usr/bin/python2"
sed -i 's|#![ ]*/usr/bin/python$|#!/usr/bin/python2|' picapy.py
sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
$(find $srcdir -name '*.py')

sed -i 's|Exec=python|Exec=python2|' picapy.desktop

mkdir -p $pkgdir/usr/share/applications
mv picapy.desktop $pkgdir/usr/share/applications

mkdir -p $pkgdir/usr/share/pixmaps
mv picapy.svg $pkgdir/usr/share/pixmaps

mkdir -p $pkgdir/usr/bin
install -m755 $srcdir/picapy $pkgdir/usr/bin/picapy

mkdir -p $pkgdir/usr/share/picapy
mv * $pkgdir/usr/share/picapy
cd $pkgdir/usr/share/picapy/img
mv * $pkgdir/usr/share/picapy

rm -f $srcdir/picapy

}

Comment by dcelasun

2011-12-30 09:48

@FredBezies: If you'd like to adopt, please let me know. I'm no longer interested in this package.

Comment by FredBezies

2011-12-30 09:42

1.8.0 is out since march 2011.

Comment by dcelasun

2011-03-24 09:17

As that error is in Russian (I assume) I can't really understand what it's saying, but I'll add the dependency.

Btw, please use "LC_ALL= <command>" when posting error logs, so they'll be in English.

Comment by atommixz

2011-03-24 09:04

this is required 'librsvg' http://paste.pocoo.org/show/358815/

Comment by dcelasun

2011-03-17 07:47

@Jin: Updated, thanks.

Anonymous comment

2011-03-17 07:30

extra/pycrypto should be added as dependency