[arch-commits] Commit in htop/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Thomas Baechler
thomas at archlinux.org
Fri Jul 11 07:41:38 UTC 2008
Date: Friday, July 11, 2008 @ 03:41:38
Author: thomas
Revision: 4864
Merged revisions 2-4863 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/htop/trunk
........
r356 | aaron | 2008-04-19 00:56:27 +0200 (Sa, 19 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r4863 | thomas | 2008-07-11 09:41:11 +0200 (Fr, 11 Jul 2008) | 1 line
upgpkg: htop 0.8-1
........
Modified:
htop/repos/extra-x86_64/ (properties)
htop/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Property changes on: htop/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /htop/trunk:1
+ /htop/trunk:1-4863
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-07-11 07:41:11 UTC (rev 4863)
+++ extra-x86_64/PKGBUILD 2008-07-11 07:41:38 UTC (rev 4864)
@@ -2,22 +2,24 @@
# Maintainer: damir <damir at archlinux.org>
pkgname=htop
-pkgver=0.7
-pkgrel=2
+pkgver=0.8
+pkgrel=1
pkgdesc="Ncurses based interactive process viewer"
arch=('i686' 'x86_64')
url="http://htop.sourceforge.net"
license=('GPL')
depends=('ncurses')
-source=("http://switch.dl.sourceforge.net/sourceforge/htop/htop-$pkgver.tar.gz"
- "htop-0.7-unicode.patch")
+source=("http://switch.dl.sourceforge.net/sourceforge/htop/htop-$pkgver.tar.gz")
+ #"htop-0.7-unicode.patch")
+md5sums=('b6955f8d75cdb5a3ccea83415cb18815')
+options=(!emptydirs)
build() {
cd $startdir/src/
# apply unicode patch from
# http://sourceforge.net/tracker/index.php?func=detail&aid=1852696&group_id=108839&atid=651635
# http://bugs.archlinux.org/task/8956
- patch -Np0 -i $startdir/src/htop-0.7-unicode.patch
+ #patch -Np0 -i $startdir/src/htop-0.7-unicode.patch || return 1
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
More information about the arch-commits
mailing list