mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/freerdp to 2.0.0-2
This commit is contained in:
parent
87fe7b53bf
commit
8136513a04
1 changed files with 7 additions and 3 deletions
|
@ -9,7 +9,7 @@ _name=FreeRDP
|
||||||
pkgname=freerdp
|
pkgname=freerdp
|
||||||
epoch=2
|
epoch=2
|
||||||
pkgver=2.0.0
|
pkgver=2.0.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
|
pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.freerdp.com/"
|
url="https://www.freerdp.com/"
|
||||||
|
@ -24,9 +24,11 @@ provides=('libfreerdp2.so' 'libfreerdp-client2.so' 'libfreerdp-server2'
|
||||||
'libfreerdp-shadow2.so' 'libfreerdp-shadow-subsystem2.so' 'libwinpr2.so'
|
'libfreerdp-shadow2.so' 'libfreerdp-shadow-subsystem2.so' 'libwinpr2.so'
|
||||||
'libwinpr-tools2.so' 'libuwac0.so')
|
'libwinpr-tools2.so' 'libuwac0.so')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz"
|
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'
|
sha512sums=('efdaa1b018e5166c0f2469663bdd0dc788de0577d0c0cb8b98048a535f8cb07de1078f86aaacc9445d42078d2e02fd7bc7f1ed700ca96032976f6bd84c68ee8f'
|
||||||
'd960e042d1527b5d5721136b6b20fc36f65beafd010581ea5b908668537fe9fe622de6689a29c0274b0d6f1e513615f0d02e56c1d1d1e613d093e145d39af8d7')
|
'd960e042d1527b5d5721136b6b20fc36f65beafd010581ea5b908668537fe9fe622de6689a29c0274b0d6f1e513615f0d02e56c1d1d1e613d093e145d39af8d7'
|
||||||
|
'6ae7bbdd787e8005c52d1c89348d1e8691d48684863f67005dfbe3b1302eb2f6098008b74147e171dc1e4e6764579609fea9168253282fcef95c1cc4f81b89b9')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
|
mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
|
||||||
|
@ -34,6 +36,8 @@ prepare() {
|
||||||
# fix man page formatting:
|
# fix man page formatting:
|
||||||
# https://bugs.archlinux.org/task/64814
|
# https://bugs.archlinux.org/task/64814
|
||||||
patch -Np1 -i "../${pkgname}-2.0.0-manpage_formatting.patch"
|
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() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue