pkgsrc/devel/dconf/Makefile.common
prlw1 7cf0f60e61 Update dconf to 0.22.0
Changes in dconf 0.22.0
========================

 - fix handling of floating point keys in editor

 - update appdata for renamed desktop file

 - minor doap changes

Translations:
   French
   Indonesian
   Lithuanian
   Hungarian
   Catalan (Valencian)
   Korean
   Traditional Chinese
   Spanish
   Brazilian Portuguese
   Galician translations
   Catalan
   Basque language
   Danish
   Norwegian bokmal
   Greek
   Czech
   Slovenian
   Swedish
   Polish
   Latvian
   Hebrew
   Russian
   German
   Assamese
   Serbian

Changes in dconf 0.21.0
========================

 - editor desktop file renamed to ca.desrt.dconf-editor to take advantage of
   D-Bus activation

 - prevent the service from being released more than once if we receive
   multiple signals (which caused a hang)

Translations:
  Indonesian
  Greek
  Swedish
2014-11-10 23:23:17 +00:00

27 lines
852 B
Makefile

# $NetBSD: Makefile.common,v 1.7 2014/11/10 23:23:17 prlw1 Exp $
#
# used by devel/dconf-editor/Makefile
DISTNAME= dconf-0.22.0
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dconf/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://wiki.gnome.org/Projects/dconf
COMMENT= Backend for gsettings
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LANGUAGES= c99
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake intltool msgfmt
SUBST_CLASSES+= sysdir
SUBST_MESSAGE.sysdir= Fixes hard-coded dconf database directory name
SUBST_STAGE.sysdir= post-configure
SUBST_FILES.sysdir= engine/dconf-engine-source-system.c
SUBST_FILES.sysdir+= tests/engine.c
SUBST_FILES.sysdir+= bin/dconf-update.c
SUBST_FILES.sysdir+= bin/dconf-update.vala
SUBST_SED.sysdir= -e s,/etc/dconf,${PKG_SYSCONFDIR}/dconf,g