From 0f469c172e41345e2097df4239b96ee627402397 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 20 May 2019 04:58:06 +0200 Subject: gnu: xf86-video-voodoo: Ship patch locally. The ORIGIN patch has been modified in place, probably *wild guessing sounds* by a server-side cgit update. * gnu/packages/xorg.scm (xf86-video-voodoo)[source]: Use SEARCH-PATCHES. * gnu/packages/patches/xf86-video-voodoo-pcitag.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. --- gnu/packages/xorg.scm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'gnu/packages/xorg.scm') diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 5d8b3498e6..68f72bea98 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -3488,14 +3488,7 @@ X server.") (base32 "1s6p7yxmi12q4y05va53rljwyzd6ry492r1pgi7wwq6cznivhgly")) (patches - (list (origin - (method url-fetch) - (uri "https://cgit.freedesktop.org/xorg/driver/\ -xf86-video-voodoo/patch/?id=9172ae566a0e85313fc80ab62b4455393eefe593") - (sha256 - (base32 - "0rndmxf5b8j3hjnhrwrnzsq5024fli134fj1mprhkcrvax2zq8db")) - (file-name "xf86-video-voodoo-pcitag.patch")))))) + (search-patches "xf86-video-voodoo-pcitag.patch")))) (build-system gnu-build-system) (inputs `(("xorgproto" ,xorgproto) ("xorg-server" ,xorg-server))) -- cgit v1.2.3 From 222eb1141bb15c221577922c400030f9aa668f89 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 15:40:04 -0700 Subject: gnu: bdfresize: Fix typo "This package". * gnu/packages/xorg (bdfresize)[description]: Fix typo. --- gnu/packages/xorg.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/xorg.scm') diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 68f72bea98..a70bb4af0f 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -6331,7 +6331,7 @@ window name or id, forcing toggle, increase or decrease opacity.") ("automake" ,automake))) (synopsis "Resize fonts in the BDF format") (description - "This packages provides @command{bdfresize}, a command to magnify or + "This package provides @command{bdfresize}, a command to magnify or reduce fonts in the Glyph Bitmap Distribution Format (BDF). It produces BDF output.") (home-page "https://tracker.debian.org/pkg/bdfresize") -- cgit v1.2.3 From c284dffcbe0278b58d27e4faeea721380df53754 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 17:49:49 -0700 Subject: gnu: renderproto: Fix typo "protocol". * gnu/packages/xorg (renderproto)[description]: Fix typo. --- gnu/packages/xorg.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/xorg.scm') diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index a70bb4af0f..9067e0fab4 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1724,7 +1724,7 @@ of user actions in the X Window System.") (home-page "https://www.x.org/wiki/") (synopsis "Xorg RenderProto protocol headers") (description - "Rendering Extension defines a protcol for a digital image composition + "Rendering Extension defines a protocol for a digital image composition as the foundation of a new rendering model within the X Window System.") (license license:x11) (properties `((superseded . ,xorgproto))))) -- cgit v1.2.3 From dcdafc6e186707e693e47f1148b2a5b2a50d7e4a Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 17:50:55 -0700 Subject: gnu: xf86-input-joystick: Fix typo "control". * gnu/packages/xorg (xf86-input-joystick)[description]: Fix typo. --- gnu/packages/xorg.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/xorg.scm') diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 9067e0fab4..ae28e38adb 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2495,7 +2495,7 @@ provide all features that libinput supports it does little beyond.") (synopsis "Joystick input driver for X server") (description "xf86-input-joystick is a joystick input driver for the Xorg X server. -It is used to cotrol the pointer with a joystick device.") +It is used to control the pointer with a joystick device.") (license license:x11))) -- cgit v1.2.3