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

Andreas Radke andyrtr at archlinux.org
Wed Feb 22 16:35:08 UTC 2017


    Date: Wednesday, February 22, 2017 @ 16:35:08
  Author: andyrtr
Revision: 289402

upgpkg: x2goclient 4.1.0.0-1

upstream update 4.1.0.0

Modified:
  x2goclient/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++-------------------
 1 file changed, 5 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-22 15:37:10 UTC (rev 289401)
+++ PKGBUILD	2017-02-22 16:35:08 UTC (rev 289402)
@@ -5,8 +5,8 @@
 
 pkgbase=x2goclient
 pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
-pkgver=4.0.5.2
-pkgrel=2
+pkgver=4.1.0.0
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.x2go.org"
@@ -15,8 +15,8 @@
              'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
              'man2html' 'hicolor-icon-theme' 'xdg-utils' 'xorg-xauth')
 source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('0d0adfd5c03cef42367a5894948ee804ae13ffb7ed30a608e7c54351addd1530'
-          'SKIP')
+sha256sums=('4b5915bc3666228910342810a34f7a03fb6967c6b9c796633d9cdf8b89cc2b6a'
+            'SKIP')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
               '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git Administrator <git-admin at x2go.org>"
 
@@ -23,26 +23,12 @@
 prepare() {
   cd ${pkgname}-${pkgver}
   sed -i "s:-o root -g root ::" Makefile
-  # Qt5 fixes
-#  sed -i "s:qmake-qt4:qmake-qt5:" Makefile
-#  sed -i "s:lrelease-qt4:lrelease-qt5:" Makefile
-#  sed -i "s/CONFIG += qaxserver//" x2goclient.pro # windows-only qt module
-#  sed -i "s:QX11EmbedContainer:QX11Info:g" src/{onmainwindow_privat.h,onmainwindow.cpp,onmainwindow.h} # still fails
-
 }
 
 build() {
   cd ${pkgname}-${pkgver}
-# make -qp | awk -F':' '/^[a-zA-Z0-9][^$#\/\t=]*:([^=]|$)/ {split($1,A,/ /);for(i in A)print A[i]}' | grep ^install
-# return 1
-
   make PREFIX=/usr
-  make PREFIX=/usr build_man # target broken and making the build hang
-  
-#  make PREFIX=/usr build_pluginprovider
-#  make PREFIX=/usr build_client 
-#  make PREFIX=/usr build_plugin
-
+  make PREFIX=/usr build_man
 }
 
 package_x2goclient() {



More information about the arch-commits mailing list