gnu: xorgxrdp: Switch to git source.

* gnu/packages/rdesktop.scm (xorgxrdp)[source]: Switch to git-fetch.
[native-inputs]: Add autoconf, automake and libtool.

Change-Id: I6ff0b7f76c750ab932aa3ffd5997c70479644b8d
This commit is contained in:
Zheng Junjie 2024-11-29 17:02:27 +08:00
parent 5c69f08f2e
commit c542139208
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -232,13 +232,14 @@ (define-public xorgxrdp
(name "xorgxrdp")
(version "0.10.2")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/neutrinolabs/xorgxrdp/releases/download/v"
version "/xorgxrdp-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/neutrinolabs/xorgxrdp")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"125zn8xzppmf07wgdm4kw2w8ri4fbraca8r59fgibb1m6dqggsxm"))))
"1dcxn0v88426j4n7irhy6h3qb21202v5xs1vr7j8xvs3sxihc2f7"))))
(build-system gnu-build-system)
(inputs (list check
imlib2
@ -254,8 +255,11 @@ (define-public xorgxrdp
xdpyinfo
xorg-server
xrdp))
(native-inputs (list nasm
(native-inputs (list autoconf
automake
intltool
libtool
nasm
pkg-config
pixman))
(arguments