diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-25 00:25:15 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-25 00:25:15 +0200 |
commit | 57df83e07d4b5e78d9a54c1a88d05b4a9ed65714 (patch) | |
tree | 76684e63965e9ad6e37d9d45bc3159e6c9782cd0 /gnu/packages/xorg.scm | |
parent | 43d9ed7792808638eabb43aa6133f1d6186c520b (diff) | |
parent | 136b7d81f0eb713783e9ea7cf7f260a2b6252dfd (diff) |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 8fdb6c368c..ed718c5539 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))))) @@ -2507,7 +2507,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))) @@ -3500,14 +3500,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))) @@ -6350,7 +6343,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") |