diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-23 18:28:19 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-23 18:28:19 -0300 |
commit | d07d53d7af1e9694d9558783841bc2df3124a90f (patch) | |
tree | 40d68de204b29d3360efd654d3c458c9cdad3cd6 /community/qstardict | |
parent | a873bdc69d24650d832933463af71dfaa96f1a8a (diff) | |
parent | 64e290184042563a240e2d6d15c02e06703d00ee (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/obconf/PKGBUILD
community/obconf/obconf.install
community/qstardict/PKGBUILD
core/binutils/PKGBUILD
core/gcc/PKGBUILD.mips64el
extra/cups/PKGBUILD
extra/eject/PKGBUILD
extra/emacs/PKGBUILD
extra/evilwm/PKGBUILD
extra/fbset/PKGBUILD
extra/gmpc/PKGBUILD
extra/gnome-alsamixer/PKGBUILD
extra/gtkpod/PKGBUILD
extra/kdepim/PKGBUILD
extra/kile/PKGBUILD
extra/libvpx/PKGBUILD
extra/php-apc/PKGBUILD
extra/php-suhosin/PKGBUILD
extra/php/PKGBUILD
extra/pidgin/PKGBUILD
extra/potrace/PKGBUILD
extra/racket/PKGBUILD
extra/soundtouch/PKGBUILD
extra/wireshark/PKGBUILD
extra/xpdf/PKGBUILD
multilib/binutils-multilib/PKGBUILD
multilib/lib32-acl/PKGBUILD
multilib/lib32-attr/PKGBUILD
multilib/lib32-glibc/PKGBUILD
multilib/lib32-udev/PKGBUILD
~xihh/abiword/PKGBUILD
Diffstat (limited to 'community/qstardict')
-rwxr-xr-x | community/qstardict/PKGBUILD | 26 | ||||
-rw-r--r-- | community/qstardict/qstardict.changelog | 11 |
2 files changed, 24 insertions, 13 deletions
diff --git a/community/qstardict/PKGBUILD b/community/qstardict/PKGBUILD index 960eaa19f..7a6e2487c 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 <dragonlord@aur.archlinux.org> # Contributor: Alois Nespor <alois.nespor@gmail.com> 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' 'mips64el') 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 <dragonlord@aur.archlinux.org> + * qstardict 1.0-1 + +2008-02-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * Update to major release 0.13.1 + +2008-02-04 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * Update to major release 0.13.0 + +2008-10-05 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * Moved to [community] |