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

Jan Steffens heftig at archlinux.org
Tue Oct 30 22:47:18 UTC 2012


    Date: Tuesday, October 30, 2012 @ 18:47:17
  Author: heftig
Revision: 169961

db-move: moved libzapojit from [testing] to [extra] (i686, x86_64)

Added:
  libzapojit/repos/extra-i686/
  libzapojit/repos/extra-i686/PKGBUILD
    (from rev 169922, libzapojit/repos/testing-i686/PKGBUILD)
  libzapojit/repos/extra-x86_64/
  libzapojit/repos/extra-x86_64/PKGBUILD
    (from rev 169922, libzapojit/repos/testing-x86_64/PKGBUILD)
Deleted:
  libzapojit/repos/testing-i686/
  libzapojit/repos/testing-x86_64/

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

Copied: libzapojit/repos/extra-i686/PKGBUILD (from rev 169922, libzapojit/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-10-30 22:47:17 UTC (rev 169961)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libzapojit
+pkgver=0.0.2
+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=('7b5a2fcf8e94fa8c869098b8461104633f4b046c471a03e3fea2b1a358574b24')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libzapojit/repos/extra-x86_64/PKGBUILD (from rev 169922, libzapojit/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-10-30 22:47:17 UTC (rev 169961)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libzapojit
+pkgver=0.0.2
+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=('7b5a2fcf8e94fa8c869098b8461104633f4b046c471a03e3fea2b1a358574b24')
+
+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