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

Andreas Radke andyrtr at archlinux.org
Wed Apr 27 19:51:38 UTC 2016


    Date: Wednesday, April 27, 2016 @ 21:51:38
  Author: andyrtr
Revision: 266333

upgpkg: x2goclient 4.0.5.1-2

Hooks rebuild (part 1)

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

--------------------+
 PKGBUILD           |    5 ++---
 x2goclient.install |   11 -----------
 2 files changed, 2 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 19:37:53 UTC (rev 266332)
+++ PKGBUILD	2016-04-27 19:51:38 UTC (rev 266333)
@@ -6,7 +6,7 @@
 pkgbase=x2goclient
 pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
 pkgver=4.0.5.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.x2go.org"
@@ -38,10 +38,9 @@
 package_x2goclient() {
   
   pkgdesc="a graphical client (Qt4) for the X2Go system"
-  depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'hicolor-icon-theme' 'xdg-utils')
+  depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'hicolor-icon-theme')
   # FS#48088
   optdepends=('xorg-xauth: may be required by X2goservers running a different linux distribution giving MIT-COOKIE errors')
-  install=x2goclient.install
 
   cd ${pkgbase}-${pkgver}
   make PREFIX=/usr DESTDIR="$pkgdir" install_client install_man

Deleted: x2goclient.install
===================================================================
--- x2goclient.install	2016-04-27 19:37:53 UTC (rev 266332)
+++ x2goclient.install	2016-04-27 19:51:38 UTC (rev 266333)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor
-}
-
-post_upgrade() {
-  xdg-icon-resource forceupdate --theme hicolor
-}
-
-post_remove() {
-  xdg-icon-resource forceupdate --theme hicolor
-}



More information about the arch-commits mailing list