pkgsrc/sysutils/gsettings-desktop-schemas/Makefile
cirnatdan 9991f799ad gsettings-desktop-schemas: Update to 40.0
Major changes in 40.0
=====================
- Translation updates

Major changes in 40.rc
======================
- Translation updates

Major changes in 40.beta
========================
- Use pgUp/Down shortcuts for horizontal workspace switching
- Add super-based workspace navigation shortcuts
- Remove “gnome-fallback” as a valid session name.
- Fix summary of `two-finger-scroll-enabled` key
- Translation updates

Major changes in 40.alpha
=========================
- Add scroll button locking to trackballs
- Move mouse drag-threshold/double-click settings here
- Move antialiasing/hinting/rgba-order settings here
- Translation updates
2021-03-30 10:01:54 +00:00

25 lines
848 B
Makefile

# $NetBSD: Makefile,v 1.15 2021/03/30 10:01:54 cirnatdan Exp $
DISTNAME= gsettings-desktop-schemas-40.0
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gsettings-desktop-schemas/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnome.org/
COMMENT= Collection of GSettings schemas for the GNOME desktop
LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= msgfmt pkg-config
PKGCONFIG_OVERRIDE+= gsettings-desktop-schemas.pc.in
PYTHON_FOR_BUILD_ONLY= tool
.include "../../devel/glib2/schemas.mk"
BUILDLINK_DEPMETHOD.gobject-introspection:= build
BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=1.31
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../devel/meson/build.mk"
.include "../../lang/python/tool.mk"
.include "../../mk/bsd.pkg.mk"