[arch-commits] Commit in gnome-online-accounts/repos (4 files)
Jan Steffens
heftig at archlinux.org
Tue Oct 11 12:18:45 UTC 2016
Date: Tuesday, October 11, 2016 @ 12:18:44
Author: heftig
Revision: 278220
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
gnome-online-accounts/repos/testing-i686/PKGBUILD
(from rev 278219, gnome-online-accounts/trunk/PKGBUILD)
gnome-online-accounts/repos/testing-x86_64/PKGBUILD
(from rev 278219, gnome-online-accounts/trunk/PKGBUILD)
Deleted:
gnome-online-accounts/repos/testing-i686/PKGBUILD
gnome-online-accounts/repos/testing-x86_64/PKGBUILD
-------------------------+
/PKGBUILD | 102 ++++++++++++++++++++++++++++++++++++++++++++++
testing-i686/PKGBUILD | 51 -----------------------
testing-x86_64/PKGBUILD | 51 -----------------------
3 files changed, 102 insertions(+), 102 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2016-10-11 12:18:34 UTC (rev 278219)
+++ testing-i686/PKGBUILD 2016-10-11 12:18:44 UTC (rev 278220)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.22.0
-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=e7cc249b3564388df60116f566706a62f166ad6b
-source=("git://git.gnome.org/gnome-online-accounts#commit=$_commit")
-sha256sums=('SKIP')
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-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/testing-i686/PKGBUILD (from rev 278219, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-10-11 12:18:44 UTC (rev 278220)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.22.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=aecc7a8ccc3d42b8788c597b0cd2ac25a54f254c # tags/3.22.1^0
+source=("git://git.gnome.org/gnome-online-accounts#commit=$_commit")
+sha256sums=('SKIP')
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+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:
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2016-10-11 12:18:34 UTC (rev 278219)
+++ testing-x86_64/PKGBUILD 2016-10-11 12:18:44 UTC (rev 278220)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.22.0
-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=e7cc249b3564388df60116f566706a62f166ad6b
-source=("git://git.gnome.org/gnome-online-accounts#commit=$_commit")
-sha256sums=('SKIP')
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-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/testing-x86_64/PKGBUILD (from rev 278219, gnome-online-accounts/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-11 12:18:44 UTC (rev 278220)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.22.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=aecc7a8ccc3d42b8788c597b0cd2ac25a54f254c # tags/3.22.1^0
+source=("git://git.gnome.org/gnome-online-accounts#commit=$_commit")
+sha256sums=('SKIP')
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+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