cb84cc0105
Major changes in 3.10.1 ======================= * New default lock screen background. Please update gnome-backgrounds to 3.10.1 as well * Translation updates Major changes in 3.10.0 ======================= * Translation updates Major changes in 3.9.91 ======================= * Add datetime schema * Set a different lock screen background by default * Translation updates Major changes in 3.9.90 ======================= * Add settings for focus/caret tracking Major changes in 3.9.5 ====================== * Remove settings for deprecated gtk-settings * Remove application-based option, deprecated in mutter Major changes in 3.9.3 ====================== * Translation updates Major changes in 3.9.2 ====================== * Add remember-app-usage key to privacy schema * Add alternative shortcut for toggling the overview * Add always-show-universal-access-status key to a11y schema * Translation updates Major changes in 3.8.2 ====================== * Fix description of "sort-order" key in the search providers schema * Don't migrate metacity themes from GNOME 2. * Translation updates Major changes in 3.8.0 ====================== * Translation updates Major changes in 3.7.92 ======================= * Translation updates Major changes in 3.7.91 ======================= * Add keys for the screensaver wallpaper * Remove the obsolete draw-background key * Translation updates Major changes in 3.7.90 ======================= * Add the IPv6 localhost to the default ignored hosts for proxy * Make Alt-Tab be synonymous with the default shell switcher * Lower default idle delay to 300 seconds Major changes in 3.7.5 ====================== * Rename resident-in-lock-screen key * Use the Super key for workspace and application switcher shortcuts * Translation updates Major changes in 3.7.4 ====================== * Clarify definition of resident-in-lock-screen * Add a 'per-window' key to the input sources schema * Use Super+H (for hide) as the default value for minimise * Add show-full-name-in-top-bar to privacy schemas * Rename show-full-name lock screen key to show-full-name-in-top-bar * Mark a number of keys as deprecated and obsolete Major changes in 3.7.3 ====================== * Add lockdown mode key for user-accounts * Add trash, temp files and recent files related settings * Add schemas for notification filtering * Add new "switch-application" keybinding, so that the "switch-windows" keybinding can be kept for the legacy mode * Add new switch-input-source keybinding Major changes in 3.7.2 ====================== * Add a schema for desktop search providers (#687489) * Add a schema for privacy settings (#688578) * Add a show-full-name setting for the lock screen * Quote a11y feature names (#687292) * Remove unneeded XML escaping (#687291) * Fix a typo (#686861) * Translation updates
25 lines
853 B
Makefile
25 lines
853 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/02/12 01:16:24 prlw1 Exp $
|
|
|
|
DISTNAME= gsettings-desktop-schemas-3.10.1
|
|
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= http://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"
|