[arch-commits] Commit in folks/repos (6 files)

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 08:49:10
  Author: heftig
Revision: 272549

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  folks/repos/extra-i686/PKGBUILD
(from rev 272548, folks/trunk/PKGBUILD)
  folks/repos/extra-x86_64/PKGBUILD
(from rev 272548, folks/trunk/PKGBUILD)
Deleted:
  folks/repos/extra-i686/PKGBUILD
  folks/repos/extra-i686/folks.install
  folks/repos/extra-x86_64/PKGBUILD
  folks/repos/extra-x86_64/folks.install

+
 /PKGBUILD  |   68 +++
 extra-i686/PKGBUILD|   35 --
 extra-i686/folks.install   |   11 --
 extra-x86_64/PKGBUILD  |   35 --
 extra-x86_64/folks.install |   11 --
 5 files changed, 68 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-28 08:48:49 UTC (rev 272548)
+++ extra-i686/PKGBUILD 2016-07-28 08:49:10 UTC (rev 272549)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=folks
-pkgver=0.11.2
-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)
-install=folks.install
-options=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('35a80a40e0cf68d5e86eff2ad55320f17427f66377c453ba5a1dbbd71755a1b8')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./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-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: folks/repos/extra-i686/PKGBUILD (from rev 272548, folks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-28 08:49:10 UTC (rev 272549)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=folks
+pkgver=0.11.2
+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 zeitgeist)
+makedepends=(gobject-introspection intltool vala)
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('35a80a40e0cf68d5e86eff2ad55320f17427f66377c453ba5a1dbbd71755a1b8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./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-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/folks.install
===
--- extra-i686/folks.install2016-07-28 08:48:49 UTC (rev 272548)
+++ extra-i686/folks.install2016-07-28 08:49:10 UTC (rev 272549)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-28 08:48:49 UTC (rev 272548)
+++ extra-x86_64/PKGBUILD   2016-07-28 08:49:10 UTC (rev 272549)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=folks
-pkgver=0.11.2
-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)
-install=folks.install
-options=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('35a80a40e0cf68d5e86eff2ad55320f17427f66377c453ba5a1dbbd71755a1b8')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./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-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: folks/repos/extra-x86_64/PKGBUILD (from rev 272548, 
folks/trunk/PKGBUILD)

[arch-commits] Commit in folks/repos (6 files)

2015-09-24 Thread Jan de Groot
Date: Thursday, September 24, 2015 @ 15:13:11
  Author: jgc
Revision: 247250

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  folks/repos/gnome-unstable-i686/
  folks/repos/gnome-unstable-i686/PKGBUILD
(from rev 247249, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-i686/folks.install
(from rev 247249, folks/trunk/folks.install)
  folks/repos/gnome-unstable-x86_64/
  folks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247249, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-x86_64/folks.install
(from rev 247249, folks/trunk/folks.install)

-+
 gnome-unstable-i686/PKGBUILD|   35 ++
 gnome-unstable-i686/folks.install   |   11 ++
 gnome-unstable-x86_64/PKGBUILD  |   35 ++
 gnome-unstable-x86_64/folks.install |   11 ++
 4 files changed, 92 insertions(+)

Copied: folks/repos/gnome-unstable-i686/PKGBUILD (from rev 247249, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-24 13:13:11 UTC (rev 247250)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=folks
+pkgver=0.11.1
+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 zeitgeist)
+makedepends=(gobject-introspection intltool vala)
+install=folks.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('6740d9074be911959904b40e7264d298bb5622995098ddfa1751dcd2bc4c917d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./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-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-i686/folks.install (from rev 247249, 
folks/trunk/folks.install)
===
--- gnome-unstable-i686/folks.install   (rev 0)
+++ gnome-unstable-i686/folks.install   2015-09-24 13:13:11 UTC (rev 247250)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: folks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247249, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-24 13:13:11 UTC (rev 247250)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=folks
+pkgver=0.11.1
+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 zeitgeist)
+makedepends=(gobject-introspection intltool vala)
+install=folks.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('6740d9074be911959904b40e7264d298bb5622995098ddfa1751dcd2bc4c917d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./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-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-x86_64/folks.install (from rev 247249, 
folks/trunk/folks.install)
===
--- gnome-unstable-x86_64/folks.install (rev 0)
+++ gnome-unstable-x86_64/folks.install 2015-09-24 13:13:11 UTC (rev 247250)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in folks/repos (6 files)

2015-03-13 Thread Jan de Groot
Date: Friday, March 13, 2015 @ 09:56:11
  Author: jgc
Revision: 233427

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  folks/repos/gnome-unstable-i686/
  folks/repos/gnome-unstable-i686/PKGBUILD
(from rev 233426, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-i686/folks.install
(from rev 233426, folks/trunk/folks.install)
  folks/repos/gnome-unstable-x86_64/
  folks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 233426, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-x86_64/folks.install
(from rev 233426, folks/trunk/folks.install)

-+
 gnome-unstable-i686/PKGBUILD|   35 ++
 gnome-unstable-i686/folks.install   |   11 ++
 gnome-unstable-x86_64/PKGBUILD  |   35 ++
 gnome-unstable-x86_64/folks.install |   11 ++
 4 files changed, 92 insertions(+)

Copied: folks/repos/gnome-unstable-i686/PKGBUILD (from rev 233426, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-13 08:56:11 UTC (rev 233427)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.11.0
+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)
+install=folks.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('7f6306344f305538ffda263b1085bdcb7039ec0551825dd503f6a3a18cb73061')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./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-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-i686/folks.install (from rev 233426, 
folks/trunk/folks.install)
===
--- gnome-unstable-i686/folks.install   (rev 0)
+++ gnome-unstable-i686/folks.install   2015-03-13 08:56:11 UTC (rev 233427)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: folks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 233426, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-13 08:56:11 UTC (rev 233427)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.11.0
+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)
+install=folks.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('7f6306344f305538ffda263b1085bdcb7039ec0551825dd503f6a3a18cb73061')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./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-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-x86_64/folks.install (from rev 233426, 
folks/trunk/folks.install)
===
--- gnome-unstable-x86_64/folks.install (rev 0)
+++ gnome-unstable-x86_64/folks.install 2015-03-13 08:56:11 UTC (rev 233427)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in folks/repos (6 files)

2014-09-14 Thread Jan de Groot
Date: Sunday, September 14, 2014 @ 15:35:04
  Author: jgc
Revision: 221715

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  folks/repos/gnome-unstable-i686/
  folks/repos/gnome-unstable-i686/PKGBUILD
(from rev 221714, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-i686/folks.install
(from rev 221714, folks/trunk/folks.install)
  folks/repos/gnome-unstable-x86_64/
  folks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 221714, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-x86_64/folks.install
(from rev 221714, folks/trunk/folks.install)

-+
 gnome-unstable-i686/PKGBUILD|   35 ++
 gnome-unstable-i686/folks.install   |   11 ++
 gnome-unstable-x86_64/PKGBUILD  |   35 ++
 gnome-unstable-x86_64/folks.install |   11 ++
 4 files changed, 92 insertions(+)

Copied: folks/repos/gnome-unstable-i686/PKGBUILD (from rev 221714, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-14 13:35:04 UTC (rev 221715)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.10.0
+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 python2)
+install=folks.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('66e76bb9d095b6c0ba41e37e791e11762c67fd36498511a65085d7a39b771cc2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./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-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-i686/folks.install (from rev 221714, 
folks/trunk/folks.install)
===
--- gnome-unstable-i686/folks.install   (rev 0)
+++ gnome-unstable-i686/folks.install   2014-09-14 13:35:04 UTC (rev 221715)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: folks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 221714, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-14 13:35:04 UTC (rev 221715)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.10.0
+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 python2)
+install=folks.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('66e76bb9d095b6c0ba41e37e791e11762c67fd36498511a65085d7a39b771cc2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./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-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-x86_64/folks.install (from rev 221714, 
folks/trunk/folks.install)
===
--- gnome-unstable-x86_64/folks.install (rev 0)
+++ gnome-unstable-x86_64/folks.install 2014-09-14 13:35:04 UTC (rev 221715)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in folks/repos (6 files)

2014-03-26 Thread Jan de Groot
Date: Wednesday, March 26, 2014 @ 22:09:42
  Author: jgc
Revision: 208774

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  folks/repos/gnome-unstable-i686/
  folks/repos/gnome-unstable-i686/PKGBUILD
(from rev 208773, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-i686/folks.install
(from rev 208773, folks/trunk/folks.install)
  folks/repos/gnome-unstable-x86_64/
  folks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 208773, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-x86_64/folks.install
(from rev 208773, folks/trunk/folks.install)

-+
 gnome-unstable-i686/PKGBUILD|   31 +++
 gnome-unstable-i686/folks.install   |   11 +++
 gnome-unstable-x86_64/PKGBUILD  |   31 +++
 gnome-unstable-x86_64/folks.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: folks/repos/gnome-unstable-i686/PKGBUILD (from rev 208773, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-03-26 21:09:42 UTC (rev 208774)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.9.6
+pkgrel=2
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
+makedepends=(gobject-introspection intltool vala)
+install=folks.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a67e055b5a2724a34a80946e2940c4c0ad708cb1f4e0a09407c6b69a5e40267f')
+
+build() {
+  cd $pkgname-$pkgver
+  #export PKG_CONFIG_PATH=${srcdir}/${pkgname}-${pkgver}/folks
+  ./configure --prefix=/usr --disable-schemas-compile \
+--disable-libsocialweb-backend --disable-fatal-warnings
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-i686/folks.install (from rev 208773, 
folks/trunk/folks.install)
===
--- gnome-unstable-i686/folks.install   (rev 0)
+++ gnome-unstable-i686/folks.install   2014-03-26 21:09:42 UTC (rev 208774)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: folks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 208773, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-03-26 21:09:42 UTC (rev 208774)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.9.6
+pkgrel=2
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
+makedepends=(gobject-introspection intltool vala)
+install=folks.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a67e055b5a2724a34a80946e2940c4c0ad708cb1f4e0a09407c6b69a5e40267f')
+
+build() {
+  cd $pkgname-$pkgver
+  #export PKG_CONFIG_PATH=${srcdir}/${pkgname}-${pkgver}/folks
+  ./configure --prefix=/usr --disable-schemas-compile \
+--disable-libsocialweb-backend --disable-fatal-warnings
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-x86_64/folks.install (from rev 208773, 
folks/trunk/folks.install)
===
--- gnome-unstable-x86_64/folks.install (rev 0)
+++ gnome-unstable-x86_64/folks.install 2014-03-26 21:09:42 UTC (rev 208774)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in folks/repos (6 files)

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 15:02:21
  Author: heftig
Revision: 199494

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  folks/repos/testing-i686/
  folks/repos/testing-i686/PKGBUILD
(from rev 199493, folks/trunk/PKGBUILD)
  folks/repos/testing-i686/folks.install
(from rev 199493, folks/trunk/folks.install)
  folks/repos/testing-x86_64/
  folks/repos/testing-x86_64/PKGBUILD
(from rev 199493, folks/trunk/PKGBUILD)
  folks/repos/testing-x86_64/folks.install
(from rev 199493, folks/trunk/folks.install)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/folks.install   |   11 +++
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/folks.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: folks/repos/testing-i686/PKGBUILD (from rev 199493, 
folks/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-13 14:02:21 UTC (rev 199494)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.9.6
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist 
libtracker-sparql)
+makedepends=(gobject-introspection intltool vala)
+install=folks.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a67e055b5a2724a34a80946e2940c4c0ad708cb1f4e0a09407c6b69a5e40267f')
+
+build() {
+  cd $pkgname-$pkgver
+  export PKG_CONFIG_PATH=${srcdir}/${pkgname}-${pkgver}/folks
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend 
\
+--disable-libsocialweb-backend --disable-fatal-warnings
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/testing-i686/folks.install (from rev 199493, 
folks/trunk/folks.install)
===
--- testing-i686/folks.install  (rev 0)
+++ testing-i686/folks.install  2013-11-13 14:02:21 UTC (rev 199494)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: folks/repos/testing-x86_64/PKGBUILD (from rev 199493, 
folks/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-13 14:02:21 UTC (rev 199494)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.9.6
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist 
libtracker-sparql)
+makedepends=(gobject-introspection intltool vala)
+install=folks.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a67e055b5a2724a34a80946e2940c4c0ad708cb1f4e0a09407c6b69a5e40267f')
+
+build() {
+  cd $pkgname-$pkgver
+  export PKG_CONFIG_PATH=${srcdir}/${pkgname}-${pkgver}/folks
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend 
\
+--disable-libsocialweb-backend --disable-fatal-warnings
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/testing-x86_64/folks.install (from rev 199493, 
folks/trunk/folks.install)
===
--- testing-x86_64/folks.install(rev 0)
+++ testing-x86_64/folks.install2013-11-13 14:02:21 UTC (rev 199494)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in folks/repos (6 files)

2013-09-19 Thread Jan de Groot
Date: Thursday, September 19, 2013 @ 20:40:17
  Author: jgc
Revision: 194610

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  folks/repos/gnome-unstable-i686/
  folks/repos/gnome-unstable-i686/PKGBUILD
(from rev 194609, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-i686/folks.install
(from rev 194609, folks/trunk/folks.install)
  folks/repos/gnome-unstable-x86_64/
  folks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 194609, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-x86_64/folks.install
(from rev 194609, folks/trunk/folks.install)

-+
 gnome-unstable-i686/PKGBUILD|   31 +++
 gnome-unstable-i686/folks.install   |   11 +++
 gnome-unstable-x86_64/PKGBUILD  |   31 +++
 gnome-unstable-x86_64/folks.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: folks/repos/gnome-unstable-i686/PKGBUILD (from rev 194609, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-19 18:40:17 UTC (rev 194610)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.9.5
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist 
libtracker-sparql)
+makedepends=(gobject-introspection intltool vala)
+install=folks.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('924c440f16a8c9b0d0d832588fa77a1553fa2a5d2659c4c7d3178a7ef4af')
+
+build() {
+  cd $pkgname-$pkgver
+  export PKG_CONFIG_PATH=${srcdir}/${pkgname}-${pkgver}/folks
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend 
\
+--disable-libsocialweb-backend --disable-fatal-warnings
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-i686/folks.install (from rev 194609, 
folks/trunk/folks.install)
===
--- gnome-unstable-i686/folks.install   (rev 0)
+++ gnome-unstable-i686/folks.install   2013-09-19 18:40:17 UTC (rev 194610)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: folks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194609, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-09-19 18:40:17 UTC (rev 194610)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.9.5
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist 
libtracker-sparql)
+makedepends=(gobject-introspection intltool vala)
+install=folks.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('924c440f16a8c9b0d0d832588fa77a1553fa2a5d2659c4c7d3178a7ef4af')
+
+build() {
+  cd $pkgname-$pkgver
+  export PKG_CONFIG_PATH=${srcdir}/${pkgname}-${pkgver}/folks
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend 
\
+--disable-libsocialweb-backend --disable-fatal-warnings
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-x86_64/folks.install (from rev 194609, 
folks/trunk/folks.install)
===
--- gnome-unstable-x86_64/folks.install (rev 0)
+++ gnome-unstable-x86_64/folks.install 2013-09-19 18:40:17 UTC (rev 194610)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in folks/repos (6 files)

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 03:56:45
  Author: heftig
Revision: 180746

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  folks/repos/gnome-unstable-i686/
  folks/repos/gnome-unstable-i686/PKGBUILD
(from rev 180745, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-i686/folks.install
(from rev 180745, folks/trunk/folks.install)
  folks/repos/gnome-unstable-x86_64/
  folks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180745, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-x86_64/folks.install
(from rev 180745, folks/trunk/folks.install)

-+
 gnome-unstable-i686/PKGBUILD|   29 +
 gnome-unstable-i686/folks.install   |   11 +++
 gnome-unstable-x86_64/PKGBUILD  |   29 +
 gnome-unstable-x86_64/folks.install |   11 +++
 4 files changed, 80 insertions(+)

Copied: folks/repos/gnome-unstable-i686/PKGBUILD (from rev 180745, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 02:56:45 UTC (rev 180746)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.9.1
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server libsocialweb 
libzeitgeist)
+makedepends=(gobject-introspection intltool)
+install=folks.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('102b1867355d16e73a837871a058dda13c74fa385908ddda1623893ab0baee4a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-i686/folks.install (from rev 180745, 
folks/trunk/folks.install)
===
--- gnome-unstable-i686/folks.install   (rev 0)
+++ gnome-unstable-i686/folks.install   2013-03-26 02:56:45 UTC (rev 180746)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: folks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180745, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 02:56:45 UTC (rev 180746)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.9.1
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server libsocialweb 
libzeitgeist)
+makedepends=(gobject-introspection intltool)
+install=folks.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('102b1867355d16e73a837871a058dda13c74fa385908ddda1623893ab0baee4a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-x86_64/folks.install (from rev 180745, 
folks/trunk/folks.install)
===
--- gnome-unstable-x86_64/folks.install (rev 0)
+++ gnome-unstable-x86_64/folks.install 2013-03-26 02:56:45 UTC (rev 180746)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in folks/repos (6 files)

2012-09-20 Thread Jan de Groot
Date: Thursday, September 20, 2012 @ 18:19:43
  Author: jgc
Revision: 166885

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  folks/repos/gnome-unstable-i686/
  folks/repos/gnome-unstable-i686/PKGBUILD
(from rev 166884, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-i686/folks.install
(from rev 166884, folks/trunk/folks.install)
  folks/repos/gnome-unstable-x86_64/
  folks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166884, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-x86_64/folks.install
(from rev 166884, folks/trunk/folks.install)

-+
 gnome-unstable-i686/PKGBUILD|   29 +
 gnome-unstable-i686/folks.install   |   11 +++
 gnome-unstable-x86_64/PKGBUILD  |   29 +
 gnome-unstable-x86_64/folks.install |   11 +++
 4 files changed, 80 insertions(+)

Copied: folks/repos/gnome-unstable-i686/PKGBUILD (from rev 166884, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-20 22:19:43 UTC (rev 166885)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.7.4.1
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb' 'libzeitgeist')
+makedepends=('gobject-introspection' 'intltool')
+install=folks.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('424ca5ef0bebc12666465fe4ee557d374f4694348109443efe7832be949679d3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-i686/folks.install (from rev 166884, 
folks/trunk/folks.install)
===
--- gnome-unstable-i686/folks.install   (rev 0)
+++ gnome-unstable-i686/folks.install   2012-09-20 22:19:43 UTC (rev 166885)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: folks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166884, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-20 22:19:43 UTC (rev 166885)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.7.4.1
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb' 'libzeitgeist')
+makedepends=('gobject-introspection' 'intltool')
+install=folks.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('424ca5ef0bebc12666465fe4ee557d374f4694348109443efe7832be949679d3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-x86_64/folks.install (from rev 166884, 
folks/trunk/folks.install)
===
--- gnome-unstable-x86_64/folks.install (rev 0)
+++ gnome-unstable-x86_64/folks.install 2012-09-20 22:19:43 UTC (rev 166885)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in folks/repos (6 files)

2011-09-18 Thread Jan Steffens
Date: Sunday, September 18, 2011 @ 16:34:33
  Author: heftig
Revision: 138212

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  folks/repos/gnome-unstable-i686/PKGBUILD
(from rev 138211, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 138211, folks/trunk/PKGBUILD)
Deleted:
  folks/repos/gnome-unstable-i686/Bug_658631_crash_at_empathy_startup.patch
  folks/repos/gnome-unstable-i686/PKGBUILD
  folks/repos/gnome-unstable-x86_64/Bug_658631_crash_at_empathy_startup.patch
  folks/repos/gnome-unstable-x86_64/PKGBUILD

-+
 gnome-unstable-i686/Bug_658631_crash_at_empathy_startup.patch   |   41 -
 gnome-unstable-i686/PKGBUILD|   69 
--
 gnome-unstable-x86_64/Bug_658631_crash_at_empathy_startup.patch |   41 -
 gnome-unstable-x86_64/PKGBUILD  |   69 
--
 4 files changed, 64 insertions(+), 156 deletions(-)

Deleted: gnome-unstable-i686/Bug_658631_crash_at_empathy_startup.patch
===
--- gnome-unstable-i686/Bug_658631_crash_at_empathy_startup.patch   
2011-09-18 20:33:11 UTC (rev 138211)
+++ gnome-unstable-i686/Bug_658631_crash_at_empathy_startup.patch   
2011-09-18 20:34:33 UTC (rev 138212)
@@ -1,41 +0,0 @@
-From 1f85f89051e63b05e271b418687c242a83e2f296 Mon Sep 17 00:00:00 2001
-From: Philip Withnall phi...@tecnocode.co.uk
-Date: Mon, 12 Sep 2011 22:09:10 +
-Subject: Bug 658631 — crash at empathy startup
-
-In the case that a persona is removed and the individual containing that
-persona is replaced by a different non-null individual which doesn't contain
-that persona (because it's been removed), we need to set the persona's
-individual pointer to null rather than the replacement individual.
-
-This stops us tripping the assertion in the setter for Persona.individual.
-
-Closes: bgo#658631

-diff --git a/folks/individual.vala b/folks/individual.vala
-index 3b6c12b..59548ee 100644
 a/folks/individual.vala
-+++ b/folks/individual.vala
-@@ -1510,7 +1510,19 @@ public class Folks.Individual : Object,
-* aggregator's rewritten, it would be nice to fix this. */
-   if (persona.individual == this)
- {
--  persona.individual = replacement_individual;
-+  /* It may be the case that the persona's being removed from the
-+   * individual (i.e. the replacement individual is non-null, but
-+   * doesn't contain this persona). In this case, we need to set the
-+   * persona's individual to null. */
-+  if (replacement_individual != null 
-+  persona in replacement_individual.personas)
-+{
-+  persona.individual = replacement_individual;
-+}
-+  else
-+{
-+  persona.individual = null;
-+}
- }
- }
- 
---
-cgit v0.9.0.2

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-18 20:33:11 UTC (rev 138211)
+++ gnome-unstable-i686/PKGBUILD2011-09-18 20:34:33 UTC (rev 138212)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=folks
-pkgver=0.6.2.1
-pkgrel=2
-pkgdesc=Library to aggregates people into metacontacts 
-arch=(i686 x86_64)
-url=http://telepathy.freedesktop.org/wiki/Folks;
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb')
-makedepends=('gobject-introspection' 'vala' 'intltool' 'libtracker-sparql')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.xz
-Bug_658631_crash_at_empathy_startup.patch)
-sha256sums=('3eda79a71890b51b6f723067b61c32ef25e9041a9e188b483d7f23e3dcd328ee'
-'4ef4caaab73e799fe31e7a93ba1f3f088e99f66600e644828bbcc4fb966c1196')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Fix a crash
-  patch -Np1 -i $srcdir/Bug_658631_crash_at_empathy_startup.patch
-  find . -name '*.stamp' -delete
-
-  # Change tracker version
-  grep -lr sparql-0.10 . | xargs sed -i 's/sparql-0.10/sparql-0.12/g'
-
-  ./configure --prefix=/usr --enable-tracker-backend
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-i686/PKGBUILD (from rev 138211, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-18 20:34:33 UTC (rev 138212)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.6.3
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts 
+arch=(i686 x86_64)

[arch-commits] Commit in folks/repos (6 files)

2011-09-13 Thread Jan Steffens
Date: Tuesday, September 13, 2011 @ 17:34:06
  Author: heftig
Revision: 138001

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  folks/repos/gnome-unstable-i686/Bug_658631_crash_at_empathy_startup.patch
(from rev 138000, folks/trunk/Bug_658631_crash_at_empathy_startup.patch)
  folks/repos/gnome-unstable-i686/PKGBUILD
(from rev 138000, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-x86_64/Bug_658631_crash_at_empathy_startup.patch
(from rev 138000, folks/trunk/Bug_658631_crash_at_empathy_startup.patch)
  folks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 138000, folks/trunk/PKGBUILD)
Deleted:
  folks/repos/gnome-unstable-i686/PKGBUILD
  folks/repos/gnome-unstable-x86_64/PKGBUILD

-+
 gnome-unstable-i686/Bug_658631_crash_at_empathy_startup.patch   |   41 ++
 gnome-unstable-i686/PKGBUILD|   64 
+-
 gnome-unstable-x86_64/Bug_658631_crash_at_empathy_startup.patch |   41 ++
 gnome-unstable-x86_64/PKGBUILD  |   64 
+-
 4 files changed, 156 insertions(+), 54 deletions(-)

Copied: 
folks/repos/gnome-unstable-i686/Bug_658631_crash_at_empathy_startup.patch (from 
rev 138000, folks/trunk/Bug_658631_crash_at_empathy_startup.patch)
===
--- gnome-unstable-i686/Bug_658631_crash_at_empathy_startup.patch   
(rev 0)
+++ gnome-unstable-i686/Bug_658631_crash_at_empathy_startup.patch   
2011-09-13 21:34:06 UTC (rev 138001)
@@ -0,0 +1,41 @@
+From 1f85f89051e63b05e271b418687c242a83e2f296 Mon Sep 17 00:00:00 2001
+From: Philip Withnall phi...@tecnocode.co.uk
+Date: Mon, 12 Sep 2011 22:09:10 +
+Subject: Bug 658631 — crash at empathy startup
+
+In the case that a persona is removed and the individual containing that
+persona is replaced by a different non-null individual which doesn't contain
+that persona (because it's been removed), we need to set the persona's
+individual pointer to null rather than the replacement individual.
+
+This stops us tripping the assertion in the setter for Persona.individual.
+
+Closes: bgo#658631
+---
+diff --git a/folks/individual.vala b/folks/individual.vala
+index 3b6c12b..59548ee 100644
+--- a/folks/individual.vala
 b/folks/individual.vala
+@@ -1510,7 +1510,19 @@ public class Folks.Individual : Object,
+* aggregator's rewritten, it would be nice to fix this. */
+   if (persona.individual == this)
+ {
+-  persona.individual = replacement_individual;
++  /* It may be the case that the persona's being removed from the
++   * individual (i.e. the replacement individual is non-null, but
++   * doesn't contain this persona). In this case, we need to set the
++   * persona's individual to null. */
++  if (replacement_individual != null 
++  persona in replacement_individual.personas)
++{
++  persona.individual = replacement_individual;
++}
++  else
++{
++  persona.individual = null;
++}
+ }
+ }
+ 
+--
+cgit v0.9.0.2

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-13 21:31:42 UTC (rev 138000)
+++ gnome-unstable-i686/PKGBUILD2011-09-13 21:34:06 UTC (rev 138001)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=folks
-pkgver=0.6.2.1
-pkgrel=1
-pkgdesc=Library to aggregates people into metacontacts 
-arch=(i686 x86_64)
-url=http://telepathy.freedesktop.org/wiki/Folks;
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb')
-makedepends=('gobject-introspection' 'vala' 'intltool')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('3eda79a71890b51b6f723067b61c32ef25e9041a9e188b483d7f23e3dcd328ee')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-i686/PKGBUILD (from rev 138000, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-13 21:34:06 UTC (rev 138001)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=folks
+pkgver=0.6.2.1
+pkgrel=2
+pkgdesc=Library to aggregates people into metacontacts 
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb')