You are not logged in.

#1 2006-02-18 10:57:05

PieterO
Member
From: Belgium
Registered: 2004-03-03
Posts: 27

[Request] ksalomon

KSalomon is a vocabulary trainer for Kde 3 (Linux).
It is open source software written using the Qt and KDE Libraries.
http://ksalomon.sf.net

I tried to build the package using this pkgbuild. It's a pre release and that's why I'm using an absolute path. But the build exits on this error

/opt/kde/include/kio/jobclasses.h:347: error: expected unqualified-id before '{' token

I also tried to use the beta version, but I got the same error.

pkgname=ksalomon
pkgver=0.1.7
pkgrel=1
pkgdesc="ksalomon is a vocabulary trainer for kde"
url="http://ksalomon.sourceforge.net/"
license=""
depends=('kdelibs')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://ksalomon.sourceforge.net/download/ksalomon.tar.gz)
md5sums=()

build() {
  cd $startdir/src/$pkgname-$pkgver-pre
  ./configure
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

#2 2007-04-07 20:12:54

ghee
Member
From: chicago
Registered: 2007-01-22
Posts: 5

Re: [Request] ksalomon

i also vote for this package.  i've tried to compile it on a few platforms and have run into insurmountable errors (the latest was a missing qarray error).  any of the more technically capable out there who would like to give it a go, please know that your efforts will be greatly appreciated!

Offline

#3 2007-04-07 21:10:03

XazZ
Member
From: Munich, Germany
Registered: 2006-12-30
Posts: 72

Re: [Request] ksalomon

Hi....

I've looked at the PKGBUILD wink
Here is my one:

pkgname=ksalomon
pkgver=0.1.7
pkgrel=1
pkgdesc="ksalomon is a vocabulary trainer for kde"
url="http://ksalomon.sourceforge.net/"
license="GPL"
depends=('kdelibs')
makedepends=()
conflicts=()
replaces=()
backup=()
source=(http://downloads.sf.net/sourceforge/ksalomon/$pkgname-$pkgver-beta.tar.gz)
md5sums=('e0e12e34ecf2ba008799c7532890f60e')
sha1sums=('311439e3bba2f2afac51b9fcad3dd7b7b3f96e29')
arch=('i686')

build() {
  cd $startdir/src/$pkgname-$pkgver-beta
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

enjoy...
XazZ

Offline

Board footer

Powered by FluxBB