[arch-commits] Commit in empathy/repos/extra-x86_64 (4 files)

2018-01-11 Thread Jan Steffens via arch-commits
Date: Thursday, January 11, 2018 @ 10:20:41
  Author: heftig
Revision: 314351

archrelease: copy trunk to extra-x86_64

Added:
  empathy/repos/extra-x86_64/PKGBUILD
(from rev 314350, empathy/trunk/PKGBUILD)
  empathy/repos/extra-x86_64/enchant-2.patch
(from rev 314350, empathy/trunk/enchant-2.patch)
Deleted:
  empathy/repos/extra-x86_64/PKGBUILD
  empathy/repos/extra-x86_64/enchant-2.patch

-+
 PKGBUILD|  121 ++
 enchant-2.patch |   26 +--
 2 files changed, 73 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-11 10:19:48 UTC (rev 314350)
+++ PKGBUILD2018-01-11 10:20:41 UTC (rev 314351)
@@ -1,61 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=empathy
-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;
-arch=(x86_64)
-license=(GPL2)
-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 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')
-groups=(gnome)
-_commit=1453dc4e777d28df59cac2df45d607371c79c813  # master
-source=("git+https://git.gnome.org/browse/empathy#commit=$_commit;
-"git+https://git.gnome.org/browse/telepathy-account-widgets;
-enchant-2.patch)
-sha256sums=('SKIP'
-'SKIP'
-'cfb8e4c1fde981393090c5f4c51e8f4eace54acaa16a7aed3c7f1cd31658c167')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EMPATHY_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  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
-}
-
-build() {
-  cd $pkgname
-  export LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc  \
-  --libexecdir=/usr/lib/empathy \
-  --disable-static \
-  --disable-Werror
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: empathy/repos/extra-x86_64/PKGBUILD (from rev 314350, 
empathy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-11 10:20:41 UTC (rev 314351)
@@ -0,0 +1,60 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=empathy
+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;
+arch=(x86_64)
+license=(GPL2)
+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 gnome-common git)
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'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;
+enchant-2.patch)
+sha256sums=('SKIP'
+'SKIP'
+'cfb8e4c1fde981393090c5f4c51e8f4eace54acaa16a7aed3c7f1cd31658c167')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EMPATHY_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  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
+}
+
+build() {
+  cd $pkgname
+  export LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static \
+  --disable-Werror
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: enchant-2.patch
===
--- enchant-2.patch 2018-01-11 10:19:48 UTC (rev 314350)
+++ enchant-2.patch 2018-01-11 10:20:41 UTC 

[arch-commits] Commit in empathy/repos (extra-x86_64)

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

archrelease: remove extra-x86_64

Deleted:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

2011-07-12 Thread Ionut Biru
Date: Tuesday, July 12, 2011 @ 09:20:12
  Author: ibiru
Revision: 131267

archrelease: copy trunk to extra-x86_64

Added:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

2011-05-26 Thread Ionut Biru
Date: Thursday, May 26, 2011 @ 09:26:06
  Author: ibiru
Revision: 125402

db-move: empathy removed by ibiru for move to [extra] (x86_64)

Deleted:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64 testing-x86_64)

2011-05-26 Thread Ionut Biru
Date: Thursday, May 26, 2011 @ 09:26:06
  Author: ibiru
Revision: 125403

db-move: moved empathy from [testing] to [extra] (x86_64)

Added:
  empathy/repos/extra-x86_64/
Deleted:
  empathy/repos/testing-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

2011-04-30 Thread Ionut Biru
Date: Saturday, April 30, 2011 @ 16:39:11
  Author: ibiru
Revision: 121417

db-move: empathy removed by ibiru for move to [extra] (x86_64)

Deleted:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64 testing-x86_64)

2011-04-30 Thread Ionut Biru
Date: Saturday, April 30, 2011 @ 16:39:12
  Author: ibiru
Revision: 121418

db-move: moved empathy from [testing] to [extra] (x86_64)

Added:
  empathy/repos/extra-x86_64/
Deleted:
  empathy/repos/testing-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

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

archrelease: remove extra-x86_64

Deleted:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

2010-11-18 Thread Ionut Biru
Date: Thursday, November 18, 2010 @ 17:39:01
  Author: ibiru
Revision: 99880

archrelease: copy trunk to extra-x86_64

Added:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

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

archrelease: remove extra-x86_64

Deleted:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

2010-11-15 Thread Ionut Biru
Date: Monday, November 15, 2010 @ 09:33:09
  Author: ibiru
Revision: 99553

archrelease: copy trunk to extra-x86_64

Added:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

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

archrelease: remove extra-x86_64

Deleted:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

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

archrelease: copy trunk to extra-x86_64

Added:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

2010-10-04 Thread Jan de Groot
Date: Monday, October 4, 2010 @ 05:09:17
  Author: jgc
Revision: 93500

db-move: empathy removed by jgc for move to [extra] (x86_64)

Deleted:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

2010-10-04 Thread Ionut Biru
Date: Monday, October 4, 2010 @ 10:55:35
  Author: ibiru
Revision: 94102

archrelease: remove extra-x86_64

Deleted:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

2010-10-04 Thread Ionut Biru
Date: Monday, October 4, 2010 @ 10:55:50
  Author: ibiru
Revision: 94103

archrelease: copy trunk to extra-x86_64

Added:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

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

archrelease: remove extra-x86_64

Deleted:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

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

archrelease: copy trunk to extra-x86_64

Added:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

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

archrelease: remove extra-x86_64

Deleted:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

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

archrelease: copy trunk to extra-x86_64

Added:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

2010-06-09 Thread Ionut Biru
Date: Wednesday, June 9, 2010 @ 11:06:38
  Author: ibiru
Revision: 82227

archrelease: remove extra-x86_64

Deleted:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

2010-06-09 Thread Ionut Biru
Date: Wednesday, June 9, 2010 @ 11:06:54
  Author: ibiru
Revision: 82228

archrelease: copy trunk to extra-x86_64

Added:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

2010-04-29 Thread Jan de Groot
Date: Thursday, April 29, 2010 @ 08:22:34
  Author: jgc
Revision: 78891

archrelease: remove extra-x86_64

Deleted:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

2010-04-29 Thread Jan de Groot
Date: Thursday, April 29, 2010 @ 08:22:42
  Author: jgc
Revision: 78892

archrelease: copy trunk to extra-x86_64

Added:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

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

archrelease: copy trunk to extra-x86_64

Added:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

2010-04-09 Thread Ionut Biru
Date: Friday, April 9, 2010 @ 10:27:41
  Author: ibiru
Revision: 77004

archrelease: remove extra-x86_64

Deleted:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

2010-04-09 Thread Ionut Biru
Date: Friday, April 9, 2010 @ 10:27:58
  Author: ibiru
Revision: 77005

archrelease: copy trunk to extra-x86_64

Added:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

2010-03-31 Thread Jan de Groot
Date: Wednesday, March 31, 2010 @ 15:34:20
  Author: jgc
Revision: 74672

db-move: empathy removed by jgc for move to extra

Deleted:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64 gnome-unstable-x86_64)

2010-03-31 Thread Jan de Groot
Date: Wednesday, March 31, 2010 @ 15:34:21
  Author: jgc
Revision: 74673

db-move: moved empathy from [gnome-unstable] to [extra] (x86_64)

Added:
  empathy/repos/extra-x86_64/
Deleted:
  empathy/repos/gnome-unstable-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2009-12-14 Thread Ionut Biru
Date: Monday, December 14, 2009 @ 12:49:35
  Author: ibiru
Revision: 61267

Merged revisions 61265 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/empathy/trunk


  r61265 | ibiru | 2009-12-14 19:47:32 +0200 (Mon, 14 Dec 2009) | 2 lines
  
  upgpkg: empathy 2.28.2-1
  update to 2.28.2


Modified:
  empathy/repos/extra-x86_64/   (properties)
  empathy/repos/extra-x86_64/PKGBUILD

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


Property changes on: empathy/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /empathy/trunk:1-58968
   + /empathy/trunk:1-61266

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-12-14 17:48:13 UTC (rev 61266)
+++ extra-x86_64/PKGBUILD   2009-12-14 17:49:35 UTC (rev 61267)
@@ -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')



[arch-commits] Commit in empathy/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2009-11-18 Thread Ionut Biru
Date: Wednesday, November 18, 2009 @ 13:08:07
  Author: ibiru
Revision: 58969

Merged revisions 58967 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/empathy/trunk


  r58967 | ibiru | 2009-11-18 20:06:27 +0200 (Wed, 18 Nov 2009) | 2 lines
  
  upgpkg: empathy 2.28.1.2-1
  new ver


Modified:
  empathy/repos/extra-x86_64/   (properties)
  empathy/repos/extra-x86_64/PKGBUILD

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


Property changes on: empathy/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /empathy/trunk:1-58034
   + /empathy/trunk:1-58968

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-11-18 18:07:04 UTC (rev 58968)
+++ extra-x86_64/PKGBUILD   2009-11-18 18:08:07 UTC (rev 58969)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Biru Ionut io...@archlinux.ro
 pkgname=empathy
-pkgver=2.28.1.1
-pkgrel=2
+pkgver=2.28.1.2
+pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
@@ -38,4 +38,4 @@
 $pkgdir/etc/gconf/schemas/*.schemas
 rm -rf $pkgdir/etc/gconf
 }
-md5sums=('a3c24e5109f80040eec6973ab5bce084')
+md5sums=('87c1455787f06fe3720e1c9e34da57a3')



[arch-commits] Commit in empathy/repos (extra-x86_64)

2009-11-03 Thread Ionut Biru
Date: Tuesday, November 3, 2009 @ 10:08:54
  Author: ibiru
Revision: 58035

archrelease: new repo extra-x86_64

Added:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

2009-11-03 Thread Ionut Biru
Date: Tuesday, November 3, 2009 @ 10:09:07
  Author: ibiru
Revision: 58036

Initialized merge tracking via svnmerge with revisions 1-58034 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/empathy/trunk

Modified:
  empathy/repos/extra-x86_64/   (properties)


Property changes on: empathy/repos/extra-x86_64
___
Added: svnmerge-integrated
   + /empathy/trunk:1-58034