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

Ionut Biru ibiru at archlinux.org
Sun Feb 5 11:54:33 UTC 2012


    Date: Sunday, February 5, 2012 @ 06:54:33
  Author: ibiru
Revision: 148893

db-move: moved pywebkitgtk from [testing] to [extra] (i686)

Added:
  pywebkitgtk/repos/extra-i686/PKGBUILD
    (from rev 148654, pywebkitgtk/repos/testing-i686/PKGBUILD)
Deleted:
  pywebkitgtk/repos/extra-i686/PKGBUILD
  pywebkitgtk/repos/testing-i686/

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-05 11:54:30 UTC (rev 148892)
+++ extra-i686/PKGBUILD	2012-02-05 11:54:33 UTC (rev 148893)
@@ -1,27 +0,0 @@
-# $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=1
-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 148654, pywebkitgtk/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-05 11:54:33 UTC (rev 148893)
@@ -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=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
+}




More information about the arch-commits mailing list