[arch-commits] Commit in slv2/trunk (PKGBUILD slv2.changelog)

Ray Rashif schiv at archlinux.org
Wed Nov 24 17:48:28 UTC 2010


    Date: Wednesday, November 24, 2010 @ 12:48:28
  Author: schiv
Revision: 100618

upgpkg: slv2 0.6.6-2
Minor PKGBUILD fixes. See changelog for details.

Modified:
  slv2/trunk/PKGBUILD
  slv2/trunk/slv2.changelog

----------------+
 PKGBUILD       |   11 ++++-------
 slv2.changelog |    9 ++++++++-
 2 files changed, 12 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-24 16:05:23 UTC (rev 100617)
+++ PKGBUILD	2010-11-24 17:48:28 UTC (rev 100618)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Ray Rashif <schivmeister at gmail.com>
+# Maintainer: Ray Rashif <schiv at archlinux.org>
 # Contributor: Leslie P. Polzer <polzer at stardawn.org>
 
 pkgname=slv2
@@ -19,17 +19,14 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  # fix for python 2.7
-  sed -i 's:^#!.*bin/env python:#!/usr/bin/env python2:' waf
-
-  ./waf configure --prefix=/usr
-  ./waf build $MAKEFLAGS
+  python2 waf configure --prefix=/usr
+  python2 waf build $MAKEFLAGS
 }
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  ./waf install --destdir="$pkgdir/"
+  python2 waf install --destdir="$pkgdir/"
 }
 
 # vim:set ts=2 sw=2 et:

Modified: slv2.changelog
===================================================================
--- slv2.changelog	2010-11-24 16:05:23 UTC (rev 100617)
+++ slv2.changelog	2010-11-24 17:48:28 UTC (rev 100618)
@@ -1,5 +1,12 @@
-9 Aug 2010 (GMT+8) Ray Rashif <schivmeister at gmail.com>
+24 Nov 2010 (GMT+8) Ray Rashif <schiv at archlinux.org>
 
+	* PKGBUILD :
+	Get rid of sed and use python2 directly for waf.
+	waf fix for python transition already included previously (unlogged).
+	Release only (no need binary update; no runtime python requirement).
+
+9 Aug 2010 (GMT+8) Ray Rashif <schiv at archlinux.org>
+
 	* 0.6.6-2 :
 	Brought into extra from community for ardour
 		- adds "LV2" plug-ins support




More information about the arch-commits mailing list