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

2016-05-14 Thread Jan Steffens
Date: Saturday, May 14, 2016 @ 12:50:45
  Author: heftig
Revision: 267948

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

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

--+
 /PKGBUILD|   76 +
 extra-i686/PKGBUILD  |   39 -
 extra-i686/empathy.install   |   16 
 extra-x86_64/PKGBUILD|   39 -
 extra-x86_64/empathy.install |   16 
 5 files changed, 76 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 10:48:23 UTC (rev 267947)
+++ extra-i686/PKGBUILD 2016-05-14 10:50:45 UTC (rev 267948)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=empathy
-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;
-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)
-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)
-install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d1e4ff4e5f502b7f4ca2c6140462bad2a712b82f019aea4e0a2700e77545d487')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc  \
-  --libexecdir=/usr/lib/empathy \
-  --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: empathy/repos/extra-i686/PKGBUILD (from rev 267947, 
empathy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 10:50:45 UTC (rev 267948)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=empathy
+pkgver=3.12.12
+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
+ telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2
+ geocode-glib cheese libchamplain libgudev)
+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)
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dda22adf38772d85cd7ff611bcc1a036a6b8625bc7d146c95d4bfcdbc3ecf7cb')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/empathy.install
===
--- extra-i686/empathy.install  2016-05-14 10:48:23 UTC (rev 267947)
+++ extra-i686/empathy.install  2016-05-14 10:50:45 UTC (rev 267948)
@@ -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
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-14 10:48:23 UTC (rev 267947)
+++ extra-x86_64/PKGBUILD 

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

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

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   39 
 gnome-unstable-i686/empathy.install   |   16 +
 gnome-unstable-x86_64/PKGBUILD|   39 
 gnome-unstable-x86_64/empathy.install |   16 +
 4 files changed, 110 insertions(+)

Copied: empathy/repos/gnome-unstable-i686/PKGBUILD (from rev 247227, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-24 09:57:17 UTC (rev 247228)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=empathy
+pkgver=3.12.10
+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=(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'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('794140c3743aa83739ef7efa9eff1950e2f718fde9dc29064fa9d616478e97cb')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: empathy/repos/gnome-unstable-i686/empathy.install (from rev 247227, 
empathy/trunk/empathy.install)
===
--- gnome-unstable-i686/empathy.install (rev 0)
+++ gnome-unstable-i686/empathy.install 2015-09-24 09:57:17 UTC (rev 247228)
@@ -0,0 +1,16 @@
+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
+}

Copied: empathy/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247227, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-24 09:57:17 UTC (rev 247228)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=empathy
+pkgver=3.12.10
+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=(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'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('794140c3743aa83739ef7efa9eff1950e2f718fde9dc29064fa9d616478e97cb')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy 

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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:40:20
  Author: heftig
Revision: 241093

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

Added:
  empathy/repos/staging-i686/
  empathy/repos/staging-i686/PKGBUILD
(from rev 241092, empathy/trunk/PKGBUILD)
  empathy/repos/staging-i686/empathy.install
(from rev 241092, empathy/trunk/empathy.install)
  empathy/repos/staging-x86_64/
  empathy/repos/staging-x86_64/PKGBUILD
(from rev 241092, empathy/trunk/PKGBUILD)
  empathy/repos/staging-x86_64/empathy.install
(from rev 241092, empathy/trunk/empathy.install)

+
 staging-i686/PKGBUILD  |   39 +++
 staging-i686/empathy.install   |   16 
 staging-x86_64/PKGBUILD|   39 +++
 staging-x86_64/empathy.install |   16 
 4 files changed, 110 insertions(+)

Copied: empathy/repos/staging-i686/PKGBUILD (from rev 241092, 
empathy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 20:40:20 UTC (rev 241093)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.12.10
+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 libgudev)
+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')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('794140c3743aa83739ef7efa9eff1950e2f718fde9dc29064fa9d616478e97cb')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: empathy/repos/staging-i686/empathy.install (from rev 241092, 
empathy/trunk/empathy.install)
===
--- staging-i686/empathy.install(rev 0)
+++ staging-i686/empathy.install2015-06-19 20:40:20 UTC (rev 241093)
@@ -0,0 +1,16 @@
+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
+}

Copied: empathy/repos/staging-x86_64/PKGBUILD (from rev 241092, 
empathy/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-19 20:40:20 UTC (rev 241093)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.12.10
+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 libgudev)
+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')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('794140c3743aa83739ef7efa9eff1950e2f718fde9dc29064fa9d616478e97cb')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make 

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

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

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

Added:
  empathy/repos/staging-i686/
  empathy/repos/staging-i686/PKGBUILD
(from rev 236312, empathy/trunk/PKGBUILD)
  empathy/repos/staging-i686/empathy.install
(from rev 236312, empathy/trunk/empathy.install)
  empathy/repos/staging-x86_64/
  empathy/repos/staging-x86_64/PKGBUILD
(from rev 236312, empathy/trunk/PKGBUILD)
  empathy/repos/staging-x86_64/empathy.install
(from rev 236312, empathy/trunk/empathy.install)

+
 staging-i686/PKGBUILD  |   37 +
 staging-i686/empathy.install   |   16 
 staging-x86_64/PKGBUILD|   37 +
 staging-x86_64/empathy.install |   16 
 4 files changed, 106 insertions(+)

Copied: empathy/repos/staging-i686/PKGBUILD (from rev 236312, 
empathy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-12 18:20:32 UTC (rev 236313)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.12.8
+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)
+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')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fce8fd4b9e276f21577292003b1e1bcf3db90d277335cdc1dba77ba3a29ee683')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: empathy/repos/staging-i686/empathy.install (from rev 236312, 
empathy/trunk/empathy.install)
===
--- staging-i686/empathy.install(rev 0)
+++ staging-i686/empathy.install2015-04-12 18:20:32 UTC (rev 236313)
@@ -0,0 +1,16 @@
+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
+}

Copied: empathy/repos/staging-x86_64/PKGBUILD (from rev 236312, 
empathy/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-12 18:20:32 UTC (rev 236313)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.12.8
+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)
+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')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fce8fd4b9e276f21577292003b1e1bcf3db90d277335cdc1dba77ba3a29ee683')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 

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

2015-03-19 Thread Jan de Groot
Date: Thursday, March 19, 2015 @ 14:09:04
  Author: jgc
Revision: 234149

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   37 
 gnome-unstable-i686/empathy.install   |   16 +
 gnome-unstable-x86_64/PKGBUILD|   37 
 gnome-unstable-x86_64/empathy.install |   16 +
 4 files changed, 106 insertions(+)

Copied: empathy/repos/gnome-unstable-i686/PKGBUILD (from rev 234148, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-19 13:09:04 UTC (rev 234149)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+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-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'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fce8fd4b9e276f21577292003b1e1bcf3db90d277335cdc1dba77ba3a29ee683')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: empathy/repos/gnome-unstable-i686/empathy.install (from rev 234148, 
empathy/trunk/empathy.install)
===
--- gnome-unstable-i686/empathy.install (rev 0)
+++ gnome-unstable-i686/empathy.install 2015-03-19 13:09:04 UTC (rev 234149)
@@ -0,0 +1,16 @@
+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
+}

Copied: empathy/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234148, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-19 13:09:04 UTC (rev 234149)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+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-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'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fce8fd4b9e276f21577292003b1e1bcf3db90d277335cdc1dba77ba3a29ee683')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' 

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

2015-02-04 Thread Felix Yan
Date: Thursday, February 5, 2015 @ 05:09:07
  Author: fyan
Revision: 230791

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

Added:
  empathy/repos/staging-i686/
  empathy/repos/staging-i686/PKGBUILD
(from rev 230790, empathy/trunk/PKGBUILD)
  empathy/repos/staging-i686/empathy.install
(from rev 230790, empathy/trunk/empathy.install)
  empathy/repos/staging-x86_64/
  empathy/repos/staging-x86_64/PKGBUILD
(from rev 230790, empathy/trunk/PKGBUILD)
  empathy/repos/staging-x86_64/empathy.install
(from rev 230790, empathy/trunk/empathy.install)

+
 staging-i686/PKGBUILD  |   37 +
 staging-i686/empathy.install   |   16 
 staging-x86_64/PKGBUILD|   37 +
 staging-x86_64/empathy.install |   16 
 4 files changed, 106 insertions(+)

Copied: empathy/repos/staging-i686/PKGBUILD (from rev 230790, 
empathy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-02-05 04:09:07 UTC (rev 230791)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.12.7
+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-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'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('abcc6e325474d158ba21dfc864183617cf832c3570ccefe9e32f275b94452794')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: empathy/repos/staging-i686/empathy.install (from rev 230790, 
empathy/trunk/empathy.install)
===
--- staging-i686/empathy.install(rev 0)
+++ staging-i686/empathy.install2015-02-05 04:09:07 UTC (rev 230791)
@@ -0,0 +1,16 @@
+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
+}

Copied: empathy/repos/staging-x86_64/PKGBUILD (from rev 230790, 
empathy/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-02-05 04:09:07 UTC (rev 230791)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.12.7
+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-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'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('abcc6e325474d158ba21dfc864183617cf832c3570ccefe9e32f275b94452794')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 

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

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

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   37 
 gnome-unstable-i686/empathy.install   |   16 +
 gnome-unstable-x86_64/PKGBUILD|   37 
 gnome-unstable-x86_64/empathy.install |   16 +
 4 files changed, 106 insertions(+)

Copied: empathy/repos/gnome-unstable-i686/PKGBUILD (from rev 208613, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-03-24 17:07:46 UTC (rev 208614)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.12.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 
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'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9e92769df73363a648b3f9081a336147cc76bc88dccc85110e5ba2426395ab01')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: empathy/repos/gnome-unstable-i686/empathy.install (from rev 208613, 
empathy/trunk/empathy.install)
===
--- gnome-unstable-i686/empathy.install (rev 0)
+++ gnome-unstable-i686/empathy.install 2014-03-24 17:07:46 UTC (rev 208614)
@@ -0,0 +1,16 @@
+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
+}

Copied: empathy/repos/gnome-unstable-x86_64/PKGBUILD (from rev 208613, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-03-24 17:07:46 UTC (rev 208614)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.12.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 
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'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9e92769df73363a648b3f9081a336147cc76bc88dccc85110e5ba2426395ab01')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' 

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

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

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   37 
 gnome-unstable-i686/empathy.install   |   16 +
 gnome-unstable-x86_64/PKGBUILD|   37 
 gnome-unstable-x86_64/empathy.install |   16 +
 4 files changed, 106 insertions(+)

Copied: empathy/repos/gnome-unstable-i686/PKGBUILD (from rev 194814, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-23 18:20:12 UTC (rev 194815)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+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 
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'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool' '!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f54b82c06d094bdad6e294c68fd1a10f054e62b1df39c7d96b44fa29830a7731')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: empathy/repos/gnome-unstable-i686/empathy.install (from rev 194814, 
empathy/trunk/empathy.install)
===
--- gnome-unstable-i686/empathy.install (rev 0)
+++ gnome-unstable-i686/empathy.install 2013-09-23 18:20:12 UTC (rev 194815)
@@ -0,0 +1,16 @@
+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
+}

Copied: empathy/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194814, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-09-23 18:20:12 UTC (rev 194815)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+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 
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'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool' '!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f54b82c06d094bdad6e294c68fd1a10f054e62b1df39c7d96b44fa29830a7731')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / 

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

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 07:35:00
  Author: heftig
Revision: 180765

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   37 
 gnome-unstable-i686/empathy.install   |   16 +
 gnome-unstable-x86_64/PKGBUILD|   37 
 gnome-unstable-x86_64/empathy.install |   16 +
 4 files changed, 106 insertions(+)

Copied: empathy/repos/gnome-unstable-i686/PKGBUILD (from rev 180764, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 06:35:00 UTC (rev 180765)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.8.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 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')
+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=('3b2fe5fd41ceadeeda08735ecbccfc344b5d6c7009e40e289d175bc7cac69069')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: empathy/repos/gnome-unstable-i686/empathy.install (from rev 180764, 
empathy/trunk/empathy.install)
===
--- gnome-unstable-i686/empathy.install (rev 0)
+++ gnome-unstable-i686/empathy.install 2013-03-26 06:35:00 UTC (rev 180765)
@@ -0,0 +1,16 @@
+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
+}

Copied: empathy/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180764, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 06:35:00 UTC (rev 180765)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.8.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 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')
+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=('3b2fe5fd41ceadeeda08735ecbccfc344b5d6c7009e40e289d175bc7cac69069')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  

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

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

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   38 
 gnome-unstable-i686/empathy.install   |   16 +
 gnome-unstable-x86_64/PKGBUILD|   38 
 gnome-unstable-x86_64/empathy.install |   16 +
 4 files changed, 108 insertions(+)

Copied: empathy/repos/gnome-unstable-i686/PKGBUILD (from rev 166889, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-20 22:49:35 UTC (rev 166890)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+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' 'webkitgtk3' 'networkmanager' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
+makedepends=('intltool' 'itstool')
+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=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5e65d07d2f7f991d931cdd2a41702520ef9797904ff24016d4bb37a237ebbcbd')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static \
+  --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: empathy/repos/gnome-unstable-i686/empathy.install (from rev 166889, 
empathy/trunk/empathy.install)
===
--- gnome-unstable-i686/empathy.install (rev 0)
+++ gnome-unstable-i686/empathy.install 2012-09-20 22:49:35 UTC (rev 166890)
@@ -0,0 +1,16 @@
+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
+}

Copied: empathy/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166889, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-20 22:49:35 UTC (rev 166890)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+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' 'webkitgtk3' 'networkmanager' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
+makedepends=('intltool' 'itstool')
+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=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5e65d07d2f7f991d931cdd2a41702520ef9797904ff24016d4bb37a237ebbcbd')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static \
+  

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

2012-03-10 Thread Ionut Biru
Date: Saturday, March 10, 2012 @ 10:13:57
  Author: ibiru
Revision: 152883

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   39 
 gnome-unstable-i686/empathy.install   |   16 +
 gnome-unstable-x86_64/PKGBUILD|   39 
 gnome-unstable-x86_64/empathy.install |   16 +
 4 files changed, 110 insertions(+)

Copied: empathy/repos/gnome-unstable-i686/PKGBUILD (from rev 152882, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-10 15:13:57 UTC (rev 152883)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+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=('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-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('16d9016642ee6adb1c9abec82a44a9ff7ab33ca39a9735e7f6643cfe87e04ea5')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --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
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: empathy/repos/gnome-unstable-i686/empathy.install (from rev 152882, 
empathy/trunk/empathy.install)
===
--- gnome-unstable-i686/empathy.install (rev 0)
+++ gnome-unstable-i686/empathy.install 2012-03-10 15:13:57 UTC (rev 152883)
@@ -0,0 +1,16 @@
+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
+}

Copied: empathy/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152882, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-10 15:13:57 UTC (rev 152883)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+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=('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-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('16d9016642ee6adb1c9abec82a44a9ff7ab33ca39a9735e7f6643cfe87e04ea5')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  

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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 16:14:45
  Author: ibiru
Revision: 142759

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

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

+
 testing-i686/PKGBUILD  |   41 +++
 testing-i686/empathy.install   |   18 +
 testing-x86_64/PKGBUILD|   41 +++
 testing-x86_64/empathy.install |   18 +
 4 files changed, 118 insertions(+)

Copied: empathy/repos/testing-i686/PKGBUILD (from rev 142758, 
empathy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 21:14:45 UTC (rev 142759)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.2.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=('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'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+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')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --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
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: empathy/repos/testing-i686/empathy.install (from rev 142758, 
empathy/trunk/empathy.install)
===
--- testing-i686/empathy.install(rev 0)
+++ testing-i686/empathy.install2011-11-14 21:14:45 UTC (rev 142759)
@@ -0,0 +1,18 @@
+post_install() {
+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.
+}
+
+post_upgrade() {
+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() {
+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
+}

Copied: empathy/repos/testing-x86_64/PKGBUILD (from rev 142758, 
empathy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-14 21:14:45 UTC (rev 142759)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.2.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=('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'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)

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

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 11:19:40
  Author: ibiru
Revision: 140627

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

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

+
 testing-i686/PKGBUILD  |   41 +++
 testing-i686/empathy.install   |   18 +
 testing-x86_64/PKGBUILD|   41 +++
 testing-x86_64/empathy.install |   18 +
 4 files changed, 118 insertions(+)

Copied: empathy/repos/testing-i686/PKGBUILD (from rev 140626, 
empathy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 15:19:40 UTC (rev 140627)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+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')
+makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-butterfly: MSN support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d50e9b0e31df0e8d137c120c61c5aeaaad06fb24bb208d105b186a01b3f1de0a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --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
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: empathy/repos/testing-i686/empathy.install (from rev 140626, 
empathy/trunk/empathy.install)
===
--- testing-i686/empathy.install(rev 0)
+++ testing-i686/empathy.install2011-10-17 15:19:40 UTC (rev 140627)
@@ -0,0 +1,18 @@
+post_install() {
+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.
+}
+
+post_upgrade() {
+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() {
+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
+}

Copied: empathy/repos/testing-x86_64/PKGBUILD (from rev 140626, 
empathy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 15:19:40 UTC (rev 140627)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+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')
+makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-butterfly: MSN support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)

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

2011-09-23 Thread Jan Steffens
Date: Friday, September 23, 2011 @ 06:10:20
  Author: heftig
Revision: 138446

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

Added:
  empathy/repos/gnoome-unstable-i686/
  empathy/repos/gnoome-unstable-i686/PKGBUILD
(from rev 138445, empathy/trunk/PKGBUILD)
  empathy/repos/gnoome-unstable-i686/empathy.install
(from rev 138445, empathy/trunk/empathy.install)
  empathy/repos/gnoome-unstable-x86_64/
  empathy/repos/gnoome-unstable-x86_64/PKGBUILD
(from rev 138445, empathy/trunk/PKGBUILD)
  empathy/repos/gnoome-unstable-x86_64/empathy.install
(from rev 138445, empathy/trunk/empathy.install)

+
 gnoome-unstable-i686/PKGBUILD  |   39 +++
 gnoome-unstable-i686/empathy.install   |   18 ++
 gnoome-unstable-x86_64/PKGBUILD|   39 +++
 gnoome-unstable-x86_64/empathy.install |   18 ++
 4 files changed, 114 insertions(+)

Copied: empathy/repos/gnoome-unstable-i686/PKGBUILD (from rev 138445, 
empathy/trunk/PKGBUILD)
===
--- gnoome-unstable-i686/PKGBUILD   (rev 0)
+++ gnoome-unstable-i686/PKGBUILD   2011-09-23 10:10:20 UTC (rev 138446)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.1.92
+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' 'libchamplain' 'networkmanager')
+makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-butterfly: MSN support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+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')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./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
+}

Copied: empathy/repos/gnoome-unstable-i686/empathy.install (from rev 138445, 
empathy/trunk/empathy.install)
===
--- gnoome-unstable-i686/empathy.install(rev 0)
+++ gnoome-unstable-i686/empathy.install2011-09-23 10:10:20 UTC (rev 
138446)
@@ -0,0 +1,18 @@
+post_install() {
+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.
+}
+
+post_upgrade() {
+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() {
+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
+}

Copied: empathy/repos/gnoome-unstable-x86_64/PKGBUILD (from rev 138445, 
empathy/trunk/PKGBUILD)
===
--- gnoome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnoome-unstable-x86_64/PKGBUILD 2011-09-23 10:10:20 UTC (rev 138446)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.1.92
+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' 'libchamplain' 'networkmanager')
+makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-butterfly: MSN support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install

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

2011-09-01 Thread Ionut Biru
Date: Thursday, September 1, 2011 @ 17:46:55
  Author: ibiru
Revision: 136825

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   40 
 gnome-unstable-i686/empathy.install   |   16 
 gnome-unstable-x86_64/PKGBUILD|   40 
 gnome-unstable-x86_64/empathy.install |   16 
 4 files changed, 112 insertions(+)

Copied: empathy/repos/gnome-unstable-i686/PKGBUILD (from rev 136824, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-01 21:46:55 UTC (rev 136825)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+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=('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'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.1/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('175141442f303a7e7b0405b5d062f62c916d6b3b63bf7adc0e4aa0c979d167dd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./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
+}

Copied: empathy/repos/gnome-unstable-i686/empathy.install (from rev 136824, 
empathy/trunk/empathy.install)
===
--- gnome-unstable-i686/empathy.install (rev 0)
+++ gnome-unstable-i686/empathy.install 2011-09-01 21:46:55 UTC (rev 136825)
@@ -0,0 +1,16 @@
+post_install() {
+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.
+}
+
+post_upgrade() {
+post_install $1
+}
+
+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
+}

Copied: empathy/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136824, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-09-01 21:46:55 UTC (rev 136825)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+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=('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'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.1/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('175141442f303a7e7b0405b5d062f62c916d6b3b63bf7adc0e4aa0c979d167dd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+