[arch-commits] Commit in x2goclient/trunk (PKGBUILD reproducible-man-gzip.patch)

2020-05-29 Thread Andreas Radke via arch-commits
Date: Friday, May 29, 2020 @ 16:03:01
  Author: andyrtr
Revision: 387832

upgpkg: x2goclient 4.1.2.2-2: fix reproducable build

Added:
  x2goclient/trunk/reproducible-man-gzip.patch
Modified:
  x2goclient/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 reproducible-man-gzip.patch |   11 +++
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 16:02:54 UTC (rev 387831)
+++ PKGBUILD2020-05-29 16:03:01 UTC (rev 387832)
@@ -4,7 +4,7 @@
 
 pkgname=x2goclient
 pkgver=4.1.2.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('GPL2')
 url="https://wiki.x2go.org/doku.php;
@@ -14,9 +14,11 @@
  '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')
-source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+reproducible-man-gzip.patch)
 sha256sums=('c9953267c40fa67119ad96a73bacb1f266196da2059f0cdcd1b8d5199421d12a'
-'SKIP')
+'SKIP'
+'8b309f0cc99d89737f47e57b79afdc9cccdd36ca3d0772040b1c3fdc0399a4d2')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "
 
@@ -24,6 +26,9 @@
   cd ${pkgname}-${pkgver}
   sed -i "s:-o root -g root ::" Makefile
   sed -i -e 's/qt4/qt5/' Makefile
+
+  # remove timestamp to solve reproducible build
+  patch -Np1 -i ../reproducible-man-gzip.patch
 }
 
 build() {

Added: reproducible-man-gzip.patch
===
--- reproducible-man-gzip.patch (rev 0)
+++ reproducible-man-gzip.patch 2020-05-29 16:03:01 UTC (rev 387832)
@@ -0,0 +1,11 @@
+--- x2goclient-4.1.2.2/Makefile2020-05-29 14:08:58.007273439 +0200
 x2goclient-4.1.2.2/Makefile.new2020-05-29 17:39:44.803801609 +0200
+@@ -115,7 +115,7 @@
+   $(INSTALL_DIR) $(DESTDIR)$(MANDIR)/
+   $(INSTALL_DIR) $(DESTDIR)$(MANDIR)/man1
+   $(INSTALL_FILE) man/man1/x2goclient.1
$(DESTDIR)$(MANDIR)/man1/x2goclient.1
+-  gzip -f $(DESTDIR)$(MANDIR)/man1/x2goclient.1
++  gzip -f -n $(DESTDIR)$(MANDIR)/man1/x2goclient.1
+ 
+ uninstall: uninstall_client uninstall_man
+ 


[arch-commits] Commit in x2goclient/trunk (PKGBUILD x2goclient-qt5.11.patch)

2020-02-13 Thread Andreas Radke via arch-commits
Date: Thursday, February 13, 2020 @ 19:05:11
  Author: andyrtr
Revision: 375552

upgpkg: x2goclient 4.1.2.2-1: upstream update 4.1.2.2

Modified:
  x2goclient/trunk/PKGBUILD
Deleted:
  x2goclient/trunk/x2goclient-qt5.11.patch

-+
 PKGBUILD|   14 +-
 x2goclient-qt5.11.patch |   19 ---
 2 files changed, 5 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-13 18:33:49 UTC (rev 375551)
+++ PKGBUILD2020-02-13 19:05:11 UTC (rev 375552)
@@ -3,8 +3,8 @@
 # Contributor: Richard Murri 
 
 pkgname=x2goclient
-pkgver=4.1.2.1
-pkgrel=4
+pkgver=4.1.2.2
+pkgrel=1
 arch=('x86_64')
 license=('GPL2')
 url="https://wiki.x2go.org/doku.php;
@@ -14,11 +14,9 @@
  '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')
-source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-x2goclient-qt5.11.patch)
-sha256sums=('1c18981f0a39929624de9472b0e6c3fa2ac7842837dd306db318af54c5fff2af'
-'SKIP'
-'2d6c85698ddb556984573037cd78a403e49b346d11828a69963bbd2b3f1354b2')
+source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('c9953267c40fa67119ad96a73bacb1f266196da2059f0cdcd1b8d5199421d12a'
+'SKIP')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "
 
@@ -26,8 +24,6 @@
   cd ${pkgname}-${pkgver}
   sed -i "s:-o root -g root ::" Makefile
   sed -i -e 's/qt4/qt5/' Makefile
-  patch -Np1 -i ../x2goclient-qt5.11.patch
-  sed -e 's/-lssh_threads//' -i x2goclient.pro # Fix build with libssh 0.8
 }
 
 build() {

Deleted: x2goclient-qt5.11.patch
===
--- x2goclient-qt5.11.patch 2020-02-13 18:33:49 UTC (rev 375551)
+++ x2goclient-qt5.11.patch 2020-02-13 19:05:11 UTC (rev 375552)
@@ -1,19 +0,0 @@
-commit ce14cfda34175b6456a8cc7d1e336dce2b0b0682
-Author: Mihai Moldovan 
-Date:   Thu Jul 5 08:52:18 2018 +0200
-
-src/printwidget.cpp: add QButtonGroup include, fixes compile errors with 
Qt 5.11+.
-
-diff --git a/src/printwidget.cpp b/src/printwidget.cpp
-index 58a8af7..131d340 100644
 a/src/printwidget.cpp
-+++ b/src/printwidget.cpp
-@@ -23,6 +23,7 @@
- #include "x2gosettings.h"
- #include "x2gologdebug.h"
- #include 
-+#include 
- #ifdef Q_OS_WIN
- #include "wapi.h"
- #endif
-


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

2020-01-19 Thread Andreas Radke via arch-commits
Date: Sunday, January 19, 2020 @ 18:53:03
  Author: andyrtr
Revision: 373721

upgpkg: x2goclient 4.1.2.1-4: release a new build to reflect fixed pkgdesc - 
FS#62333

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-19 17:16:43 UTC (rev 373720)
+++ PKGBUILD2020-01-19 18:53:03 UTC (rev 373721)
@@ -4,7 +4,7 @@
 
 pkgname=x2goclient
 pkgver=4.1.2.1
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 license=('GPL2')
 url="https://wiki.x2go.org/doku.php;


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

2019-04-29 Thread Andreas Radke via arch-commits
Date: Monday, April 29, 2019 @ 18:31:49
  Author: andyrtr
Revision: 352246

fix pkgdesc

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-29 17:00:17 UTC (rev 352245)
+++ PKGBUILD2019-04-29 18:31:49 UTC (rev 352246)
@@ -8,7 +8,7 @@
 arch=('x86_64')
 license=('GPL2')
 url="https://wiki.x2go.org/doku.php;
-pkgdesc="a graphical client (Qt4) for the X2Go system"
+pkgdesc="a graphical client (Qt5) for the X2Go system"
 makedepends=('qt5-tools' 'man2html' 'xdg-utils' 'xorg-xauth')
 depends=('qt5-x11extras' 'qt5-svg'
  'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'hicolor-icon-theme')


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

2019-01-24 Thread Andreas Radke via arch-commits
Date: Friday, January 25, 2019 @ 07:04:27
  Author: andyrtr
Revision: 344732

use https url

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-25 07:03:26 UTC (rev 344731)
+++ PKGBUILD2019-01-25 07:04:27 UTC (rev 344732)
@@ -7,7 +7,7 @@
 pkgrel=3
 arch=('x86_64')
 license=('GPL2')
-url="http://www.x2go.org;
+url="https://wiki.x2go.org/doku.php;
 pkgdesc="a graphical client (Qt4) for the X2Go system"
 makedepends=('qt5-tools' 'man2html' 'xdg-utils' 'xorg-xauth')
 depends=('qt5-x11extras' 'qt5-svg'


[arch-commits] Commit in x2goclient/trunk (PKGBUILD x2goclient-qt5.11.patch)

2018-08-24 Thread Andreas Radke via arch-commits
Date: Friday, August 24, 2018 @ 11:04:41
  Author: andyrtr
Revision: 332945

upgpkg: x2goclient 4.1.2.1-3

build with qt5, bye qt4

Added:
  x2goclient/trunk/x2goclient-qt5.11.patch
Modified:
  x2goclient/trunk/PKGBUILD

-+
 PKGBUILD|   16 ++--
 x2goclient-qt5.11.patch |   19 +++
 2 files changed, 29 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-24 09:25:24 UTC (rev 332944)
+++ PKGBUILD2018-08-24 11:04:41 UTC (rev 332945)
@@ -5,19 +5,21 @@
 
 pkgname=x2goclient
 pkgver=4.1.2.1
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('GPL2')
 url="http://www.x2go.org;
 pkgdesc="a graphical client (Qt4) for the X2Go system"
-makedepends=(#'qt5-x11extras' 'qt5-tools' 'qt5-svg' 'phonon-qt5'
- 'man2html' 'xdg-utils' 'xorg-xauth')
-depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme')
+makedepends=('qt5-tools' 'man2html' 'xdg-utils' 'xorg-xauth')
+depends=('qt5-x11extras' 'qt5-svg'
+ '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')
-source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+x2goclient-qt5.11.patch)
 sha256sums=('1c18981f0a39929624de9472b0e6c3fa2ac7842837dd306db318af54c5fff2af'
-'SKIP')
+'SKIP'
+'2d6c85698ddb556984573037cd78a403e49b346d11828a69963bbd2b3f1354b2')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "
 
@@ -24,6 +26,8 @@
 prepare() {
   cd ${pkgname}-${pkgver}
   sed -i "s:-o root -g root ::" Makefile
+  sed -i -e 's/qt4/qt5/' Makefile
+  patch -Np1 -i ../x2goclient-qt5.11.patch
   sed -e 's/-lssh_threads//' -i x2goclient.pro # Fix build with libssh 0.8
 }
 

Added: x2goclient-qt5.11.patch
===
--- x2goclient-qt5.11.patch (rev 0)
+++ x2goclient-qt5.11.patch 2018-08-24 11:04:41 UTC (rev 332945)
@@ -0,0 +1,19 @@
+commit ce14cfda34175b6456a8cc7d1e336dce2b0b0682
+Author: Mihai Moldovan 
+Date:   Thu Jul 5 08:52:18 2018 +0200
+
+src/printwidget.cpp: add QButtonGroup include, fixes compile errors with 
Qt 5.11+.
+
+diff --git a/src/printwidget.cpp b/src/printwidget.cpp
+index 58a8af7..131d340 100644
+--- a/src/printwidget.cpp
 b/src/printwidget.cpp
+@@ -23,6 +23,7 @@
+ #include "x2gosettings.h"
+ #include "x2gologdebug.h"
+ #include 
++#include 
+ #ifdef Q_OS_WIN
+ #include "wapi.h"
+ #endif
+


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

2018-08-17 Thread Antonio Rojas via arch-commits
Date: Friday, August 17, 2018 @ 17:14:47
  Author: arojas
Revision: 332108

libssh 0.8.1 rebuild

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-17 17:14:30 UTC (rev 332107)
+++ PKGBUILD2018-08-17 17:14:47 UTC (rev 332108)
@@ -5,7 +5,7 @@
 
 pkgname=x2goclient
 pkgver=4.1.2.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('GPL2')
 url="http://www.x2go.org;
@@ -24,6 +24,7 @@
 prepare() {
   cd ${pkgname}-${pkgver}
   sed -i "s:-o root -g root ::" Makefile
+  sed -e 's/-lssh_threads//' -i x2goclient.pro # Fix build with libssh 0.8
 }
 
 build() {


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

2018-06-27 Thread Andreas Radke via arch-commits
Date: Wednesday, June 27, 2018 @ 19:00:23
  Author: andyrtr
Revision: 327706

upgpkg: x2goclient 4.1.2.1-1

upstream update 4.1.2.1

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 18:22:27 UTC (rev 327705)
+++ PKGBUILD2018-06-27 19:00:23 UTC (rev 327706)
@@ -4,7 +4,7 @@
 # Contributor: Richard Murri 
 
 pkgname=x2goclient
-pkgver=4.1.2.0
+pkgver=4.1.2.1
 pkgrel=1
 arch=('x86_64')
 license=('GPL2')
@@ -16,7 +16,7 @@
 # FS#48088
 optdepends=('xorg-xauth: may be required by X2goservers running a different 
linux distribution giving MIT-COOKIE errors')
 
source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('f687a3904c8c1ee507f283af6210964d9cd03d65bf3385b5cdab9affb58f31f4'
+sha256sums=('1c18981f0a39929624de9472b0e6c3fa2ac7842837dd306db318af54c5fff2af'
 'SKIP')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "


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

2018-06-23 Thread Andreas Radke via arch-commits
Date: Saturday, June 23, 2018 @ 20:37:32
  Author: andyrtr
Revision: 327505

upgpkg: x2goclient 4.1.2.0-1

upstream update 4.1.2.0

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |   48 ++--
 1 file changed, 10 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 20:17:58 UTC (rev 327504)
+++ PKGBUILD2018-06-23 20:37:32 UTC (rev 327505)
@@ -3,19 +3,20 @@
 # Contributor: Gerhard Brauer 
 # Contributor: Richard Murri 
 
-pkgbase=x2goclient
-pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
-pkgver=4.1.1.1
+pkgname=x2goclient
+pkgver=4.1.2.0
 pkgrel=1
 arch=('x86_64')
 license=('GPL2')
 url="http://www.x2go.org;
-makedepends=('qt4'
- #'qt5-x11extras' 'qt5-tools' 'qt5-svg' 'phonon-qt5'
- 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
- 'man2html' 'hicolor-icon-theme' 'xdg-utils' 'xorg-xauth')
+pkgdesc="a graphical client (Qt4) for the X2Go system"
+makedepends=(#'qt5-x11extras' 'qt5-tools' 'qt5-svg' 'phonon-qt5'
+ 'man2html' 'xdg-utils' 'xorg-xauth')
+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')
 
source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('e3fa40cc13d779b230d44087f7515ad57cd1cbd030c3430b1c222cb481e5f44b'
+sha256sums=('f687a3904c8c1ee507f283af6210964d9cd03d65bf3385b5cdab9affb58f31f4'
 'SKIP')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "
@@ -31,37 +32,8 @@
   make PREFIX=/usr build_man
 }
 
-package_x2goclient() {
+package() {
   
-  pkgdesc="a graphical client (Qt4) for the X2Go system"
-  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')
-
   cd ${pkgbase}-${pkgver}
   make PREFIX=/usr DESTDIR="$pkgdir" install_client install_man
 }
-
-package_x2goplugin() {
-  pkgdesc="provides X2Go Client as QtBrowser-based Mozilla plugin"
-  depends=('qt4'  'libcups' 'nxproxy' 'libssh' 'libxpm')
-  
-  cd ${pkgbase}-${pkgver}
-  make PREFIX=/usr DESTDIR="$pkgdir" install_plugin
-}
-
-package_x2goplugin-provider() {
-  
-  pkgdesc="an example configuration for providing the X2Go Plugin via an 
Apache webserver"
-  depends=('apache')
-  backup=(etc/x2go/plugin-provider/x2goplugin.html
-  etc/x2go/x2goplugin-apache.conf
-  etc/httpd/conf/x2goplugin-apache.conf)
-   
-  cd ${pkgbase}-${pkgver}
-  make PREFIX=/usr DESTDIR="$pkgdir" install_pluginprovider
-  
-  install -dm755 ${pkgdir}/etc/httpd/conf
-  cd ${pkgdir}/etc/httpd/conf
-  ln -svf /etc/x2go/x2goplugin-apache.conf 
${pkgdir}/etc/httpd/conf/x2goplugin-apache.conf 
-}


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

2018-02-16 Thread Andreas Radke via arch-commits
Date: Friday, February 16, 2018 @ 18:54:33
  Author: andyrtr
Revision: 317159

upgpkg: x2goclient 4.1.1.1-1

upstream update 4.1.1.1

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-16 18:47:54 UTC (rev 317158)
+++ PKGBUILD2018-02-16 18:54:33 UTC (rev 317159)
@@ -5,7 +5,7 @@
 
 pkgbase=x2goclient
 pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
-pkgver=4.1.1.0
+pkgver=4.1.1.1
 pkgrel=1
 arch=('x86_64')
 license=('GPL2')
@@ -15,7 +15,7 @@
  'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
  'man2html' 'hicolor-icon-theme' 'xdg-utils' 'xorg-xauth')
 
source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('be153529f67e34849b1d807170bf1de1c2d3e1bbe6c5a25ad457c88a981b63ca'
+sha256sums=('e3fa40cc13d779b230d44087f7515ad57cd1cbd030c3430b1c222cb481e5f44b'
 'SKIP')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "


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

2017-10-30 Thread Andreas Radke
Date: Monday, October 30, 2017 @ 17:50:55
  Author: andyrtr
Revision: 308674

upgpkg: x2goclient 4.1.1.0-1

upstream update 4.1.1.0

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 16:16:49 UTC (rev 308673)
+++ PKGBUILD2017-10-30 17:50:55 UTC (rev 308674)
@@ -5,7 +5,7 @@
 
 pkgbase=x2goclient
 pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
-pkgver=4.1.0.1
+pkgver=4.1.1.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -15,7 +15,7 @@
  'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
  'man2html' 'hicolor-icon-theme' 'xdg-utils' 'xorg-xauth')
 
source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('0681b8a11b02652643cf1451a75d812c3ce9f3ee33c348b34178c130dcf77484'
+sha256sums=('be153529f67e34849b1d807170bf1de1c2d3e1bbe6c5a25ad457c88a981b63ca'
 'SKIP')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "


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

2017-09-14 Thread Andreas Radke
Date: Thursday, September 14, 2017 @ 06:46:56
  Author: andyrtr
Revision: 305474

upgpkg: x2goclient 4.1.0.1-1

upstream update 4.1.0.1

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-14 06:27:07 UTC (rev 305473)
+++ PKGBUILD2017-09-14 06:46:56 UTC (rev 305474)
@@ -5,7 +5,7 @@
 
 pkgbase=x2goclient
 pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
-pkgver=4.1.0.0
+pkgver=4.1.0.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -15,7 +15,7 @@
  'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
  'man2html' 'hicolor-icon-theme' 'xdg-utils' 'xorg-xauth')
 
source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('4b5915bc3666228910342810a34f7a03fb6967c6b9c796633d9cdf8b89cc2b6a'
+sha256sums=('0681b8a11b02652643cf1451a75d812c3ce9f3ee33c348b34178c130dcf77484'
 'SKIP')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "


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

2017-08-04 Thread Andreas Radke
Date: Friday, August 4, 2017 @ 19:30:28
  Author: andyrtr
Revision: 301679

use https source

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-04 19:29:03 UTC (rev 301678)
+++ PKGBUILD2017-08-04 19:30:28 UTC (rev 301679)
@@ -14,7 +14,7 @@
  #'qt5-x11extras' 'qt5-tools' 'qt5-svg' 'phonon-qt5'
  '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})
+source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
 sha256sums=('4b5915bc3666228910342810a34f7a03fb6967c6b9c796633d9cdf8b89cc2b6a'
 'SKIP')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 



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

2017-02-22 Thread Andreas Radke
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
===
--- PKGBUILD2017-02-22 15:37:10 UTC (rev 289401)
+++ PKGBUILD2017-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 

   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "
 
@@ -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() {


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

2016-09-19 Thread Andreas Radke
Date: Monday, September 19, 2016 @ 21:20:05
  Author: andyrtr
Revision: 276723

prepare qt5 port

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-19 20:32:38 UTC (rev 276722)
+++ PKGBUILD2016-09-19 21:20:05 UTC (rev 276723)
@@ -6,11 +6,14 @@
 pkgbase=x2goclient
 pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
 pkgver=4.0.5.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.x2go.org;
-makedepends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'man2html' 
'hicolor-icon-theme' 'xdg-utils' 'xorg-xauth')
+makedepends=('qt4'
+ #'qt5-x11extras' 'qt5-tools' 'qt5-svg' 'phonon-qt5'
+ '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')
@@ -20,6 +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() {
@@ -29,10 +38,11 @@
 
   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
+
 }
 
 package_x2goclient() {


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

2016-09-19 Thread Andreas Radke
Date: Monday, September 19, 2016 @ 19:19:06
  Author: andyrtr
Revision: 276716

upgpkg: x2goclient 4.0.5.2-1

upstream update 4.0.5.2

Modified:
  x2goclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-19 18:53:43 UTC (rev 276715)
+++ PKGBUILD2016-09-19 19:19:06 UTC (rev 276716)
@@ -5,14 +5,14 @@
 
 pkgbase=x2goclient
 pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
-pkgver=4.0.5.1
-pkgrel=2
+pkgver=4.0.5.2
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.x2go.org;
 makedepends=('qt4' '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=('844e983fbbddfe8a626506e4140b1ad65591e14f794c735412402bee3163ed11'
+sha256sums=('0d0adfd5c03cef42367a5894948ee804ae13ffb7ed30a608e7c54351addd1530'
   'SKIP')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "


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

2016-04-27 Thread Andreas Radke
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
===
--- PKGBUILD2016-04-27 19:37:53 UTC (rev 266332)
+++ PKGBUILD2016-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
-}


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

2016-03-25 Thread Andreas Radke
Date: Friday, March 25, 2016 @ 11:27:13
  Author: andyrtr
Revision: 262522

upgpkg: x2goclient 4.0.5.1-1

upstream update 4.0.5.1

Modified:
  x2goclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 10:18:00 UTC (rev 262521)
+++ PKGBUILD2016-03-25 10:27:13 UTC (rev 262522)
@@ -5,14 +5,14 @@
 
 pkgbase=x2goclient
 pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
-pkgver=4.0.5.0
-pkgrel=3
+pkgver=4.0.5.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.x2go.org;
 makedepends=('qt4' '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=('242e91720c1e5830f64a632c111ac3c4b6f6690d5005454c8e025b00bfbe42a1'
+sha256sums=('844e983fbbddfe8a626506e4140b1ad65591e14f794c735412402bee3163ed11'
   'SKIP')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 16:35:59
  Author: andyrtr
Revision: 261114

upgpkg: x2goclient 4.0.5.0-3

add xorg-xauth as optional dependency FS#48088

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 14:28:02 UTC (rev 261113)
+++ PKGBUILD2016-03-06 15:35:59 UTC (rev 261114)
@@ -6,11 +6,11 @@
 pkgbase=x2goclient
 pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
 pkgver=4.0.5.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.x2go.org;
-makedepends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
+makedepends=('qt4' '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=('242e91720c1e5830f64a632c111ac3c4b6f6690d5005454c8e025b00bfbe42a1'
   'SKIP')
@@ -39,6 +39,8 @@
   
   pkgdesc="a graphical client (Qt4) for the X2Go system"
   depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
+  # 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}


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 06:27:56
  Author: bpiotrowski
Revision: 253200

C++11 ABI rebuild

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 05:25:55 UTC (rev 253199)
+++ PKGBUILD2015-12-07 05:27:56 UTC (rev 253200)
@@ -6,7 +6,7 @@
 pkgbase=x2goclient
 pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
 pkgver=4.0.5.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.x2go.org;


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

2015-07-28 Thread Andreas Radke
Date: Tuesday, July 28, 2015 @ 19:35:08
  Author: andyrtr
Revision: 242584

upgpkg: x2goclient 4.0.5.0-1

upstream update 4.0.5.0

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 17:35:04 UTC (rev 242583)
+++ PKGBUILD2015-07-28 17:35:08 UTC (rev 242584)
@@ -5,7 +5,7 @@
 
 pkgbase=x2goclient
 pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
-pkgver=4.0.4.0
+pkgver=4.0.5.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -12,7 +12,7 @@
 url=http://www.x2go.org;
 makedepends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('86d05ce10039fe0a965cdc55086e00f4f3abc573a96f128b92f87081b7251657'
+sha256sums=('242e91720c1e5830f64a632c111ac3c4b6f6690d5005454c8e025b00bfbe42a1'
   'SKIP')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 
mike.gabr...@das-netzwerkteam.de
   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  X2go Git 
Administrator git-ad...@x2go.org


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

2015-05-29 Thread Andreas Radke
Date: Friday, May 29, 2015 @ 22:20:09
  Author: andyrtr
Revision: 239883

upgpkg: x2goclient 4.0.4.0-1

upstream update 4.0.4.0; split out x2goplugin and x2goplugin-provider pkg

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |   57 ++---
 1 file changed, 46 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 20:15:29 UTC (rev 239882)
+++ PKGBUILD2015-05-29 20:20:09 UTC (rev 239883)
@@ -3,33 +3,68 @@
 # Contributor: Gerhard Brauer ger...@archlinux.de
 # Contributor: Richard Murri ad...@richardmurri.com
 
-pkgname=x2goclient
-pkgver=4.0.3.2
+pkgbase=x2goclient
+pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
+pkgver=4.0.4.0
 pkgrel=1
-pkgdesc=x2go qt4 client
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://www.x2go.org;
-depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
-#makedepends=('man2html')
-install=x2goclient.install
+makedepends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('f65a70463eae3d6d9fe6e4379f4ffacda50080a11f196d2792742f5b67fa0c6f'
+sha256sums=('86d05ce10039fe0a965cdc55086e00f4f3abc573a96f128b92f87081b7251657'
   'SKIP')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 
mike.gabr...@das-netzwerkteam.de
   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  X2go Git 
Administrator git-ad...@x2go.org
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i s:-o root -g root :: Makefile
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-  sed -i s:-o root -g root :: Makefile
+# 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
 }
 
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=$pkgdir install
+package_x2goclient() {
+  
+  pkgdesc=a graphical client (Qt4) for the X2Go system
+  depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
+  install=x2goclient.install
+
+  cd ${pkgbase}-${pkgver}
+  make PREFIX=/usr DESTDIR=$pkgdir install_client install_man
 }
+
+package_x2goplugin() {
+  pkgdesc=provides X2Go Client as QtBrowser-based Mozilla plugin
+  depends=('qt4'  'libcups' 'nxproxy' 'libssh' 'libxpm')
+  
+  cd ${pkgbase}-${pkgver}
+  make PREFIX=/usr DESTDIR=$pkgdir install_plugin
+}
+
+package_x2goplugin-provider() {
+  
+  pkgdesc=an example configuration for providing the X2Go Plugin via an 
Apache webserver
+  depends=('apache')
+  backup=(etc/x2go/plugin-provider/x2goplugin.html
+  etc/x2go/x2goplugin-apache.conf
+  etc/httpd/conf/x2goplugin-apache.conf)
+   
+  cd ${pkgbase}-${pkgver}
+  make PREFIX=/usr DESTDIR=$pkgdir install_pluginprovider
+  
+  install -dm755 ${pkgdir}/etc/httpd/conf
+  cd ${pkgdir}/etc/httpd/conf
+  ln -svf /etc/x2go/x2goplugin-apache.conf 
${pkgdir}/etc/httpd/conf/x2goplugin-apache.conf 
+}


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

2015-02-19 Thread Andreas Radke
Date: Thursday, February 19, 2015 @ 20:43:35
  Author: andyrtr
Revision: 231680

upgpkg: x2goclient 4.0.3.2-1

upstream update 4.0.3.2

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-19 18:26:23 UTC (rev 231679)
+++ PKGBUILD2015-02-19 19:43:35 UTC (rev 231680)
@@ -4,7 +4,7 @@
 # Contributor: Richard Murri ad...@richardmurri.com
 
 pkgname=x2goclient
-pkgver=4.0.3.1
+pkgver=4.0.3.2
 pkgrel=1
 pkgdesc=x2go qt4 client
 arch=('i686' 'x86_64')
@@ -14,18 +14,19 @@
 #makedepends=('man2html')
 install=x2goclient.install
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('3f9e8932fa211fac725ef0b77d32b1a66f83bc3d'
+sha256sums=('f65a70463eae3d6d9fe6e4379f4ffacda50080a11f196d2792742f5b67fa0c6f'
   'SKIP')
-validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31') # Mike Gabriel 
mike.gabr...@das-netzwerkteam.de
+validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 
mike.gabr...@das-netzwerkteam.de
+  '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  X2go Git 
Administrator git-ad...@x2go.org
 
 build() {
   cd ${pkgname}-${pkgver}
   sed -i s:-o root -g root :: Makefile
-  #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
+  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
 }
 
 package() {


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

2014-12-31 Thread Andreas Radke
Date: Wednesday, December 31, 2014 @ 21:07:50
  Author: andyrtr
Revision: 228260

add validpgpkeys

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 20:04:47 UTC (rev 228259)
+++ PKGBUILD2014-12-31 20:07:50 UTC (rev 228260)
@@ -16,6 +16,7 @@
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
 sha1sums=('3f9e8932fa211fac725ef0b77d32b1a66f83bc3d'
   'SKIP')
+validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31') # Mike Gabriel 
mike.gabr...@das-netzwerkteam.de
 
 build() {
   cd ${pkgname}-${pkgver}


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

2014-11-29 Thread Andreas Radke
Date: Saturday, November 29, 2014 @ 20:25:14
  Author: andyrtr
Revision: 227191

upgpkg: x2goclient 4.0.3.1-1

upstream update 4.0.3.1

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-29 19:20:52 UTC (rev 227190)
+++ PKGBUILD2014-11-29 19:25:14 UTC (rev 227191)
@@ -4,7 +4,7 @@
 # Contributor: Richard Murri ad...@richardmurri.com
 
 pkgname=x2goclient
-pkgver=4.0.3.0
+pkgver=4.0.3.1
 pkgrel=1
 pkgdesc=x2go qt4 client
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 #makedepends=('man2html')
 install=x2goclient.install
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('6ce16025f7f08f7e0dcfd54cabfa6f0271e41576'
+sha1sums=('3f9e8932fa211fac725ef0b77d32b1a66f83bc3d'
   'SKIP')
 
 build() {


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

2014-10-21 Thread Andreas Radke
Date: Tuesday, October 21, 2014 @ 18:09:46
  Author: andyrtr
Revision: 225147

upgpkg: x2goclient 4.0.3.0-1

upstream update 4.0.3.0

Modified:
  x2goclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-21 15:34:34 UTC (rev 225146)
+++ PKGBUILD2014-10-21 16:09:46 UTC (rev 225147)
@@ -4,7 +4,7 @@
 # Contributor: Richard Murri ad...@richardmurri.com
 
 pkgname=x2goclient
-pkgver=4.0.2.1
+pkgver=4.0.3.0
 pkgrel=1
 pkgdesc=x2go qt4 client
 arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@
 license=('GPL2')
 url=http://www.x2go.org;
 depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
-makedepends=('man2html')
+#makedepends=('man2html')
 install=x2goclient.install
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('fb9e787afc610f69a56ddf61ecc255d62d89'
+sha1sums=('6ce16025f7f08f7e0dcfd54cabfa6f0271e41576'
   'SKIP')
 
 build() {


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

2014-07-11 Thread Andreas Radke
Date: Friday, July 11, 2014 @ 16:48:49
  Author: andyrtr
Revision: 216795

upgpkg: x2goclient 4.0.2.1-1

upstream update 4.0.2.1

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 13:55:21 UTC (rev 216794)
+++ PKGBUILD2014-07-11 14:48:49 UTC (rev 216795)
@@ -4,7 +4,7 @@
 # Contributor: Richard Murri ad...@richardmurri.com
 
 pkgname=x2goclient
-pkgver=4.0.2.0
+pkgver=4.0.2.1
 pkgrel=1
 pkgdesc=x2go qt4 client
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('man2html')
 install=x2goclient.install
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('bbe8efb2df88bfa18b056c52ee0b1cca7a52b71b'
+sha1sums=('fb9e787afc610f69a56ddf61ecc255d62d89'
   'SKIP')
 
 build() {



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

2014-04-10 Thread Andreas Radke
Date: Thursday, April 10, 2014 @ 20:18:28
  Author: andyrtr
Revision: 210181

upgpkg: x2goclient 4.0.2.0-1

upstream update 4.0.2.0

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-10 18:08:40 UTC (rev 210180)
+++ PKGBUILD2014-04-10 18:18:28 UTC (rev 210181)
@@ -4,7 +4,7 @@
 # Contributor: Richard Murri ad...@richardmurri.com
 
 pkgname=x2goclient
-pkgver=4.0.1.3
+pkgver=4.0.2.0
 pkgrel=1
 pkgdesc=x2go qt4 client
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('man2html')
 install=x2goclient.install
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('37b946b5b6d0a072a6d1fee98ae43bef929f2abd'
+sha1sums=('bbe8efb2df88bfa18b056c52ee0b1cca7a52b71b'
   'SKIP')
 
 build() {



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

2014-01-22 Thread Andreas Radke
Date: Wednesday, January 22, 2014 @ 13:15:20
  Author: andyrtr
Revision: 204539

upgpkg: x2goclient 4.0.1.3-1

upstream update 4.0.1.3

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-22 11:53:26 UTC (rev 204538)
+++ PKGBUILD2014-01-22 12:15:20 UTC (rev 204539)
@@ -4,17 +4,18 @@
 # Contributor: Richard Murri ad...@richardmurri.com
 
 pkgname=x2goclient
-pkgver=4.0.1.2
+pkgver=4.0.1.3
 pkgrel=1
 pkgdesc=x2go qt4 client
 arch=('i686' 'x86_64')
-license=('GPL')
+license=('GPL2')
 url=http://www.x2go.org;
 depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
 makedepends=('man2html')
 install=x2goclient.install
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('500c94ce4c8a63ecabde347d526f1356')
+source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('37b946b5b6d0a072a6d1fee98ae43bef929f2abd'
+  'SKIP')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-12-17 Thread Andreas Radke
Date: Tuesday, December 17, 2013 @ 23:03:36
  Author: andyrtr
Revision: 201674

upgpkg: x2goclient 4.0.1.2-1

upstream update 4.0.1.2

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-17 21:57:34 UTC (rev 201673)
+++ PKGBUILD2013-12-17 22:03:36 UTC (rev 201674)
@@ -4,7 +4,7 @@
 # Contributor: Richard Murri ad...@richardmurri.com
 
 pkgname=x2goclient
-pkgver=4.0.1.1
+pkgver=4.0.1.2
 pkgrel=1
 pkgdesc=x2go qt4 client
 arch=('i686' 'x86_64')
@@ -14,13 +14,16 @@
 makedepends=('man2html')
 install=x2goclient.install
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('13b6729acfd5c6a00441430ef6ab69d6')
+md5sums=('500c94ce4c8a63ecabde347d526f1356')
 
 build() {
   cd ${pkgname}-${pkgver}
   sed -i s:-o root -g root :: Makefile
-  sed -i s:lrelease:lrelease-qt4:g Makefile
-  make PREFIX=/usr
+  #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
 }
 
 package() {



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

2013-09-12 Thread Andreas Radke
Date: Thursday, September 12, 2013 @ 21:23:52
  Author: andyrtr
Revision: 194272

upgpkg: x2goclient 4.0.1.1-1

upstream update 4.0.1.1

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 16:44:43 UTC (rev 194271)
+++ PKGBUILD2013-09-12 19:23:52 UTC (rev 194272)
@@ -4,7 +4,7 @@
 # Contributor: Richard Murri ad...@richardmurri.com
 
 pkgname=x2goclient
-pkgver=4.0.1.0
+pkgver=4.0.1.1
 pkgrel=1
 pkgdesc=x2go qt4 client
 arch=('i686' 'x86_64')
@@ -14,15 +14,16 @@
 makedepends=('man2html')
 install=x2goclient.install
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ff223344915b9def9e9e5a01ae919532')
+md5sums=('13b6729acfd5c6a00441430ef6ab69d6')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   sed -i s:-o root -g root :: Makefile
+  sed -i s:lrelease:lrelease-qt4:g Makefile
   make PREFIX=/usr
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make PREFIX=/usr DESTDIR=$pkgdir install
 }



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

2013-03-24 Thread Andreas Radke
Date: Sunday, March 24, 2013 @ 10:37:15
  Author: andyrtr
Revision: 180594

upgpkg: x2goclient 4.0.1.0-1

upstream update 4.0.1.0

Modified:
  x2goclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 09:34:13 UTC (rev 180593)
+++ PKGBUILD2013-03-24 09:37:15 UTC (rev 180594)
@@ -4,8 +4,8 @@
 # Contributor: Richard Murri ad...@richardmurri.com
 
 pkgname=x2goclient
-pkgver=4.0.0.3
-pkgrel=2
+pkgver=4.0.1.0
+pkgrel=1
 pkgdesc=x2go qt4 client
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,7 +14,7 @@
 makedepends=('man2html')
 install=x2goclient.install
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e08fa2248f0882ee7ed6c5310d47fcfc')
+md5sums=('ff223344915b9def9e9e5a01ae919532')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-03-01 Thread Andrea Scarpino
Date: Friday, March 1, 2013 @ 19:53:33
  Author: andrea
Revision: 179028

No more needed

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-01 18:03:00 UTC (rev 179027)
+++ PKGBUILD2013-03-01 18:53:33 UTC (rev 179028)
@@ -18,7 +18,6 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i s:qmake-qt4:qmake4:g Makefile
   sed -i s:-o root -g root :: Makefile
   make PREFIX=/usr
 }



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

2013-02-26 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 13:24:27
  Author: andrea
Revision: 178719

upgpkg: x2goclient 4.0.0.3-2

qt4 rebuild

Modified:
  x2goclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 12:19:18 UTC (rev 178718)
+++ PKGBUILD2013-02-26 12:24:27 UTC (rev 178719)
@@ -5,12 +5,12 @@
 
 pkgname=x2goclient
 pkgver=4.0.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc=x2go qt4 client
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.x2go.org;
-depends=('qt' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
+depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
 makedepends=('man2html')
 install=x2goclient.install
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
@@ -18,7 +18,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i s:qmake-qt4:qmake:g Makefile
+  sed -i s:qmake-qt4:qmake4:g Makefile
   sed -i s:-o root -g root :: Makefile
   make PREFIX=/usr
 }



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

2013-02-17 Thread Andreas Radke
Date: Sunday, February 17, 2013 @ 18:17:36
  Author: andyrtr
Revision: 178165

upgpkg: x2goclient 4.0.0.3-1

upstream update 4.0.0.3

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 17:13:54 UTC (rev 178164)
+++ PKGBUILD2013-02-17 17:17:36 UTC (rev 178165)
@@ -4,7 +4,7 @@
 # Contributor: Richard Murri ad...@richardmurri.com
 
 pkgname=x2goclient
-pkgver=4.0.0.2
+pkgver=4.0.0.3
 pkgrel=1
 pkgdesc=x2go qt4 client
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('man2html')
 install=x2goclient.install
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7a8b6869d51e82989c24fb1191df09ad')
+md5sums=('e08fa2248f0882ee7ed6c5310d47fcfc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-02-12 Thread Andreas Radke
Date: Tuesday, February 12, 2013 @ 20:50:00
  Author: andyrtr
Revision: 177991

upgpkg: x2goclient 4.0.0.2-1

upstream update 4.0.0.2

Modified:
  x2goclient/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-12 19:46:14 UTC (rev 177990)
+++ PKGBUILD2013-02-12 19:50:00 UTC (rev 177991)
@@ -4,7 +4,7 @@
 # Contributor: Richard Murri ad...@richardmurri.com
 
 pkgname=x2goclient
-pkgver=4.0.0.1
+pkgver=4.0.0.2
 pkgrel=1
 pkgdesc=x2go qt4 client
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('man2html')
 install=x2goclient.install
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e8786329cfe97652d337f71caa71f432')
+md5sums=('7a8b6869d51e82989c24fb1191df09ad')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-01-12 Thread andyrtr
Date: Saturday, January 12, 2013 @ 04:03:51
  Author: andyrtr
Revision: 175042

upgpkg: x2goclient 4.0.0.1-1

initial pkg based on the AUR one

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

+
 PKGBUILD   |   31 +--
 x2goclient.install |   11 +++
 2 files changed, 16 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-12 08:56:15 UTC (rev 175041)
+++ PKGBUILD2013-01-12 09:03:51 UTC (rev 175042)
@@ -10,41 +10,20 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.x2go.org;
-depends=('qt' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm')
+depends=('qt' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
 makedepends=('man2html')
-#options=('!makeflags')
+install=x2goclient.install
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('e8786329cfe97652d337f71caa71f432')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-#  ln -s ${srcdir}/${pkgname}-${pkgver}/x2go-logos/x2go-logo.svg 
${srcdir}/${pkgname}-${pkgver}/svg/x2gologo.svg
-
-  #sed -i 's/linux-g++/unix/g' x2goclient.pro
-#  qmake x2goclient.pro
-#return 1
-
-#  make clean
   sed -i s:qmake-qt4:qmake:g Makefile
-  make PREFIX=/usr #build_client
+  sed -i s:-o root -g root :: Makefile
+  make PREFIX=/usr
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
-  make PREFIX=/usr DESTDIR=$pkgdir install #build_client install
-
-  # install client binary
-  install -D -m755 x2goclient $pkgdir/usr/bin/x2goclient
-
-  # install icons
-  install -D -m644 icons/128x128/x2goclient.png 
$pkgdir/usr/share/x2goclient/icons/x2goclient.png
-  install -D -m644 icons/128x128/x2goclient.png 
$pkgdir/usr/share/pixmaps/x2goclient.png
-  install -D -m644 icons/16x16/x2goclient.png 
$pkgdir/usr/share/icons/hicolor/16x16/apps/x2goclient.png
-  install -D -m644 icons/32x32/x2goclient.png 
$pkgdir/usr/share/icons/hicolor/32x32/apps/x2goclient.png
-  install -D -m644 icons/64x64/x2goclient.png 
$pkgdir/usr/share/icons/hicolor/64x64/apps/x2goclient.png
-  install -D -m644 icons/128x128/x2goclient.png 
$pkgdir/usr/share/icons/hicolor/128x128/apps/x2goclient.png
-
-  # install desktop entry
-  install -D -m644 desktop/x2goclient.desktop 
$pkgdir/usr/share/applications/x2goclient.desktop
+  make PREFIX=/usr DESTDIR=$pkgdir install
 }

Added: x2goclient.install
===
--- x2goclient.install  (rev 0)
+++ x2goclient.install  2013-01-12 09:03:51 UTC (rev 175042)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_upgrade() {
+  xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_remove() {
+  xdg-icon-resource forceupdate --theme hicolor
+}