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

2015-01-27 Thread Andrea Scarpino
Date: Tuesday, January 27, 2015 @ 15:13:37
  Author: andrea
Revision: 126646

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

Added:
  pywebkitgtk/repos/community-i686/
  pywebkitgtk/repos/community-i686/PKGBUILD
(from rev 126645, pywebkitgtk/trunk/PKGBUILD)
  pywebkitgtk/repos/community-x86_64/
  pywebkitgtk/repos/community-x86_64/PKGBUILD
(from rev 126645, pywebkitgtk/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   27 +++
 community-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: pywebkitgtk/repos/community-i686/PKGBUILD (from rev 126645, 
pywebkitgtk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-27 14:13:37 UTC (rev 126646)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Angel Velasquez   
+# Contributor: kasa 
+# Contributor: Daniel J Griffiths 
+
+pkgname=pywebkitgtk
+pkgver=1.1.8
+pkgrel=3
+pkgdesc="Python bindings to the WebKit GTK+ port"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pywebkitgtk/";
+license=('LGPL')
+depends=('webkitgtk2' 'pygtk')
+options=('!makeflags')
+source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('158335385354ba38090c9324b37bf225')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Copied: pywebkitgtk/repos/community-x86_64/PKGBUILD (from rev 126645, 
pywebkitgtk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-27 14:13:37 UTC (rev 126646)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Angel Velasquez   
+# Contributor: kasa 
+# Contributor: Daniel J Griffiths 
+
+pkgname=pywebkitgtk
+pkgver=1.1.8
+pkgrel=3
+pkgdesc="Python bindings to the WebKit GTK+ port"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pywebkitgtk/";
+license=('LGPL')
+depends=('webkitgtk2' 'pygtk')
+options=('!makeflags')
+source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('158335385354ba38090c9324b37bf225')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 03:33:41
  Author: eric
Revision: 197579

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

Added:
  pywebkitgtk/repos/extra-i686/PKGBUILD
(from rev 197578, pywebkitgtk/trunk/PKGBUILD)
  pywebkitgtk/repos/extra-x86_64/PKGBUILD
(from rev 197578, pywebkitgtk/trunk/PKGBUILD)
Deleted:
  pywebkitgtk/repos/extra-i686/PKGBUILD
  pywebkitgtk/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 extra-i686/PKGBUILD   |   27 
 extra-x86_64/PKGBUILD |   27 
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-27 02:31:49 UTC (rev 197578)
+++ extra-i686/PKGBUILD 2013-10-27 02:33:41 UTC (rev 197579)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez   
-# Contributor: kasa 
-# Contributor: Daniel J Griffiths 
-
-pkgname=pywebkitgtk
-pkgver=1.1.8
-pkgrel=2
-pkgdesc="Python bindings to the WebKit GTK+ port"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/pywebkitgtk/";
-license=('LGPL')
-depends=('libwebkit' 'pygtk')
-options=('!libtool' '!makeflags')
-source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('158335385354ba38090c9324b37bf225')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: pywebkitgtk/repos/extra-i686/PKGBUILD (from rev 197578, 
pywebkitgtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-27 02:33:41 UTC (rev 197579)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Angel Velasquez   
+# Contributor: kasa 
+# Contributor: Daniel J Griffiths 
+
+pkgname=pywebkitgtk
+pkgver=1.1.8
+pkgrel=3
+pkgdesc="Python bindings to the WebKit GTK+ port"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pywebkitgtk/";
+license=('LGPL')
+depends=('webkitgtk2' 'pygtk')
+options=('!makeflags')
+source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('158335385354ba38090c9324b37bf225')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-27 02:31:49 UTC (rev 197578)
+++ extra-x86_64/PKGBUILD   2013-10-27 02:33:41 UTC (rev 197579)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez   
-# Contributor: kasa 
-# Contributor: Daniel J Griffiths 
-
-pkgname=pywebkitgtk
-pkgver=1.1.8
-pkgrel=2
-pkgdesc="Python bindings to the WebKit GTK+ port"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/pywebkitgtk/";
-license=('LGPL')
-depends=('libwebkit' 'pygtk')
-options=('!libtool' '!makeflags')
-source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('158335385354ba38090c9324b37bf225')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: pywebkitgtk/repos/extra-x86_64/PKGBUILD (from rev 197578, 
pywebkitgtk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-27 02:33:41 UTC (rev 197579)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Angel Velasquez   
+# Contributor: kasa 
+# Contributor: Daniel J Griffiths 
+
+pkgname=pywebkitgtk
+pkgver=1.1.8
+pkgrel=3
+pkgdesc="Python bindings to the WebKit GTK+ port"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pywebkitgtk/";
+license=('LGPL')
+depends=('webkitgtk2' 'pygtk')
+options=('!makeflags')
+source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('158335385354ba38090c9324b37bf225')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}



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

2012-01-28 Thread Angel Velásquez
Date: Saturday, January 28, 2012 @ 22:55:38
  Author: angvp
Revision: 147954

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

Added:
  pywebkitgtk/repos/staging-i686/
  pywebkitgtk/repos/staging-i686/PKGBUILD
(from rev 147953, pywebkitgtk/trunk/PKGBUILD)
  pywebkitgtk/repos/staging-x86_64/
  pywebkitgtk/repos/staging-x86_64/PKGBUILD
(from rev 147953, pywebkitgtk/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: pywebkitgtk/repos/staging-i686/PKGBUILD (from rev 147953, 
pywebkitgtk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-29 03:55:38 UTC (rev 147954)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Angel Velasquez   
+# Contributor: kasa 
+# Contributor: Daniel J Griffiths 
+
+pkgname=pywebkitgtk
+pkgver=1.1.8
+pkgrel=2
+pkgdesc="Python bindings to the WebKit GTK+ port"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pywebkitgtk/";
+license=('LGPL')
+depends=('libwebkit' 'pygtk')
+options=('!libtool' '!makeflags')
+source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('158335385354ba38090c9324b37bf225')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: pywebkitgtk/repos/staging-x86_64/PKGBUILD (from rev 147953, 
pywebkitgtk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-29 03:55:38 UTC (rev 147954)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Angel Velasquez   
+# Contributor: kasa 
+# Contributor: Daniel J Griffiths 
+
+pkgname=pywebkitgtk
+pkgver=1.1.8
+pkgrel=2
+pkgdesc="Python bindings to the WebKit GTK+ port"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pywebkitgtk/";
+license=('LGPL')
+depends=('libwebkit' 'pygtk')
+options=('!libtool' '!makeflags')
+source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('158335385354ba38090c9324b37bf225')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}