You are not logged in.
Pages: 1
I´ve done a PKGBUILD for kphotobook. It´s a nice looking photo managing software.
# Contributor: AndyRTR <andreas.radke@freenet.de>
pkgname=kphotobook
pkgver=0.0.7
pkgrel=1
pkgdesc="KPhotoBook is an easy to use, intuitive and fast application to manage and organize your photos."
url="http://kphotobook.berlios.de/"
license=""
depends=(kdelibs)
makedepends=(scons)
conflicts=()
replaces=()
backup=()
install=
source=(http://download.berlios.de/kphotobook/$pkgname-$pkgver.tar.bz2)
md5sums=('31e87f25e7fbebd4d4be8b479071240a')
build() {
cd $startdir/src/$pkgname-$pkgver
scons prefix=$startdir/pkg/opt/kde/
scons prefix=$startdir/pkg/opt/kde/ install || return 1
}
Please have look at it and test it. How to include the menu entry from the /src/kphotobook.desktop file?
Because I am a Xfce/gtk user I will not maintain any KDE package. It would be nice if someone would bring it into AUR and would do the job in the future.
Andy
Offline
Pages: 1