Commit graph

9 commits

Author SHA1 Message Date
jmmv
9f0e85b9e8 Update to 2.10.0:
Major changes in 2.10.0 were:
* translation updates

Major changes in 2.9.92 were:
* Application chooser handles case with no existing applications better
* Use automake 1.7
* Fix tests on 64bit systems
* translation updates

Major changes in 2.9.91 were:
* fix crashes in open with dialog
* translation updates

Major changes in 2.9.90 were:
* Show existing applications in open with dialog
* Show icon in application chooser

Major changes in 2.9.2 were:
* Not using deprecated mime apis
2005-03-22 16:12:47 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jmmv
04173c71ec Update to 2.8.0. This version corresponds to GNOME 2.8.0.
Major changes since 2.7.92 were:
* Refresh mime application chooser when mime db changes
* Create ~/.local/share/applications as needed
* Remove some mime-related debug output

Major changes since 2.7.4 were:
* Don't pop up cancel dialog if password dialog is visible.

Major changes since 2.7.3 were:
* Import new foocanvas
* Use right i18n header
* Fix memleaks
* Translation updates

Major changes since 2.7.2 were:
* MIME helpers functions and dialogs

Major changes since 2.7.1 were:
* Translation updates.
2004-09-21 16:54:32 +00:00
jmmv
8a790bca29 Update to 2.6.0. Changes since previous stable version (2.4.x):
Major changes since 2.5.91.1 were:
* Translation updates.

Major changes since 2.5.91 were:
* fix utf8 bug in EelEditableLabel

Major changes since 2.5.90 were:
* translations

Major changes since 2.5.8 were:
* Replaced egg-screen-exec usage with g_spawn
* Use new file chooser
* portability patches

Major changes since 2.5.7 were:
* Translations

Major changes since 2.5.6 were:
* Support for SUS modifiers in eel_strdup_strftime
* Set right a11y role on alerts

Major changes since 2.5.5 were:
* Fix a11y coloring of editable label
* Canvas update

Major changes since 2.5.4 were:
* Removed unused source files
* Added a GList API for string lists in eel-preferences.

Major changes since 2.5.3 were:
* HIG message dialogs

Major changes since 2.5.2 were:
* Mem leak fix in accessibility support.

Major changes since 2.5.1 were:
* Added accessibility support to editable label widget

Major changes since 2.5.0 were:
* Some ICCCM fixes
* disable deprecation warnings
* fix leaks
2004-04-01 18:36:37 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jmmv
a9f9c8748a Add explicit dependancies on packages used by this one directly. No revision
bump since these were already used (but indirectly).
2004-02-13 23:29:17 +00:00
xtraeme
45e3241c4d bl3ify 2004-02-11 04:47:10 +00:00