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

Felix Yan fyan at archlinux.org
Thu Oct 23 14:22:02 UTC 2014


    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 <felixonmars at gmail.com>
-# Contributor: grimsock <lord.grimsock at gmail dot com>
-# Contributor: Dieter Plaetinck <dieter at plaetinck.be>
-# Contributor: Vladimir Chizhov <jagoterr at gmail.com>
-# Contributor: Henry Tang <henryykt at 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 <felixonmars at gmail.com>
+# Contributor: grimsock <lord.grimsock at gmail dot com>
+# Contributor: Dieter Plaetinck <dieter at plaetinck.be>
+# Contributor: Vladimir Chizhov <jagoterr at gmail.com>
+# Contributor: Henry Tang <henryykt at 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 <felixonmars at gmail.com>
-# Contributor: grimsock <lord.grimsock at gmail dot com>
-# Contributor: Dieter Plaetinck <dieter at plaetinck.be>
-# Contributor: Vladimir Chizhov <jagoterr at gmail.com>
-# Contributor: Henry Tang <henryykt at 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-x86_64/PKGBUILD (from rev 121295, phantomjs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-10-23 14:22:02 UTC (rev 121296)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: grimsock <lord.grimsock at gmail dot com>
+# Contributor: Dieter Plaetinck <dieter at plaetinck.be>
+# Contributor: Vladimir Chizhov <jagoterr at gmail.com>
+# Contributor: Henry Tang <henryykt at 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')



More information about the arch-commits mailing list