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

Andrea Scarpino andrea at archlinux.org
Tue Jan 27 14:13:37 UTC 2015


    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 <angvp at archlinux.org>  
+# Contributor: kasa <biuta.jr at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+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 <angvp at archlinux.org>  
+# Contributor: kasa <biuta.jr at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+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
+}



More information about the arch-commits mailing list