You are not logged in.

#1 2005-11-09 17:43:06

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

[PKGBUILD] kPhotoBook

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

Board footer

Powered by FluxBB