New commits:
commit 33e29b98dfbf6f456076dde0b7319cc1f12f8701
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
xf86-input-keyboard: deprecate spell
With version 2.0.0 upstream dropped support for Linux, recommending either
xf86-input-libinput or xf86-input-evdev.
commit 7aaf318259d80abea57f426a3ce5a231af0c2fae
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
xfs 1.2.1
diff --git a/ChangeLog b/ChangeLog
index 5348d09..798f4fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-19 Ismael Luceno <ismael AT sourcemage.org>
+ * xorg-driver/xf86-input-keyboard: spell deprecated [dropped support
for
+ Linux in version 2.0.0]
+
2022-07-18 Treeve Jelbert <treeve AT sourcemage.org>
* lxqt/qtxdg-tools: added, was part of libqtxdg
diff --git a/xorg-driver/xf86-input-keyboard/BUILD
b/xorg-driver/xf86-input-keyboard/BUILD
new file mode 100755
index 0000000..397db75
--- /dev/null
+++ b/xorg-driver/xf86-input-keyboard/BUILD
@@ -0,0 +1 @@
+:
diff --git a/xorg-driver/xf86-input-keyboard/CONFLICTS
b/xorg-driver/xf86-input-keyboard/CONFLICTS
new file mode 100755
index 0000000..ae27411
--- /dev/null
+++ b/xorg-driver/xf86-input-keyboard/CONFLICTS
@@ -0,0 +1 @@
+conflicts "$SPELL" y
diff --git a/xorg-driver/xf86-input-keyboard/DEPENDS
b/xorg-driver/xf86-input-keyboard/DEPENDS
deleted file mode 100755
index 0f75848..0000000
--- a/xorg-driver/xf86-input-keyboard/DEPENDS
+++ /dev/null
@@ -1,13 +0,0 @@
-depends xorgproto &&
-depends util-macros &&
-depends XSERVER &&
-suggest_depends xkeyboard-config \
- "" "" \
- "For xkb data files needed if you want to use alternate
keymaps" &&
-suggest_depends xkbcomp \
- "" "" \
- "X Keymap compiler is needed for use with alternat keymaps"
&&
-suggest_depends setxkbmap \
- "" "" \
- "Utility to set X keymaps"
-
diff --git a/xorg-driver/xf86-input-keyboard/DETAILS
b/xorg-driver/xf86-input-keyboard/DETAILS
index c254b87..ccaecaa 100755
--- a/xorg-driver/xf86-input-keyboard/DETAILS
+++ b/xorg-driver/xf86-input-keyboard/DETAILS
@@ -1,23 +1,7 @@
SPELL=xf86-input-keyboard
- VERSION=1.9.0
- SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/driver/${SOURCE}
- SOURCE2=$SOURCE.sig
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
- SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://xorg.freedesktop.org/wiki
- ENTERED=20051125
- LICENSE[0]=XCL
- SHORT="kbd is an Xorg input driver for keyboards."
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-kbd is an Xorg input driver for keyboards. The driver supports the
-standard OS-provided keyboard interface, but these are currently only
-available to this driver module for Linux, BSD, and Solaris. This
-driver is planned to replace the built-in keyboard driver in a future
-release of Xorg.
-
-The kbd driver functions as a keyboard input device, and may be used as
-the X server's core keyboard.
+deprecated spell [replaced by xf86-input-libinput]
EOF
diff --git a/xorg-driver/xf86-input-keyboard/DOWNLOAD
b/xorg-driver/xf86-input-keyboard/DOWNLOAD
new file mode 100755
index 0000000..397db75
--- /dev/null
+++ b/xorg-driver/xf86-input-keyboard/DOWNLOAD
@@ -0,0 +1 @@
+:
diff --git a/xorg-driver/xf86-input-keyboard/HISTORY
b/xorg-driver/xf86-input-keyboard/HISTORY
index dcdd446..d155e88 100644
--- a/xorg-driver/xf86-input-keyboard/HISTORY
+++ b/xorg-driver/xf86-input-keyboard/HISTORY
@@ -1,3 +1,6 @@
+2022-07-19 Ismael Luceno <ismael AT sourcemage.org>
+ * spell deprecated [dropped support for Linux in version 2.0.0]
+
2018-02-06 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: use xorgproto