[arch-commits] Commit in webkitgtk-sharp (5 files)

Balló György bgyorgy at nymeria.archlinux.org
Sun May 11 19:08:20 UTC 2014


    Date: Sunday, May 11, 2014 @ 21:08:20
  Author: bgyorgy
Revision: 110988

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

Added:
  webkitgtk-sharp/repos/
  webkitgtk-sharp/repos/community-i686/
  webkitgtk-sharp/repos/community-i686/PKGBUILD
    (from rev 110987, webkitgtk-sharp/trunk/PKGBUILD)
  webkitgtk-sharp/repos/community-x86_64/
  webkitgtk-sharp/repos/community-x86_64/PKGBUILD
    (from rev 110987, webkitgtk-sharp/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: webkitgtk-sharp/repos/community-i686/PKGBUILD (from rev 110987, webkitgtk-sharp/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2014-05-11 19:08:20 UTC (rev 110988)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=webkitgtk-sharp
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="C# bindings for WebKitGTK+"
+arch=('i686' 'x86_64')
+url="https://github.com/xDarkice/webkitgtk-sharp"
+license=('LGPL')
+depends=('gtk-sharp-3' 'webkitgtk')
+makedepends=('git' 'soup-sharp')
+source=($pkgname-$pkgver::git://github.com/xDarkice/webkitgtk-sharp.git#commit=f0c32b5fce3043582f4666327f23fdf8914bee66)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh --prefix=/usr
+  make -j1
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: webkitgtk-sharp/repos/community-x86_64/PKGBUILD (from rev 110987, webkitgtk-sharp/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2014-05-11 19:08:20 UTC (rev 110988)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=webkitgtk-sharp
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="C# bindings for WebKitGTK+"
+arch=('i686' 'x86_64')
+url="https://github.com/xDarkice/webkitgtk-sharp"
+license=('LGPL')
+depends=('gtk-sharp-3' 'webkitgtk')
+makedepends=('git' 'soup-sharp')
+source=($pkgname-$pkgver::git://github.com/xDarkice/webkitgtk-sharp.git#commit=f0c32b5fce3043582f4666327f23fdf8914bee66)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh --prefix=/usr
+  make -j1
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list