diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-28 11:28:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-28 11:28:31 +0000 |
commit | 42a64c50425440669d5260ceab4609741b74bef2 (patch) | |
tree | f85bd6f72a16b6ed0cf909a089a3632dbca4b2cf /devel/gnome-build/Makefile | |
parent | b2047c03134e74328104b05e95ad3186abfeaebc (diff) | |
download | pkgsrc-42a64c50425440669d5260ceab4609741b74bef2.tar.gz |
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)
Diffstat (limited to 'devel/gnome-build/Makefile')
-rw-r--r-- | devel/gnome-build/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/gnome-build/Makefile b/devel/gnome-build/Makefile index 0dc1e728dea..a4ea3806d50 100644 --- a/devel/gnome-build/Makefile +++ b/devel/gnome-build/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.12 2008/06/20 01:09:12 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2008/10/28 11:28:31 wiz Exp $ # -DISTNAME= gnome-build-0.2.0 -PKGREVISION= 1 +DISTNAME= gnome-build-2.24.1 CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-build/0.2/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-build/2.24/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gnome.org/projects/devtools/ -COMMENT= Project management components for GNOME development +HOMEPAGE= http://www.anjuta.org/ +COMMENT= GNOME build tools + +DEPENDS+= p5-gettext-[0-9]*:../../misc/p5-gettext PKG_DESTDIR_SUPPORT= user-destdir |