[arch-commits] Commit in folks/repos (4 files)
Jan Steffens
heftig at archlinux.org
Mon Jul 3 08:50:59 UTC 2017
Date: Monday, July 3, 2017 @ 08:50:59
Author: heftig
Revision: 299564
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
folks/repos/extra-i686/PKGBUILD
(from rev 299563, folks/trunk/PKGBUILD)
folks/repos/extra-x86_64/PKGBUILD
(from rev 299563, folks/trunk/PKGBUILD)
Deleted:
folks/repos/extra-i686/PKGBUILD
folks/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 88 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 44 ------------------------
extra-x86_64/PKGBUILD | 44 ------------------------
3 files changed, 88 insertions(+), 88 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-07-03 08:50:16 UTC (rev 299563)
+++ extra-i686/PKGBUILD 2017-07-03 08:50:59 UTC (rev 299564)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=folks
-pkgver=0.11.3+43+g780d64a9
-pkgrel=1
-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=780d64a984fb014e0ee7b633a24a9c4fda1df21e # master
-source=("git+https://git.gnome.org/browse/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/extra-i686/PKGBUILD (from rev 299563, folks/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-03 08:50:59 UTC (rev 299564)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.11.4
+pkgrel=1
+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=9d29ec2c5d6763b079f56940d5aaf4c13b0b3510 # tags/0.11.4^0
+source=("git+https://git.gnome.org/browse/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:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-07-03 08:50:16 UTC (rev 299563)
+++ extra-x86_64/PKGBUILD 2017-07-03 08:50:59 UTC (rev 299564)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=folks
-pkgver=0.11.3+43+g780d64a9
-pkgrel=1
-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=780d64a984fb014e0ee7b633a24a9c4fda1df21e # master
-source=("git+https://git.gnome.org/browse/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/extra-x86_64/PKGBUILD (from rev 299563, folks/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-07-03 08:50:59 UTC (rev 299564)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.11.4
+pkgrel=1
+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=9d29ec2c5d6763b079f56940d5aaf4c13b0b3510 # tags/0.11.4^0
+source=("git+https://git.gnome.org/browse/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:
More information about the arch-commits
mailing list