pkgsrc/devel/gnome-build/Makefile

34 lines
941 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.35 2012/10/31 11:17:01 asau Exp $
#
Update to 2.24.1: Changes in 2.24.1 * Fix #541694 - new modules and packaged are not displayed in dialog until the project is reloaded * Fixed some warnings * Translation updates: ar, sk Changes in 2.24.0 * Removed gdl-gnome dependency * Fix format string bugs * Translation updates: ru, hu, cs, da, ml, ar, tr, ja, it, de, nl, en_GB, fr, nb, gu, fi, eu, pt Changes in 2.23.90 * Bumped version to be consistent with gnome releases. * Fixed bug #517047 - Port to GOption * Replace deprecated INCLUDES with AM_CPPFLAGS * Add a new chooser to select pkg-config modules in the target configuration (related to bug #393679) * Fixed bug #463561 and bug #538952 - Removed deprecated and unused build code thus removing the regex depency * Fixed bug #522715 - Typo & missing libglade-2.0 entry in configure.in * Fixed bug #475244 - Do not add AC_SUBST() after PKG_CHECK_MODULE * Translation updates: et, ar, es, ca, sv, pt_BR, mr, fi, eu, pt, nb, he, sq, zh_HK, zh_TW, gl, th, oc, bg Changes in 0.3.0 * Fixed #515997 – Fails to build from source * Added methods to access the list of pkg-config packages required for building the project (to be used for symbol autocompletion for example). * Added a conveniece check for the returned packages * Fixed two mem-leaks. Changes in 0.2.3 * Check for Locale::gettext which is required. * Translation updates for si, pt, fi, gl, en_GB, nb, ne, es, th, fr and de. Changes in 0.2.2 * COPYING: Fixed license. * Fixed bug #503526 (translation issues) * Translation updates for eu, es, sv, nb, fi, oc, pt, ar and pt_BR. Changes in 0.2.1 * Fixed #476315 - Anjuta set _LDADD for shared object * Fixed #475280 - _HEADERS not defined * Added support for SRC_SUBDIRS like it's used in gtk+ * Add support for check_PROGRAM (bug #474617) * Improve gnome-build EXTRA_DIST support (bug #463408) * Added localisation through gettext() * Migrated to use po/LINGUAS * Changed variable detection rule to also match ${VAR} (bug #450604) * Removed check_LTLIBRARIES restriction, added expanding vars in SUBDIRS (bug #450604) * Append data to a macro rather than overwrite it if an assignment is split into several lines (#510351)
2008-10-28 12:28:31 +01:00
DISTNAME= gnome-build-2.24.1
2012-10-09 01:00:34 +02:00
PKGREVISION= 20
CATEGORIES= devel gnome
Update to 2.24.1: Changes in 2.24.1 * Fix #541694 - new modules and packaged are not displayed in dialog until the project is reloaded * Fixed some warnings * Translation updates: ar, sk Changes in 2.24.0 * Removed gdl-gnome dependency * Fix format string bugs * Translation updates: ru, hu, cs, da, ml, ar, tr, ja, it, de, nl, en_GB, fr, nb, gu, fi, eu, pt Changes in 2.23.90 * Bumped version to be consistent with gnome releases. * Fixed bug #517047 - Port to GOption * Replace deprecated INCLUDES with AM_CPPFLAGS * Add a new chooser to select pkg-config modules in the target configuration (related to bug #393679) * Fixed bug #463561 and bug #538952 - Removed deprecated and unused build code thus removing the regex depency * Fixed bug #522715 - Typo & missing libglade-2.0 entry in configure.in * Fixed bug #475244 - Do not add AC_SUBST() after PKG_CHECK_MODULE * Translation updates: et, ar, es, ca, sv, pt_BR, mr, fi, eu, pt, nb, he, sq, zh_HK, zh_TW, gl, th, oc, bg Changes in 0.3.0 * Fixed #515997 – Fails to build from source * Added methods to access the list of pkg-config packages required for building the project (to be used for symbol autocompletion for example). * Added a conveniece check for the returned packages * Fixed two mem-leaks. Changes in 0.2.3 * Check for Locale::gettext which is required. * Translation updates for si, pt, fi, gl, en_GB, nb, ne, es, th, fr and de. Changes in 0.2.2 * COPYING: Fixed license. * Fixed bug #503526 (translation issues) * Translation updates for eu, es, sv, nb, fi, oc, pt, ar and pt_BR. Changes in 0.2.1 * Fixed #476315 - Anjuta set _LDADD for shared object * Fixed #475280 - _HEADERS not defined * Added support for SRC_SUBDIRS like it's used in gtk+ * Add support for check_PROGRAM (bug #474617) * Improve gnome-build EXTRA_DIST support (bug #463408) * Added localisation through gettext() * Migrated to use po/LINGUAS * Changed variable detection rule to also match ${VAR} (bug #450604) * Removed check_LTLIBRARIES restriction, added expanding vars in SUBDIRS (bug #450604) * Append data to a macro rather than overwrite it if an assignment is split into several lines (#510351)
2008-10-28 12:28:31 +01:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-build/2.24/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
Update to 2.24.1: Changes in 2.24.1 * Fix #541694 - new modules and packaged are not displayed in dialog until the project is reloaded * Fixed some warnings * Translation updates: ar, sk Changes in 2.24.0 * Removed gdl-gnome dependency * Fix format string bugs * Translation updates: ru, hu, cs, da, ml, ar, tr, ja, it, de, nl, en_GB, fr, nb, gu, fi, eu, pt Changes in 2.23.90 * Bumped version to be consistent with gnome releases. * Fixed bug #517047 - Port to GOption * Replace deprecated INCLUDES with AM_CPPFLAGS * Add a new chooser to select pkg-config modules in the target configuration (related to bug #393679) * Fixed bug #463561 and bug #538952 - Removed deprecated and unused build code thus removing the regex depency * Fixed bug #522715 - Typo & missing libglade-2.0 entry in configure.in * Fixed bug #475244 - Do not add AC_SUBST() after PKG_CHECK_MODULE * Translation updates: et, ar, es, ca, sv, pt_BR, mr, fi, eu, pt, nb, he, sq, zh_HK, zh_TW, gl, th, oc, bg Changes in 0.3.0 * Fixed #515997 – Fails to build from source * Added methods to access the list of pkg-config packages required for building the project (to be used for symbol autocompletion for example). * Added a conveniece check for the returned packages * Fixed two mem-leaks. Changes in 0.2.3 * Check for Locale::gettext which is required. * Translation updates for si, pt, fi, gl, en_GB, nb, ne, es, th, fr and de. Changes in 0.2.2 * COPYING: Fixed license. * Fixed bug #503526 (translation issues) * Translation updates for eu, es, sv, nb, fi, oc, pt, ar and pt_BR. Changes in 0.2.1 * Fixed #476315 - Anjuta set _LDADD for shared object * Fixed #475280 - _HEADERS not defined * Added support for SRC_SUBDIRS like it's used in gtk+ * Add support for check_PROGRAM (bug #474617) * Improve gnome-build EXTRA_DIST support (bug #463408) * Added localisation through gettext() * Migrated to use po/LINGUAS * Changed variable detection rule to also match ${VAR} (bug #450604) * Removed check_LTLIBRARIES restriction, added expanding vars in SUBDIRS (bug #450604) * Append data to a macro rather than overwrite it if an assignment is split into several lines (#510351)
2008-10-28 12:28:31 +01:00
HOMEPAGE= http://www.anjuta.org/
COMMENT= GNOME build tools
CONFLICTS+= anjuta>=2.28
2008-10-29 12:36:54 +01:00
DEPENDS+= p5-gettext-[0-9]*:../../devel/p5-gettext
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config perl:run intltool msgfmt gmake
PKGCONFIG_OVERRIDE+= gnome-build-1.0.pc.in
REPLACE_PERL+= src/backends/libgbf_am/gbf-am-parse.in
REPLACE_PERL+= src/backends/libgbf_mkfile/gbf-mkfile-parse.in
.include "../../devel/gdl/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"