Skip to content

Commit

Permalink
libxkbcommon: adding to moonbase, a depends for qt5.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Sep 18, 2014
1 parent 3618340 commit 9381caf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-utils/libxkbcommon/DEPENDS
@@ -0,0 +1 @@
depends libevdev
16 changes: 16 additions & 0 deletions x11-utils/libxkbcommon/DETAILS
@@ -0,0 +1,16 @@
MODULE=libxkbcommon
VERSION=0.4.3
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=http://xkbcommon.org/download/
SOURCE_VFY=sha1:2251adc7425c816ec7af4f1c3776a619a53293b6
WEB_SITE=http://xkbcommon.org/
ENTERED=20140918
UPDATED=20140918
SHORT="library to handle keyboard descriptions"

cat << EOF
xkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing
them and handling their state. It's mainly meant for client toolkits, window systems, and other
system applications; currently that includes Wayland, kmscon, GTK+, Qt, Clutter, and more. It is
also used by some XCB applications for proper keyboard support.
EOF

0 comments on commit 9381caf

Please sign in to comment.