[arch-commits] Commit in ekiga/repos (10 files)

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:47
  Author: heftig
Revision: 183345

db-move: moved ekiga from [testing] to [extra] (i686, x86_64)

Added:
  ekiga/repos/extra-i686/PKGBUILD
(from rev 183326, ekiga/repos/testing-i686/PKGBUILD)
  ekiga/repos/extra-i686/ekiga.install
(from rev 183326, ekiga/repos/testing-i686/ekiga.install)
  ekiga/repos/extra-x86_64/PKGBUILD
(from rev 183326, ekiga/repos/testing-x86_64/PKGBUILD)
  ekiga/repos/extra-x86_64/ekiga.install
(from rev 183326, ekiga/repos/testing-x86_64/ekiga.install)
Deleted:
  ekiga/repos/extra-i686/PKGBUILD
  ekiga/repos/extra-i686/ekiga.install
  ekiga/repos/extra-x86_64/PKGBUILD
  ekiga/repos/extra-x86_64/ekiga.install
  ekiga/repos/testing-i686/
  ekiga/repos/testing-x86_64/

+
 /PKGBUILD  |   70 +++
 /ekiga.install |   44 +++
 extra-i686/PKGBUILD|   36 --
 extra-i686/ekiga.install   |   22 -
 extra-x86_64/PKGBUILD  |   36 --
 extra-x86_64/ekiga.install |   22 -
 6 files changed, 114 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:46 UTC (rev 183344)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:47 UTC (rev 183345)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom K 
-
-pkgname=ekiga
-pkgver=4.0.1
-pkgrel=2
-pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
-url="http://www.ekiga.org";
-license=(GPL)
-arch=(i686 x86_64)
-depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
-makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
-optdepends=('evolution-data-server: Evolution integration')
-options=(!emptydirs)
-groups=('gnome-extra')
-install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-install \
-  --disable-scrollkeeper --enable-dbus --enable-avahi
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
-
-  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain ekiga "$pkgdir"/etc/gconf/schemas/*.schemas
-  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
-}

Copied: ekiga/repos/extra-i686/PKGBUILD (from rev 183326, 
ekiga/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:47 UTC (rev 183345)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom K 
+
+pkgname=ekiga
+pkgver=4.0.1
+pkgrel=3
+pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
+url="http://www.ekiga.org";
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus --enable-avahi
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain ekiga "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/ekiga.install
===
--- extra-i686/ekiga.install2013-04-21 22:08:46 UTC (rev 183344)
+++ extra-i686/ekiga.install2013-04-21 22:08:47 UTC (rev 183345)
@@ -1,22 +0,0 @@
-pkgname=ekiga
-
-post_install() {
-  gconfpkg --install $pkgname
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}

Copied: ekiga/repos/extra-i686/ekiga.install (from rev 183326, 
eki

[arch-commits] Commit in ekiga/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:41
  Author: stephane
Revision: 181118

db-move: moved ekiga from [testing] to [extra] (i686, x86_64)

Added:
  ekiga/repos/extra-i686/PKGBUILD
(from rev 181114, ekiga/repos/testing-i686/PKGBUILD)
  ekiga/repos/extra-i686/ekiga.install
(from rev 181114, ekiga/repos/testing-i686/ekiga.install)
  ekiga/repos/extra-x86_64/PKGBUILD
(from rev 181114, ekiga/repos/testing-x86_64/PKGBUILD)
  ekiga/repos/extra-x86_64/ekiga.install
(from rev 181114, ekiga/repos/testing-x86_64/ekiga.install)
Deleted:
  ekiga/repos/extra-i686/PKGBUILD
  ekiga/repos/extra-i686/ekiga.install
  ekiga/repos/extra-x86_64/PKGBUILD
  ekiga/repos/extra-x86_64/ekiga.install
  ekiga/repos/testing-i686/
  ekiga/repos/testing-x86_64/

+
 /PKGBUILD  |   72 +++
 /ekiga.install |   44 ++
 extra-i686/PKGBUILD|   36 -
 extra-i686/ekiga.install   |   22 -
 extra-x86_64/PKGBUILD  |   36 -
 extra-x86_64/ekiga.install |   22 -
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 19:16:40 UTC (rev 181117)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:41 UTC (rev 181118)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom K 
-
-pkgname=ekiga
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
-url="http://www.ekiga.org";
-license=(GPL)
-arch=(i686 x86_64)
-depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
-makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
-optdepends=('evolution-data-server: Evolution integration')
-options=(!emptydirs)
-groups=('gnome-extra')
-install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-install \
-  --disable-scrollkeeper --enable-dbus --enable-avahi
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
-
-  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain ekiga "$pkgdir"/etc/gconf/schemas/*.schemas
-  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
-}

Copied: ekiga/repos/extra-i686/PKGBUILD (from rev 181114, 
ekiga/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:41 UTC (rev 181118)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom K 
+
+pkgname=ekiga
+pkgver=4.0.1
+pkgrel=2
+pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
+url="http://www.ekiga.org";
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+groups=('gnome-extra')
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus --enable-avahi
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain ekiga "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/ekiga.install
===
--- extra-i686/ekiga.install2013-03-31 19:16:40 UTC (rev 181117)
+++ extra-i686/ekiga.install2013-03-31 19:16:41 UTC (rev 181118)
@@ -1,22 +0,0 @@
-pkgname=ekiga
-
-post_install() {
-  gconfpkg --install $pkgname
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}

Copied: ekiga/repos/extra-i686/ekiga.install

[arch-commits] Commit in ekiga/repos (10 files)

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:16
  Author: stephane
Revision: 176284

db-move: moved ekiga from [testing] to [extra] (i686, x86_64)

Added:
  ekiga/repos/extra-i686/PKGBUILD
(from rev 176280, ekiga/repos/testing-i686/PKGBUILD)
  ekiga/repos/extra-i686/ekiga.install
(from rev 176280, ekiga/repos/testing-i686/ekiga.install)
  ekiga/repos/extra-x86_64/PKGBUILD
(from rev 176280, ekiga/repos/testing-x86_64/PKGBUILD)
  ekiga/repos/extra-x86_64/ekiga.install
(from rev 176280, ekiga/repos/testing-x86_64/ekiga.install)
Deleted:
  ekiga/repos/extra-i686/PKGBUILD
  ekiga/repos/extra-i686/ekiga.install
  ekiga/repos/extra-x86_64/PKGBUILD
  ekiga/repos/extra-x86_64/ekiga.install
  ekiga/repos/testing-i686/
  ekiga/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   72 +--
 extra-i686/ekiga.install   |   44 +-
 extra-x86_64/PKGBUILD  |   72 +--
 extra-x86_64/ekiga.install |   44 +-
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:48:15 UTC (rev 176283)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:16 UTC (rev 176284)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom K 
-
-pkgname=ekiga
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
-url="http://www.ekiga.org";
-license=(GPL)
-arch=(i686 x86_64)
-depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
-makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
-optdepends=('evolution-data-server: Evolution integration')
-options=(!emptydirs)
-groups=('gnome-extra')
-install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('69c544fb0f2e9cb425b9dae131b01e256ad20fd597f1faf0c28f5930b0f1d998')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-install \
-  --disable-scrollkeeper --enable-dbus
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
-
-  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain ekiga "$pkgdir"/etc/gconf/schemas/*.schemas
-  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
-}

Copied: ekiga/repos/extra-i686/PKGBUILD (from rev 176280, 
ekiga/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:16 UTC (rev 176284)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom K 
+
+pkgname=ekiga
+pkgver=4.0.0
+pkgrel=2
+pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
+url="http://www.ekiga.org";
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+groups=('gnome-extra')
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('69c544fb0f2e9cb425b9dae131b01e256ad20fd597f1faf0c28f5930b0f1d998')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain ekiga "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/ekiga.install
===
--- extra-i686/ekiga.install2013-01-28 16:48:15 UTC (rev 176283)
+++ extra-i686/ekiga.install2013-01-28 16:48:16 UTC (rev 176284)
@@ -1,22 +0,0 @@
-pkgname=ekiga
-
-post_install() {
-  gconfpkg --install $pkgname
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}

Copied: ekiga/repos/extra-i686/ekiga.install (from rev 176280, 
ekiga/repos/testing-i686/ekiga.install)
===

[arch-commits] Commit in ekiga/repos (10 files)

2012-07-15 Thread Ionut Biru
Date: Sunday, July 15, 2012 @ 09:16:43
  Author: ibiru
Revision: 163545

db-move: moved ekiga from [staging] to [testing] ( i686,  x86_64)

Added:
  ekiga/repos/testing-i686/
  ekiga/repos/testing-i686/PKGBUILD
(from rev 163541, ekiga/repos/staging-i686/PKGBUILD)
  ekiga/repos/testing-i686/ekiga.install
(from rev 163541, ekiga/repos/staging-i686/ekiga.install)
  ekiga/repos/testing-i686/gcc47.patch
(from rev 163541, ekiga/repos/staging-i686/gcc47.patch)
  ekiga/repos/testing-x86_64/
  ekiga/repos/testing-x86_64/PKGBUILD
(from rev 163541, ekiga/repos/staging-x86_64/PKGBUILD)
  ekiga/repos/testing-x86_64/ekiga.install
(from rev 163541, ekiga/repos/staging-x86_64/ekiga.install)
  ekiga/repos/testing-x86_64/gcc47.patch
(from rev 163541, ekiga/repos/staging-x86_64/gcc47.patch)
Deleted:
  ekiga/repos/staging-i686/
  ekiga/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   39 
 testing-i686/ekiga.install   |   22 +
 testing-i686/gcc47.patch |   99 +
 testing-x86_64/PKGBUILD  |   39 
 testing-x86_64/ekiga.install |   22 +
 testing-x86_64/gcc47.patch   |   99 +
 6 files changed, 320 insertions(+)

Copied: ekiga/repos/testing-i686/PKGBUILD (from rev 163541, 
ekiga/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-15 13:16:43 UTC (rev 163545)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom K 
+
+pkgname=ekiga
+pkgver=3.3.2
+pkgrel=6
+pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
+url="http://www.ekiga.org";
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+groups=('gnome-extra')
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+gcc47.patch)
+sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a'
+'9e316e1174be5d6cc60c89abeaeb61a98eb163a38abf11f4af4f2d6363ec')
+
+build() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i "$srcdir/gcc47.patch"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain ekiga "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+}

Copied: ekiga/repos/testing-i686/ekiga.install (from rev 163541, 
ekiga/repos/staging-i686/ekiga.install)
===
--- testing-i686/ekiga.install  (rev 0)
+++ testing-i686/ekiga.install  2012-07-15 13:16:43 UTC (rev 163545)
@@ -0,0 +1,22 @@
+pkgname=ekiga
+
+post_install() {
+  gconfpkg --install $pkgname
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall $pkgname
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

Copied: ekiga/repos/testing-i686/gcc47.patch (from rev 163541, 
ekiga/repos/staging-i686/gcc47.patch)
===
--- testing-i686/gcc47.patch(rev 0)
+++ testing-i686/gcc47.patch2012-07-15 13:16:43 UTC (rev 163545)
@@ -0,0 +1,99 @@
+From f81a43f2c4ed5e5083e3a850bc7164d11a910358 Mon Sep 17 00:00:00 2001
+From: Eugen Dedu 
+Date: Sat, 24 Mar 2012 09:17:40 +
+Subject: Fix compile error with gcc 4.7
+
+---
+diff --git a/lib/engine/account/bank-impl.h b/lib/engine/account/bank-impl.h
+index e16848e..b0a8775 100644
+--- a/lib/engine/account/bank-impl.h
 b/lib/engine/account/bank-impl.h
+@@ -203,7 +203,7 @@ template
+ void
+ Ekiga::BankImpl::add_account (boost::shared_ptr 
account)
+ {
+-  add_object (account);
++  this->add_object (account);
+ 
+   account->questions.connect (boost::ref (questions));
+ }
+@@ -213,7 +213,7 @@ template
+ void
+ Ekiga::BankImpl::remove_account (boost::shared_ptr 
account)
+ {
+-  remove_object (account);
++  this->remove_object (account);
+ }
+ 
+ #endif
+diff --git a/lib/engine/addressbook/book-impl.h 
b/lib/engine/addressbook/book-impl.h
+index 711d8d9..4fea7d5 100644
+--- a/lib/engine/addressbook/book-impl.h
 b/lib/engine/addr

[arch-commits] Commit in ekiga/repos (10 files)

2012-07-06 Thread Ionut Biru
Date: Friday, July 6, 2012 @ 12:17:13
  Author: ibiru
Revision: 163076

db-move: moved ekiga from [staging] to [testing] ( i686,  x86_64)

Added:
  ekiga/repos/testing-i686/
  ekiga/repos/testing-i686/PKGBUILD
(from rev 163074, ekiga/repos/staging-i686/PKGBUILD)
  ekiga/repos/testing-i686/ekiga.install
(from rev 163074, ekiga/repos/staging-i686/ekiga.install)
  ekiga/repos/testing-i686/gcc47.patch
(from rev 163074, ekiga/repos/staging-i686/gcc47.patch)
  ekiga/repos/testing-x86_64/
  ekiga/repos/testing-x86_64/PKGBUILD
(from rev 163074, ekiga/repos/staging-x86_64/PKGBUILD)
  ekiga/repos/testing-x86_64/ekiga.install
(from rev 163074, ekiga/repos/staging-x86_64/ekiga.install)
  ekiga/repos/testing-x86_64/gcc47.patch
(from rev 163074, ekiga/repos/staging-x86_64/gcc47.patch)
Deleted:
  ekiga/repos/staging-i686/
  ekiga/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   39 
 testing-i686/ekiga.install   |   22 +
 testing-i686/gcc47.patch |   99 +
 testing-x86_64/PKGBUILD  |   39 
 testing-x86_64/ekiga.install |   22 +
 testing-x86_64/gcc47.patch   |   99 +
 6 files changed, 320 insertions(+)

Copied: ekiga/repos/testing-i686/PKGBUILD (from rev 163074, 
ekiga/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-06 16:17:13 UTC (rev 163076)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom K 
+
+pkgname=ekiga
+pkgver=3.3.2
+pkgrel=5
+pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
+url="http://www.ekiga.org";
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+groups=('gnome-extra')
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+gcc47.patch)
+sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a'
+'9e316e1174be5d6cc60c89abeaeb61a98eb163a38abf11f4af4f2d6363ec')
+
+build() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i "$srcdir/gcc47.patch"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain ekiga "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+}

Copied: ekiga/repos/testing-i686/ekiga.install (from rev 163074, 
ekiga/repos/staging-i686/ekiga.install)
===
--- testing-i686/ekiga.install  (rev 0)
+++ testing-i686/ekiga.install  2012-07-06 16:17:13 UTC (rev 163076)
@@ -0,0 +1,22 @@
+pkgname=ekiga
+
+post_install() {
+  gconfpkg --install $pkgname
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall $pkgname
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

Copied: ekiga/repos/testing-i686/gcc47.patch (from rev 163074, 
ekiga/repos/staging-i686/gcc47.patch)
===
--- testing-i686/gcc47.patch(rev 0)
+++ testing-i686/gcc47.patch2012-07-06 16:17:13 UTC (rev 163076)
@@ -0,0 +1,99 @@
+From f81a43f2c4ed5e5083e3a850bc7164d11a910358 Mon Sep 17 00:00:00 2001
+From: Eugen Dedu 
+Date: Sat, 24 Mar 2012 09:17:40 +
+Subject: Fix compile error with gcc 4.7
+
+---
+diff --git a/lib/engine/account/bank-impl.h b/lib/engine/account/bank-impl.h
+index e16848e..b0a8775 100644
+--- a/lib/engine/account/bank-impl.h
 b/lib/engine/account/bank-impl.h
+@@ -203,7 +203,7 @@ template
+ void
+ Ekiga::BankImpl::add_account (boost::shared_ptr 
account)
+ {
+-  add_object (account);
++  this->add_object (account);
+ 
+   account->questions.connect (boost::ref (questions));
+ }
+@@ -213,7 +213,7 @@ template
+ void
+ Ekiga::BankImpl::remove_account (boost::shared_ptr 
account)
+ {
+-  remove_object (account);
++  this->remove_object (account);
+ }
+ 
+ #endif
+diff --git a/lib/engine/addressbook/book-impl.h 
b/lib/engine/addressbook/book-impl.h
+index 711d8d9..4fea7d5 100644
+--- a/lib/engine/addressbook/book-impl.h
 b/lib/engine/addre