1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/x11/gxkb/Makefile
Alexey Dokuchaev 9e909ae079 Update to version 0.8.2, list of changes:
- Fixed segfault after executing setxkbmap(1)
- Fixed ftbfs (build?) with GCC 10
- Fixed recursion in xkb_config_xkl_state_changed()
- Merged ayatana-appindicator.patch from Debian

Reported by:	portscout
2020-07-08 09:40:35 +00:00

33 lines
659 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= gxkb
PORTVERSION= 0.8.2
CATEGORIES= x11
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= danfe@FreeBSD.org
COMMENT= X11 keyboard layout indicator and switcher
LICENSE= GPLv2
LIB_DEPENDS= libxklavier.so:x11/libxklavier \
libwnck-1.so:x11-toolkits/libwnck
USES= gnome pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= gdkpixbuf2 glib20 gtk20
PORTDOCS= AUTHORS NEWS
OPTIONS_DEFINE= DOCS
post-patch-DOCS-on:
@${REINPLACE_CMD} -e '/^doc_DATA/s, C[^ ]*,,g' \
${WRKSRC}/doc/Makefile.in
post-patch-DOCS-off:
@${REINPLACE_CMD} -e '/^SUBDIRS/s, doc,,' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>