Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
f5bf403c
Commit
f5bf403c
authored
11 years ago
by
Andreas Enge
Browse files
Options
Downloads
Patches
Plain Diff
gnu: xorg: Add xcb-util-keysyms.
* gnu/packages/xorg.scm (xcb-util-keysyms): New variable.
parent
dfba4055
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/xorg.scm
+30
-0
30 additions, 0 deletions
gnu/packages/xorg.scm
with
30 additions
and
0 deletions
gnu/packages/xorg.scm
+
30
−
0
View file @
f5bf403c
...
@@ -4526,6 +4526,36 @@ (define-public xcb-util-image
...
@@ -4526,6 +4526,36 @@ (define-public xcb-util-image
(
license
license:x11
)))
(
license
license:x11
)))
(
define-public
xcb-util-keysyms
(
package
(
name
"xcb-util-keysyms"
)
(
version
"0.3.9"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
string-append
"http://xcb.freedesktop.org/dist/"
name
"-"
version
".tar.bz2"
))
(
sha256
(
base32
"0vjwk7vrcfnlhiadv445c6skfxmdrg5v4qf81y8s2s5xagqarqbv"
))))
(
build-system
gnu-build-system
)
(
propagated-inputs
`
((
"libxcb"
,
libxcb
)))
(
inputs
`
((
"pkg-config"
,
pkg-config
)))
(
home-page
"http://cgit.freedesktop.org/xcb/util-keysyms/"
)
(
synopsis
"Standard X constants and conversion to/from keycodes"
)
(
description
"The XCB util module provides a number of libraries which
sit on top of libxcb, the core X protocol library, and some of the
extension libraries. These experimental libraries provide convenience
functions and interfaces which make the raw X protocol more usable. Some of
the libraries also provide client-side code which is not strictly part of
the X protocol but which has traditionally been provided by Xlib.
The XCB util-keysyms module provides the following library:
keysyms: Standard X key constants and conversion to/from keycodes."
)
(
license
license:x11
)))
(
define-public
xcb-util-wm
(
define-public
xcb-util-wm
(
package
(
package
(
name
"xcb-util-wm"
)
(
name
"xcb-util-wm"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment