[arch-commits] Commit in gnome-online-accounts/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Dec 14 20:53:18 UTC 2017
Date: Thursday, December 14, 2017 @ 20:53:17
Author: heftig
Revision: 312675
archrelease: copy trunk to extra-x86_64
Added:
gnome-online-accounts/repos/extra-x86_64/PKGBUILD
(from rev 312674, gnome-online-accounts/trunk/PKGBUILD)
Deleted:
gnome-online-accounts/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 120 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 60 insertions(+), 60 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-14 20:39:15 UTC (rev 312674)
+++ PKGBUILD 2017-12-14 20:53:17 UTC (rev 312675)
@@ -1,60 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.26.1
-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=b36db9948f24637c37c6485a129757498454c5ea # tags/3.26.1^0
-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-inspector \
- --enable-media-server \
- --enable-kerberos \
- --enable-lastfm \
- --enable-todoist \
- --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/extra-x86_64/PKGBUILD (from rev 312674, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-14 20:53:17 UTC (rev 312675)
@@ -0,0 +1,60 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="Single sign-on framework for GNOME"
+url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
+arch=(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=ff9f1e7da6278dbda262cf65e70224f61f81d293 # tags/3.26.2^0
+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 \
+ --disable-static \
+ --enable-inspector \
+ --enable-media-server \
+ --enable-kerberos \
+ --enable-lastfm \
+ --enable-todoist \
+ --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