Major changes in 3.24.0 ======================= - Translation updates Major changes in 3.23.90 ======================== - Use more fancy characters in translatable strings - Fix "<super>s" shortcut being used for 2 separate actions Major changes in 3.23.3 ======================= - Add "Disable while typing" touchpad setting - Add a gsetting to back Gtk/EnablePrimaryPaste - Add "tap-and-drag" for touchpads Major changes in 3.22.0 ======================= - Translation updates Major changes in 3.21.4 ======================= - Add tablet/stylus/pad schemas - Add mouse/trackpad accel profile keys - Translation updates Major changes in 3.21.3 ======================= - Add a setting to store input sources MRU list - Translation updates Major changes in 3.21.2 ======================= - Add a setting to enable weekdates in calendars - Translation updates
25 lines
854 B
Makefile
25 lines
854 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/08/27 15:48:24 prlw1 Exp $
|
|
|
|
DISTNAME= gsettings-desktop-schemas-3.24.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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
USE_PKGLOCALEDIR= yes
|
|
# Necessary because of configure test
|
|
USE_LANGUAGES= c
|
|
|
|
PKGCONFIG_OVERRIDE+= gsettings-desktop-schemas.pc.in
|
|
|
|
.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 "../../mk/bsd.pkg.mk"
|