summaryrefslogtreecommitdiff
path: root/community/tea
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernandez <hahj87@gmail.com>2011-05-26 11:13:51 -0500
committerJoshua Ismael Haase Hernandez <hahj87@gmail.com>2011-05-26 11:13:51 -0500
commitb18caf89fb235f174419d578a7da0237e456ef3d (patch)
tree9a9f7e391135f5ce2b05b3956ced1a00bd664bbb /community/tea
parenta084559f421a288dd77f81e458161f95ae8d1be9 (diff)
parent6e35be4b44d90f92ddceb8b067cbbf03fc652a35 (diff)
Merge branch 'master' of vparabola:~/abslibre-pre-mips64el
Diffstat (limited to 'community/tea')
-rw-r--r--community/tea/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD
index 9d7f46ce9..cafa11dc2 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 <pupykin.s+arch@gmail.com>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Roman Kyrylych <roman@archlinux.org>
@@ -6,7 +6,7 @@
# Contributor: Zsolt Varadi <sysop_xxl@fibermail.hu>
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' 'mips64el')
@@ -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