pkgsrc/x11/libmatekbd/Makefile
youri d248c1d1aa Update libmatekbd to 1.20.1:
remove < gtk+-3.22 bits and bump required gtk+
WidthOfScreen and HeightOfScreen implementation
matekbd-status: Fix Gdk-CRITICAL warning on creating status bar icon
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
avoid deprecated gdk_screen_get_width/height
avoid deprecated gdk_screen_get_number
matekbd-indicator: Don’t expand
matekbd-indicator: don’t use deprecated gdk_cairo_create
Fix for strange GtkIconInfo behaviour
matekbd-indicator: don’t use deprecated GtkAlignment
keyboard-drawing: set css name matekbd-keyboard-drawing
Slightly increase the font size for the key labels
matekbd-keyboard-drawing: Don’t unset double buffering
matekbd-keyboard-drawing: Handle XkbGetKeyboard() failing
matekbd-keyboard-drawing: Prevent gtk+ keynav from taking focus away
fix some introspection warnings
show-layout.ui: don’t use deprecated widgets
UI: expand kbdraw vertical
Translations update
2018-05-14 12:44:08 +00:00

17 lines
448 B
Makefile

# $NetBSD: Makefile,v 1.10 2018/05/14 12:44:08 youri Exp $
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= libmatekbd-${VERSION:R}.1
CATEGORIES= x11
COMMENT= MATE keyboard configuration library
PKGCONFIG_OVERRIDE+= libmatekbd.pc.in
PKGCONFIG_OVERRIDE+= libmatekbdui.pc.in
.include "../../devel/glib2/schemas.mk"
.include "../../x11/libxklavier/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"