mdic 0.8-1
http://mdic.sourceforge.net/
A Qt-based program to access multilingual dictionaries and Google Translate.
unsupported :: office
Maintainer: mutlu_inek
Votes: 7
License: GPL3
Last Updated: Fri, 15 Jan 2010 18:22:33 +0000
First Submitted: Wed, 04 Feb 2009 06:02:05 +0000
Sorry for the long delay. I updated the PKGBUILD. Thanks for letting me know.
I agree with atmahasan, the actual PKGBUILD doesn't work.
Please update withe the proposed one
Hi,
I figured out that the PKGBUILD doesn't work anymore, thus worked on it a little and this PKGBUILD works perfectly. Please include this version :)
# Contributor & Maintainer: mutlu_inek <mutlu_inek@yahoo.de>
# Contributors: Xianwen Chen <xianwen.chen@gmail.com>
pkgname=mdic
pkgver=0.8
pkgrel=1
pkgdesc="A Qt-based program to access multilingual dictionaries and Google Translate."
arch=('i686' 'x86_64')
url="http://mdic.sourceforge.net/"
license=('GPL3')
groups=()
depends=('qt' 'aspell')
makedepends=('cmake' 'automoc4')
conflicts=('kdemod-extragear-mdic')
source=(http://downloads.sourceforge.net/project/$pkgname/MDic/$pkgver/$pkgname-$pkgver.tar.gz)
md5sums=('e01484090f8b1639811f573e75eb84dd')
build() {
cd $srcdir/$pkgname
cmake -DCMAKE_INSTALL_PREFIX=/usr
make || return 1
make DESTDIR=$pkgdir install || return 1
}
v1.6.0