diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-06-10 13:10:19 +0200 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-08-31 11:00:19 +0900 |
| commit | 30cb1f541eb99b0fbbec1f8f29796151103c5f2b (patch) | |
| tree | 01588e8f11e9044d107025b92a89485966677ae1 | |
| parent | 0e00446513b6d48fd3cf98bf66cb93e689aec68c (diff) | |
gnu: Remove kbproto.
* gnu/packages/xorg.scm (kbproto): Delete variable.
(libxkbfile)[propagated-inputs]: Remove kbproto; add xorgproto.
Merges: https://codeberg.org/guix/guix/pulls/9214
| -rw-r--r-- | gnu/packages/xorg.scm | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index bbe4acbbdb7..dbfd39aa0d7 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm | |||
| @@ -827,30 +827,6 @@ operates very much like the xauth program for X11 connection | |||
| 827 | authentication records.") | 827 | authentication records.") |
| 828 | (license license:x11))) | 828 | (license license:x11))) |
| 829 | 829 | ||
| 830 | (define-public kbproto | ||
| 831 | (package | ||
| 832 | (name "kbproto") | ||
| 833 | (version "1.0.7") | ||
| 834 | (source | ||
| 835 | (origin | ||
| 836 | (method url-fetch) | ||
| 837 | (uri (string-append | ||
| 838 | "mirror://xorg/individual/proto/kbproto-" | ||
| 839 | version | ||
| 840 | ".tar.bz2")) | ||
| 841 | (sha256 | ||
| 842 | (base32 | ||
| 843 | "0mxqj1pzhjpz9495vrjnpi10kv2n1s4vs7di0sh3yvipfq5j30pq")))) | ||
| 844 | (build-system gnu-build-system) | ||
| 845 | (native-inputs (list pkg-config)) | ||
| 846 | (home-page "https://www.x.org/wiki/") | ||
| 847 | (synopsis "Xorg KBProto protocol headers") | ||
| 848 | (description | ||
| 849 | "X Keyboard (XKB) Extension defines a protocol to provide a number | ||
| 850 | of new capabilities and controls for text keyboards.") | ||
| 851 | (license license:x11) | ||
| 852 | (properties `((superseded . ,xorgproto))))) | ||
| 853 | |||
| 854 | (define-public libdmx | 830 | (define-public libdmx |
| 855 | (package | 831 | (package |
| 856 | (name "libdmx") | 832 | (name "libdmx") |
| @@ -1190,7 +1166,7 @@ configuration files.") | |||
| 1190 | '(#:configure-flags '("--disable-static"))) | 1166 | '(#:configure-flags '("--disable-static"))) |
| 1191 | (propagated-inputs | 1167 | (propagated-inputs |
| 1192 | ;; Required in xkbfile.pc. | 1168 | ;; Required in xkbfile.pc. |
| 1193 | (list libx11 kbproto)) | 1169 | (list libx11 xorgproto)) |
| 1194 | (native-inputs | 1170 | (native-inputs |
| 1195 | (list pkg-config)) | 1171 | (list pkg-config)) |
| 1196 | (home-page "https://www.x.org/wiki/") | 1172 | (home-page "https://www.x.org/wiki/") |
