From 3837a11a2a471b9db222d8eb6ed7d2fb9d1778c6 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 22 May 2011 22:46:00 +0000 Subject: Sun May 22 22:46:00 UTC 2011 --- community/tea/PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'community/tea') diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD index 050285831..7cc2a70c8 100644 --- a/community/tea/PKGBUILD +++ b/community/tea/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 44713 2011-04-11 12:23:03Z spupykin $ +# $Id: PKGBUILD 47317 2011-05-21 17:27:47Z jelle $ # Maintainer: Sergej Pupykin # Maintainer: Andrea Scarpino # Contributor: Roman Kyrylych @@ -6,7 +6,7 @@ # Contributor: Zsolt Varadi pkgname=tea -pkgver=29.0.2 +pkgver=29.0.3 pkgrel=1 pkgdesc="A QT-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions." arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ depends=('qt' 'aspell' 'hunspell') install=tea.install source=(http://downloads.sourceforge.net/tea-editor/$pkgname-$pkgver.tar.bz2 tea.desktop) -md5sums=('7b93a54df1a699cb02b188d918ecc9e8' +md5sums=('1c900e7f57a0fe72fb4cc481450a5b32' '377ace3363124f4c086de0babb820761') build() { @@ -24,6 +24,9 @@ build() { qmake make +} +package(){ + cd ${srcdir}/$pkgname-$pkgver make INSTALL_ROOT=${pkgdir} install install -Dm755 ${pkgdir}/usr/local/bin/tea ${pkgdir}/usr/bin/tea -- cgit v1.2.3-54-g00ecf