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

Kyle Keen kkeen at nymeria.archlinux.org
Tue Jul 1 12:39:52 UTC 2014


    Date: Tuesday, July 1, 2014 @ 14:39:52
  Author: kkeen
Revision: 114057

archrelease: copy trunk to community-any

Added:
  pacgraph/repos/community-any/PKGBUILD
    (from rev 114056, pacgraph/trunk/PKGBUILD)
Deleted:
  pacgraph/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 12:39:40 UTC (rev 114056)
+++ PKGBUILD	2014-07-01 12:39:52 UTC (rev 114057)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-pkgname=pacgraph
-pkgver=20110629
-pkgrel=2
-pkgdesc="Draws a graph of installed packages to PNG/SVG/GUI/console.  Good for finding bloat."
-arch=('any')
-url="http://kmkeen.com/pacgraph/"
-license=('GPL')
-depends=('python')
-makedepends=()
-optdepends=('inkscape: png backend'
-            'imagemagick: png backend'
-            'tk: gui version')
-source=(http://kmkeen.com/pacgraph/$pkgname-$pkgver.tar.gz)
-md5sums=('8f6da3a2fc4b8c5bb924767014b1cfb2')
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -D -m 0755 pacgraph    "$pkgdir/usr/bin/pacgraph"
-  install -D -m 0755 pacgraph-tk "$pkgdir/usr/bin/pacgraph-tk"
-  install -Dm644     $pkgname.1  "$pkgdir/usr/share/man/man1/$pkgname.1"
-}
-

Copied: pacgraph/repos/community-any/PKGBUILD (from rev 114056, pacgraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 12:39:52 UTC (rev 114057)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+pkgname=pacgraph
+pkgver=20110629
+pkgrel=3
+pkgdesc="Draws a graph of installed packages to PNG/SVG/GUI/console.  Good for finding bloat."
+arch=('any')
+url="http://kmkeen.com/pacgraph/"
+license=('GPL')
+depends=('python')
+makedepends=()
+optdepends=('inkscape: png backend'
+            'imagemagick: png backend'
+            'tk: gui version')
+source=(http://kmkeen.com/pacgraph/$pkgname-$pkgver.tar.gz)
+md5sums=('8f6da3a2fc4b8c5bb924767014b1cfb2')
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -Dm0755 pacgraph    "$pkgdir/usr/bin/pacgraph"
+  install -Dm0755 pacgraph-tk "$pkgdir/usr/bin/pacgraph-tk"
+  install -Dm644  $pkgname.1  "$pkgdir/usr/share/man/man1/$pkgname.1"
+}
+




More information about the arch-commits mailing list