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

2018-01-18 Thread Jan Steffens via arch-commits
Date: Thursday, January 18, 2018 @ 09:20:32
  Author: heftig
Revision: 315038

3.25.90+34+g78f4d4fda-3: gnome group

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-18 09:18:43 UTC (rev 315037)
+++ PKGBUILD2018-01-18 09:20:32 UTC (rev 315038)
@@ -3,7 +3,7 @@
 
 pkgname=empathy
 pkgver=3.25.90+34+g78f4d4fda
-pkgrel=2
+pkgrel=3
 pkgdesc="A GNOME instant messaging client using the Telepathy framework"
 url="https://wiki.gnome.org/Apps/Empathy;
 arch=(x86_64)
@@ -16,7 +16,6 @@
 'telepathy-idle: IRC support'
 'telepathy-salut: Link-local XMPP support'
 'telepathy-haze: libpurple support')
-groups=(gnome)
 _commit=78f4d4fdadd7da67e063c2905649f6a6015ef8f9  # master
 source=("git+https://git.gnome.org/browse/empathy#commit=$_commit;
 "git+https://git.gnome.org/browse/telepathy-account-widgets;


[arch-commits] Commit in empathy/trunk (PKGBUILD enchant-2.patch)

2018-01-18 Thread Jan Steffens via arch-commits
Date: Thursday, January 18, 2018 @ 08:59:59
  Author: heftig
Revision: 315031

3.25.90+34+g78f4d4fda-2: enchant 2.2

Modified:
  empathy/trunk/PKGBUILD
  empathy/trunk/enchant-2.patch

-+
 PKGBUILD|4 ++--
 enchant-2.patch |   32 +---
 2 files changed, 31 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-18 07:19:50 UTC (rev 315030)
+++ PKGBUILD2018-01-18 08:59:59 UTC (rev 315031)
@@ -3,7 +3,7 @@
 
 pkgname=empathy
 pkgver=3.25.90+34+g78f4d4fda
-pkgrel=1
+pkgrel=2
 pkgdesc="A GNOME instant messaging client using the Telepathy framework"
 url="https://wiki.gnome.org/Apps/Empathy;
 arch=(x86_64)
@@ -23,7 +23,7 @@
 enchant-2.patch)
 sha256sums=('SKIP'
 'SKIP'
-'cfb8e4c1fde981393090c5f4c51e8f4eace54acaa16a7aed3c7f1cd31658c167')
+'f177f0dfc242018dd52e312637f513fd08f64aa991b45930cc3ea9a2576f795e')
 
 pkgver() {
   cd $pkgname

Modified: enchant-2.patch
===
--- enchant-2.patch 2018-01-18 07:19:50 UTC (rev 315030)
+++ enchant-2.patch 2018-01-18 08:59:59 UTC (rev 315031)
@@ -1,7 +1,33 @@
-diff --git a/libempathy-gtk/empathy-spell.c b/libempathy-gtk/empathy-spell.c
+ configure.ac   | 4 ++--
+ libempathy-gtk/empathy-spell.c | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git c/configure.ac i/configure.ac
+index 7aeb6b31c..31e5b847b 100644
+--- c/configure.ac
 i/configure.ac
+@@ -72,7 +72,7 @@ WEBKIT_REQUIRED=2.10.0
+ GOA_REQUIRED=3.5.1
+ 
+ # Optional deps
+-ENCHANT_REQUIRED=1.2.0
++ENCHANT_REQUIRED=2.2.0
+ GEOCLUE_REQUIRED=2.1.0
+ GEOCODE_GLIB_REQUIRED=0.99.1
+ ISO_CODES_REQUIRED=0.35
+@@ -307,7 +307,7 @@ AC_ARG_ENABLE(spell,
+ if test "x$enable_spell" != "xno"; then
+PKG_CHECK_MODULES(ENCHANT,
+[
+-  enchant >= $ENCHANT_REQUIRED,
++  enchant-2 >= $ENCHANT_REQUIRED,
+   iso-codes >= $ISO_CODES_REQUIRED
+], have_enchant="yes", have_enchant="no")
+ 
+diff --git c/libempathy-gtk/empathy-spell.c i/libempathy-gtk/empathy-spell.c
 index 27f27f902..bb0159fd8 100644
 a/libempathy-gtk/empathy-spell.c
-+++ b/libempathy-gtk/empathy-spell.c
+--- c/libempathy-gtk/empathy-spell.c
 i/libempathy-gtk/empathy-spell.c
 @@ -424,7 +424,7 @@ empathy_spell_add_to_dictionary (const gchar *code,
if (lang == NULL)
return;


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

2018-01-11 Thread Jan Steffens via arch-commits
Date: Thursday, January 11, 2018 @ 10:19:48
  Author: heftig
Revision: 314350

3.25.90+34+g78f4d4fda-1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-11 09:30:24 UTC (rev 314349)
+++ PKGBUILD2018-01-11 10:19:48 UTC (rev 314350)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.25.90+33+g1453dc4e7
+pkgver=3.25.90+34+g78f4d4fda
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework"
 url="https://wiki.gnome.org/Apps/Empathy;
@@ -15,10 +15,9 @@
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'
 'telepathy-salut: Link-local XMPP support'
-'telepathy-rakia: SIP support'
 'telepathy-haze: libpurple support')
 groups=(gnome)
-_commit=1453dc4e777d28df59cac2df45d607371c79c813  # master
+_commit=78f4d4fdadd7da67e063c2905649f6a6015ef8f9  # master
 source=("git+https://git.gnome.org/browse/empathy#commit=$_commit;
 "git+https://git.gnome.org/browse/telepathy-account-widgets;
 enchant-2.patch)


[arch-commits] Commit in empathy/trunk (PKGBUILD enchant-2.patch)

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 14:21:04
  Author: jgc
Revision: 310595

upgpkg: empathy 3.25.90+33+g1453dc4e7-1

Libical/Enchant rebuild

Added:
  empathy/trunk/enchant-2.patch
Modified:
  empathy/trunk/PKGBUILD

-+
 PKGBUILD|   12 
 enchant-2.patch |   13 +
 2 files changed, 21 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 13:39:38 UTC (rev 310594)
+++ PKGBUILD2017-11-22 14:21:04 UTC (rev 310595)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.25.90+30+ged4b420d8
+pkgver=3.25.90+33+g1453dc4e7
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework"
 url="https://wiki.gnome.org/Apps/Empathy;
@@ -18,11 +18,13 @@
 'telepathy-rakia: SIP support'
 'telepathy-haze: libpurple support')
 groups=(gnome)
-_commit=ed4b420d8bd08bbd48dd87c21f10e064897c04b6  # master
+_commit=1453dc4e777d28df59cac2df45d607371c79c813  # master
 source=("git+https://git.gnome.org/browse/empathy#commit=$_commit;
-"git+https://git.gnome.org/browse/telepathy-account-widgets;)
+"git+https://git.gnome.org/browse/telepathy-account-widgets;
+enchant-2.patch)
 sha256sums=('SKIP'
-'SKIP')
+'SKIP'
+'cfb8e4c1fde981393090c5f4c51e8f4eace54acaa16a7aed3c7f1cd31658c167')
 
 pkgver() {
   cd $pkgname
@@ -36,6 +38,8 @@
   git config --local submodule.telepathy-account-widgets.url 
"$srcdir/telepathy-account-widgets"
   git submodule update
 
+  patch -Np1 -i ../enchant-2.patch
+
   NOCONFIGURE=1 ./autogen.sh
 }
 

Added: enchant-2.patch
===
--- enchant-2.patch (rev 0)
+++ enchant-2.patch 2017-11-22 14:21:04 UTC (rev 310595)
@@ -0,0 +1,13 @@
+diff --git a/libempathy-gtk/empathy-spell.c b/libempathy-gtk/empathy-spell.c
+index 27f27f902..bb0159fd8 100644
+--- a/libempathy-gtk/empathy-spell.c
 b/libempathy-gtk/empathy-spell.c
+@@ -424,7 +424,7 @@ empathy_spell_add_to_dictionary (const gchar *code,
+   if (lang == NULL)
+   return;
+ 
+-  enchant_dict_add_to_pwl (lang->speller, word, strlen (word));
++  enchant_dict_add (lang->speller, word, strlen (word));
+ }
+ 
+ #else /* not HAVE_ENCHANT */


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

2017-10-18 Thread Jan Steffens
Date: Wednesday, October 18, 2017 @ 22:17:51
  Author: heftig
Revision: 308204

3.25.90+30+ged4b420d8-1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-18 22:17:25 UTC (rev 308203)
+++ PKGBUILD2017-10-18 22:17:51 UTC (rev 308204)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.12.14
+pkgver=3.25.90+30+ged4b420d8
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework"
 url="https://wiki.gnome.org/Apps/Empathy;
@@ -18,7 +18,7 @@
 'telepathy-rakia: SIP support'
 'telepathy-haze: libpurple support')
 groups=(gnome)
-_commit=25545e60e16c8e3dba8ef90fa4621173d44ffea7  # tags/3.12.14^0
+_commit=ed4b420d8bd08bbd48dd87c21f10e064897c04b6  # master
 source=("git+https://git.gnome.org/browse/empathy#commit=$_commit;
 "git+https://git.gnome.org/browse/telepathy-account-widgets;)
 sha256sums=('SKIP'


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

2017-09-06 Thread Jan Steffens
Date: Wednesday, September 6, 2017 @ 10:23:24
  Author: heftig
Revision: 304741

3.12.14-1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 10:22:43 UTC (rev 304740)
+++ PKGBUILD2017-09-06 10:23:24 UTC (rev 304741)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.12.12+120+g4a4b45b94
+pkgver=3.12.14
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework"
 url="https://wiki.gnome.org/Apps/Empathy;
@@ -18,7 +18,7 @@
 'telepathy-rakia: SIP support'
 'telepathy-haze: libpurple support')
 groups=(gnome)
-_commit=4a4b45b94861688a79bab5ec699f075a86977ffe  # master
+_commit=25545e60e16c8e3dba8ef90fa4621173d44ffea7  # tags/3.12.14^0
 source=("git+https://git.gnome.org/browse/empathy#commit=$_commit;
 "git+https://git.gnome.org/browse/telepathy-account-widgets;)
 sha256sums=('SKIP'


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

2017-04-25 Thread Jan Steffens
Date: Tuesday, April 25, 2017 @ 07:15:41
  Author: heftig
Revision: 294610

3.12.12+120+g4a4b45b94-1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-25 07:13:21 UTC (rev 294609)
+++ PKGBUILD2017-04-25 07:15:41 UTC (rev 294610)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.12.12+111+g3300c6deb
+pkgver=3.12.12+120+g4a4b45b94
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework"
 url="https://wiki.gnome.org/Apps/Empathy;
@@ -18,7 +18,7 @@
 'telepathy-rakia: SIP support'
 'telepathy-haze: libpurple support')
 groups=(gnome)
-_commit=3300c6deb7be1209ca38657c03e15ea729df2ae9  # master
+_commit=4a4b45b94861688a79bab5ec699f075a86977ffe  # master
 source=("git+https://git.gnome.org/browse/empathy#commit=$_commit;
 "git+https://git.gnome.org/browse/telepathy-account-widgets;)
 sha256sums=('SKIP'


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

2017-03-14 Thread Jan Steffens
Date: Tuesday, March 14, 2017 @ 10:00:45
  Author: heftig
Revision: 290827

3.12.12+111+g3300c6deb-1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-14 09:48:05 UTC (rev 290826)
+++ PKGBUILD2017-03-14 10:00:45 UTC (rev 290827)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.12.12+69+g841af5f32
+pkgver=3.12.12+111+g3300c6deb
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework"
 url="https://wiki.gnome.org/Apps/Empathy;
@@ -18,7 +18,7 @@
 'telepathy-rakia: SIP support'
 'telepathy-haze: libpurple support')
 groups=(gnome)
-_commit=841af5f329c37fd36fa4104c8a430e4ec03f1448  # master
+_commit=3300c6deb7be1209ca38657c03e15ea729df2ae9  # master
 source=("git+https://git.gnome.org/browse/empathy#commit=$_commit;
 "git+https://git.gnome.org/browse/telepathy-account-widgets;)
 sha256sums=('SKIP'
@@ -45,7 +45,8 @@
   ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
-  --disable-static
+  --disable-static \
+  --disable-Werror
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }


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

2017-01-26 Thread Jan Steffens
Date: Thursday, January 26, 2017 @ 20:18:11
  Author: heftig
Revision: 287526

3.12.12+69+g841af5f32-1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-26 20:11:17 UTC (rev 287525)
+++ PKGBUILD2017-01-26 20:18:11 UTC (rev 287526)
@@ -1,27 +1,28 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Contributor: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.12.12+35+g8311b76
+pkgver=3.12.12+69+g841af5f32
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework"
 url="https://wiki.gnome.org/Apps/Empathy;
 arch=(i686 x86_64)
 license=(GPL2)
-depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk
+depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkit2gtk
  telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2
  geocode-glib cheese libchamplain libgudev)
-makedepends=(intltool itstool docbook-xsl python python2 gnome-common git)
+makedepends=(intltool itstool docbook-xsl python gnome-common git)
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'
 'telepathy-salut: Link-local XMPP support'
 'telepathy-rakia: SIP support'
 'telepathy-haze: libpurple support')
-options=(!makeflags)
 groups=(gnome)
-_commit=8311b765895d092c178ba81a36dd3956503ef351  # master
-source=("git://git.gnome.org/empathy#commit=$_commit")
-sha256sums=('SKIP')
+_commit=841af5f329c37fd36fa4104c8a430e4ec03f1448  # master
+source=("git+https://git.gnome.org/browse/empathy#commit=$_commit;
+"git+https://git.gnome.org/browse/telepathy-account-widgets;)
+sha256sums=('SKIP'
+'SKIP')
 
 pkgver() {
   cd $pkgname
@@ -30,12 +31,18 @@
 
 prepare() {
   cd $pkgname
+
+  git submodule init
+  git config --local submodule.telepathy-account-widgets.url 
"$srcdir/telepathy-account-widgets"
+  git submodule update
+
   NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
   cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  export LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
+  ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
   --disable-static


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

2016-09-28 Thread Jan de Groot
Date: Wednesday, September 28, 2016 @ 12:12:15
  Author: jgc
Revision: 277244

upgpkg: empathy 3.12.12+35+g8311b76-1

Modified:
  empathy/trunk/PKGBUILD

--+
 PKGBUILD |   25 ++---
 1 file changed, 18 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-28 11:33:28 UTC (rev 277243)
+++ PKGBUILD2016-09-28 12:12:15 UTC (rev 277244)
@@ -2,16 +2,16 @@
 # Maintainer: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.12.12
+pkgver=3.12.12+35+g8311b76
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework"
 url="https://wiki.gnome.org/Apps/Empathy;
 arch=(i686 x86_64)
 license=(GPL2)
-depends=(clutter-gst2 clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk
+depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk
  telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2
  geocode-glib cheese libchamplain libgudev)
-makedepends=(intltool itstool docbook-xsl python python2)
+makedepends=(intltool itstool docbook-xsl python python2 gnome-common git)
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'
 'telepathy-salut: Link-local XMPP support'
@@ -19,11 +19,22 @@
 'telepathy-haze: libpurple support')
 options=(!makeflags)
 groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('dda22adf38772d85cd7ff611bcc1a036a6b8625bc7d146c95d4bfcdbc3ecf7cb')
+_commit=8311b765895d092c178ba81a36dd3956503ef351  # master
+source=("git://git.gnome.org/empathy#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EMPATHY_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
@@ -33,6 +44,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2016-05-14 Thread Jan Steffens
Date: Saturday, May 14, 2016 @ 12:48:23
  Author: heftig
Revision: 267947

3.12.12-1

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

-+
 PKGBUILD|   13 ++---
 empathy.install |   16 
 2 files changed, 6 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 10:31:59 UTC (rev 267946)
+++ PKGBUILD2016-05-14 10:48:23 UTC (rev 267947)
@@ -2,26 +2,25 @@
 # Maintainer: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.12.11
+pkgver=3.12.12
 pkgrel=1
-pkgdesc="A GNOME instant messaging client using the Telepathy framework."
+pkgdesc="A GNOME instant messaging client using the Telepathy framework"
+url="https://wiki.gnome.org/Apps/Empathy;
 arch=(i686 x86_64)
-url="http://live.gnome.org/Empathy;
 license=(GPL2)
 depends=(clutter-gst2 clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk
  telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2
  geocode-glib cheese libchamplain libgudev)
-makedepends=(intltool itstool docbook-xsl python2)
+makedepends=(intltool itstool docbook-xsl python python2)
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'
 'telepathy-salut: Link-local XMPP support'
 'telepathy-rakia: SIP support'
 'telepathy-haze: libpurple support')
-options=('!makeflags')
+options=(!makeflags)
 groups=(gnome)
-install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d1e4ff4e5f502b7f4ca2c6140462bad2a712b82f019aea4e0a2700e77545d487')
+sha256sums=('dda22adf38772d85cd7ff611bcc1a036a6b8625bc7d146c95d4bfcdbc3ecf7cb')
 
 build() {
   cd $pkgname-$pkgver

Deleted: empathy.install
===
--- empathy.install 2016-05-14 10:31:59 UTC (rev 267946)
+++ empathy.install 2016-05-14 10:48:23 UTC (rev 267947)
@@ -1,16 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-echo "To use Empathy you need to install at least one Telepathy connection 
manager."
-}
-
-post_upgrade() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_remove() {
-post_upgrade
-}


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

2015-10-14 Thread Jan Steffens
Date: Wednesday, October 14, 2015 @ 16:29:56
  Author: heftig
Revision: 249326

3.12.11

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-14 14:24:09 UTC (rev 249325)
+++ PKGBUILD2015-10-14 14:29:56 UTC (rev 249326)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.12.10
-pkgrel=3
+pkgver=3.12.11
+pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework."
 arch=(i686 x86_64)
 url="http://live.gnome.org/Empathy;
@@ -21,7 +21,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('794140c3743aa83739ef7efa9eff1950e2f718fde9dc29064fa9d616478e97cb')
+sha256sums=('d1e4ff4e5f502b7f4ca2c6140462bad2a712b82f019aea4e0a2700e77545d487')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-24 Thread Jan de Groot
Date: Thursday, September 24, 2015 @ 11:57:11
  Author: jgc
Revision: 247227

upgpkg: empathy 3.12.10-3

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-24 09:50:31 UTC (rev 247226)
+++ PKGBUILD2015-09-24 09:57:11 UTC (rev 247227)
@@ -3,7 +3,7 @@
 
 pkgname=empathy
 pkgver=3.12.10
-pkgrel=2
+pkgrel=3
 pkgdesc="A GNOME instant messaging client using the Telepathy framework."
 arch=(i686 x86_64)
 url="http://live.gnome.org/Empathy;


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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:37:01
  Author: heftig
Revision: 241092

libgudev

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:34:48 UTC (rev 241091)
+++ PKGBUILD2015-06-19 20:37:01 UTC (rev 241092)
@@ -3,12 +3,14 @@
 
 pkgname=empathy
 pkgver=3.12.10
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
 url=http://live.gnome.org/Empathy;
 license=(GPL2)
-depends=(clutter-gst2 clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2 geocode-glib cheese libchamplain)
+depends=(clutter-gst2 clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk
+ telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2
+ geocode-glib cheese libchamplain libgudev)
 makedepends=(intltool itstool docbook-xsl python2)
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'


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

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 18:17:28
  Author: heftig
Revision: 239296

3.12.10

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 16:17:20 UTC (rev 239295)
+++ PKGBUILD2015-05-13 16:17:28 UTC (rev 239296)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.12.9
+pkgver=3.12.10
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('743d3f1826afb6f1f6751983a780443da315635e1f05345370564c8cd541c422')
+sha256sums=('794140c3743aa83739ef7efa9eff1950e2f718fde9dc29064fa9d616478e97cb')
 
 build() {
   cd $pkgname-$pkgver


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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 23:36:00
  Author: heftig
Revision: 237198

3.12.9

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 21:18:37 UTC (rev 237197)
+++ PKGBUILD2015-04-15 21:36:00 UTC (rev 237198)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.12.8
-pkgrel=2
+pkgver=3.12.9
+pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
 url=http://live.gnome.org/Empathy;
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fce8fd4b9e276f21577292003b1e1bcf3db90d277335cdc1dba77ba3a29ee683')
+sha256sums=('743d3f1826afb6f1f6751983a780443da315635e1f05345370564c8cd541c422')
 
 build() {
   cd $pkgname-$pkgver


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

2015-04-12 Thread Bartłomiej Piotrowski
Date: Sunday, April 12, 2015 @ 20:20:23
  Author: bpiotrowski
Revision: 236312

upgpkg: empathy 3.12.8-2

rebuild against gnutls 3.4.0

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-12 17:49:40 UTC (rev 236311)
+++ PKGBUILD2015-04-12 18:20:23 UTC (rev 236312)
@@ -3,7 +3,7 @@
 
 pkgname=empathy
 pkgver=3.12.8
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
 url=http://live.gnome.org/Empathy;


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

2015-03-19 Thread Jan de Groot
Date: Thursday, March 19, 2015 @ 14:08:58
  Author: jgc
Revision: 234148

upgpkg: empathy 3.12.8-1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-19 11:52:39 UTC (rev 234147)
+++ PKGBUILD2015-03-19 13:08:58 UTC (rev 234148)
@@ -2,13 +2,13 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.12.7
-pkgrel=2
+pkgver=3.12.8
+pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
 url=http://live.gnome.org/Empathy;
 license=(GPL2)
-depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2 geocode-glib cheese libchamplain)
+depends=(clutter-gst2 clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2 geocode-glib cheese libchamplain)
 makedepends=(intltool itstool docbook-xsl python2)
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('abcc6e325474d158ba21dfc864183617cf832c3570ccefe9e32f275b94452794')
+sha256sums=('fce8fd4b9e276f21577292003b1e1bcf3db90d277335cdc1dba77ba3a29ee683')
 
 build() {
   cd $pkgname-$pkgver


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

2015-02-04 Thread Felix Yan
Date: Thursday, February 5, 2015 @ 05:08:37
  Author: fyan
Revision: 230790

upgpkg: empathy 3.12.7-2

rebuild for farstream-0.2.7

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-05 04:06:20 UTC (rev 230789)
+++ PKGBUILD2015-02-05 04:08:37 UTC (rev 230790)
@@ -3,7 +3,7 @@
 
 pkgname=empathy
 pkgver=3.12.7
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
 url=http://live.gnome.org/Empathy;


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

2014-10-25 Thread Jan Steffens
Date: Sunday, October 26, 2014 @ 01:42:38
  Author: heftig
Revision: 225337

3.12.7

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-25 23:24:58 UTC (rev 225336)
+++ PKGBUILD2014-10-25 23:42:38 UTC (rev 225337)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.12.5
+pkgver=3.12.7
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('06a97a4513f2cc3a56517ac3f478adb85b9a4a64a49d6c60ab4ea97276bc0f66')
+sha256sums=('abcc6e325474d158ba21dfc864183617cf832c3570ccefe9e32f275b94452794')
 
 build() {
   cd $pkgname-$pkgver


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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:00:23
  Author: heftig
Revision: 220449

3.12.5

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 19:57:03 UTC (rev 220448)
+++ PKGBUILD2014-08-20 20:00:23 UTC (rev 220449)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.12.4
+pkgver=3.12.5
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('056a1fc27e9aa1f9df4d4d91353e04ca2e1b0fcc6bf082a9108f9dbb9870c978')
+sha256sums=('06a97a4513f2cc3a56517ac3f478adb85b9a4a64a49d6c60ab4ea97276bc0f66')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:49:54
  Author: heftig
Revision: 215387

3.12.4

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 19:42:58 UTC (rev 215386)
+++ PKGBUILD2014-06-23 19:49:54 UTC (rev 215387)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.12.2
+pkgver=3.12.4
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('414d0c6b1a30b1afbf35ad04b0b9ff3ada3e06fab797a50a7147cdfe0905e7cd')
+sha256sums=('056a1fc27e9aa1f9df4d4d91353e04ca2e1b0fcc6bf082a9108f9dbb9870c978')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:05:10
  Author: heftig
Revision: 213432

3.12.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:02:52 UTC (rev 213431)
+++ PKGBUILD2014-05-23 23:05:10 UTC (rev 213432)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('53049c069ea893b58b3b2c4307c064e28835d3d61c8e53199bceda3d9e734981')
+sha256sums=('414d0c6b1a30b1afbf35ad04b0b9ff3ada3e06fab797a50a7147cdfe0905e7cd')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-14 Thread Jan de Groot
Date: Monday, April 14, 2014 @ 19:15:52
  Author: jgc
Revision: 210361

upgpkg: empathy 3.12.1-1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-14 17:04:38 UTC (rev 210360)
+++ PKGBUILD2014-04-14 17:15:52 UTC (rev 210361)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9e92769df73363a648b3f9081a336147cc76bc88dccc85110e5ba2426395ab01')
+sha256sums=('53049c069ea893b58b3b2c4307c064e28835d3d61c8e53199bceda3d9e734981')
 
 build() {
   cd $pkgname-$pkgver



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

2014-03-24 Thread Jan de Groot
Date: Monday, March 24, 2014 @ 18:07:41
  Author: jgc
Revision: 208613

upgpkg: empathy 3.12.0-1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-24 16:53:57 UTC (rev 208612)
+++ PKGBUILD2014-03-24 17:07:41 UTC (rev 208613)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.10.3
+pkgver=3.12.0
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
@@ -18,8 +18,8 @@
 options=('!makeflags')
 groups=(gnome)
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('49366acdd3c3ef9a74f63eb09920803c4c9df83056acbf8a7899e7890a9fb196')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9e92769df73363a648b3f9081a336147cc76bc88dccc85110e5ba2426395ab01')
 
 build() {
   cd $pkgname-$pkgver



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

2014-01-07 Thread Jan Steffens
Date: Tuesday, January 7, 2014 @ 14:39:41
  Author: heftig
Revision: 203293

3.10.3

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-07 13:18:52 UTC (rev 203292)
+++ PKGBUILD2014-01-07 13:39:41 UTC (rev 203293)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.10.2
+pkgver=3.10.3
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9d8e082a448f3e9450a31f0ec21f01e34cf1c15b192cfa30842d71537796cfbf')
+sha256sums=('49366acdd3c3ef9a74f63eb09920803c4c9df83056acbf8a7899e7890a9fb196')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-11 Thread Jan de Groot
Date: Monday, November 11, 2013 @ 11:46:16
  Author: jgc
Revision: 199329

upgpkg: empathy 3.10.2-1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-11 04:45:51 UTC (rev 199328)
+++ PKGBUILD2013-11-11 10:46:16 UTC (rev 199329)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a5d96f1a408613b885fc254d8b6f33fceae01e212d2370cc77444d66fa945054')
+sha256sums=('9d8e082a448f3e9450a31f0ec21f01e34cf1c15b192cfa30842d71537796cfbf')
 
 build() {
   cd $pkgname-$pkgver



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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 20:07:55
  Author: heftig
Revision: 196520

3.10.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 17:44:18 UTC (rev 196519)
+++ PKGBUILD2013-10-14 18:07:55 UTC (rev 196520)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5580bdba9faec0518b3328d5dc23f03dc0cf25ccf6c14902f306838c23d5918f')
+sha256sums=('a5d96f1a408613b885fc254d8b6f33fceae01e212d2370cc77444d66fa945054')
 
 build() {
   cd $pkgname-$pkgver



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

2013-09-24 Thread Jan Steffens
Date: Tuesday, September 24, 2013 @ 20:47:37
  Author: heftig
Revision: 195042

3.10.0

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-24 18:47:32 UTC (rev 195041)
+++ PKGBUILD2013-09-24 18:47:37 UTC (rev 195042)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.9.92
+pkgver=3.10.0
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f54b82c06d094bdad6e294c68fd1a10f054e62b1df39c7d96b44fa29830a7731')
+sha256sums=('5580bdba9faec0518b3328d5dc23f03dc0cf25ccf6c14902f306838c23d5918f')
 
 build() {
   cd $pkgname-$pkgver



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

2013-09-23 Thread Jan de Groot
Date: Monday, September 23, 2013 @ 20:20:07
  Author: jgc
Revision: 194814

upgpkg: empathy 3.9.92-1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-23 17:56:50 UTC (rev 194813)
+++ PKGBUILD2013-09-23 18:20:07 UTC (rev 194814)
@@ -2,13 +2,13 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.8.4
+pkgver=3.9.92
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
 url=http://live.gnome.org/Empathy;
 license=(GPL2)
-depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk3 telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control)
+depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2 geocode-glib cheese libchamplain)
 makedepends=(intltool itstool docbook-xsl python2)
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'
@@ -18,8 +18,8 @@
 options=('!libtool' '!makeflags')
 groups=(gnome)
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cbc4934ce838e3d697616b5c36b070d2fc4fc57f84fd654c2f2cb2b8b650f5c9')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f54b82c06d094bdad6e294c68fd1a10f054e62b1df39c7d96b44fa29830a7731')
 
 build() {
   cd $pkgname-$pkgver



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

2013-09-16 Thread Jan de Groot
Date: Monday, September 16, 2013 @ 11:02:51
  Author: jgc
Revision: 194415

upgpkg: empathy 3.8.4-1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-16 08:39:59 UTC (rev 194414)
+++ PKGBUILD2013-09-16 09:02:51 UTC (rev 194415)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.8.3
+pkgver=3.8.4
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('61e547c6f0929b3111219349482e2395a32f41bbd0852046405d835acba965c0')
+sha256sums=('cbc4934ce838e3d697616b5c36b070d2fc4fc57f84fd654c2f2cb2b8b650f5c9')
 
 build() {
   cd $pkgname-$pkgver



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

2013-05-24 Thread Jan Steffens
Date: Friday, May 24, 2013 @ 16:20:50
  Author: heftig
Revision: 186308

3.8.3

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-24 13:57:21 UTC (rev 186307)
+++ PKGBUILD2013-05-24 14:20:50 UTC (rev 186308)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.8.2
+pkgver=3.8.3
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a3e92d317a1a4e9b49988ea48a144bcd6c0257c6331aae2603a544eedf1dc45c')
+sha256sums=('61e547c6f0929b3111219349482e2395a32f41bbd0852046405d835acba965c0')
 
 build() {
   cd $pkgname-$pkgver



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

2013-05-20 Thread Jan Steffens
Date: Monday, May 20, 2013 @ 10:46:09
  Author: heftig
Revision: 186005

3.8.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-20 08:40:55 UTC (rev 186004)
+++ PKGBUILD2013-05-20 08:46:09 UTC (rev 186005)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('45accc06e9c1711741b0f1476971c7e705b57ea0718a2b10ee66c5dd0397b917')
+sha256sums=('a3e92d317a1a4e9b49988ea48a144bcd6c0257c6331aae2603a544eedf1dc45c')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:38:18
  Author: heftig
Revision: 182835

3.8.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 15:36:57 UTC (rev 182834)
+++ PKGBUILD2013-04-15 15:38:18 UTC (rev 182835)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3b2fe5fd41ceadeeda08735ecbccfc344b5d6c7009e40e289d175bc7cac69069')
+sha256sums=('45accc06e9c1711741b0f1476971c7e705b57ea0718a2b10ee66c5dd0397b917')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 07:18:11
  Author: heftig
Revision: 180763

3.8.0

Modified:
  empathy/trunk/PKGBUILD

--+
 PKGBUILD |   21 +
 1 file changed, 9 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 05:28:14 UTC (rev 180762)
+++ PKGBUILD2013-03-26 06:18:11 UTC (rev 180763)
@@ -2,34 +2,31 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.6.3
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url=http://live.gnome.org/Empathy;
-license=('GPL2')
-depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'webkitgtk3' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
-makedepends=('intltool' 'itstool' 'docbook-xsl' 'nautilus-sendto')
+license=(GPL2)
+depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk3 telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control)
+makedepends=(intltool itstool docbook-xsl python2)
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'
 'telepathy-salut: Link-local XMPP support'
 'telepathy-rakia: SIP support'
-'telepathy-haze: libpurple support'
-'nautilus-sendto: Send files from nautilus')
+'telepathy-haze: libpurple support')
 options=('!libtool' '!makeflags')
-groups=('gnome-extra')
+groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('eaae20e8e9b8660979ed7a9a65deba61d6d795c6f698e684f21c3821f042704d')
+sha256sums=('3b2fe5fd41ceadeeda08735ecbccfc344b5d6c7009e40e289d175bc7cac69069')
 
 build() {
   cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
-  --disable-static \
-  --disable-schemas-compile \
-  --enable-gst-1.0=yes
+  --disable-static
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



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

2013-01-25 Thread Ionuț Mircea Bîru
Date: Friday, January 25, 2013 @ 15:44:12
  Author: ioni
Revision: 175974

update to 3.6.3

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 14:33:35 UTC (rev 175973)
+++ PKGBUILD2013-01-25 14:44:12 UTC (rev 175974)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.6.2
+pkgver=3.6.3
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('707bf283f37e8b91816c78742d9ebf9e3effc4206a3ecc3e4c0cfbbf8ce0fd26')
+sha256sums=('eaae20e8e9b8660979ed7a9a65deba61d6d795c6f698e684f21c3821f042704d')
 
 build() {
   cd $pkgname-$pkgver



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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 11:30:54
  Author: heftig
Revision: 170934

3.6.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-13 13:08:10 UTC (rev 170933)
+++ PKGBUILD2012-11-13 16:30:54 UTC (rev 170934)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.6.1
-pkgrel=2
+pkgver=3.6.2
+pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
@@ -20,7 +20,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('12d936a39182500da7541bdd42327949c241b454fde462be52d137aae3c56183')
+sha256sums=('707bf283f37e8b91816c78742d9ebf9e3effc4206a3ecc3e4c0cfbbf8ce0fd26')
 
 build() {
   cd $pkgname-$pkgver



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

2012-10-31 Thread Ionut Biru
Date: Wednesday, October 31, 2012 @ 09:29:22
  Author: ibiru
Revision: 170062

telepathy-logger 0.6.0 rebuild

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-31 13:29:12 UTC (rev 170061)
+++ PKGBUILD2012-10-31 13:29:22 UTC (rev 170062)
@@ -3,7 +3,7 @@
 
 pkgname=empathy
 pkgver=3.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
@@ -16,7 +16,7 @@
 'telepathy-rakia: SIP support'
 'telepathy-haze: libpurple support'
 'nautilus-sendto: Send files from nautilus')
-options=('!libtool')
+options=('!libtool' '!makeflags')
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)



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

2012-10-21 Thread Ionut Biru
Date: Sunday, October 21, 2012 @ 09:59:19
  Author: ibiru
Revision: 169459

update to 3.6.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-21 13:57:30 UTC (rev 169458)
+++ PKGBUILD2012-10-21 13:59:19 UTC (rev 169459)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.6.0.2
+pkgver=3.6.1
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3c27db67236249e60ee0439d6a1098729939731ce597b724a058c8ce2eb659f9')
+sha256sums=('12d936a39182500da7541bdd42327949c241b454fde462be52d137aae3c56183')
 
 build() {
   cd $pkgname-$pkgver



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

2012-10-08 Thread Jan Steffens
Date: Monday, October 8, 2012 @ 08:40:34
  Author: heftig
Revision: 168310

3.6.0.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-08 09:18:38 UTC (rev 168309)
+++ PKGBUILD2012-10-08 12:40:34 UTC (rev 168310)
@@ -2,24 +2,25 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.6.0.1
+pkgver=3.6.0.2
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
 depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'webkitgtk3' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
+makedepends=('intltool' 'itstool' 'docbook-xsl' 'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'
 'telepathy-salut: Link-local XMPP support'
 'telepathy-rakia: SIP support'
-'telepathy-haze: libpurple support')
+'telepathy-haze: libpurple support'
+'nautilus-sendto: Send files from nautilus')
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('317933dca14ed3e402410cd2a4f0cba4d9a80fe43f3d4de110b6342fc43db315')
+sha256sums=('3c27db67236249e60ee0439d6a1098729939731ce597b724a058c8ce2eb659f9')
 
 build() {
   cd $pkgname-$pkgver



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

2012-10-04 Thread Ionut Biru
Date: Thursday, October 4, 2012 @ 09:11:58
  Author: ibiru
Revision: 167972

remove undeed dependency

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 13:11:46 UTC (rev 167971)
+++ PKGBUILD2012-10-04 13:11:58 UTC (rev 167972)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'webkitgtk3' 'networkmanager' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
+depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'webkitgtk3' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
 makedepends=('intltool' 'itstool' 'docbook-xsl')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'



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

2012-10-03 Thread Jan de Groot
Date: Wednesday, October 3, 2012 @ 07:29:43
  Author: jgc
Revision: 167721

upgpkg: empathy 3.6.0.1-1

3.6.0.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-03 10:23:54 UTC (rev 167720)
+++ PKGBUILD2012-10-03 11:29:43 UTC (rev 167721)
@@ -2,14 +2,14 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.6.0
+pkgver=3.6.0.1
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
 depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'webkitgtk3' 'networkmanager' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
-makedepends=('intltool' 'itstool' 'gnome-common')
+makedepends=('intltool' 'itstool' 'docbook-xsl')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'
 'telepathy-salut: Link-local XMPP support'
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6bd73710846f369bc41fa0f88b3dd60d03f9242702b6a8c35681c9e5c99e8441')
+sha256sums=('317933dca14ed3e402410cd2a4f0cba4d9a80fe43f3d4de110b6342fc43db315')
 
 build() {
   cd $pkgname-$pkgver



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

2012-10-01 Thread Jan de Groot
Date: Monday, October 1, 2012 @ 19:45:52
  Author: jgc
Revision: 167412

upgpkg: empathy 3.6.0-1

Update to 3.6.0, use GStreamer 1.0

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-01 23:45:44 UTC (rev 167411)
+++ PKGBUILD2012-10-01 23:45:52 UTC (rev 167412)
@@ -2,14 +2,14 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.5.92
+pkgver=3.6.0
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
 depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'webkitgtk3' 'networkmanager' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
-makedepends=('intltool' 'itstool')
+makedepends=('intltool' 'itstool' 'gnome-common')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'
 'telepathy-salut: Link-local XMPP support'
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5e65d07d2f7f991d931cdd2a41702520ef9797904ff24016d4bb37a237ebbcbd')
+sha256sums=('6bd73710846f369bc41fa0f88b3dd60d03f9242702b6a8c35681c9e5c99e8441')
 
 build() {
   cd $pkgname-$pkgver
@@ -27,7 +27,8 @@
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
   --disable-static \
-  --disable-schemas-compile
+  --disable-schemas-compile \
+  --enable-gst-1.0=yes
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



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

2012-09-20 Thread Jan de Groot
Date: Thursday, September 20, 2012 @ 18:49:08
  Author: jgc
Revision: 166889

upgpkg: empathy 3.5.92-1

Update to 3.5.92

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-20 22:38:30 UTC (rev 166888)
+++ PKGBUILD2012-09-20 22:49:08 UTC (rev 166889)
@@ -2,13 +2,13 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.4.2.3
+pkgver=3.5.92
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'libwebkit3' 'networkmanager' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
+depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'webkitgtk3' 'networkmanager' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
 makedepends=('intltool' 'itstool')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ca511c2a6bb2f39fb29127782b4b0ba813839f7ffc06ae8680445ecb5d58c203')
+sha256sums=('5e65d07d2f7f991d931cdd2a41702520ef9797904ff24016d4bb37a237ebbcbd')
 
 build() {
   cd $pkgname-$pkgver



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

2012-07-04 Thread Ionut Biru
Date: Wednesday, July 4, 2012 @ 12:55:13
  Author: ibiru
Revision: 162984

update to 3.4.2.3

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 16:51:30 UTC (rev 162983)
+++ PKGBUILD2012-07-04 16:55:13 UTC (rev 162984)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.4.2.1
+pkgver=3.4.2.3
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -19,10 +19,10 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e73a30259492860d5c93213b33f8850b8a45053222062fd6e2784ba447d9cce0')
+sha256sums=('ca511c2a6bb2f39fb29127782b4b0ba813839f7ffc06ae8680445ecb5d58c203')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
@@ -33,6 +33,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }



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

2012-05-21 Thread Jan Steffens
Date: Monday, May 21, 2012 @ 12:11:10
  Author: heftig
Revision: 159318

3.4.2.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-21 14:35:28 UTC (rev 159317)
+++ PKGBUILD2012-05-21 16:11:10 UTC (rev 159318)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.4.2
+pkgver=3.4.2.1
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e68936811d52c0b5419c93a87a81429b09f944d3f6cd65eb1554e6c7d489de32')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e73a30259492860d5c93213b33f8850b8a45053222062fd6e2784ba447d9cce0')
 
 build() {
   cd $pkgname-$pkgver



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

2012-05-15 Thread Jan Steffens
Date: Tuesday, May 15, 2012 @ 06:34:15
  Author: heftig
Revision: 159025

3.4.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-15 10:28:10 UTC (rev 159024)
+++ PKGBUILD2012-05-15 10:34:15 UTC (rev 159025)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b12493f47b932dcd3d8b5101d414a00447a6eea60a575db7211ee24cfe8c4565')
+sha256sums=('e68936811d52c0b5419c93a87a81429b09f944d3f6cd65eb1554e6c7d489de32')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-16 Thread Ionut Biru
Date: Monday, April 16, 2012 @ 16:09:09
  Author: ibiru
Revision: 156316

update to to 3.4.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 20:06:14 UTC (rev 156315)
+++ PKGBUILD2012-04-16 20:09:09 UTC (rev 156316)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.4.0.2
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('16baec7aea7be6f4fc697198fa45433a95ede863a2b0161c76dc63d97c500114')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b12493f47b932dcd3d8b5101d414a00447a6eea60a575db7211ee24cfe8c4565')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-06 Thread Ionut Biru
Date: Friday, April 6, 2012 @ 04:29:04
  Author: ibiru
Revision: 155763

update to 3.4.0.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 07:52:12 UTC (rev 155762)
+++ PKGBUILD2012-04-06 08:29:04 UTC (rev 155763)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.4.0.1
+pkgver=3.4.0.2
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9ea2729bf75cc210c6fa91a6b6cff9118314e0e988c9d166a823ebf96c742e5')
+sha256sums=('16baec7aea7be6f4fc697198fa45433a95ede863a2b0161c76dc63d97c500114')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-05 Thread Ionut Biru
Date: Thursday, April 5, 2012 @ 06:46:18
  Author: ibiru
Revision: 155710

update to 3.4.0.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-05 10:39:18 UTC (rev 155709)
+++ PKGBUILD2012-04-05 10:46:18 UTC (rev 155710)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.4.0
+pkgver=3.4.0.1
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('dd04344638a5496fd108c4d299a6f6d2272dc521dc353de85f13995f399f8f1a')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d9ea2729bf75cc210c6fa91a6b6cff9118314e0e988c9d166a823ebf96c742e5')
 
 build() {
   cd $pkgname-$pkgver



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

2012-03-31 Thread Ionut Biru
Date: Saturday, March 31, 2012 @ 03:50:54
  Author: ibiru
Revision: 154888

update optdepends

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-31 07:50:45 UTC (rev 154887)
+++ PKGBUILD2012-03-31 07:50:54 UTC (rev 154888)
@@ -13,7 +13,7 @@
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'
 'telepathy-salut: Link-local XMPP support'
-'telepathy-sofiasip: SIP support'
+'telepathy-rakia: SIP support'
 'telepathy-haze: libpurple support')
 options=('!libtool')
 groups=('gnome-extra')



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

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 07:24:47
  Author: heftig
Revision: 154435

3.4.0

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 11:19:48 UTC (rev 154434)
+++ PKGBUILD2012-03-28 11:24:47 UTC (rev 154435)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.3.92
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d5880cc7bc092ef8b3d6c9eaa903ebdc501326367aee793aca60a8fccea2ed5f')
+sha256sums=('dd04344638a5496fd108c4d299a6f6d2272dc521dc353de85f13995f399f8f1a')
 
 build() {
   cd $pkgname-$pkgver



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

2012-03-20 Thread Ionut Biru
Date: Tuesday, March 20, 2012 @ 08:20:43
  Author: ibiru
Revision: 153906

update to 3.3.92

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-20 12:10:42 UTC (rev 153905)
+++ PKGBUILD2012-03-20 12:20:43 UTC (rev 153906)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.3.91
+pkgver=3.3.92
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('16d9016642ee6adb1c9abec82a44a9ff7ab33ca39a9735e7f6643cfe87e04ea5')
+sha256sums=('d5880cc7bc092ef8b3d6c9eaa903ebdc501326367aee793aca60a8fccea2ed5f')
 
 build() {
   cd $pkgname-$pkgver



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

2012-03-10 Thread Ionut Biru
Date: Saturday, March 10, 2012 @ 10:11:59
  Author: ibiru
Revision: 152882

update to 3.3.91

Modified:
  empathy/trunk/PKGBUILD
  empathy/trunk/empathy.install

-+
 PKGBUILD|   16 +++-
 empathy.install |   12 +---
 2 files changed, 12 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-10 14:57:52 UTC (rev 152881)
+++ PKGBUILD2012-03-10 15:11:59 UTC (rev 152882)
@@ -2,17 +2,15 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.2.2
+pkgver=3.3.91
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring'
-'libcanberra' 'iso-codes' 'networkmanager')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
+depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'libwebkit3' 'networkmanager' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
+makedepends=('intltool' 'itstool')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
-'telepathy-butterfly: MSN support'
 'telepathy-idle: IRC support'
 'telepathy-salut: Link-local XMPP support'
 'telepathy-sofiasip: SIP support'
@@ -20,11 +18,11 @@
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('d6a391b801f58024ed6f97d9bf4e774b9ab9e1262d79aefb5c1dd95233fd5aa1')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('16d9016642ee6adb1c9abec82a44a9ff7ab33ca39a9735e7f6643cfe87e04ea5')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
@@ -36,6 +34,6 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }

Modified: empathy.install
===
--- empathy.install 2012-03-10 14:57:52 UTC (rev 152881)
+++ empathy.install 2012-03-10 15:11:59 UTC (rev 152882)
@@ -1,18 +1,16 @@
 post_install() {
-usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+glib-compile-schemas /usr/share/glib-2.0/schemas
 update-desktop-database -q
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 echo To use Empathy you need to install at least one Telepathy connection 
manager.
 }
 
 post_upgrade() {
-usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+glib-compile-schemas /usr/share/glib-2.0/schemas
 update-desktop-database -q
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
 post_remove() {
-usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+post_upgrade
 }



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

2012-03-10 Thread Ionut Biru
Date: Saturday, March 10, 2012 @ 10:17:46
  Author: ibiru
Revision: 152884

drop unused option

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-10 15:13:57 UTC (rev 152883)
+++ PKGBUILD2012-03-10 15:17:46 UTC (rev 152884)
@@ -27,7 +27,6 @@
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
   --disable-static \
-  --disable-scrollkeeper \
   --disable-schemas-compile
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 16:09:17
  Author: ibiru
Revision: 142758

update to 3.2.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 20:23:15 UTC (rev 142757)
+++ PKGBUILD2011-11-14 21:09:17 UTC (rev 142758)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.2.1.2
+pkgver=3.2.2
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -20,11 +20,11 @@
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('44e149ecadce6269a6d31d93bbd7d4a4bda8d092d4e95de9d5ca09cf067d8ab7')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('d6a391b801f58024ed6f97d9bf4e774b9ab9e1262d79aefb5c1dd95233fd5aa1')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
@@ -36,6 +36,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2011-11-07 Thread Ionut Biru
Date: Monday, November 7, 2011 @ 15:57:27
  Author: ibiru
Revision: 142285

update to 3.2.1.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-07 20:53:31 UTC (rev 142284)
+++ PKGBUILD2011-11-07 20:57:27 UTC (rev 142285)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.2.1.1
+pkgver=3.2.1.2
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2b4ce3184fcd8c2260654f925e4055a7e02513c5eefa4745bcdf82c9039b7681')
+sha256sums=('44e149ecadce6269a6d31d93bbd7d4a4bda8d092d4e95de9d5ca09cf067d8ab7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-24 Thread Ionut Biru
Date: Monday, October 24, 2011 @ 12:34:29
  Author: ibiru
Revision: 141133

update to 3.2.1.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 16:18:24 UTC (rev 141132)
+++ PKGBUILD2011-10-24 16:34:29 UTC (rev 141133)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.2.1
+pkgver=3.2.1.1
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d50e9b0e31df0e8d137c120c61c5aeaaad06fb24bb208d105b186a01b3f1de0a')
+sha256sums=('2b4ce3184fcd8c2260654f925e4055a7e02513c5eefa4745bcdf82c9039b7681')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 11:18:32
  Author: ibiru
Revision: 140626

update to 3.2.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 15:13:47 UTC (rev 140625)
+++ PKGBUILD2011-10-17 15:18:32 UTC (rev 140626)
@@ -2,13 +2,14 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.2.0.1
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring' 'libcanberra' 'iso-codes' 'networkmanager')
+depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring'
+'libcanberra' 'iso-codes' 'networkmanager')
 makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
@@ -20,7 +21,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b11f6f980ce7ae75ddcdbe14bded86c0cc5970181e2257026610a025b75f5512')
+sha256sums=('d50e9b0e31df0e8d137c120c61c5aeaaad06fb24bb208d105b186a01b3f1de0a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 14:31:06
  Author: ibiru
Revision: 138730

update to 3.2.0

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-27 18:02:48 UTC (rev 138729)
+++ PKGBUILD2011-09-27 18:31:06 UTC (rev 138730)
@@ -2,13 +2,13 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.1.92
-pkgrel=3
+pkgver=3.2.0
+pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring' 'libcanberra' 'iso-codes' 'libchamplain' 'networkmanager')
+depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring' 'libcanberra' 'iso-codes' 'networkmanager')
 makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
@@ -19,8 +19,8 @@
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.1/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('bfab43c6296bd7e67006f4582589ff98c6c2c9223b550a851734a2f826febb31')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0c55d8603ab2f1a4e998dc06bf8a6e48bdb6b02e373ac0d009b3f218fdec9633')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -30,6 +30,7 @@
   --disable-static \
   --disable-scrollkeeper \
   --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



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

2011-09-23 Thread Jan Steffens
Date: Friday, September 23, 2011 @ 06:05:59
  Author: heftig
Revision: 138445

add libchamplain and nm integration

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-23 09:59:35 UTC (rev 138444)
+++ PKGBUILD2011-09-23 10:05:59 UTC (rev 138445)
@@ -3,12 +3,12 @@
 
 pkgname=empathy
 pkgver=3.1.92
-pkgrel=2
+pkgrel=3
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring' 'libcanberra' 'iso-codes')
+depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring' 'libcanberra' 'iso-codes' 'libchamplain' 'networkmanager')
 makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'



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

2011-09-19 Thread Ionut Biru
Date: Monday, September 19, 2011 @ 11:10:11
  Author: ibiru
Revision: 138242

update to 3.1.92

Modified:
  empathy/trunk/PKGBUILD
  empathy/trunk/empathy.install

-+
 PKGBUILD|7 +++
 empathy.install |4 +++-
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-19 14:36:36 UTC (rev 138241)
+++ PKGBUILD2011-09-19 15:10:11 UTC (rev 138242)
@@ -2,14 +2,13 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.1.91
+pkgver=3.1.92
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks'
-'gnome-keyring' 'libcanberra' 'iso-codes')
+depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring' 'libcanberra' 'iso-codes')
 makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
@@ -21,7 +20,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.1/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5292b00b6c365645ea8f467fb0f86efa4e6b479f10ac4de6f96facb62faac526')
+sha256sums=('bfab43c6296bd7e67006f4582589ff98c6c2c9223b550a851734a2f826febb31')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: empathy.install
===
--- empathy.install 2011-09-19 14:36:36 UTC (rev 138241)
+++ empathy.install 2011-09-19 15:10:11 UTC (rev 138242)
@@ -6,7 +6,9 @@
 }
 
 post_upgrade() {
-post_install $1
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_remove() {



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

2011-09-19 Thread Ionut Biru
Date: Monday, September 19, 2011 @ 18:11:50
  Author: ibiru
Revision: 138303

rebuild cogl 1.8.0

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-19 22:05:23 UTC (rev 138302)
+++ PKGBUILD2011-09-19 22:11:50 UTC (rev 138303)
@@ -3,7 +3,7 @@
 
 pkgname=empathy
 pkgver=3.1.92
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;



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

2011-09-06 Thread Ionut Biru
Date: Tuesday, September 6, 2011 @ 06:25:22
  Author: ibiru
Revision: 137181

update to 3.1.91

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-06 09:33:40 UTC (rev 137180)
+++ PKGBUILD2011-09-06 10:25:22 UTC (rev 137181)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.1.90.1
+pkgver=3.1.91
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.1/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('175141442f303a7e7b0405b5d062f62c916d6b3b63bf7adc0e4aa0c979d167dd')
+sha256sums=('5292b00b6c365645ea8f467fb0f86efa4e6b479f10ac4de6f96facb62faac526')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-09-01 Thread Ionut Biru
Date: Thursday, September 1, 2011 @ 17:44:22
  Author: ibiru
Revision: 136824

update to 3.1.90.1, slim down dependency by removing already satisfied 
dependencies

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-01 21:33:21 UTC (rev 136823)
+++ PKGBUILD2011-09-01 21:44:22 UTC (rev 136824)
@@ -1,15 +1,16 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
+
 pkgname=empathy
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.1.90.1
+pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('telepathy-glib' 'telepathy-mission-control' 'folks' 
'telepathy-logger' 'telepathy-farsight' 'gnome-keyring' 'gnutls' 
'evolution-data-server'
- 'libcanberra' 'libnotify' 'enchant' 'iso-codes' 'libwebkit3' 'dconf' 
'ca-certificates')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto' 
'gnome-control-center')
+depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks'
+'gnome-keyring' 'libcanberra' 'iso-codes')
+makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
 'telepathy-idle: IRC support'
@@ -19,8 +20,8 @@
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8074f6ce951fb95b1e13c546497e22d487bca9a87d88f1ebb903cdd2fd48bdc2')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.1/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('175141442f303a7e7b0405b5d062f62c916d6b3b63bf7adc0e4aa0c979d167dd')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-08-09 Thread Ionut Biru
Date: Tuesday, August 9, 2011 @ 14:33:31
  Author: ibiru
Revision: 134982

gnutls 3.0.0 rebuild

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-09 18:02:51 UTC (rev 134981)
+++ PKGBUILD2011-08-09 18:33:31 UTC (rev 134982)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;



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

2011-07-12 Thread Ionut Biru
Date: Tuesday, July 12, 2011 @ 09:19:41
  Author: ibiru
Revision: 131265

force python2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 12:04:39 UTC (rev 131264)
+++ PKGBUILD2011-07-12 13:19:41 UTC (rev 131265)
@@ -24,7 +24,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
   --disable-static \



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

2011-05-23 Thread Ionut Biru
Date: Monday, May 23, 2011 @ 11:09:42
  Author: ibiru
Revision: 124631

update to 3.0.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-23 14:50:52 UTC (rev 124630)
+++ PKGBUILD2011-05-23 15:09:42 UTC (rev 124631)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('4e29feb9f1100db2b4183b6f3aeccca85b0c89e7806c28adff0cb365b55c3809')
+sha256sums=('8074f6ce951fb95b1e13c546497e22d487bca9a87d88f1ebb903cdd2fd48bdc2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-04-04 Thread Ionut Biru
Date: Monday, April 4, 2011 @ 12:37:19
  Author: ibiru
Revision: 117698

upgpkg: empathy 3.0.0-1
update to 3.0.0

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-04 16:33:08 UTC (rev 117697)
+++ PKGBUILD2011-04-04 16:37:19 UTC (rev 117698)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.91.93
+pkgver=3.0.0
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('39b1df0710b06a1f462f3c77aab286898467a099a74b701d04befeef19a89a45')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('e409d764805a4501f8c9efa44ffb1a398820d6928b825932baa5447bc628ed5c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-03-28 Thread Ionut Biru
Date: Monday, March 28, 2011 @ 07:34:38
  Author: ibiru
Revision: 117062

upgpkg: empathy 2.91.93-1
update to 2.91.93

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-28 11:33:30 UTC (rev 117061)
+++ PKGBUILD2011-03-28 11:34:38 UTC (rev 117062)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.91.92
+pkgver=2.91.93
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2804d206df31f9d77336a9a5fbc7dd4980986b98435a784f4d2acc39843f378a')
+sha256sums=('39b1df0710b06a1f462f3c77aab286898467a099a74b701d04befeef19a89a45')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-03-22 Thread Ionut Biru
Date: Tuesday, March 22, 2011 @ 16:30:10
  Author: ibiru
Revision: 116222

upgpkg: empathy 2.91.92-1
update to 2.91.92

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-22 20:30:05 UTC (rev 116221)
+++ PKGBUILD2011-03-22 20:30:10 UTC (rev 116222)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.91.91.1
+pkgver=2.91.92
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f6a4afae23be3cce8184b846605612ed599d03b6ac464feb601c8c76d9e4a3bb')
+sha256sums=('2804d206df31f9d77336a9a5fbc7dd4980986b98435a784f4d2acc39843f378a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-03-17 Thread Ionut Biru
Date: Thursday, March 17, 2011 @ 13:36:37
  Author: ibiru
Revision: 115317

upgpkg: empathy 2.91.91.1-1
update to 2.91.91.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 17:30:34 UTC (rev 115316)
+++ PKGBUILD2011-03-17 17:36:37 UTC (rev 115317)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.91.91
+pkgver=2.91.91.1
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('278c7207c4977c02d3bfaa44f148bc151be0eac8367545617a124ea784e57bbd')
+sha256sums=('f6a4afae23be3cce8184b846605612ed599d03b6ac464feb601c8c76d9e4a3bb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 14:21:04
  Author: ibiru
Revision: 113473

upgpkg: empathy 2.91.91-1
update to 2.91.91

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-08 18:30:55 UTC (rev 113472)
+++ PKGBUILD2011-03-08 19:21:04 UTC (rev 113473)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.91.90.2
+pkgver=2.91.91
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1892036acb74fbee370c937f74e29cc6061394eb15c8d98d892f9826bd9c0257')
+sha256sums=('278c7207c4977c02d3bfaa44f148bc151be0eac8367545617a124ea784e57bbd')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-02-26 Thread Ionut Biru
Date: Saturday, February 26, 2011 @ 11:35:26
  Author: ibiru
Revision: 111422

upgpkg: empathy 2.91.90.2-1
update to 2.91.90.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-26 16:19:37 UTC (rev 111421)
+++ PKGBUILD2011-02-26 16:35:26 UTC (rev 111422)
@@ -1,16 +1,15 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.32.2
+pkgver=2.91.90.2
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('telepathy-glib=0.12.4' 'telepathy-mission-control=5.6.1' 
'folks=0.2.1' 'telepathy-logger=0.1.5' 'telepathy-farsight=0.0.15'
- 'gnome-keyring=2.32.0' 'gnutls' 'gconf=2.32.0' 
'evolution-data-server=2.32.1' 'libcanberra=0.25' 'libnotify' 'libunique'
- 'enchant' 'iso-codes' 'libwebkit' 'dconf=0.5.1' 'ca-certificates')
-makedepends=('intltool' 'gnome-doc-utils=0.20.1' 'nautilus-sendto')
+depends=('telepathy-glib' 'telepathy-mission-control' 'folks' 
'telepathy-logger' 'telepathy-farsight' 'gnome-keyring' 'gnutls' 
'evolution-data-server'
+ 'libcanberra' 'libnotify' 'enchant' 'iso-codes' 'libwebkit3' 'dconf' 
'ca-certificates')
+makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto' 
'gnome-control-center')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
 'telepathy-idle: IRC support'
@@ -20,16 +19,21 @@
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f90a45955205fd8bd783a55acae4603197caab4f16a880106f8639cbbbe5e861')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1892036acb74fbee370c937f74e29cc6061394eb15c8d98d892f9826bd9c0257')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
+  --disable-static \
+  --disable-scrollkeeper \
   --disable-schemas-compile
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-
 }



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

2010-11-18 Thread Ionut Biru
Date: Thursday, November 18, 2010 @ 17:38:17
  Author: ibiru
Revision: 99876

upgpkg: empathy 2.32.2-1
update to 2.32.2 and added ca-certificates to dependency

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-18 22:11:35 UTC (rev 99875)
+++ PKGBUILD2010-11-18 22:38:17 UTC (rev 99876)
@@ -1,15 +1,15 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.32.1
+pkgver=2.32.2
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('telepathy-glib=0.12.3' 'telepathy-mission-control=5.6.0' 
'folks=0.2.1' 'telepathy-logger=0.1.5' 'telepathy-farsight=0.0.15'
- 'gnome-keyring=2.32.0' 'gnutls' 'gconf=2.32.0' 
'evolution-data-server=2.31.92' 'libcanberra=0.25' 'libnotify' 'libunique'
- 'enchant' 'iso-codes' 'libwebkit' 'dconf=0.5.1')
+depends=('telepathy-glib=0.12.4' 'telepathy-mission-control=5.6.1' 
'folks=0.2.1' 'telepathy-logger=0.1.5' 'telepathy-farsight=0.0.15'
+ 'gnome-keyring=2.32.0' 'gnutls' 'gconf=2.32.0' 
'evolution-data-server=2.32.1' 'libcanberra=0.25' 'libnotify' 'libunique'
+ 'enchant' 'iso-codes' 'libwebkit' 'dconf=0.5.1' 'ca-certificates')
 makedepends=('intltool' 'gnome-doc-utils=0.20.1' 'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
@@ -21,7 +21,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('72b226244707b0bb50c74025463bdf2e1e847a8f0cefcbb187afd899103d419c')
+sha256sums=('f90a45955205fd8bd783a55acae4603197caab4f16a880106f8639cbbbe5e861')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-11-15 Thread Ionut Biru
Date: Monday, November 15, 2010 @ 09:32:22
  Author: ibiru
Revision: 99549

upgpkg: empathy 2.32.1-1
update to 2.32.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-15 14:18:27 UTC (rev 99548)
+++ PKGBUILD2010-11-15 14:32:22 UTC (rev 99549)
@@ -1,16 +1,16 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.32.0.1
-pkgrel=2
+pkgver=2.32.1
+pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('telepathy-glib=0.12.1' 'telepathy-mission-control=5.6.0' 
'folks=0.2.1' 'telepathy-logger=0.1.5' 'telepathy-farsight=0.0.15'
+depends=('telepathy-glib=0.12.3' 'telepathy-mission-control=5.6.0' 
'folks=0.2.1' 'telepathy-logger=0.1.5' 'telepathy-farsight=0.0.15'
  'gnome-keyring=2.32.0' 'gnutls' 'gconf=2.32.0' 
'evolution-data-server=2.31.92' 'libcanberra=0.25' 'libnotify' 'libunique'
  'enchant' 'iso-codes' 'libwebkit' 'dconf=0.5.1')
-makedepends=('pkg-config' 'intltool' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto')
+makedepends=('intltool' 'gnome-doc-utils=0.20.1' 'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
 'telepathy-idle: IRC support'
@@ -21,7 +21,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('df92bfb65a5eec73488ad95180c6ce6baf979292df197bcbb20de79f54a5c90c')
+sha256sums=('72b226244707b0bb50c74025463bdf2e1e847a8f0cefcbb187afd899103d419c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-10-26 Thread Ionut Biru
Date: Tuesday, October 26, 2010 @ 08:56:09
  Author: ibiru
Revision: 97087

upgpkg: empathy 2.32.0.1-2
folks 0.2.1 rebuild

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-26 12:55:24 UTC (rev 97086)
+++ PKGBUILD2010-10-26 12:56:09 UTC (rev 97087)
@@ -2,12 +2,12 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
 pkgver=2.32.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('telepathy-glib=0.12.0' 'telepathy-mission-control=5.6.0' 
'folks=0.2.0' 'telepathy-logger=0.1.5' 'telepathy-farsight=0.0.15'
+depends=('telepathy-glib=0.12.1' 'telepathy-mission-control=5.6.0' 
'folks=0.2.1' 'telepathy-logger=0.1.5' 'telepathy-farsight=0.0.15'
  'gnome-keyring=2.32.0' 'gnutls' 'gconf=2.32.0' 
'evolution-data-server=2.31.92' 'libcanberra=0.25' 'libnotify' 'libunique'
  'enchant' 'iso-codes' 'libwebkit' 'dconf=0.5.1')
 makedepends=('pkg-config' 'intltool' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto')



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

2010-10-04 Thread Ionut Biru
Date: Monday, October 4, 2010 @ 10:54:40
  Author: ibiru
Revision: 94099

upgpkg: empathy 2.32.0.1-1
update to 2.32.0.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-04 14:38:09 UTC (rev 94098)
+++ PKGBUILD2010-10-04 14:54:40 UTC (rev 94099)
@@ -1,14 +1,14 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.32.0
-pkgrel=2
+pkgver=2.32.0.1
+pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
 depends=('telepathy-glib=0.12.0' 'telepathy-mission-control=5.6.0' 
'folks=0.2.0' 'telepathy-logger=0.1.5' 'telepathy-farsight=0.0.15'
- 'gnome-keyring=2.31.92' 'gnutls' 'gconf=2.31.91' 
'evolution-data-server=2.31.92' 'libcanberra=0.25' 'libnotify' 'libunique'
+ 'gnome-keyring=2.32.0' 'gnutls' 'gconf=2.32.0' 
'evolution-data-server=2.31.92' 'libcanberra=0.25' 'libnotify' 'libunique'
  'enchant' 'iso-codes' 'libwebkit' 'dconf=0.5.1')
 makedepends=('pkg-config' 'intltool' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
@@ -21,7 +21,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('3cf758b25bb91f25234b800289a648a1410b56c87edc66e74981573cfd90fbd6')
+sha256sums=('df92bfb65a5eec73488ad95180c6ce6baf979292df197bcbb20de79f54a5c90c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-09-27 Thread Ionut Biru
Date: Monday, September 27, 2010 @ 05:18:35
  Author: ibiru
Revision: 91432

upgpkg: empathy 2.31.92-1
update to 2.31.92

Modified:
  empathy/trunk/PKGBUILD
  empathy/trunk/empathy.install

-+
 PKGBUILD|   20 
 empathy.install |   29 -
 2 files changed, 16 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-27 09:18:02 UTC (rev 91431)
+++ PKGBUILD2010-09-27 09:18:35 UTC (rev 91432)
@@ -1,13 +1,15 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.30.3
+pkgver=2.31.92
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('iso-codes' 'telepathy-mission-control=5.4.1' 
'telepathy-farsight=0.0.14' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.2.3' 'evolution-data-server=2.30.3')
+depends=('telepathy-glib=0.12.0' 'telepathy-mission-control=5.6.0' 
'folks=0.2.0' 'telepathy-logger=0.1.5' 'telepathy-farsight=0.0.15'
+ 'gnome-keyring=2.31.92' 'gnutls' 'gconf=2.31.91' 
'evolution-data-server=2.31.92' 'libcanberra=0.25' 'libnotify' 'libunique'
+ 'enchant' 'iso-codes' 'libwebkit')
 makedepends=('pkg-config' 'intltool' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
@@ -18,22 +20,16 @@
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('5965434fcc05f7ec3cd32d9128b03ac20e96624b0035d329abf72decd70c5def')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.31/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('c3f0fbc4b5d05b7730c7a41f92ddf3a7e8ca3edbb60df233a318e96511ba36f8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
-  --disable-schemas-install
+  --disable-schemas-compile
   make
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
-  DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install
 
-  # Merge schemas file in a single file and remove trash
-  mkdir -p ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas \
-  --domain empathy ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -rf ${pkgdir}/etc/gconf
 }

Modified: empathy.install
===
--- empathy.install 2010-09-27 09:18:02 UTC (rev 91431)
+++ empathy.install 2010-09-27 09:18:35 UTC (rev 91432)
@@ -1,29 +1,16 @@
-pkgname=empathy
-
 post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  cat  EOF
- To use Empathy you need to install at least one Telepathy connection 
-manager.
-
-EOF
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+echo To use Empathy you need to install at least one Telepathy connection 
manager.
 }
 
-pre_upgrade() {
-  pre_remove $1
-}
-
 post_upgrade() {
-  post_install $1
+post_install $1
 }
 
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
 post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }



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

2010-09-27 Thread Ionut Biru
Date: Monday, September 27, 2010 @ 19:05:57
  Author: ibiru
Revision: 91786

upgpkg: empathy 2.32.0-2
add dconf to dependency

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-27 22:48:03 UTC (rev 91785)
+++ PKGBUILD2010-09-27 23:05:57 UTC (rev 91786)
@@ -2,14 +2,14 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
 pkgver=2.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
 depends=('telepathy-glib=0.12.0' 'telepathy-mission-control=5.6.0' 
'folks=0.2.0' 'telepathy-logger=0.1.5' 'telepathy-farsight=0.0.15'
  'gnome-keyring=2.31.92' 'gnutls' 'gconf=2.31.91' 
'evolution-data-server=2.31.92' 'libcanberra=0.25' 'libnotify' 'libunique'
- 'enchant' 'iso-codes' 'libwebkit')
+ 'enchant' 'iso-codes' 'libwebkit' 'dconf=0.5.1')
 makedepends=('pkg-config' 'intltool' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'



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

2010-08-24 Thread Ionut Biru
Date: Tuesday, August 24, 2010 @ 11:08:05
  Author: ibiru
Revision: 88728

upgpkg: empathy 2.30.3-1 update to 2.30.3

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-24 14:49:49 UTC (rev 88727)
+++ PKGBUILD2010-08-24 15:08:05 UTC (rev 88728)
@@ -1,13 +1,13 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.30.2
+pkgver=2.30.3
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('iso-codes' 'telepathy-mission-control=5.4.1' 
'telepathy-farsight=0.0.14' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.2.1' 'evolution-data-server=2.30.2')
+depends=('iso-codes' 'telepathy-mission-control=5.4.1' 
'telepathy-farsight=0.0.14' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.2.3' 'evolution-data-server=2.30.3')
 makedepends=('pkg-config' 'intltool' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e96846bafcedf39f9869d656031ba1c02c3568038e968db308ff07552e5024d7')
+sha256sums=('5965434fcc05f7ec3cd32d9128b03ac20e96624b0035d329abf72decd70c5def')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-06-21 Thread Jan de Groot
Date: Monday, June 21, 2010 @ 13:31:07
  Author: jgc
Revision: 83443

upgpkg: empathy 2.30.2-1
Update to 2.30.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-21 17:24:33 UTC (rev 83442)
+++ PKGBUILD2010-06-21 17:31:07 UTC (rev 83443)
@@ -1,13 +1,13 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.30.1.1
+pkgver=2.30.2
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('iso-codes' 'telepathy-mission-control=5.4.1' 
'telepathy-farsight=0.0.14' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.2.1' 'evolution-data-server=2.30.1')
+depends=('iso-codes' 'telepathy-mission-control=5.4.1' 
'telepathy-farsight=0.0.14' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.2.1' 'evolution-data-server=2.30.2')
 makedepends=('pkg-config' 'intltool' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
@@ -19,17 +19,17 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('347c3e8ebaac0af5110a5b7b8c1869dd03dc3caa2eb57589dd1ff630f3073cb7')
+sha256sums=('e96846bafcedf39f9869d656031ba1c02c3568038e968db308ff07552e5024d7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
-  --disable-schemas-install || return 1
-  make || return 1
+  --disable-schemas-install
+  make
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
-  DESTDIR=${pkgdir} install || return 1
+  DESTDIR=${pkgdir} install
 
   # Merge schemas file in a single file and remove trash
   mkdir -p ${pkgdir}/usr/share/gconf/schemas



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

2010-06-09 Thread Ionut Biru
Date: Wednesday, June 9, 2010 @ 11:05:34
  Author: ibiru
Revision: 82224

upgpkg: empathy 2.30.1.1-1
update to 2.30.1.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-09 14:59:53 UTC (rev 82223)
+++ PKGBUILD2010-06-09 15:05:34 UTC (rev 82224)
@@ -1,14 +1,14 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.30.1
+pkgver=2.30.1.1
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('iso-codes' 'telepathy-mission-control=5.4.0' 
'telepathy-farsight=0.0.12' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.2.0' 'evolution-data-server=2.30.1')
-makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto')
+depends=('iso-codes' 'telepathy-mission-control=5.4.1' 
'telepathy-farsight=0.0.14' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.2.1' 'evolution-data-server=2.30.1')
+makedepends=('pkg-config' 'intltool' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
 'telepathy-idle: IRC support'
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('b7f06e609c410f1d6898751977fc6b964b9c3e015daec5cc281db715bc032577')
+sha256sums=('347c3e8ebaac0af5110a5b7b8c1869dd03dc3caa2eb57589dd1ff630f3073cb7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-04-29 Thread Jan de Groot
Date: Thursday, April 29, 2010 @ 08:21:55
  Author: jgc
Revision: 7

upgpkg: empathy 2.30.1-1
Update to 2.30.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-29 10:47:57 UTC (rev 78887)
+++ PKGBUILD2010-04-29 12:21:55 UTC (rev 7)
@@ -1,14 +1,14 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.30.0.2
+pkgver=2.30.1
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('iso-codes' 'telepathy-mission-control=5.4.0' 
'telepathy-farsight=0.0.12' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.2.0' 'evolution-data-server=2.30')
-makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.19.5' 
'nautilus-sendto')
+depends=('iso-codes' 'telepathy-mission-control=5.4.0' 
'telepathy-farsight=0.0.12' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.2.0' 'evolution-data-server=2.30.1')
+makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
 'telepathy-idle: IRC support'
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8dd9c31968677661e5cbdf08022bebcaadf2cdcdcd08fee4c40aaacc55233c86')
+sha256sums=('b7f06e609c410f1d6898751977fc6b964b9c3e015daec5cc281db715bc032577')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-04-20 Thread Ionut Biru
Date: Tuesday, April 20, 2010 @ 07:13:51
  Author: ibiru
Revision: 78309

upgpkg: empathy 2.30.0.2-1
update to 2.30.0.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-20 10:59:08 UTC (rev 78308)
+++ PKGBUILD2010-04-20 11:13:51 UTC (rev 78309)
@@ -1,13 +1,13 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.30.0.1
+pkgver=2.30.0.2
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('iso-codes' 'telepathy-mission-control=5.3.1' 
'telepathy-farsight=0.0.12' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.2.0' 'evolution-data-server=2.30')
+depends=('iso-codes' 'telepathy-mission-control=5.4.0' 
'telepathy-farsight=0.0.12' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.2.0' 'evolution-data-server=2.30')
 makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.19.5' 
'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8c7722058aab2f8d8b8a6d527c219582cb28957b32d9f001f520a107ffbdade1')
+sha256sums=('8dd9c31968677661e5cbdf08022bebcaadf2cdcdcd08fee4c40aaacc55233c86')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-04-09 Thread Ionut Biru
Date: Friday, April 9, 2010 @ 10:26:11
  Author: ibiru
Revision: 77001

upgpkg: empathy 2.30.0.1-1
update to 2.30.0.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-09 13:26:02 UTC (rev 77000)
+++ PKGBUILD2010-04-09 14:26:11 UTC (rev 77001)
@@ -1,13 +1,13 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.30.0
+pkgver=2.30.0.1
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('iso-codes' 'telepathy-mission-control=5.3.1' 
'telepathy-farsight=0.0.12' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.1.90' 'evolution-data-server=2.29.92')
+depends=('iso-codes' 'telepathy-mission-control=5.3.1' 
'telepathy-farsight=0.0.12' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.2.0' 'evolution-data-server=2.30')
 makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.19.5' 
'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('0994793f63a32e9f64eb4754d0a8caffec938c510cc46b06acf668da815f3dbb')
+sha256sums=('8c7722058aab2f8d8b8a6d527c219582cb28957b32d9f001f520a107ffbdade1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-03-29 Thread Jan de Groot
Date: Monday, March 29, 2010 @ 10:15:30
  Author: jgc
Revision: 73964

upgpkg: empathy 2.30.0-1
Update to 2.30.0

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-29 14:02:03 UTC (rev 73963)
+++ PKGBUILD2010-03-29 14:15:30 UTC (rev 73964)
@@ -1,13 +1,13 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.29.93
+pkgver=2.30.0
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('iso-codes' 'telepathy-mission-control=5.3.1' 
'telepathy-farsight=0.0.12' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.1.22' 'evolution-data-server=2.29.92')
+depends=('iso-codes' 'telepathy-mission-control=5.3.1' 
'telepathy-farsight=0.0.12' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.1.90' 'evolution-data-server=2.29.92')
 makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.19.5' 
'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
@@ -18,8 +18,8 @@
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1b78e1f59cfe3dc94abcb2916fa6207d582a1c34b3361d2f30f57371dc55c33e')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0994793f63a32e9f64eb4754d0a8caffec938c510cc46b06acf668da815f3dbb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 12:25:57
  Author: ibiru
Revision: 72941

update to 2.29.93

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 16:24:28 UTC (rev 72940)
+++ PKGBUILD2010-03-21 16:25:57 UTC (rev 72941)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.29.92
+pkgver=2.29.93
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('5f12e254c899cc8ab88b480d08a4e014a74ad0ec516f1047c648eaacaa507a34')
+sha256sums=('1b78e1f59cfe3dc94abcb2916fa6207d582a1c34b3361d2f30f57371dc55c33e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-03-11 Thread Ionut Biru
Date: Thursday, March 11, 2010 @ 18:31:43
  Author: ibiru
Revision: 71918

update to gnome 2.30rc

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-11 23:31:33 UTC (rev 71917)
+++ PKGBUILD2010-03-11 23:31:43 UTC (rev 71918)
@@ -1,14 +1,14 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.29.91.2
+pkgver=2.29.92
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('iso-codes' 'telepathy-mission-control=5.3.1' 
'telepathy-farsight=0.0.12' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.1.21' 'evolution-data-server=2.29.90')
-makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.18.0' 
'nautilus-sendto')
+depends=('iso-codes' 'telepathy-mission-control=5.3.1' 
'telepathy-farsight=0.0.12' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.1.22' 'evolution-data-server=2.29.92')
+makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.19.5' 
'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
 'telepathy-idle: IRC support'
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('916efb68ffa787a7ea8bb58382d76a934475ab7bbdadb2d2dcdedb484974245d')
+sha256sums=('5f12e254c899cc8ab88b480d08a4e014a74ad0ec516f1047c648eaacaa507a34')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-03-07 Thread Jan de Groot
Date: Sunday, March 7, 2010 @ 12:43:02
  Author: jgc
Revision: 71539

upgpkg: empathy 2.29.91.2-1
Update to 2.29.91.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-07 17:39:34 UTC (rev 71538)
+++ PKGBUILD2010-03-07 17:43:02 UTC (rev 71539)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.29.91
+pkgver=2.29.91.2
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e2f8a33cb9b023246dbefa8422b79cbd08767fd134b5cf684f2d74102596f05b')
+sha256sums=('916efb68ffa787a7ea8bb58382d76a934475ab7bbdadb2d2dcdedb484974245d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-02-22 Thread Ionut Biru
Date: Monday, February 22, 2010 @ 12:26:24
  Author: ibiru
Revision: 69780

update to 2.29.91

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-22 17:19:35 UTC (rev 69779)
+++ PKGBUILD2010-02-22 17:26:24 UTC (rev 69780)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Biru Ionut io...@archlinux.ro
+# Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=empathy
-pkgver=2.29.90
-pkgrel=2
+pkgver=2.29.91
+pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('98c16260606e3d3f829e95f3c877435696c76a4ef8b9486866ad87a7b092c633')
+sha256sums=('e2f8a33cb9b023246dbefa8422b79cbd08767fd134b5cf684f2d74102596f05b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-02-14 Thread Jan de Groot
Date: Sunday, February 14, 2010 @ 11:59:37
  Author: jgc
Revision: 68864

upgpkg: empathy 2.29.90-1
Update to 2.29.90

Modified:
  empathy/trunk/PKGBUILD

--+
 PKGBUILD |   37 ++---
 1 file changed, 18 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-14 16:54:57 UTC (rev 68863)
+++ PKGBUILD2010-02-14 16:59:37 UTC (rev 68864)
@@ -1,14 +1,13 @@
 # $Id$
 # Maintainer: Biru Ionut io...@archlinux.ro
 pkgname=empathy
-pkgver=2.28.2
+pkgver=2.29.90
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('iso-codes' 'gnome-panel=2.28.0' 'telepathy-mission-control=5.3.1' 
'telepathy-farsight=0.0.12'
- 'libcanberra' 'libnotify' 'libunique=1.1.2' 'libwebkit=1.1.15.4')
+depends=('iso-codes' 'telepathy-mission-control=5.3.1' 
'telepathy-farsight=0.0.12' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.1.21' 'evolution-data-server=2.29.90')
 makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.18.0')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
@@ -19,23 +18,23 @@
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.28/$pkgname-$pkgver.tar.gz)
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('98c16260606e3d3f829e95f3c877435696c76a4ef8b9486866ad87a7b092c633')
 
 build() {
-cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --enable-nautilus-sendto=no \
+  --disable-schemas-install || return 1
+  make || return 1
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
+  DESTDIR=${pkgdir} install || return 1
 
-./configure --prefix=/usr \
-   --sysconfdir=/etc  \
---libexecdir=/usr/lib/empathy \
-   --enable-shave \
-   --disable-schemas-install
-make || return 1
-make DESTDIR=$pkgdir install || return 1
-
-# Merge schemas file in a single file and remove trash
-mkdir -p $pkgdir/usr/share/gconf/schemas
-gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas \
-$pkgdir/etc/gconf/schemas/*.schemas
-rm -rf $pkgdir/etc/gconf
+  # Merge schemas file in a single file and remove trash
+  mkdir -p ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas \
+  --domain empathy ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -rf ${pkgdir}/etc/gconf
 }
-md5sums=('af4ac36f8162810dc97423d5cf1137fd')



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

2010-02-14 Thread Jan de Groot
Date: Sunday, February 14, 2010 @ 12:19:57
  Author: jgc
Revision: 68867

upgpkg: empathy 2.29.90-2
Add nautilus-sendto plugin

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-14 17:00:14 UTC (rev 68866)
+++ PKGBUILD2010-02-14 17:19:57 UTC (rev 68867)
@@ -2,13 +2,13 @@
 # Maintainer: Biru Ionut io...@archlinux.ro
 pkgname=empathy
 pkgver=2.29.90
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
 depends=('iso-codes' 'telepathy-mission-control=5.3.1' 
'telepathy-farsight=0.0.12' 'libcanberra' 'libnotify' 'libunique=1.1.6' 
'libwebkit=1.1.21' 'evolution-data-server=2.29.90')
-makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.18.0')
+makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.18.0' 
'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
 'telepathy-idle: IRC support'
@@ -26,7 +26,6 @@
   ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
-  --enable-nautilus-sendto=no \
   --disable-schemas-install || return 1
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \



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

2009-12-14 Thread Ionut Biru
Date: Monday, December 14, 2009 @ 12:47:32
  Author: ibiru
Revision: 61265

upgpkg: empathy 2.28.2-1
update to 2.28.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-12-14 17:16:16 UTC (rev 61264)
+++ PKGBUILD2009-12-14 17:47:32 UTC (rev 61265)
@@ -1,14 +1,14 @@
 # $Id$
 # Maintainer: Biru Ionut io...@archlinux.ro
 pkgname=empathy
-pkgver=2.28.1.2
+pkgver=2.28.2
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('iso-codes' 'gnome-panel=2.28.0' 'telepathy-mission-control=5.3.1' 
'telepathy-farsight=0.0.11'
- 'libcanberra' 'libnotify' 'libunique=1.1.2' 'libwebkit=1.1.15.1')
+depends=('iso-codes' 'gnome-panel=2.28.0' 'telepathy-mission-control=5.3.1' 
'telepathy-farsight=0.0.12'
+ 'libcanberra' 'libnotify' 'libunique=1.1.2' 'libwebkit=1.1.15.4')
 makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.18.0')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
@@ -22,15 +22,15 @@
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.28/$pkgname-$pkgver.tar.gz)
 
 build() {
-# Build and install
-cd $srcdir/$pkgname-$pkgver
+cd $srcdir/$pkgname-$pkgver
 
 ./configure --prefix=/usr \
--sysconfdir=/etc  \
 --libexecdir=/usr/lib/empathy \
-   --enable-shave
+   --enable-shave \
+   --disable-schemas-install
 make || return 1
-make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install || 
return 1 
+make DESTDIR=$pkgdir install || return 1
 
 # Merge schemas file in a single file and remove trash
 mkdir -p $pkgdir/usr/share/gconf/schemas
@@ -38,4 +38,4 @@
 $pkgdir/etc/gconf/schemas/*.schemas
 rm -rf $pkgdir/etc/gconf
 }
-md5sums=('87c1455787f06fe3720e1c9e34da57a3')
+md5sums=('af4ac36f8162810dc97423d5cf1137fd')