summaryrefslogtreecommitdiff
path: root/community/tea/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-12 10:53:36 +0000
committerroot <root@rshg047.dnsready.net>2011-04-12 10:53:36 +0000
commit28b5bbf3fee0627993658e096eadab71c2779912 (patch)
treeb799e892101aaaedafdcf1315c4def0ff6bdc1c4 /community/tea/PKGBUILD
parentcabd4a9c1f8304f0d57005b9f31231fc191c8778 (diff)
Tue Apr 12 10:53:36 UTC 2011
Diffstat (limited to 'community/tea/PKGBUILD')
-rw-r--r--community/tea/PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD
index 6d0054ea0..050285831 100644
--- a/community/tea/PKGBUILD
+++ b/community/tea/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 44438 2011-04-07 13:23:53Z spupykin $
+# $Id: PKGBUILD 44713 2011-04-11 12:23:03Z spupykin $
# 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.1
+pkgver=29.0.2
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=('079e5beb796a5df9da15c59df94ade77'
+md5sums=('7b93a54df1a699cb02b188d918ecc9e8'
'377ace3363124f4c086de0babb820761')
build() {
@@ -26,12 +26,9 @@ build() {
make
make INSTALL_ROOT=${pkgdir} install
- install -Dm755 ${pkgdir}/usr/local/bin/tea \
- ${pkgdir}/usr/bin/tea
+ install -Dm755 ${pkgdir}/usr/local/bin/tea ${pkgdir}/usr/bin/tea
rm -rf ${pkgdir}/usr/local
- install -Dm644 ${srcdir}/tea.desktop \
- ${pkgdir}/usr/share/applications/tea.desktop
- install -Dm644 icons/tea_icon_v2.png \
- ${pkgdir}/usr/share/pixmaps/tea.png
+ install -Dm644 ${srcdir}/tea.desktop ${pkgdir}/usr/share/applications/tea.desktop
+ install -Dm644 icons/tea_icon_v2.png ${pkgdir}/usr/share/pixmaps/tea.png
}