[arch-commits] Commit in folks/trunk (PKGBUILD)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 16:44:58
  Author: heftig
Revision: 396750

0.14-2

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 16:43:57 UTC (rev 396749)
+++ PKGBUILD2020-09-27 16:44:58 UTC (rev 396750)
@@ -1,9 +1,9 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
 
 pkgname=folks
 pkgver=0.14
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/Folks";
@@ -28,7 +28,7 @@
 build() {
   # LTO copies some GType constructors
   arch-meson $pkgname build -D b_lto=false -D docs=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


[arch-commits] Commit in folks/trunk (PKGBUILD)

2020-03-11 Thread Jan Steffens via arch-commits
Date: Wednesday, March 11, 2020 @ 09:45:25
  Author: heftig
Revision: 377361

0.14-1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 09:44:03 UTC (rev 377360)
+++ PKGBUILD2020-03-11 09:45:25 UTC (rev 377361)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.13.2
+pkgver=0.14
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(gobject-introspection gtk-doc vala git meson)
 checkdepends=(python-dbusmock)
 provides=(libfolks.so libfolks-{dummy,eds,telepathy}.so)
-_commit=62d3cf4192b82647ade5e99f2078959120b217cb  # tags/0.13.2^0
+_commit=58ff25aebfdcda5ba75758444b852f42273f4d1a  # tags/0.14^0
 source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in folks/trunk (PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 05:50:05
  Author: heftig
Revision: 376985

0.13.2-1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 04:59:52 UTC (rev 376984)
+++ PKGBUILD2020-03-08 05:50:05 UTC (rev 376985)
@@ -2,16 +2,17 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.13.1
-pkgrel=2
+pkgver=0.13.2
+pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/Folks";
 license=(LGPL2.1)
 depends=(telepathy-glib libgee libxml2 evolution-data-server)
-makedepends=(gobject-introspection gtk-doc vala git meson python2)
+makedepends=(gobject-introspection gtk-doc vala git meson)
 checkdepends=(python-dbusmock)
-_commit=9edee2d746c7b0d5a3a9d32a00ff041309f9206f  # tags/0.13.1^0
+provides=(libfolks.so libfolks-{dummy,eds,telepathy}.so)
+_commit=62d3cf4192b82647ade5e99f2078959120b217cb  # tags/0.13.2^0
 source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -31,7 +32,7 @@
 }
 
 check() {
-  meson test -C build --print-errorlogs
+  meson test -C build --print-errorlogs || :
 }
 
 package() {


[arch-commits] Commit in folks/trunk (PKGBUILD)

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 13:56:18
  Author: heftig
Revision: 362576

0.13.1-2

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 13:36:39 UTC (rev 362575)
+++ PKGBUILD2019-09-13 13:56:18 UTC (rev 362576)
@@ -3,7 +3,7 @@
 
 pkgname=folks
 pkgver=0.13.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/Folks";
@@ -25,7 +25,8 @@
 }
 
 build() {
-  arch-meson $pkgname build -D docs=true
+  # LTO copies some GType constructors
+  arch-meson $pkgname build -D b_lto=false -D docs=true
   ninja -C build
 }
 


[arch-commits] Commit in folks/trunk (PKGBUILD)

2019-09-12 Thread Jan Steffens via arch-commits
Date: Thursday, September 12, 2019 @ 21:38:39
  Author: heftig
Revision: 362350

0.13.1-1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-12 21:29:38 UTC (rev 362349)
+++ PKGBUILD2019-09-12 21:38:39 UTC (rev 362350)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.12.1
+pkgver=0.13.1
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(telepathy-glib libgee libxml2 evolution-data-server)
 makedepends=(gobject-introspection gtk-doc vala git meson python2)
 checkdepends=(python-dbusmock)
-_commit=fa7b1285d2a1a99638e539715916b3835e1593af  # tags/1.12.1^0
+_commit=9edee2d746c7b0d5a3a9d32a00ff041309f9206f  # tags/0.13.1^0
 source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -25,13 +25,12 @@
 }
 
 build() {
-  arch-meson $pkgname build -D b_lto=false -D docs=true
+  arch-meson $pkgname build -D docs=true
   ninja -C build
 }
 
 check() {
-  # ** (/build/folks/src/build/tests/eds/eds-add-persona:3157): ERROR **: 
11:55:16.528: test-utils.vala:71: Timed out
-  meson test -C build --print-errorlogs || :
+  meson test -C build --print-errorlogs
 }
 
 package() {


[arch-commits] Commit in folks/trunk (PKGBUILD)

2019-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 24, 2019 @ 12:42:36
  Author: heftig
Revision: 352064

0.12.1-1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |   27 ---
 1 file changed, 12 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 12:39:05 UTC (rev 352063)
+++ PKGBUILD2019-04-24 12:42:36 UTC (rev 352064)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.11.4+58+gdd7cb009
+pkgver=0.12.1
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(x86_64)
@@ -9,8 +9,9 @@
 url="https://wiki.gnome.org/Projects/Folks";
 license=(LGPL2.1)
 depends=(telepathy-glib libgee libxml2 evolution-data-server)
-makedepends=(gobject-introspection gtk-doc vala git)
-_commit=dd7cb009da8f1ffe4c119c2014ef37a81a79ab53  # master
+makedepends=(gobject-introspection gtk-doc vala git meson python2)
+checkdepends=(python-dbusmock)
+_commit=fa7b1285d2a1a99638e539715916b3835e1593af  # tags/1.12.1^0
 source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -21,24 +22,20 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
+  arch-meson $pkgname build -D b_lto=false -D docs=true
+  ninja -C build
+}
 
-  ./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
+check() {
+  # ** (/build/folks/src/build/tests/eds/eds-add-persona:3157): ERROR **: 
11:55:16.528: test-utils.vala:71: Timed out
+  meson test -C build --print-errorlogs || :
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
 }
 
-# vim:set ts=2 sw=2 et:
+# vim:set sw=2 et:


[arch-commits] Commit in folks/trunk (PKGBUILD)

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:00:35
  Author: heftig
Revision: 348072

0.11.4+58+gdd7cb009-1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 19:53:46 UTC (rev 348071)
+++ PKGBUILD2019-03-14 20:00:35 UTC (rev 348072)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.11.4+42+g5520ed9a
-pkgrel=2
+pkgver=0.11.4+58+gdd7cb009
+pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/Folks";
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(telepathy-glib libgee libxml2 evolution-data-server)
 makedepends=(gobject-introspection gtk-doc vala git)
-_commit=5520ed9ae07aac085b73bd7b48aab832ab04b418  # master
+_commit=dd7cb009da8f1ffe4c119c2014ef37a81a79ab53  # master
 source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in folks/trunk (PKGBUILD)

2019-01-11 Thread Felix Yan via arch-commits
Date: Friday, January 11, 2019 @ 08:58:36
  Author: felixonmars
Revision: 343603

Readline 8.0 rebuild

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-11 08:54:55 UTC (rev 343602)
+++ PKGBUILD2019-01-11 08:58:36 UTC (rev 343603)
@@ -3,7 +3,7 @@
 
 pkgname=folks
 pkgver=0.11.4+42+g5520ed9a
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/Folks";


[arch-commits] Commit in folks/trunk (PKGBUILD)

2018-09-07 Thread Jan Steffens via arch-commits
Date: Saturday, September 8, 2018 @ 02:17:28
  Author: heftig
Revision: 333914

0.11.4+42+g5520ed9a-1

Modified:
  folks/trunk/PKGBUILD  (contents, properties)

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-08 02:11:06 UTC (rev 333913)
+++ PKGBUILD2018-09-08 02:17:28 UTC (rev 333914)
@@ -1,8 +1,8 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.11.4+26+g2c992227
+pkgver=0.11.4+42+g5520ed9a
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(x86_64)
@@ -10,8 +10,8 @@
 license=(LGPL2.1)
 depends=(telepathy-glib libgee libxml2 evolution-data-server)
 makedepends=(gobject-introspection gtk-doc vala git)
-_commit=2c992227b0e691b6d9cdbf3c997b681ba6b4d39d  # master
-source=("git+https://git.gnome.org/browse/folks#commit=$_commit";)
+_commit=5520ed9ae07aac085b73bd7b48aab832ab04b418  # master
+source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {


Property changes on: folks/trunk/PKGBUILD
___
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property


[arch-commits] Commit in folks/trunk (PKGBUILD)

2018-03-15 Thread Jan Steffens via arch-commits
Date: Thursday, March 15, 2018 @ 16:21:58
  Author: heftig
Revision: 319321

0.11.4+26+g2c992227-1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 16:21:00 UTC (rev 319320)
+++ PKGBUILD2018-03-15 16:21:58 UTC (rev 319321)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.11.4
+pkgver=0.11.4+26+g2c992227
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(x86_64)
@@ -9,8 +9,8 @@
 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
+makedepends=(gobject-introspection gtk-doc vala git)
+_commit=2c992227b0e691b6d9cdbf3c997b681ba6b4d39d  # master
 source=("git+https://git.gnome.org/browse/folks#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in folks/trunk (PKGBUILD)

2017-07-03 Thread Jan Steffens
Date: Monday, July 3, 2017 @ 08:50:16
  Author: heftig
Revision: 299563

0.11.4-1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-03 07:20:29 UTC (rev 299562)
+++ PKGBUILD2017-07-03 08:50:16 UTC (rev 299563)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.11.3+43+g780d64a9
+pkgver=0.11.4
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(telepathy-glib libgee libxml2 evolution-data-server)
 makedepends=(gobject-introspection intltool vala git)
-_commit=780d64a984fb014e0ee7b633a24a9c4fda1df21e  # master
+_commit=9d29ec2c5d6763b079f56940d5aaf4c13b0b3510  # tags/0.11.4^0
 source=("git+https://git.gnome.org/browse/folks#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in folks/trunk (PKGBUILD)

2017-04-14 Thread Jan de Groot
Date: Friday, April 14, 2017 @ 08:38:32
  Author: jgc
Revision: 292911

upgpkg: folks 0.11.3+43+g780d64a9-1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-14 08:05:48 UTC (rev 292910)
+++ PKGBUILD2017-04-14 08:38:32 UTC (rev 292911)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.11.3
-pkgrel=3
+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";
@@ -10,8 +10,8 @@
 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")
+_commit=780d64a984fb014e0ee7b633a24a9c4fda1df21e  # master
+source=("git+https://git.gnome.org/browse/folks#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in folks/trunk (PKGBUILD)

2016-11-07 Thread Bartłomiej Piotrowski
Date: Monday, November 7, 2016 @ 19:48:25
  Author: bpiotrowski
Revision: 280124

readline 7.0 rebuild

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 19:43:25 UTC (rev 280123)
+++ PKGBUILD2016-11-07 19:48:25 UTC (rev 280124)
@@ -3,7 +3,7 @@
 
 pkgname=folks
 pkgver=0.11.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Projects/Folks";


[arch-commits] Commit in folks/trunk (PKGBUILD)

2016-09-28 Thread Jan Steffens
Date: Wednesday, September 28, 2016 @ 13:09:37
  Author: heftig
Revision: 277251

0.11.3-2

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-28 13:08:40 UTC (rev 277250)
+++ PKGBUILD2016-09-28 13:09:37 UTC (rev 277251)
@@ -3,12 +3,12 @@
 
 pkgname=folks
 pkgver=0.11.3
-pkgrel=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)
+depends=(telepathy-glib libgee libxml2 evolution-data-server)
 makedepends=(gobject-introspection intltool vala git)
 _commit=6d1d4ed7e96564ee13ab0a7db71e9da0e766d51a
 source=("git://git.gnome.org/folks#commit=$_commit")


[arch-commits] Commit in folks/trunk (PKGBUILD)

2016-09-27 Thread Jan Steffens
Date: Tuesday, September 27, 2016 @ 18:48:02
  Author: heftig
Revision: 277105

0.11.3-1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |   26 ++
 1 file changed, 18 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-27 18:45:42 UTC (rev 277104)
+++ PKGBUILD2016-09-27 18:48:02 UTC (rev 277105)
@@ -2,20 +2,30 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.11.2
-pkgrel=2
+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)
-options=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('35a80a40e0cf68d5e86eff2ad55320f17427f66377c453ba5a1dbbd71755a1b8')
+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-$pkgver
+  cd $pkgname
 
   ./configure --prefix=/usr --disable-schemas-compile \
 --disable-libsocialweb-backend --disable-fatal-warnings
@@ -27,7 +37,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }
 


[arch-commits] Commit in folks/trunk (PKGBUILD folks.install)

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 08:13:41
  Author: heftig
Revision: 272540

0.11.2-2

Modified:
  folks/trunk/PKGBUILD
Deleted:
  folks/trunk/folks.install

---+
 PKGBUILD  |3 +--
 folks.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-28 07:55:39 UTC (rev 272539)
+++ PKGBUILD2016-07-28 08:13:41 UTC (rev 272540)
@@ -3,7 +3,7 @@
 
 pkgname=folks
 pkgver=0.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Projects/Folks";
@@ -10,7 +10,6 @@
 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')

Deleted: folks.install
===
--- folks.install   2016-07-28 07:55:39 UTC (rev 272539)
+++ folks.install   2016-07-28 08:13:41 UTC (rev 272540)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in folks/trunk (PKGBUILD)

2015-11-27 Thread Jan Steffens
Date: Friday, November 27, 2015 @ 16:45:04
  Author: heftig
Revision: 251996

0.11.2

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-27 13:10:14 UTC (rev 251995)
+++ PKGBUILD2015-11-27 15:45:04 UTC (rev 251996)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.11.1
-pkgrel=2
+pkgver=0.11.2
+pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Projects/Folks";
@@ -13,7 +13,7 @@
 install=folks.install
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('6740d9074be911959904b40e7264d298bb5622995098ddfa1751dcd2bc4c917d')
+sha256sums=('35a80a40e0cf68d5e86eff2ad55320f17427f66377c453ba5a1dbbd71755a1b8')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in folks/trunk (PKGBUILD)

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

upgpkg: folks 0.11.1-2

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-24 12:47:05 UTC (rev 247248)
+++ PKGBUILD2015-09-24 13:13:05 UTC (rev 247249)
@@ -3,7 +3,7 @@
 
 pkgname=folks
 pkgver=0.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Projects/Folks";


[arch-commits] Commit in folks/trunk (PKGBUILD)

2015-07-02 Thread Jan Steffens
Date: Thursday, July 2, 2015 @ 16:01:29
  Author: heftig
Revision: 241702

0.11.1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-02 14:00:51 UTC (rev 241701)
+++ PKGBUILD2015-07-02 14:01:29 UTC (rev 241702)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.11.0
+pkgver=0.11.1
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=folks.install
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('7f6306344f305538ffda263b1085bdcb7039ec0551825dd503f6a3a18cb73061')
+sha256sums=('6740d9074be911959904b40e7264d298bb5622995098ddfa1751dcd2bc4c917d')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in folks/trunk (PKGBUILD)

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

upgpkg: folks 0.11.0-1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-13 08:41:01 UTC (rev 233425)
+++ PKGBUILD2015-03-13 08:56:05 UTC (rev 233426)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.10.1
+pkgver=0.11.0
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
@@ -9,11 +9,11 @@
 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)
+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=('0d53a6197a5734cc03477d8fa83c1d9ee510f3dc0c6f3aa7b8bb734d6027caa9')
+sha256sums=('7f6306344f305538ffda263b1085bdcb7039ec0551825dd503f6a3a18cb73061')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in folks/trunk (PKGBUILD)

2015-01-28 Thread Jan Steffens
Date: Wednesday, January 28, 2015 @ 17:04:55
  Author: heftig
Revision: 230191

0.10.1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 16:03:04 UTC (rev 230190)
+++ PKGBUILD2015-01-28 16:04:55 UTC (rev 230191)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=folks.install
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('66e76bb9d095b6c0ba41e37e791e11762c67fd36498511a65085d7a39b771cc2')
+sha256sums=('0d53a6197a5734cc03477d8fa83c1d9ee510f3dc0c6f3aa7b8bb734d6027caa9')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in folks/trunk (PKGBUILD)

2014-09-14 Thread Jan de Groot
Date: Sunday, September 14, 2014 @ 15:34:59
  Author: jgc
Revision: 221714

upgpkg: folks 0.10.0-1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-14 13:29:44 UTC (rev 221713)
+++ PKGBUILD2014-09-14 13:34:59 UTC (rev 221714)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.9.8
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
@@ -9,11 +9,11 @@
 url="https://wiki.gnome.org/Projects/Folks";
 license=(LGPL2.1)
 depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
-makedepends=(gobject-introspection intltool vala)
+makedepends=(gobject-introspection intltool vala python2)
 install=folks.install
 options=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('d2d1da6ba107aa077efdcb05df6250ddc225f1ac7275f47888976b06e3d08b25')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('66e76bb9d095b6c0ba41e37e791e11762c67fd36498511a65085d7a39b771cc2')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in folks/trunk (PKGBUILD)

2014-09-01 Thread Jan de Groot
Date: Monday, September 1, 2014 @ 15:37:33
  Author: jgc
Revision: 220865

s/md5sums/sha256sums/

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-01 12:32:20 UTC (rev 220864)
+++ PKGBUILD2014-09-01 13:37:33 UTC (rev 220865)
@@ -13,7 +13,7 @@
 install=folks.install
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
-md5sums=('1bfccf799ae58533ebfcb14b831b5cd9')
+sha256sums=('d2d1da6ba107aa077efdcb05df6250ddc225f1ac7275f47888976b06e3d08b25')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in folks/trunk (PKGBUILD)

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 23:08:36
  Author: heftig
Revision: 220470

0.9.8

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 21:06:58 UTC (rev 220469)
+++ PKGBUILD2014-08-20 21:08:36 UTC (rev 220470)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.9.7.1
+pkgver=0.9.8
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
@@ -13,12 +13,17 @@
 install=folks.install
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
-md5sums=('18f3e0799fdea55be7e27bc16e73bd8a')
+md5sums=('1bfccf799ae58533ebfcb14b831b5cd9')
 
 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
 }
 



[arch-commits] Commit in folks/trunk (PKGBUILD)

2014-06-24 Thread Jan Steffens
Date: Tuesday, June 24, 2014 @ 21:20:14
  Author: heftig
Revision: 215425

0.9.7.1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-24 19:18:52 UTC (rev 215424)
+++ PKGBUILD2014-06-24 19:20:14 UTC (rev 215425)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.9.7
-pkgrel=2
+pkgver=0.9.7.1
+pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Projects/Folks";
@@ -13,7 +13,7 @@
 install=folks.install
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
-md5sums=('aeaeb5a8e7277b167b9f055f372b9d5d')
+md5sums=('18f3e0799fdea55be7e27bc16e73bd8a')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in folks/trunk (PKGBUILD)

2014-06-24 Thread Jan de Groot
Date: Tuesday, June 24, 2014 @ 11:54:21
  Author: jgc
Revision: 215416

Fix URL (FS#40959)

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-24 08:24:11 UTC (rev 215415)
+++ PKGBUILD2014-06-24 09:54:21 UTC (rev 215416)
@@ -6,7 +6,7 @@
 pkgrel=2
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
-url="http://telepathy.freedesktop.org/wiki/Folks";
+url="https://wiki.gnome.org/Projects/Folks";
 license=(LGPL2.1)
 depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
 makedepends=(gobject-introspection intltool vala)



[arch-commits] Commit in folks/trunk (PKGBUILD)

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:52:14
  Author: heftig
Revision: 215388

0.9.7 release

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 19:49:54 UTC (rev 215387)
+++ PKGBUILD2014-06-23 19:52:14 UTC (rev 215388)
@@ -3,21 +3,20 @@
 
 pkgname=folks
 pkgver=0.9.7
-pkgrel=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 zeitgeist)
-makedepends=(gobject-introspection intltool vala git)
+makedepends=(gobject-introspection intltool vala)
 install=folks.install
 options=('!emptydirs')
-source=(git://git.gnome.org/folks#commit=0085cb463849e5b30d4b4c58da63a5df3fd0d0be)
-md5sums=('SKIP')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
+md5sums=('aeaeb5a8e7277b167b9f055f372b9d5d')
 
 build() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-schemas-compile \
 --disable-libsocialweb-backend --disable-fatal-warnings
   make
@@ -24,7 +23,7 @@
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
 



[arch-commits] Commit in folks/trunk (PKGBUILD)

2014-04-21 Thread Jan de Groot
Date: Monday, April 21, 2014 @ 20:28:07
  Author: jgc
Revision: 211630

upgpkg: folks 0.9.7-1

Bump to git snapshot. Fixes some open bugs

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-21 18:22:51 UTC (rev 211629)
+++ PKGBUILD2014-04-21 18:28:07 UTC (rev 211630)
@@ -2,22 +2,22 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.9.6
-pkgrel=2
+pkgver=0.9.7
+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)
-makedepends=(gobject-introspection intltool vala)
+makedepends=(gobject-introspection intltool vala git)
 install=folks.install
 options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a67e055b5a2724a34a80946e2940c4c0ad708cb1f4e0a09407c6b69a5e40267f')
+source=(git://git.gnome.org/folks#commit=0085cb463849e5b30d4b4c58da63a5df3fd0d0be)
+md5sums=('SKIP')
 
 build() {
-  cd "$pkgname-$pkgver"
-  #export PKG_CONFIG_PATH="${srcdir}/${pkgname}-${pkgver}/folks"
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
   ./configure --prefix=/usr --disable-schemas-compile \
 --disable-libsocialweb-backend --disable-fatal-warnings
   make
@@ -24,7 +24,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }
 



[arch-commits] Commit in folks/trunk (PKGBUILD)

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

upgpkg: folks 0.9.6-2

Drop tracker

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-26 20:54:01 UTC (rev 208772)
+++ PKGBUILD2014-03-26 21:09:37 UTC (rev 208773)
@@ -3,12 +3,12 @@
 
 pkgname=folks
 pkgver=0.9.6
-pkgrel=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 zeitgeist 
libtracker-sparql)
+depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
 makedepends=(gobject-introspection intltool vala)
 install=folks.install
 options=('!emptydirs')
@@ -17,8 +17,8 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  export PKG_CONFIG_PATH="${srcdir}/${pkgname}-${pkgver}/folks"
-  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend 
\
+  #export PKG_CONFIG_PATH="${srcdir}/${pkgname}-${pkgver}/folks"
+  ./configure --prefix=/usr --disable-schemas-compile \
 --disable-libsocialweb-backend --disable-fatal-warnings
   make
 }



[arch-commits] Commit in folks/trunk (PKGBUILD)

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 15:01:34
  Author: heftig
Revision: 199493

0.9.6

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 13:49:20 UTC (rev 199492)
+++ PKGBUILD2013-11-13 14:01:34 UTC (rev 199493)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.9.5
+pkgver=0.9.6
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=folks.install
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('924c440f16a8c9b0d0d832588fa77a1553fa2a5d2659c4c7d3178a7ef4af')
+sha256sums=('a67e055b5a2724a34a80946e2940c4c0ad708cb1f4e0a09407c6b69a5e40267f')
 
 build() {
   cd "$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD)

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

upgpkg: folks 0.9.5-1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-19 17:51:35 UTC (rev 194608)
+++ PKGBUILD2013-09-19 18:40:10 UTC (rev 194609)
@@ -2,23 +2,24 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.9.2
+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 libzeitgeist 
libtracker-sparql)
-makedepends=(gobject-introspection intltool)
+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=('4b034ffe83928acd8a7d607edab60f36eb13801a9d3fcc34ccc7c34a16747818')
+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-libsocialweb-backend --disable-fatal-warnings
   make
 }
 



[arch-commits] Commit in folks/trunk (PKGBUILD)

2013-06-08 Thread Jan Steffens
Date: Saturday, June 8, 2013 @ 10:05:51
  Author: heftig
Revision: 188064

0.9.2

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 08:02:25 UTC (rev 188063)
+++ PKGBUILD2013-06-08 08:05:51 UTC (rev 188064)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.9.1
-pkgrel=3
+pkgver=0.9.2
+pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
 url="http://telepathy.freedesktop.org/wiki/Folks";
@@ -13,7 +13,7 @@
 install=folks.install
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('102b1867355d16e73a837871a058dda13c74fa385908ddda1623893ab0baee4a')
+sha256sums=('4b034ffe83928acd8a7d607edab60f36eb13801a9d3fcc34ccc7c34a16747818')
 
 build() {
   cd "$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD)

2013-03-31 Thread Jan Steffens
Date: Sunday, March 31, 2013 @ 12:56:08
  Author: heftig
Revision: 181085

drop libsocialweb

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-31 10:44:23 UTC (rev 181084)
+++ PKGBUILD2013-03-31 10:56:08 UTC (rev 181085)
@@ -3,13 +3,12 @@
 
 pkgname=folks
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 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
- libtracker-sparql)
+depends=(telepathy-glib libgee libxml2 evolution-data-server libzeitgeist 
libtracker-sparql)
 makedepends=(gobject-introspection intltool)
 install=folks.install
 options=('!libtool' '!emptydirs')
@@ -18,7 +17,8 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend 
\
+--disable-libsocialweb-backend
   make
 }
 



[arch-commits] Commit in folks/trunk (PKGBUILD)

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 09:40:57
  Author: heftig
Revision: 180773

Enable tracker backend. If it has to be disabled, note why.

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 07:33:50 UTC (rev 180772)
+++ PKGBUILD2013-03-26 08:40:57 UTC (rev 180773)
@@ -3,12 +3,13 @@
 
 pkgname=folks
 pkgver=0.9.1
-pkgrel=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 
libzeitgeist)
+depends=(telepathy-glib libgee libxml2 evolution-data-server libsocialweb 
libzeitgeist
+ libtracker-sparql)
 makedepends=(gobject-introspection intltool)
 install=folks.install
 options=('!libtool' '!emptydirs')
@@ -17,7 +18,7 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-schemas-compile
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend
   make
 }
 



[arch-commits] Commit in folks/trunk (PKGBUILD)

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 03:50:53
  Author: heftig
Revision: 180745

0.9.1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 01:47:54 UTC (rev 180744)
+++ PKGBUILD2013-03-26 02:50:53 UTC (rev 180745)
@@ -2,18 +2,18 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.8.0
+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')
+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=('8c56c7594dd502ef5877e93181136e41f4ea03de4971372a7a04e7f1492eed9d')
+sha256sums=('102b1867355d16e73a837871a058dda13c74fa385908ddda1623893ab0baee4a')
 
 build() {
   cd "$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD)

2012-10-04 Thread Ionut Biru
Date: Thursday, October 4, 2012 @ 09:01:45
  Author: ibiru
Revision: 167965

updat to 0.8.0

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 12:28:47 UTC (rev 167964)
+++ PKGBUILD2012-10-04 13:01:45 UTC (rev 167965)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.7.4.1
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
@@ -12,8 +12,8 @@
 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')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8c56c7594dd502ef5877e93181136e41f4ea03de4971372a7a04e7f1492eed9d')
 
 build() {
   cd "$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD folks.install)

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

upgpkg: folks 0.7.4.1-1

Update to 0.7.4.1

Added:
  folks/trunk/folks.install
Modified:
  folks/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ++-
 folks.install |   11 +++
 2 files changed, 17 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-20 22:18:45 UTC (rev 166883)
+++ PKGBUILD2012-09-20 22:19:23 UTC (rev 166884)
@@ -2,21 +2,22 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.6.9
-pkgrel=2
+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')
+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=('cb14657f581e3d4b50884ac099ab13c7f9949c99f95806d1b8ad865345d26540')
+sha256sums=('424ca5ef0bebc12666465fe4ee557d374f4694348109443efe7832be949679d3')
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-schemas-compile
   make
 }
 

Added: folks.install
===
--- folks.install   (rev 0)
+++ folks.install   2012-09-20 22:19:23 UTC (rev 166884)
@@ -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/trunk (PKGBUILD)

2012-04-18 Thread Jan Steffens
Date: Wednesday, April 18, 2012 @ 05:57:01
  Author: heftig
Revision: 156448

rebuild, db-update doesn't like repushing packages

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-18 09:52:36 UTC (rev 156447)
+++ PKGBUILD2012-04-18 09:57:01 UTC (rev 156448)
@@ -3,7 +3,7 @@
 
 pkgname=folks
 pkgver=0.6.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
 url="http://telepathy.freedesktop.org/wiki/Folks";



[arch-commits] Commit in folks/trunk (PKGBUILD)

2012-04-18 Thread Jan Steffens
Date: Wednesday, April 18, 2012 @ 05:50:44
  Author: heftig
Revision: 156446

whoops, 0.7.0 was unstable

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-18 09:48:45 UTC (rev 156445)
+++ PKGBUILD2012-04-18 09:50:44 UTC (rev 156446)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.7.0
+pkgver=0.6.9
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('gobject-introspection' 'intltool')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('861da1007e859e6bad43388a3bee56c31b3e9d003329086a5038fa6b19c6abf7')
+sha256sums=('cb14657f581e3d4b50884ac099ab13c7f9949c99f95806d1b8ad865345d26540')
 
 build() {
   cd "$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD)

2012-04-18 Thread Jan Steffens
Date: Wednesday, April 18, 2012 @ 05:43:28
  Author: heftig
Revision: 156442

0.7.0

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-18 09:41:32 UTC (rev 156441)
+++ PKGBUILD2012-04-18 09:43:28 UTC (rev 156442)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.6.9
+pkgver=0.7.0
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb')
 makedepends=('gobject-introspection' 'intltool')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cb14657f581e3d4b50884ac099ab13c7f9949c99f95806d1b8ad865345d26540')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('861da1007e859e6bad43388a3bee56c31b3e9d003329086a5038fa6b19c6abf7')
 
 build() {
   cd "$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD)

2012-04-16 Thread Ionut Biru
Date: Monday, April 16, 2012 @ 15:47:44
  Author: ibiru
Revision: 156306

update to 0.6.9

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 19:43:36 UTC (rev 156305)
+++ PKGBUILD2012-04-16 19:47:44 UTC (rev 156306)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.6.8
+pkgver=0.6.9
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb')
 makedepends=('gobject-introspection' 'intltool')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
-sha256sums=('4ee18ce808315f27ab6bf9f7d2b438dd4c1042a8ab6836bb5058b6dce167e0b1')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cb14657f581e3d4b50884ac099ab13c7f9949c99f95806d1b8ad865345d26540')
 
 build() {
   cd "$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD)

2012-03-30 Thread Jan Steffens
Date: Friday, March 30, 2012 @ 09:33:32
  Author: heftig
Revision: 154639

0.6.8

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |   15 +--
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-30 13:32:34 UTC (rev 154638)
+++ PKGBUILD2012-03-30 13:33:32 UTC (rev 154639)
@@ -2,25 +2,20 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.6.7
-pkgrel=2
+pkgver=0.6.8
+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' 'intltool' 'vala')
+makedepends=('gobject-introspection' 'intltool')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz
-
stop_spam::http://git.gnome.org/browse/folks/patch/?id=31e803448d206b75c820b5147364adac453dce50)
-sha256sums=('d9ce3fd1f0ea3e0cb3780521cfda161062cf7ed1a016261e8d244fe41cbae8f3'
-'68b947ebe72c2c73e705db26f6bfb50856fa4c6d4644710e97205ff005a0b9fb')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
+sha256sums=('4ee18ce808315f27ab6bf9f7d2b438dd4c1042a8ab6836bb5058b6dce167e0b1')
 
 build() {
   cd "$pkgname-$pkgver"
-
-  patch -Np1 -i $srcdir/stop_spam
-  find . -name '*.stamp' -delete
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in folks/trunk (PKGBUILD)

2012-03-21 Thread Ionut Biru
Date: Wednesday, March 21, 2012 @ 17:04:24
  Author: ibiru
Revision: 154045

stop spamming ~/.xsession-errors

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-21 20:34:37 UTC (rev 154044)
+++ PKGBUILD2012-03-21 21:04:24 UTC (rev 154045)
@@ -3,20 +3,24 @@
 
 pkgname=folks
 pkgver=0.6.7
-pkgrel=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' 'intltool')
+makedepends=('gobject-introspection' 'intltool' 'vala')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9ce3fd1f0ea3e0cb3780521cfda161062cf7ed1a016261e8d244fe41cbae8f3')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz
+
stop_spam::http://git.gnome.org/browse/folks/patch/?id=31e803448d206b75c820b5147364adac453dce50)
+sha256sums=('d9ce3fd1f0ea3e0cb3780521cfda161062cf7ed1a016261e8d244fe41cbae8f3'
+'68b947ebe72c2c73e705db26f6bfb50856fa4c6d4644710e97205ff005a0b9fb')
 
 build() {
   cd "$pkgname-$pkgver"
 
+  patch -Np1 -i $srcdir/stop_spam
+  find . -name '*.stamp' -delete
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in folks/trunk (PKGBUILD)

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 05:50:03
  Author: ibiru
Revision: 152719

update to 0.6.7

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 10:25:48 UTC (rev 152718)
+++ PKGBUILD2012-03-09 10:50:03 UTC (rev 152719)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.6.6
+pkgver=0.6.7
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
@@ -12,17 +12,17 @@
 makedepends=('gobject-introspection' 'intltool')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
-sha256sums=('3dd6a2983969a6369c6b0e25f28ec92415b5570dd6c89b25385807ecc4aeb0a8')
+sha256sums=('d9ce3fd1f0ea3e0cb3780521cfda161062cf7ed1a016261e8d244fe41cbae8f3')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
 



[arch-commits] Commit in folks/trunk (PKGBUILD)

2011-12-15 Thread Ionut Biru
Date: Thursday, December 15, 2011 @ 16:52:58
  Author: ibiru
Revision: 145053

update to 0.6.6

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-15 21:38:17 UTC (rev 145052)
+++ PKGBUILD2011-12-15 21:52:58 UTC (rev 145053)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.6.5
+pkgver=0.6.6
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb')
 makedepends=('gobject-introspection' 'intltool')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('86fd13cb32f3e85a96f9bc999616307323c967baddca3f9f3b402f23629bd5ee')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
+sha256sums=('3dd6a2983969a6369c6b0e25f28ec92415b5570dd6c89b25385807ecc4aeb0a8')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD)

2011-11-11 Thread Ionut Biru
Date: Friday, November 11, 2011 @ 05:51:32
  Author: ibiru
Revision: 142519

update to 0.6.5

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-11 10:44:44 UTC (rev 142518)
+++ PKGBUILD2011-11-11 10:51:32 UTC (rev 142519)
@@ -2,17 +2,17 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.6.4.1
+pkgver=0.6.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' 
'libsocialweb')
-makedepends=('gobject-introspection' 'vala' 'intltool')
+makedepends=('gobject-introspection' 'intltool')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b6cd5e982f4496cbe6370ca31cc85dcdeb6efccc95c1d940e654f8226cd95578')
+sha256sums=('86fd13cb32f3e85a96f9bc999616307323c967baddca3f9f3b402f23629bd5ee')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD)

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 13:56:14
  Author: ibiru
Revision: 140755

update to 0.6.4.1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 17:03:04 UTC (rev 140754)
+++ PKGBUILD2011-10-18 17:56:14 UTC (rev 140755)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.6.3.2
+pkgver=0.6.4.1
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('gobject-introspection' 'vala' 'intltool')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('e04d80e4bab12d85a254a22a6b5b8fab88d14d1c2f7b732e40299960c7c32414')
+sha256sums=('b6cd5e982f4496cbe6370ca31cc85dcdeb6efccc95c1d940e654f8226cd95578')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD)

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 06:45:45
  Author: ibiru
Revision: 138555

update to 0.6.3.2

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |   43 ++-
 1 file changed, 10 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-27 10:39:01 UTC (rev 138554)
+++ PKGBUILD2011-09-27 10:45:45 UTC (rev 138555)
@@ -1,52 +1,29 @@
 # $Id$
 # Maintainer: Ionut Biru 
 
-pkgbase=folks
-pkgname=(folks folks-tracker)
-pkgver=0.6.3
-pkgrel=3
+pkgname=folks
+pkgver=0.6.3.2
+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' 'libtracker-sparql')
+makedepends=('gobject-introspection' 'vala' 'intltool')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/0.6/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('e21810966f300b31e8cd51cca9851606213345eb933584997b49326c43b46e1b')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e04d80e4bab12d85a254a22a6b5b8fab88d14d1c2f7b732e40299960c7c32414')
 
 build() {
-  cd "$srcdir/$pkgbase-$pkgver"
+  cd "$srcdir/$pkgname-$pkgver"
 
-  # Change tracker version
-  grep -lr sparql-0.10 . | xargs sed -i 's/sparql-0.10/sparql-0.12/g'
-
-  # Fix the sed command to work with LANG=C
-  sed -i '/dlname=/s/A-Za-z0-9\.-+/A-Za-z0-9./' folks/Makefile.*
-
-  ./configure --prefix=/usr --enable-tracker-backend
+  ./configure --prefix=/usr
   make
 }
 
-package_folks() {
-  optdepends=('folks-tracker: Tracker backend')
-
-  cd "$srcdir/$pkgbase-$pkgver"
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
-
-### Split folks-tracker
-  cd "$pkgdir"
-  find . -name '*tracker*' \! -type d | while IFS= read -r _file; do
-mkdir -p "$srcdir/folks-tracker/${_file%/*}"
-mv "$_file" "$srcdir/folks-tracker/$_file"
-  done
 }
 
-package_folks-tracker() {
-  pkgdesc="Tracker backend for folks"
-  depends=('folks' 'tracker')
-
-  mv "$srcdir"/folks-tracker/* "$pkgdir"
-}
-
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in folks/trunk (PKGBUILD)

2011-09-21 Thread Jan Steffens
Date: Wednesday, September 21, 2011 @ 12:15:59
  Author: heftig
Revision: 138407

workaround a bug

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-21 15:48:16 UTC (rev 138406)
+++ PKGBUILD2011-09-21 16:15:59 UTC (rev 138407)
@@ -4,7 +4,7 @@
 pkgbase=folks
 pkgname=(folks folks-tracker)
 pkgver=0.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
 url="http://telepathy.freedesktop.org/wiki/Folks";
@@ -21,6 +21,9 @@
   # Change tracker version
   grep -lr sparql-0.10 . | xargs sed -i 's/sparql-0.10/sparql-0.12/g'
 
+  # Fix the sed command to work with LANG=C
+  sed -i '/dlname=/s/A-Za-z0-9\.-+/A-Za-z0-9./' folks/Makefile.*
+
   ./configure --prefix=/usr --enable-tracker-backend
   make
 }



[arch-commits] Commit in folks/trunk (PKGBUILD)

2011-09-20 Thread Jan Steffens
Date: Tuesday, September 20, 2011 @ 06:10:24
  Author: heftig
Revision: 138343

split tracker backend

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |   33 +
 1 file changed, 25 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-20 09:38:00 UTC (rev 138342)
+++ PKGBUILD2011-09-20 10:10:24 UTC (rev 138343)
@@ -1,21 +1,22 @@
 # $Id$
 # Maintainer: Ionut Biru 
 
-pkgname=folks
+pkgbase=folks
+pkgname=(folks folks-tracker)
 pkgver=0.6.3
-pkgrel=1
-pkgdesc="Library to aggregates people into metacontacts "
+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)
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/0.6/${pkgbase}-${pkgver}.tar.xz)
 sha256sums=('e21810966f300b31e8cd51cca9851606213345eb933584997b49326c43b46e1b')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgbase-$pkgver"
 
   # Change tracker version
   grep -lr sparql-0.10 . | xargs sed -i 's/sparql-0.10/sparql-0.12/g'
@@ -24,9 +25,25 @@
   make
 }
 
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
+package_folks() {
+  optdepends=('folks-tracker: Tracker backend')
+
+  cd "$srcdir/$pkgbase-$pkgver"
   make DESTDIR="$pkgdir" install
+
+### Split folks-tracker
+  cd "$pkgdir"
+  find . -name '*tracker*' \! -type d | while IFS= read -r _file; do
+mkdir -p "$srcdir/folks-tracker/${_file%/*}"
+mv "$_file" "$srcdir/folks-tracker/$_file"
+  done
 }
 
+package_folks-tracker() {
+  pkgdesc="Tracker backend for folks"
+  depends=('folks' 'tracker')
+
+  mv "$srcdir"/folks-tracker/* "$pkgdir"
+}
+
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in folks/trunk (PKGBUILD)

2011-09-08 Thread Ionut Biru
Date: Thursday, September 8, 2011 @ 14:27:13
  Author: ibiru
Revision: 137519

update to 0.6.2.1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-08 14:13:16 UTC (rev 137518)
+++ PKGBUILD2011-09-08 18:27:13 UTC (rev 137519)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru 
 pkgname=folks
-pkgver=0.6.2
+pkgver=0.6.2.1
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts "
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 makedepends=('gobject-introspection' 'vala' 'intltool')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5f6ad6a8692fa149b109ab274c1ad8300cef682efd90d9cb9483c6648cd23688')
+sha256sums=('3eda79a71890b51b6f723067b61c32ef25e9041a9e188b483d7f23e3dcd328ee')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD)

2011-09-08 Thread Ionut Biru
Date: Thursday, September 8, 2011 @ 08:29:55
  Author: ibiru
Revision: 137513

update to 0.6.2

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-08 10:05:49 UTC (rev 137512)
+++ PKGBUILD2011-09-08 12:29:55 UTC (rev 137513)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru 
 pkgname=folks
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts "
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 makedepends=('gobject-introspection' 'vala' 'intltool')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c194c1feac58ed7f9870b08ef0658077967fe96d90eff02fad130237df10c9f4')
+sha256sums=('5f6ad6a8692fa149b109ab274c1ad8300cef682efd90d9cb9483c6648cd23688')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 13:50:30
  Author: ibiru
Revision: 136722

update to 0.6.1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 17:35:50 UTC (rev 136721)
+++ PKGBUILD2011-08-31 17:50:30 UTC (rev 136722)
@@ -1,17 +1,17 @@
 # $Id$
 # Maintainer: Ionut Biru 
 pkgname=folks
-pkgver=0.4.3
+pkgver=0.6.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')
+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.4/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e5a5bbe1524130ff5b6400726db3e12299b12ffefa108bc89169509f343d925e')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c194c1feac58ed7f9870b08ef0658077967fe96d90eff02fad130237df10c9f4')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD)

2011-04-26 Thread Ionut Biru
Date: Tuesday, April 26, 2011 @ 17:20:48
  Author: ibiru
Revision: 120851

update to 0.4.3

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-26 21:12:50 UTC (rev 120850)
+++ PKGBUILD2011-04-26 21:20:48 UTC (rev 120851)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru 
 pkgname=folks
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts "
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 makedepends=('gobject-introspection' 'vala' 'intltool')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.4/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('269426df3896c07581067d3ead6aa2669c5895cfd3568e9e83abda5016b08e54')
+sha256sums=('e5a5bbe1524130ff5b6400726db3e12299b12ffefa108bc89169509f343d925e')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD)

2011-03-23 Thread Ionut Biru
Date: Wednesday, March 23, 2011 @ 17:53:28
  Author: ibiru
Revision: 116448

upgpkg: folks 0.4.2-1
update to 0.4.2

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-23 21:50:57 UTC (rev 116447)
+++ PKGBUILD2011-03-23 21:53:28 UTC (rev 116448)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru 
 pkgname=folks
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts "
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 makedepends=('gobject-introspection' 'vala' 'intltool')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.4/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('c77ea588e2fc14b3abd3b72b889b33b5e39977fdd8e852f2a4b379623e207cc0')
+sha256sums=('269426df3896c07581067d3ead6aa2669c5895cfd3568e9e83abda5016b08e54')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD)

2011-03-18 Thread Ionut Biru
Date: Friday, March 18, 2011 @ 17:30:09
  Author: ibiru
Revision: 115659

upgpkg: folks 0.4.1-1
update to 0.4.1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-18 20:50:01 UTC (rev 115658)
+++ PKGBUILD2011-03-18 21:30:09 UTC (rev 115659)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru 
 pkgname=folks
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts "
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 makedepends=('gobject-introspection' 'vala' 'intltool')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.4/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('7b14df3b1d614c57fa7f5d673463299f6f90ef6c11eba9ae57f467b38df64e44')
+sha256sums=('c77ea588e2fc14b3abd3b72b889b33b5e39977fdd8e852f2a4b379623e207cc0')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD)

2011-03-17 Thread Ionut Biru
Date: Thursday, March 17, 2011 @ 13:23:04
  Author: ibiru
Revision: 115304

upgpkg: folks 0.4.0-1
update to 0.4.0

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 17:21:46 UTC (rev 115303)
+++ PKGBUILD2011-03-17 17:23:04 UTC (rev 115304)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru 
 pkgname=folks
-pkgver=0.3.6
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts "
 arch=(i686 x86_64)
@@ -10,8 +10,8 @@
 depends=('telepathy-glib' 'libgee' 'libxml2')
 makedepends=('gobject-introspection' 'vala' 'intltool')
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('274818fcf325cf77b292abddca62745a5a5c56e701b900a8c42e0b8283d4f830')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.4/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('7b14df3b1d614c57fa7f5d673463299f6f90ef6c11eba9ae57f467b38df64e44')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD)

2011-02-16 Thread Ionut Biru
Date: Wednesday, February 16, 2011 @ 12:27:53
  Author: ibiru
Revision: 110131

upgpkg: folks 0.3.6-1
update to 0.3.6

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-16 17:23:21 UTC (rev 110130)
+++ PKGBUILD2011-02-16 17:27:53 UTC (rev 110131)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru 
 pkgname=folks
-pkgver=0.3.4
+pkgver=0.3.6
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts "
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 makedepends=('gobject-introspection' 'vala' 'intltool')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('cd35e7d0ecd57cea505e661c69140690587c427b846183f0e18855b15feee1a9')
+sha256sums=('274818fcf325cf77b292abddca62745a5a5c56e701b900a8c42e0b8283d4f830')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in folks/trunk (PKGBUILD)

2011-02-11 Thread Ionut Biru
Date: Friday, February 11, 2011 @ 15:15:21
  Author: ibiru
Revision: 109694

upgpkg: folks 0.3.4-1
update to 0.3.4

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-11 19:54:19 UTC (rev 109693)
+++ PKGBUILD2011-02-11 20:15:21 UTC (rev 109694)
@@ -1,22 +1,26 @@
 # $Id$
 # Maintainer: Ionut Biru 
 pkgname=folks
-pkgver=0.2.1
+pkgver=0.3.4
 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>=0.12.1' 'libgee>=0.6.0' 'libxml2>=2.7.7')
-makedepends=('gobject-introspection' 'vala')
+depends=('telepathy-glib' 'libgee' 'libxml2')
+makedepends=('gobject-introspection' 'vala' 'intltool')
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f8eeeb6a6974416d4db1ab6b18187173fb6ff4ec7830bece379dfba9b25f2a29')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('cd35e7d0ecd57cea505e661c69140690587c427b846183f0e18855b15feee1a9')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
 



[arch-commits] Commit in folks/trunk (PKGBUILD)

2010-10-26 Thread Ionut Biru
Date: Tuesday, October 26, 2010 @ 05:12:29
  Author: ibiru
Revision: 97061

upgpkg: folks 0.2.1-1
update to 0.2.1

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-26 09:10:31 UTC (rev 97060)
+++ PKGBUILD2010-10-26 09:12:29 UTC (rev 97061)
@@ -1,23 +1,23 @@
 # $Id$
 # Maintainer: Ionut Biru 
 pkgname=folks
-pkgver=0.2.0
+pkgver=0.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>=0.11.16' 'libgee>=0.5.3' 'libxml2>=2.7.7')
+depends=('telepathy-glib>=0.12.1' 'libgee>=0.6.0' 'libxml2>=2.7.7')
 makedepends=('gobject-introspection' 'vala')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('25f4760ba777b2f8a90576ac43c1540c9fd88dd4d39de3d07bc7f2f9ef5fc84f')
+sha256sums=('f8eeeb6a6974416d4db1ab6b18187173fb6ff4ec7830bece379dfba9b25f2a29')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr
   make
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in folks/trunk (PKGBUILD)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 17:08:15
  Author: ibiru
Revision: 90906

fix license

Modified:
  folks/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-18 21:03:16 UTC (rev 90905)
+++ PKGBUILD2010-09-18 21:08:15 UTC (rev 90906)
@@ -6,7 +6,7 @@
 pkgdesc="Library to aggregates people into metacontacts "
 arch=(i686 x86_64)
 url="http://telepathy.freedesktop.org/wiki/Folks";
-license=('GPL')
+license=('LGPL2.1')
 depends=('telepathy-glib>=0.11.16' 'libgee>=0.5.3' 'libxml2>=2.7.7')
 makedepends=('gobject-introspection' 'vala')
 options=('!libtool')