Date: Monday, November 7, 2016 @ 19:48:30
  Author: bpiotrowski
Revision: 280125

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  folks/repos/staging-i686/
  folks/repos/staging-i686/PKGBUILD
    (from rev 280124, folks/trunk/PKGBUILD)
  folks/repos/staging-x86_64/
  folks/repos/staging-x86_64/PKGBUILD
    (from rev 280124, folks/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   44 ++++++++++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   44 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 88 insertions(+)

Copied: folks/repos/staging-i686/PKGBUILD (from rev 280124, 
folks/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2016-11-07 19:48:30 UTC (rev 280125)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru <[email protected]>
+
+pkgname=folks
+pkgver=0.11.3
+pkgrel=3
+pkgdesc="Library to aggregates people into metacontacts"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/Folks";
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server)
+makedepends=(gobject-introspection intltool vala git)
+_commit=6d1d4ed7e96564ee13ab0a7db71e9da0e766d51a
+source=("git://git.gnome.org/folks#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-schemas-compile \
+    --disable-libsocialweb-backend --disable-fatal-warnings
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/staging-x86_64/PKGBUILD (from rev 280124, 
folks/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2016-11-07 19:48:30 UTC (rev 280125)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru <[email protected]>
+
+pkgname=folks
+pkgver=0.11.3
+pkgrel=3
+pkgdesc="Library to aggregates people into metacontacts"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/Folks";
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server)
+makedepends=(gobject-introspection intltool vala git)
+_commit=6d1d4ed7e96564ee13ab0a7db71e9da0e766d51a
+source=("git://git.gnome.org/folks#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-schemas-compile \
+    --disable-libsocialweb-backend --disable-fatal-warnings
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to