[arch-commits] Commit in glances/repos/community-any (PKGBUILD PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Thu Mar 13 21:45:37 UTC 2014


    Date: Thursday, March 13, 2014 @ 22:45:37
  Author: seblu
Revision: 107169

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
    (from rev 107168, glances/trunk/PKGBUILD)
Deleted:
  glances/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++++++----------------------
 1 file changed, 30 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-13 21:45:24 UTC (rev 107168)
+++ PKGBUILD	2014-03-13 21:45:37 UTC (rev 107169)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <spam at bpiotrowski.pl>
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-
-pkgname=glances
-pkgver=1.7.4
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python2' 'python2-psutil' 'python2-setuptools')
-optdepends=('python2-jinja: HTML export'
-            'python2-sensors: temperature sensors support')
-source=($url/archive/v$pkgver.tar.gz)
-sha256sums=('20960b5f191bc86e6184d937940f00a62100eb51388bcdeb233f30c809b0f1a6')
-
-package() {
-  cd $pkgname-$pkgver
-  sed 's|^#!/usr/bin/env python$|&2|' -i glances/glances.py
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-}

Copied: glances/repos/community-any/PKGBUILD (from rev 107168, glances/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-03-13 21:45:37 UTC (rev 107169)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=glances
+pkgver=1.7.5
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python2' 'python2-psutil' 'python2-setuptools')
+optdepends=('python2-jinja: HTML export'
+            'python2-sensors: temperature sensors support'
+            'hddtemp: HDD temperature monitoring support')
+source=("$url/archive/v$pkgver.tar.gz")
+sha256sums=('1598d1c10f1d2b59ea8d90d5be899fd151b4af28640c6daae23258dc76f659fe')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed 's|^#!/usr/bin/env python$|&2|' -i glances/glances.py
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list