2009-06-14 19:48:39 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:48:46 joerg Exp $
|
2007-01-04 03:51:02 +01:00
|
|
|
bin/gbf-am-parse
|
|
|
|
bin/gbf-mkfile-parse
|
|
|
|
include/gnome-build-1.0/gbf/gbf-backend.h
|
|
|
|
include/gnome-build-1.0/gbf/gbf-project-model.h
|
|
|
|
include/gnome-build-1.0/gbf/gbf-project-util.h
|
|
|
|
include/gnome-build-1.0/gbf/gbf-project-view.h
|
|
|
|
include/gnome-build-1.0/gbf/gbf-project.h
|
|
|
|
include/gnome-build-1.0/gbf/gbf-tree-data.h
|
|
|
|
include/gnome-build-1.0/gbf/gbf-widgets.h
|
|
|
|
include/gnome-build-1.0/gbf/glue-plugin.h
|
|
|
|
lib/gnome-build-1.0/backends/gbf-am.server
|
|
|
|
lib/gnome-build-1.0/backends/gbf-mkfile.server
|
|
|
|
lib/gnome-build-1.0/backends/libgbf-am.la
|
|
|
|
lib/gnome-build-1.0/backends/libgbf-mkfile.la
|
|
|
|
lib/libgbf-1.la
|
|
|
|
lib/libgbf-widgets-1.la
|
|
|
|
lib/pkgconfig/gnome-build-1.0.pc
|
|
|
|
share/gnome-build/GBF/AmFiles.pm
|
|
|
|
share/gnome-build/GBF/General.pm
|
|
|
|
share/gnome-build/GBF/Make.pm
|
|
|
|
share/gnome-build/glade/create_dialogs.glade
|
|
|
|
share/gnome-build/glade/gbf-am-dialogs.glade
|
|
|
|
share/locale/am/LC_MESSAGES/gbf-1.mo
|
2007-12-16 15:19:00 +01:00
|
|
|
share/locale/ar/LC_MESSAGES/gbf-1.mo
|
2007-01-04 03:51:02 +01:00
|
|
|
share/locale/az/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/be/LC_MESSAGES/gbf-1.mo
|
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
|
|
|
share/locale/bg/LC_MESSAGES/gbf-1.mo
|
2007-01-04 03:51:02 +01:00
|
|
|
share/locale/ca/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/cs/LC_MESSAGES/gbf-1.mo
|
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
|
|
|
share/locale/da/LC_MESSAGES/gbf-1.mo
|
2007-01-04 03:51:02 +01:00
|
|
|
share/locale/de/LC_MESSAGES/gbf-1.mo
|
2007-12-16 15:19:00 +01:00
|
|
|
share/locale/dz/LC_MESSAGES/gbf-1.mo
|
2007-01-04 03:51:02 +01:00
|
|
|
share/locale/el/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/en_CA/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/en_GB/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/es/LC_MESSAGES/gbf-1.mo
|
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
|
|
|
share/locale/et/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/eu/LC_MESSAGES/gbf-1.mo
|
2007-01-04 03:51:02 +01:00
|
|
|
share/locale/fi/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/fr/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/gl/LC_MESSAGES/gbf-1.mo
|
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
|
|
|
share/locale/gu/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/he/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/hi/LC_MESSAGES/gbf-1.mo
|
2007-01-04 03:51:02 +01:00
|
|
|
share/locale/hr/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/hu/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/it/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/ja/LC_MESSAGES/gbf-1.mo
|
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
|
|
|
share/locale/ko/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/lt/LC_MESSAGES/gbf-1.mo
|
2007-01-04 03:51:02 +01:00
|
|
|
share/locale/lv/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/mk/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/ml/LC_MESSAGES/gbf-1.mo
|
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
|
|
|
share/locale/mr/LC_MESSAGES/gbf-1.mo
|
2007-01-04 03:51:02 +01:00
|
|
|
share/locale/ms/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/nb/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/ne/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/nl/LC_MESSAGES/gbf-1.mo
|
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
|
|
|
share/locale/nn/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/oc/LC_MESSAGES/gbf-1.mo
|
2007-01-04 03:51:02 +01:00
|
|
|
share/locale/pa/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/pl/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/pt/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/pt_BR/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/ru/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/rw/LC_MESSAGES/gbf-1.mo
|
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
|
|
|
share/locale/si/LC_MESSAGES/gbf-1.mo
|
2007-01-04 03:51:02 +01:00
|
|
|
share/locale/sk/LC_MESSAGES/gbf-1.mo
|
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
|
|
|
share/locale/sl/LC_MESSAGES/gbf-1.mo
|
2007-01-04 03:51:02 +01:00
|
|
|
share/locale/sq/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/sr/LC_MESSAGES/gbf-1.mo
|
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
|
|
|
share/locale/sr@latin/LC_MESSAGES/gbf-1.mo
|
2007-01-04 03:51:02 +01:00
|
|
|
share/locale/sv/LC_MESSAGES/gbf-1.mo
|
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
|
|
|
share/locale/th/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/tr/LC_MESSAGES/gbf-1.mo
|
2007-01-04 03:51:02 +01:00
|
|
|
share/locale/uk/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/vi/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/zh_CN/LC_MESSAGES/gbf-1.mo
|
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
|
|
|
share/locale/zh_HK/LC_MESSAGES/gbf-1.mo
|
|
|
|
share/locale/zh_TW/LC_MESSAGES/gbf-1.mo
|
2007-01-04 03:51:02 +01:00
|
|
|
share/pixmaps/gbf-build.png
|
|
|
|
share/pixmaps/gbf-install.png
|