diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-12 11:24:37 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-12 11:24:37 -0300 |
commit | 1f52af629b1911ab027ef9c5d4d5903b48792050 (patch) | |
tree | e975475390c79c3dd975c95091f3bb33beff24e5 /community/tea/PKGBUILD | |
parent | 951244a3e5bdc5f2f029f6550b46e5a06d1bfa26 (diff) | |
parent | 28b5bbf3fee0627993658e096eadab71c2779912 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/llvm/PKGBUILD
community/dsniff/PKGBUILD
community/ngrep/PKGBUILD
community/virtualbox/PKGBUILD
extra/gstreamer0.10-good/PKGBUILD
extra/lirc/PKGBUILD
extra/mc/PKGBUILD
extra/mesa/PKGBUILD
extra/xfburn/PKGBUILD
testing/gnome-panel/PKGBUILD
Diffstat (limited to 'community/tea/PKGBUILD')
-rw-r--r-- | community/tea/PKGBUILD | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD index d355c70d9..9d7f46ce9 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' '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=('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 } |