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

Jan Steffens heftig at archlinux.org
Mon Feb 28 18:30:44 UTC 2011


    Date: Monday, February 28, 2011 @ 13:30:44
  Author: heftig
Revision: 111698

upgpkg: ekiga 3.3.0-1
Update for gnome-unstable

Modified:
  ekiga/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-28 18:27:02 UTC (rev 111697)
+++ PKGBUILD	2011-02-28 18:30:44 UTC (rev 111698)
@@ -3,21 +3,22 @@
 # Contributor: Tom K <tomk at runbox.com>
 
 pkgname=ekiga
-pkgver=3.2.7
-pkgrel=3
+pkgver=3.3.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=3.6.8' 'evolution-data-server>=2.32.0' 'libsigc++>=2.2.8' 'libxv' 'libnotify>=0.4.5' 'hicolor-icon-theme' 'avahi>=0.6.27')
-makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils>=0.20.0')
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 'gtk2')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
 provides=('gnomemeeting')
 replaces=('gnomemeeting')
 options=(!emptydirs)
 groups=('gnome-extra')
 install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f25a1309b68eafe69f0d7aed461bc9a8196939060543d09bd2f19e0bb1e3fd8f')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3fb22704e44afebf4294632505fb7a13f3eccb152fcb5878e97aa556d9486d2c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -25,6 +26,10 @@
       --localstatedir=/var --disable-schemas-install \
       --disable-scrollkeeper --enable-dbus
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"




More information about the arch-commits mailing list