@dcelasun: Thanks!
Search Criteria
Package Details: picapy 1.8.0-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2012-11-26)
| Package Base: | picapy |
|---|---|
| Description: | A Picasa Web manager |
| Upstream URL: | https://launchpad.net/picapy/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | dcelasun |
| Maintainer: | usegnu |
| Last Packager: | None |
| Votes: | 18 |
| First Submitted: | 2011-03-15 20:53 |
| Last Updated: | 2011-12-30 10:08 |
Dependencies (3)
Required by (0)
Sources
Latest Comments
Anonymous comment
Comment by dcelasun
@gespadas: Go ahead :)
Anonymous comment
@dcelasun I want to adopt it. Picapy is an awesome app, and it must be available for the arch users.
Comment by dcelasun
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
A new version is out (2.0.0.0)
Comment by FredBezies
You're welcome. But you'll have to verify all is really OK :)
Comment by dcelasun
@FredBezies: Wow thanks for that! I've updated the package and added you as a contributor.
Comment by FredBezies
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
@FredBezies: If you'd like to adopt, please let me know. I'm no longer interested in this package.
Comment by FredBezies
1.8.0 is out since march 2011.