[arch-commits] Commit in folks/repos (4 files)
Jan Steffens
heftig at archlinux.org
Wed Sep 28 13:18:22 UTC 2016
Date: Wednesday, September 28, 2016 @ 13:18:22
Author: heftig
Revision: 277253
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
folks/repos/gnome-unstable-i686/PKGBUILD
(from rev 277252, folks/trunk/PKGBUILD)
folks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 277252, folks/trunk/PKGBUILD)
Deleted:
folks/repos/gnome-unstable-i686/PKGBUILD
folks/repos/gnome-unstable-x86_64/PKGBUILD
--------------------------------+
/PKGBUILD | 88 +++++++++++++++++++++++++++++++++++++++
gnome-unstable-i686/PKGBUILD | 44 -------------------
gnome-unstable-x86_64/PKGBUILD | 44 -------------------
3 files changed, 88 insertions(+), 88 deletions(-)
Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD 2016-09-28 13:16:46 UTC (rev 277252)
+++ gnome-unstable-i686/PKGBUILD 2016-09-28 13:18:22 UTC (rev 277253)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=folks
-pkgver=0.11.3
-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 zeitgeist)
-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/gnome-unstable-i686/PKGBUILD (from rev 277252, folks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2016-09-28 13:18:22 UTC (rev 277253)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.11.3
+pkgrel=2
+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:
Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD 2016-09-28 13:16:46 UTC (rev 277252)
+++ gnome-unstable-x86_64/PKGBUILD 2016-09-28 13:18:22 UTC (rev 277253)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=folks
-pkgver=0.11.3
-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 zeitgeist)
-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/gnome-unstable-x86_64/PKGBUILD (from rev 277252, folks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2016-09-28 13:18:22 UTC (rev 277253)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.11.3
+pkgrel=2
+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:
More information about the arch-commits
mailing list