2010-11-19 18:02:24 +08:00
|
|
|
pkgname=qstardict
|
2015-12-22 05:51:53 +08:00
|
|
|
pkgver=1.1
|
2011-07-17 01:29:18 +08:00
|
|
|
pkgrel=1
|
2010-11-19 18:02:24 +08:00
|
|
|
pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries."
|
2015-12-22 05:51:53 +08:00
|
|
|
arch=('x86_64')
|
2010-11-19 18:02:24 +08:00
|
|
|
url="http://qstardict.ylsoftware.com/index.php"
|
|
|
|
license=('GPL2')
|
|
|
|
depends=('qt')
|
|
|
|
optdepends=('festival-awb-arctic: for pronouncing words, Scottish English male speaker'
|
|
|
|
'festival-don: for pronouncing words, British English RP male speaker'
|
|
|
|
'festival-kallpc16k: for pronouncing words, British English RP male speaker'
|
|
|
|
'festival-rablpc16k: for pronouncing words, British English RP male speaker')
|
|
|
|
provides=('stardict')
|
2012-03-16 22:51:37 +08:00
|
|
|
categories=('utils')
|
2012-05-21 02:44:37 +08:00
|
|
|
screenshot=('http://qstardict.ylsoftware.com/images/screenshot1.png')
|
2015-12-22 05:51:53 +08:00
|
|
|
source=(https://github.com/a-rodin/qstardict/archive/qstardict-${pkgver}.tar.gz)
|
|
|
|
sha256sums=('d804abd17891f29fe5f093f44dc6dba026839fc2c21813907a6510bc6831d6e3')
|
2010-11-19 18:02:24 +08:00
|
|
|
|
|
|
|
build() {
|
2015-12-22 05:51:53 +08:00
|
|
|
cd ${srcdir}/$pkgname-$pkgname-$pkgver
|
2011-07-17 01:29:18 +08:00
|
|
|
qmake ENABLED_PLUGINS="stardict web swac"
|
|
|
|
make
|
2010-11-19 18:02:24 +08:00
|
|
|
}
|
2015-12-22 05:51:53 +08:00
|
|
|
|
|
|
|
package() {
|
|
|
|
cd ${srcdir}/$pkgname-$pkgname-$pkgver
|
|
|
|
make INSTALL_ROOT=${pkgdir} install
|
|
|
|
|
|
|
|
}
|