summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2022-07-06 20:59:53 +0200
committerFlorian Franzmann2022-07-15 21:59:06 +0200
commit070488c636bef4019cf704d39a46f6342c7fe671 (patch)
treec974b4384db9951739585fc6f13ca86b013cf24d
parent72789141fc96e1cbd7a27ef036894676e3d575d1 (diff)
xorg-data/xkeyboard-config: version 2.36
-rwxr-xr-xxorg-data/xkeyboard-config/BUILD6
-rwxr-xr-xxorg-data/xkeyboard-config/CONFIGURE1
-rwxr-xr-xxorg-data/xkeyboard-config/DEPENDS20
-rwxr-xr-xxorg-data/xkeyboard-config/DETAILS5
-rw-r--r--xorg-data/xkeyboard-config/HISTORY3
5 files changed, 19 insertions, 16 deletions
diff --git a/xorg-data/xkeyboard-config/BUILD b/xorg-data/xkeyboard-config/BUILD
index d5deb61d8b..bdade9625f 100755
--- a/xorg-data/xkeyboard-config/BUILD
+++ b/xorg-data/xkeyboard-config/BUILD
@@ -1,5 +1,5 @@
-OPTS="$OPTS --enable-compat-rules" &&
-OPTS="$OPTS --with-xkb-base=$INSTALL_ROOT/usr/share/X11/xkb" &&
-OPTS="$OPTS --with-xkb-rules-symlink=xorg,xfree86" &&
+OPTS="$OPTS compat-rules=true" &&
+OPTS="$OPTS xkb-base=$INSTALL_ROOT/usr/share/X11/xkb" &&
+OPTS="$OPTS xorg-rules-symlinks=true" &&
default_build
diff --git a/xorg-data/xkeyboard-config/CONFIGURE b/xorg-data/xkeyboard-config/CONFIGURE
new file mode 100755
index 0000000000..d1cc655820
--- /dev/null
+++ b/xorg-data/xkeyboard-config/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE"/MESON_CONFIGURE
diff --git a/xorg-data/xkeyboard-config/DEPENDS b/xorg-data/xkeyboard-config/DEPENDS
index c1f338737f..4f420b2383 100755
--- a/xorg-data/xkeyboard-config/DEPENDS
+++ b/xorg-data/xkeyboard-config/DEPENDS
@@ -1,14 +1,12 @@
-depends util-macros &&
-depends xkbcomp &&
+. "$GRIMOIRE"/MESON_DEPENDS &&
+
+depends util-macros &&
+depends xkbcomp &&
depends xml-parser-expat &&
-depends glib2 &&
+depends glib2 &&
+depends GETTEXT &&
optional_depends libxslt \
- "--with-xsltproc" \
- "--without-xsltproc" \
- "for the transformation of XML documents" &&
-
-optional_depends GETTEXT \
- "--enable-nls" \
- "--disable-nls" \
- "to use Native Language Support"
+ "" \
+ "" \
+ "to generate manpages"
diff --git a/xorg-data/xkeyboard-config/DETAILS b/xorg-data/xkeyboard-config/DETAILS
index a60da17495..d333fab602 100755
--- a/xorg-data/xkeyboard-config/DETAILS
+++ b/xorg-data/xkeyboard-config/DETAILS
@@ -1,6 +1,7 @@
+. "$GRIMOIRE"/MESON_FUNCTIONS
SPELL=xkeyboard-config
- VERSION=2.30
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=2.36
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=https://www.x.org/releases/individual/data/$SPELL/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
diff --git a/xorg-data/xkeyboard-config/HISTORY b/xorg-data/xkeyboard-config/HISTORY
index e485c1ccee..ad3a1c974a 100644
--- a/xorg-data/xkeyboard-config/HISTORY
+++ b/xorg-data/xkeyboard-config/HISTORY
@@ -1,3 +1,6 @@
+2022-07-06 Florian Franzmann <bwlf@bandrate.org>
+ * DETAILS, CONFIGURE, BUILD, DEPENDS: version 2.36
+
2022-04-07 Treeve Jelbert <treeve@sourcemage.org>
* DEPENDS: delete intltool