[arch-commits] Commit in phantomjs/repos (4 files)

2015-04-08 Thread Andreas Radke
Date: Wednesday, April 8, 2015 @ 23:13:39
  Author: andyrtr
Revision: 130997

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 130996, phantomjs/trunk/PKGBUILD)
  phantomjs/repos/community-testing-x86_64/
  phantomjs/repos/community-testing-x86_64/PKGBUILD
(from rev 130996, phantomjs/trunk/PKGBUILD)

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

Copied: phantomjs/repos/community-testing-i686/PKGBUILD (from rev 130996, 
phantomjs/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-04-08 21:13:39 UTC (rev 130997)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: grimsock lord.grimsock at gmail dot com
+# Contributor: Dieter Plaetinck die...@plaetinck.be
+# Contributor: Vladimir Chizhov jagot...@gmail.com
+# Contributor: Henry Tang henry...@gmail.com
+
+pkgname=phantomjs
+pkgver=2.0.0
+pkgrel=3
+pkgdesc=Headless WebKit with JavaScript API
+url=http://www.phantomjs.org/;
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('icu' 'libjpeg-turbo' 'libpng' 'fontconfig' '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
+  export PATH=$srcdir/python2-path:$PATH PYTHON=/usr/bin/python2 
+  
+  # shared build requires qt 5.3
+  #sed -i s/export QMAKE=qmake/export QMAKE=qmake-qt5/ build.sh
+  ./build.sh --confirm --qtdeps=system --qt-config '-no-rpath' # 
--qtwebkit=system
+}
+
+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 130996, 
phantomjs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-04-08 21:13:39 UTC (rev 130997)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: grimsock lord.grimsock at gmail dot com
+# Contributor: Dieter Plaetinck die...@plaetinck.be
+# Contributor: Vladimir Chizhov jagot...@gmail.com
+# Contributor: Henry Tang henry...@gmail.com
+
+pkgname=phantomjs
+pkgver=2.0.0
+pkgrel=3
+pkgdesc=Headless WebKit with JavaScript API
+url=http://www.phantomjs.org/;
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('icu' 'libjpeg-turbo' 'libpng' 'fontconfig' '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
+  export PATH=$srcdir/python2-path:$PATH PYTHON=/usr/bin/python2 
+  
+  # shared build requires qt 5.3
+  #sed -i s/export QMAKE=qmake/export QMAKE=qmake-qt5/ build.sh
+  ./build.sh --confirm --qtdeps=system --qt-config '-no-rpath' # 
--qtwebkit=system
+}
+
+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')


[arch-commits] Commit in phantomjs/repos (4 files)

2015-03-01 Thread Felix Yan
Date: Sunday, March 1, 2015 @ 11:19:59
  Author: fyan
Revision: 128459

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

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

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   37 ---
 community-x86_64/PKGBUILD |   37 ---
 3 files changed, 82 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-01 10:19:39 UTC (rev 128458)
+++ community-i686/PKGBUILD 2015-03-01 10:19:59 UTC (rev 128459)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: grimsock lord.grimsock at gmail dot com
-# Contributor: Dieter Plaetinck die...@plaetinck.be
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Henry Tang henry...@gmail.com
-
-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-i686/PKGBUILD (from rev 128458, 
phantomjs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-01 10:19:59 UTC (rev 128459)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: grimsock lord.grimsock at gmail dot com
+# Contributor: Dieter Plaetinck die...@plaetinck.be
+# Contributor: Vladimir Chizhov jagot...@gmail.com
+# Contributor: Henry Tang henry...@gmail.com
+
+pkgname=phantomjs
+pkgver=2.0.0
+pkgrel=2
+pkgdesc=Headless WebKit with JavaScript API
+url=http://www.phantomjs.org/;
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('icu' 'libjpeg-turbo' 'libpng' 'fontconfig' '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
+  export PATH=$srcdir/python2-path:$PATH PYTHON=/usr/bin/python2 
+  
+  # shared build requires qt 5.3
+  #sed -i s/export QMAKE=qmake/export QMAKE=qmake-qt5/ build.sh
+  ./build.sh --confirm --qtdeps=system --qt-config '-no-rpath' # 
--qtwebkit=system
+}
+
+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')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-01 10:19:39 UTC (rev 128458)
+++ community-x86_64/PKGBUILD   2015-03-01 10:19:59 UTC (rev 128459)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: grimsock lord.grimsock at gmail dot com
-# Contributor: Dieter Plaetinck die...@plaetinck.be
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Henry Tang henry...@gmail.com
-
-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
-  

[arch-commits] Commit in phantomjs/repos (4 files)

2015-02-24 Thread Felix Yan
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 felixonm...@archlinux.org
+# Contributor: grimsock lord.grimsock at gmail dot com
+# Contributor: Dieter Plaetinck die...@plaetinck.be
+# Contributor: Vladimir Chizhov jagot...@gmail.com
+# Contributor: Henry Tang henry...@gmail.com
+
+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 felixonm...@archlinux.org
+# Contributor: grimsock lord.grimsock at gmail dot com
+# Contributor: Dieter Plaetinck die...@plaetinck.be
+# Contributor: Vladimir Chizhov jagot...@gmail.com
+# Contributor: Henry Tang henry...@gmail.com
+
+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')


[arch-commits] Commit in phantomjs/repos (4 files)

2014-10-23 Thread Felix Yan
Date: Thursday, October 23, 2014 @ 16:22:02
  Author: fyan
Revision: 121296

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

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

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   38 --
 community-x86_64/PKGBUILD |   38 --
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-23 14:21:25 UTC (rev 121295)
+++ community-i686/PKGBUILD 2014-10-23 14:22:02 UTC (rev 121296)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: grimsock lord.grimsock at gmail dot com
-# Contributor: Dieter Plaetinck die...@plaetinck.be
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Henry Tang henry...@gmail.com
-
-pkgname=phantomjs
-pkgver=1.9.7
-pkgrel=1
-pkgdesc=Headless WebKit with JavaScript API
-url=http://www.phantomjs.org/;
-license=('BSD' 'LGPL' 'MIT')
-arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'fontconfig' 'freetype2' 'gcc-libs')
-makedepends=('git')
-source=(git+https://github.com/ariya/${pkgname}.git#tag=$pkgver;)
-
-build() {
-  cd $pkgname
-
-  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
-  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
-
-  ./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-i686/PKGBUILD (from rev 121295, 
phantomjs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 14:22:02 UTC (rev 121296)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: grimsock lord.grimsock at gmail dot com
+# Contributor: Dieter Plaetinck die...@plaetinck.be
+# Contributor: Vladimir Chizhov jagot...@gmail.com
+# Contributor: Henry Tang henry...@gmail.com
+
+pkgname=phantomjs
+pkgver=1.9.8
+pkgrel=1
+pkgdesc=Headless WebKit with JavaScript API
+url=http://www.phantomjs.org/;
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('gstreamer0.10-base' 'fontconfig' 'freetype2' 'gcc-libs')
+makedepends=('git')
+source=(git+https://github.com/ariya/${pkgname}.git#tag=$pkgver;)
+
+build() {
+  cd $pkgname
+
+  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
+  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
+
+  ./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')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-23 14:21:25 UTC (rev 121295)
+++ community-x86_64/PKGBUILD   2014-10-23 14:22:02 UTC (rev 121296)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: grimsock lord.grimsock at gmail dot com
-# Contributor: Dieter Plaetinck die...@plaetinck.be
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Henry Tang henry...@gmail.com
-
-pkgname=phantomjs
-pkgver=1.9.7
-pkgrel=1
-pkgdesc=Headless WebKit with JavaScript API
-url=http://www.phantomjs.org/;
-license=('BSD' 'LGPL' 'MIT')
-arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'fontconfig' 'freetype2' 'gcc-libs')
-makedepends=('git')
-source=(git+https://github.com/ariya/${pkgname}.git#tag=$pkgver;)
-
-build() {
-  cd $pkgname
-
-  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
-  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
-
-  ./build.sh --confirm --qt-config -no-rpath
-}
-
-package() {
-  

[arch-commits] Commit in phantomjs/repos (4 files)

2014-01-28 Thread Felix Yan
Date: Wednesday, January 29, 2014 @ 05:07:48
  Author: fyan
Revision: 104973

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

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

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   37 -
 community-x86_64/PKGBUILD |   37 -
 3 files changed, 76 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-29 04:06:31 UTC (rev 104972)
+++ community-i686/PKGBUILD 2014-01-29 04:07:48 UTC (rev 104973)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: grimsock lord.grimsock at gmail dot com
-# Contributor: Dieter Plaetinck die...@plaetinck.be
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Henry Tang henry...@gmail.com
-
-pkgname=phantomjs
-pkgver=1.9.6
-pkgrel=1
-pkgdesc=Headless WebKit with JavaScript API
-url=http://www.phantomjs.org/;
-license=('BSD' 'LGPL' 'MIT')
-arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'fontconfig' 'freetype2' 'gcc-libs')
-makedepends=('git')
-source=(git+https://github.com/ariya/${pkgname}.git#tag=$pkgver;)
-
-build() {
-  cd $pkgname
-  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
-  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
-
-  ./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-i686/PKGBUILD (from rev 104972, 
phantomjs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-29 04:07:48 UTC (rev 104973)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: grimsock lord.grimsock at gmail dot com
+# Contributor: Dieter Plaetinck die...@plaetinck.be
+# Contributor: Vladimir Chizhov jagot...@gmail.com
+# Contributor: Henry Tang henry...@gmail.com
+
+pkgname=phantomjs
+pkgver=1.9.7
+pkgrel=1
+pkgdesc=Headless WebKit with JavaScript API
+url=http://www.phantomjs.org/;
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('gstreamer0.10-base' 'fontconfig' 'freetype2' 'gcc-libs')
+makedepends=('git')
+source=(git+https://github.com/ariya/${pkgname}.git#tag=$pkgver;)
+
+build() {
+  cd $pkgname
+
+  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
+  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
+
+  ./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')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-29 04:06:31 UTC (rev 104972)
+++ community-x86_64/PKGBUILD   2014-01-29 04:07:48 UTC (rev 104973)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: grimsock lord.grimsock at gmail dot com
-# Contributor: Dieter Plaetinck die...@plaetinck.be
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Henry Tang henry...@gmail.com
-
-pkgname=phantomjs
-pkgver=1.9.6
-pkgrel=1
-pkgdesc=Headless WebKit with JavaScript API
-url=http://www.phantomjs.org/;
-license=('BSD' 'LGPL' 'MIT')
-arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'fontconfig' 'freetype2' 'gcc-libs')
-makedepends=('git')
-source=(git+https://github.com/ariya/${pkgname}.git#tag=$pkgver;)
-
-build() {
-  cd $pkgname
-  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
-  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
-
-  ./build.sh --confirm --qt-config -no-rpath
-}
-
-package() {
-  

[arch-commits] Commit in phantomjs/repos (4 files)

2014-01-24 Thread Felix Yan
Date: Friday, January 24, 2014 @ 17:28:53
  Author: fyan
Revision: 104700

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

Added:
  phantomjs/repos/community-i686/PKGBUILD
(from rev 104697, phantomjs/trunk/PKGBUILD)
  phantomjs/repos/community-x86_64/PKGBUILD
(from rev 104699, phantomjs/trunk/PKGBUILD)
Deleted:
  phantomjs/repos/community-i686/PKGBUILD
  phantomjs/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   42 
 community-x86_64/PKGBUILD |   42 
 3 files changed, 74 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-24 16:28:05 UTC (rev 104699)
+++ community-i686/PKGBUILD 2014-01-24 16:28:53 UTC (rev 104700)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: grimsock lord.grimsock at gmail dot com
-# Contributor: Dieter Plaetinck die...@plaetinck.be
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Henry Tang henry...@gmail.com
-
-pkgname=phantomjs
-pkgver=1.9.2
-pkgrel=1
-pkgdesc=Headless WebKit with JavaScript API
-url=http://www.phantomjs.org/;
-license=('BSD' 'LGPL' 'MIT')
-arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'fontconfig' 'freetype2')
-makedepends=('unzip')
-source=(http://phantomjs.googlecode.com/files/${pkgname}-${pkgver}-source.zip;)
-noextract=(${pkgname}-${pkgver}-source.zip)
-
-build() {
-  # workaround for https://code.google.com/p/libarchive/issues/detail?id=271
-  # cd $srcdir/$pkgname-$pkgver
-  unzip ${pkgname}-${pkgver}-source.zip
-
-  cd $pkgname-$pkgver
-  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
-  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
-
-  ./build.sh --confirm --qt-config -no-rpath
-}
-
-package() {
-  install -Dm755 $srcdir/$pkgname-$pkgver/bin/phantomjs 
$pkgdir/usr/bin/phantomjs
-
-  mkdir -p $pkgdir/usr/share/$pkgname
-  cp -r $srcdir/$pkgname-$pkgver/examples $pkgdir/usr/share/$pkgname/
-
-  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE.BSD 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.BSD
-  install -Dm644 $srcdir/$pkgname-$pkgver/third-party.txt 
$pkgdir/usr/share/licenses/$pkgname/third-party.txt
-}
-
-sha512sums=('ada4010a1ba43950f25bcf42bc41f158c8dc91320edff18efece68c69cd16d1246512fbd66e2dcbe9d0ecd71d8587252570072e2499ec9dfce0ac871c0ce2720')

Copied: phantomjs/repos/community-i686/PKGBUILD (from rev 104697, 
phantomjs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-24 16:28:53 UTC (rev 104700)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: grimsock lord.grimsock at gmail dot com
+# Contributor: Dieter Plaetinck die...@plaetinck.be
+# Contributor: Vladimir Chizhov jagot...@gmail.com
+# Contributor: Henry Tang henry...@gmail.com
+
+pkgname=phantomjs
+pkgver=1.9.6
+pkgrel=1
+pkgdesc=Headless WebKit with JavaScript API
+url=http://www.phantomjs.org/;
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('gstreamer0.10-base' 'fontconfig' 'freetype2' 'gcc-libs')
+makedepends=('git')
+source=(git+https://github.com/ariya/${pkgname}.git#tag=$pkgver;)
+
+build() {
+  cd $pkgname
+  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
+  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
+
+  ./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')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-24 16:28:05 UTC (rev 104699)
+++ community-x86_64/PKGBUILD   2014-01-24 16:28:53 UTC (rev 104700)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: grimsock lord.grimsock at gmail dot com
-# Contributor: Dieter Plaetinck die...@plaetinck.be
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Henry Tang henry...@gmail.com
-
-pkgname=phantomjs
-pkgver=1.9.2
-pkgrel=1
-pkgdesc=Headless WebKit with JavaScript API
-url=http://www.phantomjs.org/;
-license=('BSD' 'LGPL' 'MIT')
-arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'fontconfig' 'freetype2')
-makedepends=('unzip')

[arch-commits] Commit in phantomjs/repos (4 files)

2013-09-11 Thread Felix Yan
Date: Wednesday, September 11, 2013 @ 15:42:10
  Author: fyan
Revision: 97046

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

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

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   42 --
 community-x86_64/PKGBUILD |   42 --
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-11 13:40:40 UTC (rev 97045)
+++ community-i686/PKGBUILD 2013-09-11 13:42:10 UTC (rev 97046)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: grimsock lord.grimsock at gmail dot com
-# Contributor: Dieter Plaetinck die...@plaetinck.be
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Henry Tang henry...@gmail.com
-
-pkgname=phantomjs
-pkgver=1.9.1
-pkgrel=2
-pkgdesc=Headless WebKit with JavaScript API
-url=http://www.phantomjs.org/;
-license=('BSD' 'LGPL' 'MIT')
-arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'fontconfig' 'freetype2')
-makedepends=('unzip')
-source=(http://phantomjs.googlecode.com/files/${pkgname}-${pkgver}-source.zip;)
-noextract=(${pkgname}-${pkgver}-source.zip)
-md5sums=('93a0043d4ff8cd83e23e9d261c93830d')
-
-build() {
-  # workaround for https://code.google.com/p/libarchive/issues/detail?id=271
-  # cd $srcdir/$pkgname-$pkgver
-  unzip ${pkgname}-${pkgver}-source.zip
-
-  cd $pkgname-$pkgver
-  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
-  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
-
-  ./build.sh --confirm --qt-config -no-rpath
-}
-
-package() {
-  install -Dm755 $srcdir/$pkgname-$pkgver/bin/phantomjs 
$pkgdir/usr/bin/phantomjs
-
-  mkdir -p $pkgdir/usr/share/$pkgname
-  cp -r $srcdir/$pkgname-$pkgver/examples $pkgdir/usr/share/$pkgname/
-
-  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE.BSD 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.BSD
-  install -Dm644 $srcdir/$pkgname-$pkgver/third-party.txt 
$pkgdir/usr/share/licenses/$pkgname/third-party.txt
-}
-

Copied: phantomjs/repos/community-i686/PKGBUILD (from rev 97045, 
phantomjs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-11 13:42:10 UTC (rev 97046)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: grimsock lord.grimsock at gmail dot com
+# Contributor: Dieter Plaetinck die...@plaetinck.be
+# Contributor: Vladimir Chizhov jagot...@gmail.com
+# Contributor: Henry Tang henry...@gmail.com
+
+pkgname=phantomjs
+pkgver=1.9.2
+pkgrel=1
+pkgdesc=Headless WebKit with JavaScript API
+url=http://www.phantomjs.org/;
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('gstreamer0.10-base' 'fontconfig' 'freetype2')
+makedepends=('unzip')
+source=(http://phantomjs.googlecode.com/files/${pkgname}-${pkgver}-source.zip;)
+noextract=(${pkgname}-${pkgver}-source.zip)
+
+build() {
+  # workaround for https://code.google.com/p/libarchive/issues/detail?id=271
+  # cd $srcdir/$pkgname-$pkgver
+  unzip ${pkgname}-${pkgver}-source.zip
+
+  cd $pkgname-$pkgver
+  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
+  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
+
+  ./build.sh --confirm --qt-config -no-rpath
+}
+
+package() {
+  install -Dm755 $srcdir/$pkgname-$pkgver/bin/phantomjs 
$pkgdir/usr/bin/phantomjs
+
+  mkdir -p $pkgdir/usr/share/$pkgname
+  cp -r $srcdir/$pkgname-$pkgver/examples $pkgdir/usr/share/$pkgname/
+
+  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE.BSD 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.BSD
+  install -Dm644 $srcdir/$pkgname-$pkgver/third-party.txt 
$pkgdir/usr/share/licenses/$pkgname/third-party.txt
+}
+
+sha512sums=('ada4010a1ba43950f25bcf42bc41f158c8dc91320edff18efece68c69cd16d1246512fbd66e2dcbe9d0ecd71d8587252570072e2499ec9dfce0ac871c0ce2720')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-11 13:40:40 UTC (rev 97045)
+++ community-x86_64/PKGBUILD   2013-09-11 13:42:10 UTC (rev 97046)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: grimsock lord.grimsock at gmail dot com
-# Contributor: Dieter Plaetinck die...@plaetinck.be
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Henry Tang 

[arch-commits] Commit in phantomjs/repos (4 files)

2013-06-07 Thread Felix Yan
Date: Friday, June 7, 2013 @ 13:18:15
  Author: fyan
Revision: 92506

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

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

---+
 community-i686/PKGBUILD   |   42 ++
 community-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: phantomjs/repos/community-i686/PKGBUILD (from rev 92505, 
phantomjs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-07 11:18:15 UTC (rev 92506)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: grimsock lord.grimsock at gmail dot com
+# Contributor: Dieter Plaetinck die...@plaetinck.be
+# Contributor: Vladimir Chizhov jagot...@gmail.com
+# Contributor: Henry Tang henry...@gmail.com
+
+pkgname=phantomjs
+pkgver=1.9.1
+pkgrel=2
+pkgdesc=Headless WebKit with JavaScript API
+url=http://www.phantomjs.org/;
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('gstreamer0.10-base' 'fontconfig' 'freetype2')
+makedepends=('unzip')
+source=(http://phantomjs.googlecode.com/files/${pkgname}-${pkgver}-source.zip;)
+noextract=(${pkgname}-${pkgver}-source.zip)
+md5sums=('93a0043d4ff8cd83e23e9d261c93830d')
+
+build() {
+  # workaround for https://code.google.com/p/libarchive/issues/detail?id=271
+  # cd $srcdir/$pkgname-$pkgver
+  unzip ${pkgname}-${pkgver}-source.zip
+
+  cd $pkgname-$pkgver
+  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
+  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
+
+  ./build.sh --confirm --qt-config -no-rpath
+}
+
+package() {
+  install -Dm755 $srcdir/$pkgname-$pkgver/bin/phantomjs 
$pkgdir/usr/bin/phantomjs
+
+  mkdir -p $pkgdir/usr/share/$pkgname
+  cp -r $srcdir/$pkgname-$pkgver/examples $pkgdir/usr/share/$pkgname/
+
+  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE.BSD 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.BSD
+  install -Dm644 $srcdir/$pkgname-$pkgver/third-party.txt 
$pkgdir/usr/share/licenses/$pkgname/third-party.txt
+}
+

Copied: phantomjs/repos/community-x86_64/PKGBUILD (from rev 92505, 
phantomjs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-07 11:18:15 UTC (rev 92506)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: grimsock lord.grimsock at gmail dot com
+# Contributor: Dieter Plaetinck die...@plaetinck.be
+# Contributor: Vladimir Chizhov jagot...@gmail.com
+# Contributor: Henry Tang henry...@gmail.com
+
+pkgname=phantomjs
+pkgver=1.9.1
+pkgrel=2
+pkgdesc=Headless WebKit with JavaScript API
+url=http://www.phantomjs.org/;
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('gstreamer0.10-base' 'fontconfig' 'freetype2')
+makedepends=('unzip')
+source=(http://phantomjs.googlecode.com/files/${pkgname}-${pkgver}-source.zip;)
+noextract=(${pkgname}-${pkgver}-source.zip)
+md5sums=('93a0043d4ff8cd83e23e9d261c93830d')
+
+build() {
+  # workaround for https://code.google.com/p/libarchive/issues/detail?id=271
+  # cd $srcdir/$pkgname-$pkgver
+  unzip ${pkgname}-${pkgver}-source.zip
+
+  cd $pkgname-$pkgver
+  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
+  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
+
+  ./build.sh --confirm --qt-config -no-rpath
+}
+
+package() {
+  install -Dm755 $srcdir/$pkgname-$pkgver/bin/phantomjs 
$pkgdir/usr/bin/phantomjs
+
+  mkdir -p $pkgdir/usr/share/$pkgname
+  cp -r $srcdir/$pkgname-$pkgver/examples $pkgdir/usr/share/$pkgname/
+
+  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE.BSD 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.BSD
+  install -Dm644 $srcdir/$pkgname-$pkgver/third-party.txt 
$pkgdir/usr/share/licenses/$pkgname/third-party.txt
+}
+