1602N/A###############################################################################
1602N/A#
1602N/A# libxkbcommon - keyboard keymap compiler and support library
1602N/A#
1602N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
1602N/A#
1602N/A# Permission is hereby granted, free of charge, to any person obtaining a
1602N/A# copy of this software and associated documentation files (the "Software"),
1602N/A# to deal in the Software without restriction, including without limitation
1602N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1602N/A# and/or sell copies of the Software, and to permit persons to whom the
1602N/A# Software is furnished to do so, subject to the following conditions:
1602N/A#
1602N/A# The above copyright notice and this permission notice (including the next
1602N/A# paragraph) shall be included in all copies or substantial portions of the
1602N/A# Software.
1602N/A#
1602N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1602N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1602N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1602N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1602N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1602N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1602N/A# DEALINGS IN THE SOFTWARE.
1602N/A#
1602N/A#
1602N/A
1602N/A# Package name used in tarballs
1602N/AMODULE_NAME=libxkbcommon
1602N/A
1602N/A# Version number (used in path names)
1602N/AMODULE_VERSION=0.5.0
1602N/A
1602N/A# Checksums for upstream tarball
1602N/ATARBALL_MD5 = 2e1faeafcc609c30af3a561a91e84158
1602N/ATARBALL_SHA1 = 7127993bfb69e13cdff25fb8b3c8f26ce6be5bfa
1602N/ATARBALL_SHA256= 90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c
1602N/A
1602N/A# ARC cases that covered this module
1602N/A# PSARC/2016/062 xkbcommon
1602N/AMODULE_ARC_CASES = PSARC/2016/062
1602N/A
1602N/A# Package metadata
1602N/AUPSTREAM = XKBcommon
1602N/AUPSTREAM_URL = http://xkbcommon.org
1602N/AUPSTREAM_SET = yes
1602N/AORACLE_TPNO = 23564
1602N/A
1602N/A# Download site for source
1602N/ASOURCE_URL = http://xkbcommon.org/download/$(MODULE_NAME)-$(MODULE_VERSION).tar.xz
1602N/ASOURCE_URL_SET = yes
1602N/A
1602N/A# Source tarball
1602N/ASOURCE_TARBALL_NAME = $(MODULE_NAME)-$(MODULE_VERSION).tar.xz
1602N/ASOURCE_TARBALL_NAME_SET=yes
1602N/A
1602N/AMODULE_COMPILER=gcc
1602N/AMODULE_COMPILER_SET=yes
1602N/A
1602N/AMODULE_CONFIG_OPTS += \
1602N/A --with-default-rules=/usr/share/X11/xkb/rules \
1602N/A --enable-docs
1602N/A
1602N/A# Regenerate Makefile.in after patching Makefile.am
1602N/AAUTORECONF=yes
1602N/A
1602N/A# generate a .so
1602N/ADELIBTOOLIZE_FLAGS = \
1602N/A --shared libxkbcommon.so.0 \
1602N/A --shared libxkbcommon-x11.so.0
1602N/A
1602N/AMODULE_LD_SHARED_OPTIONS = -z gnu-version-script-compat
1602N/A
1630N/A# Cos of 23185711 - disable parfait temporarily
1630N/AUSE_PARFAIT = no
1630N/A
1602N/A# Patches to apply to source after unpacking, in order
1602N/ASOURCE_PATCHES = doxyfile.patch,-p1
1602N/A
1602N/A# Library name
1602N/ALIBNAME=xkbcommon
1602N/A
1602N/A# pkg-config files that need to have -R added
1602N/AFIX_PC_FILES=xkbcommon.pc.in xkbcommon-x11.pc.in
1602N/A
1602N/Ainclude ../Makefile.inc