Username: Password: Remember me
Search Criteria Advanced
Package Details

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

Tarball :: Files :: PKGBUILD

Dependencies aspell qt

Sources
http://downloads.sourceforge.net/project/mdic/MDic/0.8/mdic-0.8.tar.gz
Comment by: mutlu_inek on Fri, 15 Jan 2010 18:35:06 +0000
Sorry for the long delay. I updated the PKGBUILD. Thanks for letting me know.
Comment by: hcooh on Wed, 06 Jan 2010 11:21:14 +0000
I agree with atmahasan, the actual PKGBUILD doesn't work.
Please update withe the proposed one
Comment by: atmahasan on Sun, 06 Dec 2009 14:38:30 +0000
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