[arch-commits] Commit in libzapojit/repos (4 files)

Jan de Groot jgc at nymeria.archlinux.org
Wed Mar 27 18:54:24 UTC 2013


    Date: Wednesday, March 27, 2013 @ 19:54:24
  Author: jgc
Revision: 180888

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libzapojit/repos/gnome-unstable-i686/
  libzapojit/repos/gnome-unstable-i686/PKGBUILD
    (from rev 180887, libzapojit/trunk/PKGBUILD)
  libzapojit/repos/gnome-unstable-x86_64/
  libzapojit/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 180887, libzapojit/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: libzapojit/repos/gnome-unstable-i686/PKGBUILD (from rev 180887, libzapojit/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2013-03-27 18:54:24 UTC (rev 180888)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libzapojit
+pkgver=0.0.3
+pkgrel=1
+pkgdesc="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection')
+url="http://www.gnome.org"
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3d25f99329105abb99d1e9651b0aa1842065456ea54c22970a7330e9f3d1c37e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libzapojit/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180887, libzapojit/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2013-03-27 18:54:24 UTC (rev 180888)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libzapojit
+pkgver=0.0.3
+pkgrel=1
+pkgdesc="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection')
+url="http://www.gnome.org"
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3d25f99329105abb99d1e9651b0aa1842065456ea54c22970a7330e9f3d1c37e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list