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

David Runge dvzrv at archlinux.org
Thu Apr 23 15:30:55 UTC 2020


    Date: Thursday, April 23, 2020 @ 15:30:54
  Author: dvzrv
Revision: 618285

upgpkg: freerdp 2:2.0.0-2: Adding a patch for broken USB redirection channel (FS#66209).

Modified:
  freerdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-23 15:30:52 UTC (rev 618284)
+++ PKGBUILD	2020-04-23 15:30:54 UTC (rev 618285)
@@ -6,7 +6,7 @@
 pkgname=freerdp
 epoch=2
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
 arch=('x86_64')
 url="https://www.freerdp.com/"
@@ -21,9 +21,11 @@
 'libfreerdp-shadow2.so' 'libfreerdp-shadow-subsystem2.so' 'libwinpr2.so'
 'libwinpr-tools2.so' 'libuwac0.so')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz"
-        "$pkgname-2.0.0-manpage_formatting.patch")
+        "$pkgname-2.0.0-manpage_formatting.patch"
+        "${pkgname}-2.0.0-usb_redirection_channel.patch::https://github.com/${pkgname}/${pkgname}/commit/0f8437d1d86b2798edd46033974eb9678b6eecf0.patch")
 sha512sums=('efdaa1b018e5166c0f2469663bdd0dc788de0577d0c0cb8b98048a535f8cb07de1078f86aaacc9445d42078d2e02fd7bc7f1ed700ca96032976f6bd84c68ee8f'
-            'd960e042d1527b5d5721136b6b20fc36f65beafd010581ea5b908668537fe9fe622de6689a29c0274b0d6f1e513615f0d02e56c1d1d1e613d093e145d39af8d7')
+            'd960e042d1527b5d5721136b6b20fc36f65beafd010581ea5b908668537fe9fe622de6689a29c0274b0d6f1e513615f0d02e56c1d1d1e613d093e145d39af8d7'
+            '6ae7bbdd787e8005c52d1c89348d1e8691d48684863f67005dfbe3b1302eb2f6098008b74147e171dc1e4e6764579609fea9168253282fcef95c1cc4f81b89b9')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
@@ -31,6 +33,8 @@
   # fix man page formatting:
   # https://bugs.archlinux.org/task/64814
   patch -Np1 -i "../${pkgname}-2.0.0-manpage_formatting.patch"
+  # fix usb redirection channel: https://bugs.archlinux.org/task/66209
+  patch -Np1 -i "../${pkgname}-2.0.0-usb_redirection_channel.patch"
 }
 
 build() {



More information about the arch-commits mailing list