Date: Thursday, October 18, 2012 @ 15:24:00
  Author: jgc
Revision: 169184

db-move: moved json-glib from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  json-glib/repos/testing-i686/
  json-glib/repos/testing-i686/PKGBUILD
    (from rev 169138, json-glib/repos/gnome-unstable-i686/PKGBUILD)
  json-glib/repos/testing-x86_64/
  json-glib/repos/testing-x86_64/PKGBUILD
    (from rev 169138, json-glib/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  json-glib/repos/gnome-unstable-i686/
  json-glib/repos/gnome-unstable-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: json-glib/repos/testing-i686/PKGBUILD (from rev 169138, 
json-glib/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-10-18 19:24:00 UTC (rev 169184)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ib...@archlinux.org>
+
+pkgname=json-glib
+pkgver=0.15.2
+pkgrel=1
+pkgdesc="JSON library built on GLib"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/JsonGlib";
+license=('GPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.15/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f090cd94acc85989e033d72028fa70863d05092ae5bba6b454e70c132b24cdde')
+
+build(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+check(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}

Copied: json-glib/repos/testing-x86_64/PKGBUILD (from rev 169138, 
json-glib/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-10-18 19:24:00 UTC (rev 169184)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ib...@archlinux.org>
+
+pkgname=json-glib
+pkgver=0.15.2
+pkgrel=1
+pkgdesc="JSON library built on GLib"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/JsonGlib";
+license=('GPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.15/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f090cd94acc85989e033d72028fa70863d05092ae5bba6b454e70c132b24cdde')
+
+build(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+check(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}

Reply via email to