You are not logged in.

#1 2005-01-15 23:57:55

Thereidos
Member
From: Sochaczew, Poland
Registered: 2005-01-08
Posts: 16
Website

[new] kydpdict

Hi 'all.

This is for those Archers who would like to use YDP Collins' dictionary with a nice QT front-end. Remember that you still need following files from the windows version: dict100.dat, dict100.idx, dict101.dat, dict101.idx.

You can find precompiled package with corresponding PKGBULD here:
http://thereidos.freefronthost.com/pkgs/kydpdict/

# $Id: PKGBUILD,v 1.1 2004/08/25 02:03:58 roberto Exp $
# Contributor: thereidos <thereidos@gmail.com>

pkgname=kydpdict
pkgver=0.6.7
pkgrel=1
pkgdesc="This is a front-end to YDP Collins' dictionary."
url="http://members.elysium.pl/ytm/html/kydpdict.html"
depends=(qt xorg)
source=(http://members.elysium.pl/ytm/src/$pkgname-$pkgver.tar.bz2)
md5sums=('758b167b06a1605d742e697efe7555c0')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --with-qt-dir=/opt/qt
  make || return 1
  make prefix=$startdir/pkg/usr install

It's human? He's got a face like a join-the-dots puzzle!

Offline

#2 2005-01-16 00:11:36

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: [new] kydpdict

I think you missed a "}" in your pkgbuild smile


To err is human... to really foul up requires the root password.

Offline

#3 2005-01-16 09:08:03

Thereidos
Member
From: Sochaczew, Poland
Registered: 2005-01-08
Posts: 16
Website

Re: [new] kydpdict

Yes, you're right smile It should look like this:

# $Id: PKGBUILD,v 1.1 2004/08/25 02:03:58 roberto Exp $ 
# Contributor: thereidos <thereidos@gmail.com> 

pkgname=kydpdict 
pkgver=0.6.7 
pkgrel=1 
pkgdesc="This is a front-end to YDP Collins' dictionary." 
url="http://members.elysium.pl/ytm/html/kydpdict.html" 
depends=(qt xorg) 
source=(http://members.elysium.pl/ytm/src/$pkgname-$pkgver.tar.bz2) 
md5sums=('758b167b06a1605d742e697efe7555c0') 

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

For some reason the browsers I use (Opera and Firefox) seems to remove the last line containing "}". When I donwload the file through ftp - it's fine.


It's human? He's got a face like a join-the-dots puzzle!

Offline

Board footer

Powered by FluxBB