[arch-commits] Commit in x2goclient/repos (3 files)

Felix Yan felixonmars at gemini.archlinux.org
Sat Nov 13 20:20:33 UTC 2021


    Date: Saturday, November 13, 2021 @ 20:20:33
  Author: felixonmars
Revision: 428353

archrelease: copy trunk to staging-x86_64

Added:
  x2goclient/repos/staging-x86_64/
  x2goclient/repos/staging-x86_64/PKGBUILD
    (from rev 428352, x2goclient/trunk/PKGBUILD)
  x2goclient/repos/staging-x86_64/reproducible-man-gzip.patch
    (from rev 428352, x2goclient/trunk/reproducible-man-gzip.patch)

-----------------------------+
 PKGBUILD                    |   44 ++++++++++++++++++++++++++++++++++++++++++
 reproducible-man-gzip.patch |   11 ++++++++++
 2 files changed, 55 insertions(+)

Copied: x2goclient/repos/staging-x86_64/PKGBUILD (from rev 428352, x2goclient/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2021-11-13 20:20:33 UTC (rev 428353)
@@ -0,0 +1,44 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Gerhard Brauer <gerbra at archlinux.de>
+# Contributor: Richard Murri <admin at richardmurri.com>
+
+pkgname=x2goclient
+pkgver=4.1.2.2
+pkgrel=3
+arch=('x86_64')
+license=('GPL2')
+url="https://wiki.x2go.org/doku.php"
+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')
+# 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}
+        reproducible-man-gzip.patch)
+sha256sums=('c9953267c40fa67119ad96a73bacb1f266196da2059f0cdcd1b8d5199421d12a'
+            'SKIP'
+            '8b309f0cc99d89737f47e57b79afdc9cccdd36ca3d0772040b1c3fdc0399a4d2')
+validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+              '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git Administrator <git-admin at x2go.org>"
+
+prepare() {
+  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() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make PREFIX=/usr build_man
+}
+
+package() {
+  
+  cd ${pkgbase}-${pkgver}
+  make PREFIX=/usr DESTDIR="$pkgdir" install_client install_man
+}

Copied: x2goclient/repos/staging-x86_64/reproducible-man-gzip.patch (from rev 428352, x2goclient/trunk/reproducible-man-gzip.patch)
===================================================================
--- staging-x86_64/reproducible-man-gzip.patch	                        (rev 0)
+++ staging-x86_64/reproducible-man-gzip.patch	2021-11-13 20:20:33 UTC (rev 428353)
@@ -0,0 +1,11 @@
+--- x2goclient-4.1.2.2/Makefile	2020-05-29 14:08:58.007273439 +0200
++++ x2goclient-4.1.2.2/Makefile.new	2020-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
+ 



More information about the arch-commits mailing list