unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64262] [PATCH] gnu: Add xorgxrdp
@ 2023-06-24  9:06 Andy Tai
  2023-06-25  5:24 ` [bug#64262] [PATCH v2] " Andy Tai
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-06-24  9:06 UTC (permalink / raw)
  To: 64262; +Cc: Andy Tai

* gnu/packages/xorg.scm (xorgxrdp): New variable
---
 gnu/packages/xorg.scm | 46 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 2b26deddc2..eea88b416d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6691,6 +6691,52 @@ (define-public setroot
 and can restore previously set wallpapers and options.")
     (license license:gpl3+)))
 
+(define-public xorgxrdp
+  (package
+    (name "xorgxrdp")
+    (version "0.9.19")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/neutrinolabs/xorgxrdp/releases/download/v"
+                    version "/xorgxrdp-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0m8lvdnhfvwwqrr56difgy3mblplp23x6iy12kl4r8i87ic4rky1"))))
+    (build-system gnu-build-system)
+    (inputs (list check
+                  libx11
+                  libxfixes
+                  libxfont2
+                  libxml2
+                  libxpm
+                  libxrandr
+                  libxslt
+                  libxt
+                  pixman
+                  xdpyinfo
+                  xorg-server
+                  xrdp))
+    (native-inputs (list autoconf
+                         automake
+                         libtool
+                         nasm
+                         intltool
+                         pkg-config
+                         pixman))
+    (arguments
+     (list #:configure-flags #~(list "--enable-strict-locations=yes"
+                                     (string-append "XRDP_CFLAGS=-I"
+                                                    (assoc-ref %build-inputs
+                                                               "xrdp")
+                                                    "/common"))))
+    (home-page "https://github.com/neutrinolabs/xorgxrdp")
+    (synopsis "Xorg drivers for xrdp")
+    (description
+     "xorgxrdp is a collection of modules to be used with a pre-existing X.Org
+install to make the X server act like X11rdp")
+    (license license:x11)))
+
 
 (define-public xrdp
   (package

base-commit: dcca13ed7340f17a33a4c0907c13b64d5da66a8e
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#64262] [PATCH v2] gnu: Add xorgxrdp
  2023-06-24  9:06 [bug#64262] [PATCH] gnu: Add xorgxrdp Andy Tai
@ 2023-06-25  5:24 ` Andy Tai
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Tai @ 2023-06-25  5:24 UTC (permalink / raw)
  To: 64262; +Cc: Andy Tai

* gnu/packages/xorg.scm (xorgxrdp): New variable
---
 gnu/packages/xorg.scm | 46 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 6316c515f7..330856d201 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6691,6 +6691,52 @@ (define-public setroot
 and can restore previously set wallpapers and options.")
     (license license:gpl3+)))
 
+(define-public xorgxrdp
+  (package
+    (name "xorgxrdp")
+    (version "0.9.19")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/neutrinolabs/xorgxrdp/releases/download/v"
+                    version "/xorgxrdp-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0m8lvdnhfvwwqrr56difgy3mblplp23x6iy12kl4r8i87ic4rky1"))))
+    (build-system gnu-build-system)
+    (inputs (list check
+                  libx11
+                  libxfixes
+                  libxfont2
+                  libxml2
+                  libxpm
+                  libxrandr
+                  libxslt
+                  libxt
+                  pixman
+                  xdpyinfo
+                  xorg-server
+                  xrdp))
+    (native-inputs (list autoconf
+                         automake
+                         libtool
+                         nasm
+                         intltool
+                         pkg-config
+                         pixman))
+    (arguments
+     (list #:configure-flags #~(list "--enable-strict-locations=yes"
+                                     (string-append "XRDP_CFLAGS=-I"
+                                                    (assoc-ref %build-inputs
+                                                               "xrdp")
+                                                    "/common"))))
+    (home-page "https://github.com/neutrinolabs/xorgxrdp")
+    (synopsis "Xorg drivers for xrdp")
+    (description
+     "xorgxrdp is a collection of modules to be used with a pre-existing X.Org
+install to make the X server act like X11rdp")
+    (license license:x11)))
+
 
 (define-public xrdp
   (package

base-commit: dcca13ed7340f17a33a4c0907c13b64d5da66a8e
prerequisite-patch-id: d62a34522944b00de3673f3e18c5f79e14012e2f
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-25  5:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-24  9:06 [bug#64262] [PATCH] gnu: Add xorgxrdp Andy Tai
2023-06-25  5:24 ` [bug#64262] [PATCH v2] " Andy Tai

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).