Date: Tuesday, February 24, 2015 @ 17:00:57
  Author: fyan
Revision: 128184

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  phantomjs/repos/community-testing-i686/
  phantomjs/repos/community-testing-i686/PKGBUILD
    (from rev 128183, phantomjs/trunk/PKGBUILD)
  phantomjs/repos/community-testing-x86_64/
  phantomjs/repos/community-testing-x86_64/PKGBUILD
    (from rev 128183, phantomjs/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   37 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   37 ++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: phantomjs/repos/community-testing-i686/PKGBUILD (from rev 128183, 
phantomjs/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2015-02-24 16:00:57 UTC (rev 128184)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: grimsock <lord.grimsock at gmail dot com>
+# Contributor: Dieter Plaetinck <[email protected]>
+# Contributor: Vladimir Chizhov <[email protected]>
+# Contributor: Henry Tang <[email protected]>
+
+pkgname=phantomjs
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Headless WebKit with JavaScript API"
+url="http://www.phantomjs.org/";
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('icu' 'libjpeg-turbo' 'libpng' 'freetype2' 'gperf' 'ruby' 'python2' 
'gstreamer0.10-base')
+makedepends=('git')
+source=("git+https://github.com/ariya/${pkgname}.git#tag=$pkgver";)
+
+build() {
+  cd $pkgname
+  
+  mkdir "$srcdir/python2-path"
+  ln -s /usr/bin/python2 "$srcdir/python2-path/python"
+  PATH="$srcdir/python2-path:$PATH" PYTHON=/usr/bin/python2 ./build.sh 
--confirm --qt-config "-no-rpath"
+}
+
+package() {
+  install -Dm755 "$srcdir/$pkgname/bin/phantomjs" "$pkgdir/usr/bin/phantomjs"
+
+  mkdir -p "$pkgdir/usr/share/$pkgname"
+  cp -r "$srcdir/$pkgname/examples" "$pkgdir/usr/share/$pkgname"/
+
+  install -Dm644 "$srcdir/$pkgname/LICENSE.BSD" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.BSD"
+  install -Dm644 "$srcdir/$pkgname/third-party.txt" 
"$pkgdir/usr/share/licenses/$pkgname/third-party.txt"
+}
+
+sha512sums=('SKIP')

Copied: phantomjs/repos/community-testing-x86_64/PKGBUILD (from rev 128183, 
phantomjs/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-02-24 16:00:57 UTC (rev 128184)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: grimsock <lord.grimsock at gmail dot com>
+# Contributor: Dieter Plaetinck <[email protected]>
+# Contributor: Vladimir Chizhov <[email protected]>
+# Contributor: Henry Tang <[email protected]>
+
+pkgname=phantomjs
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Headless WebKit with JavaScript API"
+url="http://www.phantomjs.org/";
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('icu' 'libjpeg-turbo' 'libpng' 'freetype2' 'gperf' 'ruby' 'python2' 
'gstreamer0.10-base')
+makedepends=('git')
+source=("git+https://github.com/ariya/${pkgname}.git#tag=$pkgver";)
+
+build() {
+  cd $pkgname
+  
+  mkdir "$srcdir/python2-path"
+  ln -s /usr/bin/python2 "$srcdir/python2-path/python"
+  PATH="$srcdir/python2-path:$PATH" PYTHON=/usr/bin/python2 ./build.sh 
--confirm --qt-config "-no-rpath"
+}
+
+package() {
+  install -Dm755 "$srcdir/$pkgname/bin/phantomjs" "$pkgdir/usr/bin/phantomjs"
+
+  mkdir -p "$pkgdir/usr/share/$pkgname"
+  cp -r "$srcdir/$pkgname/examples" "$pkgdir/usr/share/$pkgname"/
+
+  install -Dm644 "$srcdir/$pkgname/LICENSE.BSD" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.BSD"
+  install -Dm644 "$srcdir/$pkgname/third-party.txt" 
"$pkgdir/usr/share/licenses/$pkgname/third-party.txt"
+}
+
+sha512sums=('SKIP')

Reply via email to