From e9a5c646563c984f362db1777f8c6bc7da63a4ab Mon Sep 17 00:00:00 2001 From: root Date: Sun, 21 Aug 2011 23:14:35 +0000 Subject: Sun Aug 21 23:14:34 UTC 2011 --- community/qstardict/PKGBUILD | 26 +++++++++++++------------- community/qstardict/qstardict.changelog | 11 +++++++++++ 2 files changed, 24 insertions(+), 13 deletions(-) create mode 100644 community/qstardict/qstardict.changelog (limited to 'community/qstardict') diff --git a/community/qstardict/PKGBUILD b/community/qstardict/PKGBUILD index 6310c9c5e..e265cc22b 100755 --- a/community/qstardict/PKGBUILD +++ b/community/qstardict/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 14399 2010-04-03 11:38:56Z foutrelis $ +# $Id: PKGBUILD 54585 2011-08-20 18:29:13Z jlichtblau $ # Maintainer: Jaroslav Lichtblau # Contributor: Alois Nespor pkgname=qstardict -pkgver=0.13.1 -pkgrel=3 -pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries." +pkgver=1.0 +pkgrel=1 +pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries" arch=('i686' 'x86_64') url="http://qstardict.ylsoftware.com/index.php" license=('GPL2') @@ -15,19 +15,19 @@ optdepends=('festival-awb-arctic: for pronouncing words, Scottish English male s 'festival-kallpc16k: for pronouncing words, British English RP male speaker' 'festival-rablpc16k: for pronouncing words, British English RP male speaker') provides=('stardict') -source=(http://qstardict.ylsoftware.com/files/${pkgname}-${pkgver}.tar.bz2 - gcc4.4.patch) - -md5sums=('0828c3fa01c5237db8a67d356a9d1a8c' - 'c6ed927f349025bdbf202f1c5a5888e8') +changelog=$pkgname.changelog +source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2) +sha256sums=('9cb20f8829be0983176bc52728d3701b0862522741cac1a9967222c86aaaa9fb') build() { cd ${srcdir}/$pkgname-$pkgver - # This patch is commited upstream, remove on next release - patch -Np1 -i "$srcdir/gcc4.4.patch" || return 1 + qmake ENABLED_PLUGINS="stardict web swac" + make +} + +package() { + cd ${srcdir}/$pkgname-$pkgver - qmake ENABLED_PLUGINS="stardict web swac" || return 1 - make || return 1 make INSTALL_ROOT=${pkgdir} install } diff --git a/community/qstardict/qstardict.changelog b/community/qstardict/qstardict.changelog new file mode 100644 index 000000000..aa794fc98 --- /dev/null +++ b/community/qstardict/qstardict.changelog @@ -0,0 +1,11 @@ +2011-08-20 Jaroslav Lichtblau + * qstardict 1.0-1 + +2008-02-15 Jaroslav Lichtblau + * Update to major release 0.13.1 + +2008-02-04 Jaroslav Lichtblau + * Update to major release 0.13.0 + +2008-10-05 Jaroslav Lichtblau + * Moved to [community] -- cgit v1.2.3-54-g00ecf