pkgsrc/sysutils/gsettings-desktop-schemas/Makefile
prlw1 7dd815600e Update gsettings-desktop-schemas to 3.20.0
Major changes in 3.20.0
=======================

- Translation updates

Major changes in 3.19.92
========================

- Add a setting to enable caret mode
- Translation updates

Major changes in 3.19.90
========================

- Update desktop file IDs for search providers
- Translation updates

Major changes in 3.19.3
=======================

- Remove scroll-method key, and add edge-scroll-enabled key
  for touchpads
- Revert natural scrolling being applies to non-touchpad devices
  by default
- Translation updates

Major changes in 3.19.2
=======================

- Add setting to show battery percentage
- Translation updates

Major changes in 3.18.1
=======================

- Add instructions and scripts for building on Win32
- Translation updates

Major changes in 3.18.0
=======================

- Translation updates

Major changes in 3.17.92
========================

- Fix typographical errors
- Translation updates

Major changes in 3.16.1
=======================

- Use system font in titlebar by default
- Translation updates

Major changes in 3.16.0
=======================

- Translation updates

Major changes in 3.15.92
========================

- Add a way to turn off "PC-style" right-click for touchpads
- Translation updates

Major changes in 3.15.90
========================

- Use intltool to translate GSettings schema files directly
- Translation updates

Major changes in 3.15.4
=======================

- Adopt peripherals' gschemas from gnome-settings-daemon
- Change the default focus-tracking key
- Update docs for org.gnome.desktop.wm.preferences.raise-on-click
- Deprecate window manager theme key
- Add report-technical-problems key to privacy

Major changes in 3.14.1
=======================

- Disable default action on middle-click on titlebar
- Translation updates

Major changes in 3.14.0
=======================

- Disable location service by default
- Translation updates

Major changes in 3.13.92
========================

- Translation updates

Major changes in 3.13.91
========================

- Add a whitelist in addition to a black list for search providers

Major changes in 3.13.90
========================
* Add Location settings
* Add default bindings for "backward" keyboard shortcuts
* Windows build bug fix
* Fix location of the default backgrounds

Major changes in 3.13.2
=======================
* Switch default icon theme to Adwaita
* Remove minimize and maximize from default button layout
* Translation updates

Major changes in 3.13.1
========================
* Add switch to last/first workspace keybindings
* Translation updates

Major changes in 3.12.0
=======================
* Translation updates

Major changes in 3.11.91
========================
* Disable 'send-software-usage-stats' by default
* Translation updates

Major changes in 3.11.90
========================
* Add 'send-software-usage-stats' key
* Translation updates

Major changes in 3.11.5
=======================
* Extend app folder schema
* Translation updates

Major changes in 3.11.4
=======================
* Add an app folder setting
* Translation updates

Major changes in 3.11.3
=======================
* Add 'Always on Top' key
* Add keybindings to move windows between monitors
* Translation updates
2016-04-22 23:11:01 +00:00

25 lines
853 B
Makefile

# $NetBSD: Makefile,v 1.7 2016/04/22 23:11:01 prlw1 Exp $
DISTNAME= gsettings-desktop-schemas-3.20.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= 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"