[arch-commits] Commit in gnome-online-accounts/repos (4 files)
Jan de Groot
jgc at archlinux.org
Mon Apr 3 17:27:29 UTC 2017
Date: Monday, April 3, 2017 @ 17:27:28
Author: jgc
Revision: 292040
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
gnome-online-accounts/repos/gnome-unstable-i686/
gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD
(from rev 292039, gnome-online-accounts/trunk/PKGBUILD)
gnome-online-accounts/repos/gnome-unstable-x86_64/
gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292039, gnome-online-accounts/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 58 +++++++++++++++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 58 +++++++++++++++++++++++++++++++++++++++
2 files changed, 116 insertions(+)
Copied: gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD (from rev 292039, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2017-04-03 17:27:28 UTC (rev 292040)
@@ -0,0 +1,58 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.24.0+6+g8108ad4c
+pkgrel=1
+pkgdesc="Single sign-on framework for GNOME"
+url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
+makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
+optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
+ 'gvfs-google: Google Drive')
+_commit=8108ad4c2ab1d72a5bd413ab50d3b9f8d8e6f91c # master
+source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit"
+ "git+https://git.gnome.org/browse/telepathy-account-widgets")
+sha256sums=('SKIP'
+ 'SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+
+ git submodule init
+ git config --local submodule.telepathy-account-widgets.url "$srcdir/telepathy-account-widgets"
+ git submodule update
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/$pkgname \
+ --disable-static \
+ --enable-media-server \
+ --enable-kerberos \
+ --enable-lastfm \
+ --enable-gtk-doc
+
+ 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: gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292039, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2017-04-03 17:27:28 UTC (rev 292040)
@@ -0,0 +1,58 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.24.0+6+g8108ad4c
+pkgrel=1
+pkgdesc="Single sign-on framework for GNOME"
+url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
+makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
+optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
+ 'gvfs-google: Google Drive')
+_commit=8108ad4c2ab1d72a5bd413ab50d3b9f8d8e6f91c # master
+source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit"
+ "git+https://git.gnome.org/browse/telepathy-account-widgets")
+sha256sums=('SKIP'
+ 'SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+
+ git submodule init
+ git config --local submodule.telepathy-account-widgets.url "$srcdir/telepathy-account-widgets"
+ git submodule update
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/$pkgname \
+ --disable-static \
+ --enable-media-server \
+ --enable-kerberos \
+ --enable-lastfm \
+ --enable-gtk-doc
+
+ 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:
More information about the arch-commits
mailing list