diff options
Diffstat (limited to 'testing/ekiga/PKGBUILD')
-rw-r--r-- | testing/ekiga/PKGBUILD | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/testing/ekiga/PKGBUILD b/testing/ekiga/PKGBUILD index f41e4320f..551e20c50 100644 --- a/testing/ekiga/PKGBUILD +++ b/testing/ekiga/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 163545 2012-07-15 13:16:43Z ibiru $ +# $Id: PKGBUILD 169549 2012-10-23 12:35:22Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Tom K <tomk@runbox.com> pkgname=ekiga -pkgver=3.3.2 -pkgrel=6 +pkgver=3.9.90 +pkgrel=1 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support (GnomeMeeting expanded and renamed)" url="http://www.ekiga.org" license=(GPL) @@ -15,14 +15,11 @@ 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' - '9e3000016e1174be5d6cc60c89abeaeb61a98eb163a38abf11f4af4f2d6363ec') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('d905169c257173196d235bad6501682cd07752a6a29577620cc4dfb91d8b77a9') build() { cd "$pkgname-$pkgver" - patch -Np1 -i "$srcdir/gcc47.patch" ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-schemas-install \ --disable-scrollkeeper --enable-dbus |