[arch-commits] Commit in miro/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Sun Apr 10 11:32:40 UTC 2011


    Date: Sunday, April 10, 2011 @ 07:32:39
  Author: eric
Revision: 119004

upgpkg: miro 3.5.1-2
Rebuilt against libwebkit 1.3.13

Modified:
  miro/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-10 06:29:33 UTC (rev 119003)
+++ PKGBUILD	2011-04-10 11:32:39 UTC (rev 119004)
@@ -3,7 +3,7 @@
 
 pkgname=miro
 pkgver=3.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The free and open source internet TV platform"
 arch=('i686' 'x86_64')
 url="http://www.getmiro.com"
@@ -13,7 +13,7 @@
          'desktop-file-utils' 'gstreamer0.10' 'hicolor-icon-theme'
          'gstreamer0.10-python' 'python-notify' 'libtorrent-rasterbar'
 	 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'python-pycurl')
-makedepends=('pkgconfig')
+makedepends=('pkg-config')
 install=miro.install
 source=(http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz)
 sha1sums=('0f5c2a307e7040c9c2895ee9a2d1c3ff99d34e9e')
@@ -21,9 +21,9 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}/linux"
 
-  python2 setup.py install --root=${pkgdir}
+  python2 setup.py install --root="${pkgdir}"
 
   # fix miro startup script so --debug works with python2
-  sed -i "s|which python|which python2|" ${pkgdir}/usr/bin/miro
-  sed -i "s|./miro.real|/usr/bin/miro.real|" ${pkgdir}/usr/bin/miro
+  sed -i "s|which python|which python2|" "${pkgdir}/usr/bin/miro"
+  sed -i "s|./miro.real|/usr/bin/miro.real|" "${pkgdir}/usr/bin/miro"
 }




More information about the arch-commits mailing list