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

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Nov 26 20:07:38 UTC 2013


    Date: Tuesday, November 26, 2013 @ 21:07:38
  Author: arodseth
Revision: 101512

archrelease: copy trunk to community-any

Added:
  setconf/repos/community-any/PKGBUILD
    (from rev 101511, setconf/trunk/PKGBUILD)
Deleted:
  setconf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-26 20:07:32 UTC (rev 101511)
+++ PKGBUILD	2013-11-26 20:07:38 UTC (rev 101512)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=setconf
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Utility to easily change settings in configuration files'
-arch=('any')
-url='http://setconf.roboticoverlords.org/'
-license=('GPL2')
-depends=('python') # or python2
-source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz")
-sha256sums=('8f91dc5cc24cc9d4f7c34fbc657259384f99d7222b6df9375bac5436d601d0c2')
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: setconf/repos/community-any/PKGBUILD (from rev 101511, setconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-11-26 20:07:38 UTC (rev 101512)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=setconf
+pkgver=0.6.2
+pkgrel=2
+pkgdesc='Utility to easily change settings in configuration files'
+arch=('any')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('python2')
+source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz")
+sha256sums=('8f91dc5cc24cc9d4f7c34fbc657259384f99d7222b6df9375bac5436d601d0c2')
+
+prepare() {
+  sed -i 's:usr/bin/python:usr/bin/python2:' "$pkgname-$pkgver/$pkgname.py"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list