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

Andreas Radke andyrtr at archlinux.org
Sun Aug 12 18:30:54 UTC 2018


    Date: Sunday, August 12, 2018 @ 18:30:54
  Author: andyrtr
Revision: 331421

upgpkg: x2goserver 4.1.0.2-2

don't cleanup /tmp/.x2go-* following upstream tmpfiles.d setup

Modified:
  x2goserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-12 18:17:37 UTC (rev 331420)
+++ PKGBUILD	2018-08-12 18:30:54 UTC (rev 331421)
@@ -8,12 +8,12 @@
 
 pkgname=x2goserver
 pkgver=4.1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Open source graphical Remote Desktop and terminal server based on NX technology"
 arch=('x86_64')
-url="http://www.x2go.org/"
+url="https://www.x2go.org/"
 license=('GPL2')
-# http://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=x2goserver.spec
+# https://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=x2goserver.spec
 
 # from 4.0.1.20 changelog there could be new deps on bash, xkeyboard-config, perl-cwd-guard
 
@@ -78,7 +78,7 @@
         etc/x2go/{keystrokes.cfg,x2goagent.keyboard,x2goagent.options}
 )
 # no https due to invalid certificate
-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}
        tmpfiles.d
        sysusers.d)
 sha256sums=('2b567416e7459ff39b047bdedd6648cc66652b7d6a7711a10546fa42f699af91'
@@ -114,7 +114,8 @@
   # systemd files
   install -Dm 644 "$srcdir/${pkgname}-${pkgver}/x2goserver.service" "$pkgdir/usr/lib/systemd/system/x2goserver.service"
   # overwrite upstream systemd tmofile "x /tmp/.x2go-*" with ours
-  install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/x2goserver.conf
+#  install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/x2goserver.conf
+  cat ../tmpfiles.d >> ${pkgdir}/usr/lib/tmpfiles.d/x2goserver.conf
   install -Dm644 ../sysusers.d ${pkgdir}/usr/lib/sysusers.d/x2goserver.conf
   
   # load fuse module at system start



More information about the arch-commits mailing list