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

Daniel Isenmann daniel at nymeria.archlinux.org
Tue Jul 1 17:31:50 UTC 2014


    Date: Tuesday, July 1, 2014 @ 19:31:50
  Author: daniel
Revision: 216141

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 17:31:46 UTC (rev 216140)
+++ PKGBUILD	2014-07-01 17:31:50 UTC (rev 216141)
@@ -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=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
-}

Copied: gkeyfile-sharp/repos/extra-any/PKGBUILD (from rev 216140, gkeyfile-sharp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 17:31:50 UTC (rev 216141)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : Daniel Isenmann <daniel 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=3
+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=('0f43ffd9ebe39969e2c7661b81a6dfae')
+
+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