From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/qstardict/PKGBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 community/qstardict/PKGBUILD (limited to 'community/qstardict/PKGBUILD') diff --git a/community/qstardict/PKGBUILD b/community/qstardict/PKGBUILD deleted file mode 100644 index c395cd17a..000000000 --- a/community/qstardict/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 85395 2013-03-01 10:38:40Z andrea $ -# Maintainer: Jaroslav Lichtblau -# Contributor: Alois Nespor - -pkgname=qstardict -pkgver=1.0.1 -pkgrel=2 -pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries" -arch=('i686' 'x86_64') -url="http://qstardict.ylsoftware.com/index.php" -license=('GPL2') -depends=('qt4') -provides=('stardict') -changelog=$pkgname.changelog -source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2) -sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f') - -build() { - cd "${srcdir}/$pkgname-$pkgver" - sed -i -e 's|glib/gmem.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' plugins/stardict/stardict.cpp - - qmake ENABLED_PLUGINS="stardict web swac" - make -} - -package() { - cd "${srcdir}/$pkgname-$pkgver" - - make INSTALL_ROOT="${pkgdir}" install -} -- cgit v1.2.3-54-g00ecf