[arch-commits] Commit in gkeyfile-sharp/repos/extra-any (PKGBUILD PKGBUILD)

Ionut Biru ibiru at archlinux.org
Thu Feb 23 12:20:04 UTC 2012


    Date: Thursday, February 23, 2012 @ 07:20:03
  Author: ibiru
Revision: 150834

archrelease: copy trunk to extra-any

Added:
  gkeyfile-sharp/repos/extra-any/PKGBUILD
    (from rev 150833, gkeyfile-sharp/trunk/PKGBUILD)
Deleted:
  gkeyfile-sharp/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-23 12:19:33 UTC (rev 150833)
+++ PKGBUILD	2012-02-23 12:20:03 UTC (rev 150834)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: György Balló <ballogy at freestart.hu>
-pkgname=gkeyfile-sharp
-pkgver=0.1
-_pkgver=GKEYFILE_SHARP_0_1-0-g07a401a
-_git=662c5c1
-pkgrel=1
-pkgdesc="Mono bindings for GLib’s GKeyFile"
-arch=('any')
-url="http://github.com/mono/gkeyfile-sharp"
-license=('LGPL')
-depends=('gtk-sharp-2>=2.12.9')
-source=(mono-$pkgname-$_pkgver.tar.gz::https://github.com/mono/gkeyfile-sharp/zipball/GKEYFILE_SHARP_0_1)
-md5sums=('cf2467dde223454d7eda0a8406518458')
-
-build() {
-  cd "$srcdir/mono-$pkgname-$_git"
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/mono-$pkgname-$_git"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: gkeyfile-sharp/repos/extra-any/PKGBUILD (from rev 150833, gkeyfile-sharp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-23 12:20:03 UTC (rev 150834)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: György Balló <ballogy at freestart.hu>
+pkgname=gkeyfile-sharp
+pkgver=0.1
+_pkgver=GKEYFILE_SHARP_0_1-0-g07a401a
+_git=662c5c1
+pkgrel=2
+pkgdesc="Mono bindings for GLib’s GKeyFile"
+arch=('any')
+url="http://github.com/mono/gkeyfile-sharp"
+license=('LGPL')
+depends=('gtk-sharp-2')
+source=(mono-$pkgname-$_pkgver.tar.gz::https://github.com/mono/gkeyfile-sharp/zipball/GKEYFILE_SHARP_0_1)
+md5sums=('cf2467dde223454d7eda0a8406518458')
+
+build() {
+  cd "$srcdir/mono-$pkgname-$_git"
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/mono-$pkgname-$_git"
+
+  make DESTDIR="$pkgdir/" install
+}




More information about the arch-commits mailing list