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

Antonio Rojas arojas at archlinux.org
Sun Aug 7 19:53:25 UTC 2016


    Date: Sunday, August 7, 2016 @ 19:53:25
  Author: arojas
Revision: 273463

Hooks

Modified:
  ekiga/trunk/PKGBUILD
Deleted:
  ekiga/trunk/ekiga.install

---------------+
 PKGBUILD      |    3 +--
 ekiga.install |   22 ----------------------
 2 files changed, 1 insertion(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-07 19:46:36 UTC (rev 273462)
+++ PKGBUILD	2016-08-07 19:53:25 UTC (rev 273463)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=18
+pkgrel=19
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support (GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org"
 license=(GPL)
@@ -13,7 +13,6 @@
 makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost' 'gnome-icon-theme')
 optdepends=('evolution-data-server: Evolution integration')
 options=(!emptydirs)
-install=ekiga.install
 source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
 

Deleted: ekiga.install
===================================================================
--- ekiga.install	2016-08-07 19:46:36 UTC (rev 273462)
+++ ekiga.install	2016-08-07 19:53:25 UTC (rev 273463)
@@ -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
-}



More information about the arch-commits mailing list