summaryrefslogtreecommitdiff
path: root/devel/gnome-common
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-10-05 15:03:33 +0000
committerwiz <wiz@pkgsrc.org>2014-10-05 15:03:33 +0000
commitae8c5b811223c6d99f110d5c58d84e33d6e03050 (patch)
tree68149e20fd3572d80e006ec4b70b9eeb639d0555 /devel/gnome-common
parente2a3a3ebf0693b49ce6ac59219f55fdcc9ac2b1f (diff)
downloadpkgsrc-ae8c5b811223c6d99f110d5c58d84e33d6e03050.tar.gz
Update to 3.14.0:
version 3.14.0 macros2: Update links to macros in the autoconf-archive Now that the macros have been committed upstream, we can link to their manual pages rather than the bug reports. macros2: Add support for APPSTREAM_XML macro And request that appstream-xml.m4 get installed if missing. https://bugzilla.gnome.org/show_bug.cgi?id=736497 macros2: Deprecate GNOME_CODE_COVERAGE The autoconf-archive AX_CODE_COVERAGE macro should be used instead. https://bugzilla.gnome.org/show_bug.cgi?id=729405 macros2: Deprecate GNOME_MAINTAINER_MODE_DEFINES The modules which it deprecates are all ancient and unused. Many of the modules which use GNOME_MAINTAINER_MODE_DEFINES don’t make use of the DISABLE_DEPRECATED variable it generates anyway. If a module really wants maintainer mode, they should use AM_MAINTAINER_MODE. Otherwise, they should just eliminate this call entirely. https://bugzilla.gnome.org/show_bug.cgi?id=735417 macros2: Deprecate GNOME_DEBUG_CHECK The autoconf-archive AX_DEBUG_CHECK macro should be used instead, or the macro contents should just be substituted into configure.ac directly, since it’s so simple. https://bugzilla.gnome.org/show_bug.cgi?id=729403 build: Remove a non-existent file from EXTRA_DIST https://bugzilla.gnome.org/show_bug.cgi?id=735418 compiler-flags: allow suppressing warnings Some projects want to see no warnings at all, for example, projects that are written in Vala. But GNOME_COMPILE_WARNINGS([no]) is a no-op that does nothing to turn off the default compiler warnings. Presumably if you ask for no compiler warnings, you want no compiler warnings, so suppress them in this case instead. https://bugzilla.gnome.org/show_bug.cgi?id=734973 code-coverage: Support lcov 1.11 https://bugzilla.gnome.org/show_bug.cgi?id=732988 macros2: Remove FORBIDDEN_M4MACROS infrastructure It was completely outdated and unused. The REQUIRED_M4MACROS infrastructure is, however, still in use. https://bugzilla.gnome.org/show_bug.cgi?id=729932 macros2: Remove outdated README file https://bugzilla.gnome.org/show_bug.cgi?id=729410 doc: Move doc/usage.txt to README and update We don’t like references to CVS any more. Update the guidelines to no longer reference GNOME_COMMON_INIT. https://bugzilla.gnome.org/show_bug.cgi?id=729410 make program_VERSION a local variable Otherwise we may end up overriding what was manually set in the environment.
Diffstat (limited to 'devel/gnome-common')
-rw-r--r--devel/gnome-common/Makefile6
-rw-r--r--devel/gnome-common/PLIST4
-rw-r--r--devel/gnome-common/distinfo8
3 files changed, 10 insertions, 8 deletions
diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile
index 2be69984022..2a107b21b84 100644
--- a/devel/gnome-common/Makefile
+++ b/devel/gnome-common/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2014/03/31 08:19:33 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2014/10/05 15:03:33 wiz Exp $
-DISTNAME= gnome-common-3.12.0
+DISTNAME= gnome-common-3.14.0
CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-common/3.12/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-common/3.14/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/gnome-common/PLIST b/devel/gnome-common/PLIST
index 0cdc1f34ae4..9a7f864e738 100644
--- a/devel/gnome-common/PLIST
+++ b/devel/gnome-common/PLIST
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2012/10/28 08:23:16 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2014/10/05 15:03:33 wiz Exp $
bin/gnome-autogen.sh
bin/gnome-doc-common
+share/aclocal/ax_check_enable_debug.m4
+share/aclocal/ax_code_coverage.m4
share/aclocal/gnome-code-coverage.m4
share/aclocal/gnome-common.m4
share/aclocal/gnome-compiler-flags.m4
diff --git a/devel/gnome-common/distinfo b/devel/gnome-common/distinfo
index 638c7ae21ed..3cdfd37ef0d 100644
--- a/devel/gnome-common/distinfo
+++ b/devel/gnome-common/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2014/03/31 08:19:33 wiz Exp $
+$NetBSD: distinfo,v 1.15 2014/10/05 15:03:33 wiz Exp $
-SHA1 (gnome-common-3.12.0.tar.xz) = c3f729009b3337ada19564687bb99a27a31ae406
-RMD160 (gnome-common-3.12.0.tar.xz) = f23cb20600b9dd15da3149f9f585d2ceb69a531c
-Size (gnome-common-3.12.0.tar.xz) = 153060 bytes
+SHA1 (gnome-common-3.14.0.tar.xz) = 555ac7de25821f243f1838faa4d602da50237303
+RMD160 (gnome-common-3.14.0.tar.xz) = 4ce69a5bb5c428b4aadc155e0bae51a04e897cad
+Size (gnome-common-3.14.0.tar.xz) = 156320 bytes