update to libxkbcommon-0.9.1
This commit is contained in:
parent
a52815395f
commit
7bdc3cfe25
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2019/07/12 20:51:29 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2019/10/23 08:18:36 jasper Exp $
|
||||
|
||||
COMMENT= library to handle keyboard descriptions
|
||||
|
||||
DISTNAME= libxkbcommon-0.8.4
|
||||
REVISION= 0
|
||||
DISTNAME= libxkbcommon-0.9.1
|
||||
SHARED_LIBS += xkbcommon 1.5 # unknown
|
||||
SHARED_LIBS += xkbcommon-x11 1.2 # unknown
|
||||
CATEGORIES= x11 inputmethods
|
||||
@ -19,13 +18,14 @@ PERMIT_PACKAGE= Yes
|
||||
MASTER_SITES= ${HOMEPAGE}/download/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
WANTLIB += Xau Xdmcp xcb xcb-xkb
|
||||
MODULES = devel/meson
|
||||
|
||||
WANTLIB += xcb xcb-xkb
|
||||
|
||||
BUILD_DEPENDS = devel/bison
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --without-doxygen
|
||||
CONFIGURE_ENV += YACC=${LOCALBASE}/bin/bison
|
||||
CONFIGURE_ARGS += -Denable-docs=false \
|
||||
-Denable-wayland=false
|
||||
|
||||
TEST_DEPENDS = devel/bison \
|
||||
shells/bash
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libxkbcommon-0.8.4.tar.xz) = YN3P+TK3/TUnUtUaXE8E89BAMjClhN+aLg1e2HxIbIs=
|
||||
SIZE (libxkbcommon-0.8.4.tar.xz) = 648592
|
||||
SHA256 (libxkbcommon-0.9.1.tar.xz) = 1MaqvwpcH8YW+KamXIqBjAN3O5qH2p+8Q02lrNEZm+A=
|
||||
SIZE (libxkbcommon-0.9.1.tar.xz) = 376164
|
||||
|
@ -1,17 +0,0 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.7 2019/02/18 19:51:23 jasper Exp $
|
||||
|
||||
- pre-generated parser.c is used
|
||||
- fixes parallel build with our make
|
||||
|
||||
Index: Makefile.in
|
||||
--- Makefile.in.orig
|
||||
+++ Makefile.in
|
||||
@@ -2583,8 +2583,6 @@ uninstall-am: uninstall-libLTLIBRARIES uninstall-local
|
||||
.PRECIOUS: Makefile
|
||||
|
||||
|
||||
-src/xkbcomp/parser.c: $(top_builddir)/src/$(am__dirstamp) $(top_builddir)/src/xkbcomp/$(am__dirstamp)
|
||||
-src/xkbcomp/parser.h: $(top_builddir)/src/$(am__dirstamp) $(top_builddir)/src/xkbcomp/$(am__dirstamp)
|
||||
|
||||
@ENABLE_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@doc/html: doc/Doxyfile $(doxygen_input)
|
||||
@ENABLE_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ $(AM_V_GEN)(\
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2014/10/19 14:30:12 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2019/10/23 08:18:36 jasper Exp $
|
||||
include/xkbcommon/
|
||||
include/xkbcommon/xkbcommon-compat.h
|
||||
include/xkbcommon/xkbcommon-compose.h
|
||||
@ -6,11 +6,7 @@ include/xkbcommon/xkbcommon-keysyms.h
|
||||
include/xkbcommon/xkbcommon-names.h
|
||||
include/xkbcommon/xkbcommon-x11.h
|
||||
include/xkbcommon/xkbcommon.h
|
||||
lib/libxkbcommon-x11.a
|
||||
lib/libxkbcommon-x11.la
|
||||
@lib lib/libxkbcommon-x11.so.${LIBxkbcommon-x11_VERSION}
|
||||
lib/libxkbcommon.a
|
||||
lib/libxkbcommon.la
|
||||
@lib lib/libxkbcommon.so.${LIBxkbcommon_VERSION}
|
||||
lib/pkgconfig/xkbcommon-x11.pc
|
||||
lib/pkgconfig/xkbcommon.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user