summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2018-02-01 13:37:07 +0100
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2018-02-01 13:37:07 +0100
commitbdce769a1ffc9ec23d1d5b37ebf8da45499a2f05 (patch)
treeba81c9a1c2117c45d66f488cb53c51cb3b97f7c8 /x11-misc/xkeyboard-config
parentgames-engines/love: drop maintainership (diff)
downloadgentoo-bdce769a1ffc9ec23d1d5b37ebf8da45499a2f05.tar.gz
gentoo-bdce769a1ffc9ec23d1d5b37ebf8da45499a2f05.tar.bz2
gentoo-bdce769a1ffc9ec23d1d5b37ebf8da45499a2f05.zip
x11-misc/xkeyboard-config: version bump to 2.23.1
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-misc/xkeyboard-config')
-rw-r--r--x11-misc/xkeyboard-config/Manifest1
-rw-r--r--x11-misc/xkeyboard-config/xkeyboard-config-2.23.1.ebuild40
2 files changed, 41 insertions, 0 deletions
diff --git a/x11-misc/xkeyboard-config/Manifest b/x11-misc/xkeyboard-config/Manifest
index fd06dc803063..813914ce45f9 100644
--- a/x11-misc/xkeyboard-config/Manifest
+++ b/x11-misc/xkeyboard-config/Manifest
@@ -1,3 +1,4 @@
DIST xkeyboard-config-2.20.tar.bz2 978275 BLAKE2B 5d24adb829057f9600c7de0dd028af067d23a9138de87438fcc03936e48c1908fc4740f41c8f87be90ec0edbadd20735859a7fe184f5c4704ee819a1c248a091 SHA512 29584096874cf8f1444ed00374150fb186e9a74221b384d779bcf01c0762977f8a6a1b3dfa37acd560667a79cc80d4c0d39729b7dc21809520a7254026439db4
DIST xkeyboard-config-2.21.tar.bz2 994972 BLAKE2B d6810fce00cad5fc296bd744831a13e797d8e03dada40445cf4a81b328470517f0ced8d9d0e734d9d8d35da4727ac9ff74488e118a8b7fe8c2e9cd6d364854f0 SHA512 c8c3da9d78365878b051bcfecc7c51e89c5aa15e6e3ba5e8c84612eaca4ca7741702c023f9571ac04c865f2951a7ca33f4fbbedb3baf6c76441ebf59c4e41068
DIST xkeyboard-config-2.22.tar.bz2 1046333 BLAKE2B 5a869154be04a84c57bd93896e0ada5598b1aa788a10952e5432820d5511c3d9fb101f995248115affb4c3270754b05757af4c91c4273f16299eaba6db5fb285 SHA512 1697cc1a49625eb608d8ab1f54f9f37e37facc482fc8bae5ebff9e3336efdd2f57e0ed95db0a9745d49f1bc21e2cfa792d0849f4057745d8be8f7abac4893f97
+DIST xkeyboard-config-2.23.1.tar.bz2 1053991 BLAKE2B c5551eb39f4cb240d36943d1e2fd3f9156bada61bb33013f6c43d036fb55aef5332fdb133ab6cfb03ebdbc68dcb3df7d974e3972904936b1e6dd89eafc4ec647 SHA512 d651bb89c265e58abe8bba4af6683364a8023cb73af7d00f401f33960e44fa94a7d8a8fdd2483d6703d1c261ca72ae5f2b53f543cfb70b2f571cfe9dcb80c3ba
diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1.ebuild
new file mode 100644
index 000000000000..40b72722a506
--- /dev/null
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_STATIC=no
+inherit xorg-2
+
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git"
+
+DESCRIPTION="X keyboard configuration database"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
+[[ ${PV} == *9999* ]] || SRC_URI="https://www.x.org/releases/individual/data/xkeyboard-config/${P}.tar.bz2"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="!<x11-apps/xkbcomp-1.2.3
+ !<x11-libs/libX11-1.4.3"
+DEPEND="
+ sys-devel/gettext
+ dev-util/intltool"
+
+XORG_CONFIGURE_OPTIONS=(
+ --with-xkb-base="${EPREFIX}/usr/share/X11/xkb"
+ --enable-compat-rules
+ # do not check for runtime deps
+ --disable-runtime-deps
+ --with-xkb-rules-symlink=xorg
+)
+
+src_prepare() {
+ xorg-2_src_prepare
+ if [[ ${XORG_EAUTORECONF} != no ]]; then
+ intltoolize --copy --automake || die
+ fi
+}