This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 57248a6c1b gnu: xorg.scm: Prune commented out non-compiling packages.
57248a6c1b is described below
commit 57248a6c1bed20d8823822a1883124144a686d62
Author: bdunahu <[email protected]>
AuthorDate: Sun Jul 12 14:35:11 2026 -0400
gnu: xorg.scm: Prune commented out non-compiling packages.
Many of these packages were commented out as for another system
or unmaintained in 2013; we likely don't need reminder of them anymore.
* gnu/packages/xorg.scm: Delete comments referencing applewmproto,
libapplewm, xf86-video-glide, xf86-video-newport, xf86-video-wsfb.
Merges: https://codeberg.org/guix/guix/pulls/9889
Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
gnu/packages/xorg.scm | 62 ---------------------------------------------------
1 file changed, 62 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 976a9a683d..b24d63516d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -152,10 +152,6 @@
;; be defined first, the split makes book-keeping easier.)
-;; compiles only on macos
-;; (define-public applewmproto
-
-
(define xorg-cf-files
;; The xorg-cf-files package contains the data files for the imake utility,
;; defining the known settings for a wide variety of platforms (many of which
@@ -855,9 +851,6 @@ of new capabilities and controls for text keyboards.")
(license license:x11)
(properties `((superseded . ,xorgproto)))))
-;; requires applewmproto, which compiles only on macos
-;; (define-public libapplewm
-
(define-public libdmx
(package
(name "libdmx")
@@ -2539,32 +2532,6 @@ for graphics acceleration. The LX component supports
EXA, including
compositing. Both support Xv overlay and dynamic rotation with XRandR.")
(license license:x11)))
-;; Driver for obsolete graphics cards, depends on libglide:
-;; http://sourceforge.net/projects/glide/ ,
-;; last updated in 2003, and which does not compile out of the box any more.
-;; (define-public xf86-video-glide
-;; (package
-;; (name "xf86-video-glide")
-;; (version "1.2.0")
-;; (source
-;; (origin
-;; (method url-fetch)
-;; (uri (string-append
-;; "mirror://xorg/X11R7.7/src/everything/xf86-video-glide-"
-;; version
-;; ".tar.bz2"))
-;; (sha256
-;; (base32
-;; "0byapm9mnpqk3wijfnnan3d22ii5cw6dmg4xn1625iiz89j5vs1l"))))
-;; (build-system gnu-build-system)
-;; (inputs `(("pkg-config" ,pkg-config)
-;; ("xorg-server" ,xorg-server)))
-;; (home-page "https://www.x.org/wiki/")
-;; (synopsis "Glide video driver for X server")
-;; (description
-;; "xf86-video-glide is a Glide video driver for the Xorg X server.")
-;; (license license:x11)))
-
(define-public xf86-video-i128
(package
(name "xf86-video-i128")
@@ -2712,32 +2679,6 @@ the same level of support for generic VGA or 8514/A
adapters.")
"xf86-video-neomagic is a NeoMagic video driver for the Xorg X server.")
(license license:x11)))
-;; This driver depends on XAA which has been removed from xorg-server.
-
-;; (define-public xf86-video-newport
-;; (package
-;; (name "xf86-video-newport")
-;; (version "0.2.4")
-;; (source
-;; (origin
-;; (method url-fetch)
-;; (uri (string-append
-;; "mirror://xorg/individual/driver/xf86-video-newport-"
-;; version
-;; ".tar.bz2"))
-;; (sha256
-;; (base32
-;; "1yafmp23jrfdmc094i6a4dsizapsc9v0pl65cpc8w1kvn7343k4i"))))
-;; (build-system gnu-build-system)
-;; (inputs `(("xorg-server" ,xorg-server)))
-;; (native-inputs `(("pkg-config" ,pkg-config)))
-;; (home-page "https://www.x.org/wiki/")
-;; (synopsis "Newport video driver for X server")
-;; (description
-;; "xf86-video-newport is an Xorg X server video driver for the SGI
-;; newport cards.")
-;; (license license:x11)))
-
(define-public xf86-video-nv
(package
(name "xf86-video-nv")
@@ -3140,9 +3081,6 @@ server driver works.")
"xf86-video-voodoo is a Voodoo video driver for the Xorg X server.")
(license license:x11)))
-;; Only relevant for the frame buffer on BSD systems.
-;; (define-public xf86-video-wsfb
-
(define-public xgamma
(package
(name "xgamma")