bbbefaf447
Changes in dconf 0.18.0 ======================== Translations updates: Basque Danish Japanese Korean Portuguese Punjabi Changes in dconf 0.17.1 ======================== Documentation updates, including better coverage of profiles. Translations updates: Assamese Belarusian Catalan Dutch Estonian Finnish French German Hungarian Indonesian Italian Korean Latvian Polish Russian Serbian Tajik Thai Traditional Chinese Changes in dconf 0.17.0 ======================== Fix a semi-serious thread safety issue: https://bugzilla.gnome.org/show_bug.cgi?id=703073 Some improvements to the editor: - fix some compile warnings - use gresource - cancel searches on escape Translation updates: Brazilian Portuguese Czech Esperanto Friulian Galician German Hebrew Indonesian Lithuanian Malayalam Norwegian bokmål Slovak Slovenian Spanish Tajik
17 lines
460 B
Text
17 lines
460 B
Text
# $NetBSD: Makefile.common,v 1.2 2013/09/30 11:42:13 obache Exp $
|
|
#
|
|
# used by devel/dconf-editor/Makefile
|
|
|
|
DISTNAME= dconf-0.18.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dconf/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://live.gnome.org/dconf
|
|
COMMENT= Backend for gsettings
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config gmake intltool msgfmt
|