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

Jan de Groot jgc at archlinux.org
Thu Sep 22 10:33:34 UTC 2016


    Date: Thursday, September 22, 2016 @ 10:33:34
  Author: jgc
Revision: 276826

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 276825, libzapojit/trunk/PKGBUILD)
  libzapojit/repos/gnome-unstable-x86_64/
  libzapojit/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 276825, libzapojit/trunk/PKGBUILD)

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

Copied: libzapojit/repos/gnome-unstable-i686/PKGBUILD (from rev 276825, libzapojit/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-09-22 10:33:34 UTC (rev 276826)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libzapojit
+pkgver=0.0.3+11+g840627d
+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' 'gnome-common' 'git' 'gtk-doc')
+url="http://www.gnome.org"
+_commit=840627d582534dafff7e05c090fb6e1a65ed2199
+source=("git://git.gnome.org/libzapojit#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: libzapojit/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276825, libzapojit/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-09-22 10:33:34 UTC (rev 276826)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libzapojit
+pkgver=0.0.3+11+g840627d
+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' 'gnome-common' 'git' 'gtk-doc')
+url="http://www.gnome.org"
+_commit=840627d582534dafff7e05c090fb6e1a65ed2199
+source=("git://git.gnome.org/libzapojit#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list