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

Ionut Biru ibiru at archlinux.org
Sat Mar 3 08:08:46 UTC 2012


    Date: Saturday, March 3, 2012 @ 03:08:45
  Author: ibiru
Revision: 151806

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

Added:
  ekiga/repos/testing-i686/
  ekiga/repos/testing-i686/PKGBUILD
    (from rev 151799, ekiga/repos/staging-i686/PKGBUILD)
  ekiga/repos/testing-i686/ekiga.install
    (from rev 151799, ekiga/repos/staging-i686/ekiga.install)
Deleted:
  ekiga/repos/staging-i686/

---------------+
 PKGBUILD      |   36 ++++++++++++++++++++++++++++++++++++
 ekiga.install |   22 ++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: ekiga/repos/testing-i686/PKGBUILD (from rev 151799, ekiga/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-03-03 08:08:45 UTC (rev 151806)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tom K <tomk at runbox.com>
+
+pkgname=ekiga
+pkgver=3.3.2
+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)
+groups=('gnome-extra')
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --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"
+  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 151799, ekiga/repos/staging-i686/ekiga.install)
===================================================================
--- testing-i686/ekiga.install	                        (rev 0)
+++ testing-i686/ekiga.install	2012-03-03 08:08:45 UTC (rev 151806)
@@ -0,0 +1,22 @@
+pkgname=ekiga
+
+post_install() {
+  usr/sbin/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() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}




More information about the arch-commits mailing list