[arch-commits] Commit in htop/repos (6 files)

Angel Velásquez angvp at archlinux.org
Tue Nov 22 15:51:43 UTC 2011


    Date: Tuesday, November 22, 2011 @ 10:51:43
  Author: angvp
Revision: 143084

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  htop/repos/testing-i686/
  htop/repos/testing-i686/ChangeLog
    (from rev 143083, htop/trunk/ChangeLog)
  htop/repos/testing-i686/PKGBUILD
    (from rev 143083, htop/trunk/PKGBUILD)
  htop/repos/testing-x86_64/
  htop/repos/testing-x86_64/ChangeLog
    (from rev 143083, htop/trunk/ChangeLog)
  htop/repos/testing-x86_64/PKGBUILD
    (from rev 143083, htop/trunk/PKGBUILD)

--------------------------+
 testing-i686/ChangeLog   |   22 ++++++++++++++++++++++
 testing-i686/PKGBUILD    |   38 ++++++++++++++++++++++++++++++++++++++
 testing-x86_64/ChangeLog |   22 ++++++++++++++++++++++
 testing-x86_64/PKGBUILD  |   38 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 120 insertions(+)

Copied: htop/repos/testing-i686/ChangeLog (from rev 143083, htop/trunk/ChangeLog)
===================================================================
--- testing-i686/ChangeLog	                        (rev 0)
+++ testing-i686/ChangeLog	2011-11-22 15:51:43 UTC (rev 143084)
@@ -0,0 +1,22 @@
+2011-10-19  Andrea Scarpino <andrea at archlinux.org>
+    * Enable cgroup support (FS#26155)
+    * Add lsof and strace optional depends (FS#25778)
+    * Fix crash when column is less than 40 (closes FS#25823)
+
+2011-05-17  Angel Velasquez <angvp at archlinux.org>
+	* Added patch to fix --sort-key (closes FS#23224)
+
+2009-09-21  Eric Belanger  <eric at archlinux.org>
+
+	* htop 0.8.3-1
+	* Upstream update
+	* Built with vserver and openvz support (close FS#12755)
+
+2008-12-09  Alexander Fehr  <pizzapunk gmail com>
+
+	* htop-0.8.1-1:
+	* New upstream release
+	* New maintainer
+	* Added patch to fix FS#12235
+	* Enabled Unicode support
+	* Added ChangeLog

Copied: htop/repos/testing-i686/PKGBUILD (from rev 143083, htop/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-11-22 15:51:43 UTC (rev 143084)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=htop
+pkgver=1.0
+pkgrel=1
+pkgdesc="Interactive process viewer"
+arch=('i686' 'x86_64')
+url="http://htop.sourceforge.net/"
+license=('GPL')
+depends=('ncurses')
+makedepends=('python2')
+optdepends=('lsof' 'strace')
+options=('!emptydirs')
+changelog=ChangeLog
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('325112ca7947ea1f6d6441f631e00384')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	sed -i 's|ncursesw/curses.h|curses.h|' RichString.h RichString.c configure 
+	sed -i 's|python|python2|' scripts/MakeHeader.py
+
+	./configure --prefix=/usr \
+      --enable-unicode \
+      --enable-openvz \
+	  --enable-vserver \
+      --enable-cgroup
+	make 
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install 
+}

Copied: htop/repos/testing-x86_64/ChangeLog (from rev 143083, htop/trunk/ChangeLog)
===================================================================
--- testing-x86_64/ChangeLog	                        (rev 0)
+++ testing-x86_64/ChangeLog	2011-11-22 15:51:43 UTC (rev 143084)
@@ -0,0 +1,22 @@
+2011-10-19  Andrea Scarpino <andrea at archlinux.org>
+    * Enable cgroup support (FS#26155)
+    * Add lsof and strace optional depends (FS#25778)
+    * Fix crash when column is less than 40 (closes FS#25823)
+
+2011-05-17  Angel Velasquez <angvp at archlinux.org>
+	* Added patch to fix --sort-key (closes FS#23224)
+
+2009-09-21  Eric Belanger  <eric at archlinux.org>
+
+	* htop 0.8.3-1
+	* Upstream update
+	* Built with vserver and openvz support (close FS#12755)
+
+2008-12-09  Alexander Fehr  <pizzapunk gmail com>
+
+	* htop-0.8.1-1:
+	* New upstream release
+	* New maintainer
+	* Added patch to fix FS#12235
+	* Enabled Unicode support
+	* Added ChangeLog

Copied: htop/repos/testing-x86_64/PKGBUILD (from rev 143083, htop/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-11-22 15:51:43 UTC (rev 143084)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=htop
+pkgver=1.0
+pkgrel=1
+pkgdesc="Interactive process viewer"
+arch=('i686' 'x86_64')
+url="http://htop.sourceforge.net/"
+license=('GPL')
+depends=('ncurses')
+makedepends=('python2')
+optdepends=('lsof' 'strace')
+options=('!emptydirs')
+changelog=ChangeLog
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('325112ca7947ea1f6d6441f631e00384')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	sed -i 's|ncursesw/curses.h|curses.h|' RichString.h RichString.c configure 
+	sed -i 's|python|python2|' scripts/MakeHeader.py
+
+	./configure --prefix=/usr \
+      --enable-unicode \
+      --enable-openvz \
+	  --enable-vserver \
+      --enable-cgroup
+	make 
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install 
+}




More information about the arch-commits mailing list