Commit graph

53 commits

Author SHA1 Message Date
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
tnn
6a69e9522b Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
53745b22ea Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:05:17 +00:00
wiz
0602d449ce Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
wiz
68808ff07a Recursive bump for startup-notification* dependency change, requested
by Obache.
2012-07-15 08:22:46 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
fb1a8e5414 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:41:29 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
drochner
d48e05cd82 update to 2.30.2
This switches to the gnome-2.30 release branch.
2010-07-06 15:13:39 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
jmcneill
97efa71ed2 Update gnome-desktop to 2.25.92.
===============
Version 2.25.92
===============

  libgnome-desktop

	* GnomeBG: Allow apps to ignore a pending change so they can avoid
	  updating their background twice (Alexander Larsson)
	* GnomeBG: Blow all expensive caches if we're not gonna update the
	  background again in one minute (Alexander Larsson)
	* GnomeBG: Do slightly less steps in slide transitions to avoid using
	  to much resources on things that are not visible (Alexander Larsson)
	* GnomeBG: Remove outstanding transitions on finalize (Alexander
	  Larsson)
	* GnomeRR: Use g_new0() instead of calloc() for consistency (Federico
	  Mena Quintero)
	* GnomeRR: Fix leak (Federico Mena Quintero)
	* GnomeRR: Code cleanup (Federico Mena Quintero)
	* GnomeRR: Revert the change to use XRRGetScreenResourcesCurrent(),
	  it's not needed anymore and it broke the "Detect Monitors" button
	  (Matthias Clasen)
	* General: Make sure that the translation system is initiliazed so that
	  translations can be used (Vincent)

  Doc Translations

	* Joan Duran (ca)

  Translators

	* Ihar Hrachyshka (be@latin)
	* Reşat SABIQ (crh)
	* David Lodge (en_GB)
	* Luca Ferretti (it)
	* Praveen Arimbrathodiyil (ml)
	* Manoj Kumar Giri (or)
	* Duarte Loreto (pt)
	* Adi Roiban (ro)

===============
Version 2.25.91
===============

  Doc Translations

	* Inaki Larranaga Murgoitio (eu)

  Translators

	* Xuacu (ast)
	* Alexander Shopov (bg)
	* Per Kongstad (da)
	* Dawa pemo (dz)
	* Simos Xenitellis (el)
	* Jorge González (es)
	* Iñaki Larrañaga Murgoitio (eu)
	* Farzaneh Sarafraz (fa)
	* Sweta Kothari (gu)
	* Rajesh Ranjan (hi)
	* Takeshi AIHANA (ja)
	* Vladimer Sichinava ვლადიმერ სიჭინავა (ka)
	* Raivis Dejus (lv)
	* Jovan Naumovski (mk)
	* Wouter Bolsterlee (nl)
	* Tomasz Dominikowski (pl)
	* Adi Roiban (ro)
	* Steve Murphy (rw)
	* Daniel Nylander (sv)
	* Theppitak Karoonboonyanan (th)
	* Nurali Abdurahmonov (uz)
	* Clytie Siddall (vi)
	* 甘露(Gan Lu) (zh_CN)
	* Chao-Hsiung Liao (zh_HK)
	* Chao-Hsiung Liao (zh_TW)

===============
Version 2.25.90
===============

  libgnome-desktop

	* GnomeRR: Create a backup file of the configuration when saving
	  (Federico Mena Quintero)
	* GnomeRR: Add public API to get to $(XDG_CONFIG_HOME)/monitors.xml and
	  a backup of that file (Federico Mena Quintero)
	* GnomeRR: Add gnome_rr_config_apply_from_filename() (Federico Mena
	  Quintero)
	* GnomeRR: Deprecate gnome_rr_config_apply_stored() (Federico Mena
	  Quintero)

  Translators

	* Jordi Mallach (ca)
	* Ilkka Tuohela (fi)
	* Gabor Kelemen (hu)
	* Changwoo Ryu (ko)
	* Gintautas Miliauskas (lt)
	* Raivis Dejus (lv)
	* Manoj Kumar Giri (or)

==============
Version 2.25.5
==============

  libgnome-desktop

	* GnomeBG: use gdk_color_equal() instead of custom function (Vincent)
	* GnomeRR: use XRRGetScreenResourcesCurrent instead of
	  XRRGetScreenResources when available (xrandr 1.3) because it's
	  cheaper (Alberto Milone)
	* GnomeBG: emit "transitioned" signal instead of "changed" signal for
	  new frames in a slideshow background (Ray Strode)
	* GnomeBG: reorganize code a bit (Ray Strode)
	* GnomeBG: add fading API to support fading between two backgrounds
	  (Ray Strode)

  Translators

	* saudat mohammed (ha)
	* Onye, Sylvester (ig)
	* Djavan Fagundes (pt_BR)
	* Nurali Abdurahmonov (uz@cyrillic)
	* Nurali Abdurahmonov (uz)
	* Sunday Ayo Fajuyitan (yo)

==============
Version 2.25.4
==============

  Translators

	* Jorge González (es)
	* Claude Paroz (fr)
	* Gil Osher (he)
	* 甘露(Gan Lu) (zh_CN)

==============
Version 2.25.3
==============

Note to distributors: the API break is in GnomeRR.

  libgnome-desktop

	* GnomeRR: plug leaks (Matthias Clasen)
	* GnomeRR: add API-breaking error reporting API (Federico Mena
	  Quintero)
	* GnomeBG: fix potential crash with some empty slideshow (Vincent)
	* Build fixes (Vincent)

  Translators

	* Gil Osher (he)
	* Luca Ferretti (it)
	* Kjartan Maraas (nb)

==============
Version 2.25.2
==============

  libgnome-desktop

	* GnomeDesktopThumbnail: reenable check for preview::icon (Vincent)
	* GnomeRR: add Lenovo display name (Søren Sandmann)
	* GnomeBG: plug a leak (Cosimo Cecchi)
	* GnomeDesktopThumbnail: fix potential crash when a temporary file
	  cannot be created (Vincent)

  Misc

	* Require glib 2.19.1 (Vincent)
	* Update a bit API documentation (Vincent)
	* Require GTK+ 2.14.0 (Vincent)

  Translators

	* Jorge González (es)
	* Daniel Nylander (sv)

================
Version 2.25.1.1
================

Quick release to not depend on an unreleased glib.

  libgnome-desktop

	* GnomeDesktopThumbnail: disable check for preview::icon, since it's
	  not available in glib 2.18 (Vincent)

  Misc

	* Require glib 2.18 instead of 2.19 (Vincent)

==============
Version 2.25.1
==============

Note: this release breaks API and ABI, so we can stop depending on libgnome.
We also lose backwards compatibility for GNOME 1 and KDE 2 icons in desktop
files in GnomeDesktopItem (GKeyFile doesn't support this anyway).

  libgnome-desktop

	* Remove all libgnome usage (Alex Larsson)
	* GnomeDesktopThumbnail: new, copied from libgnome* (Alex Larsson)
	* Add gnome_desktop_prepend_terminal_to_vector(), copied from libgnome
	  (Alex Larsson)
	* Remove GnomeDItemEdit and GnomeHint objects (Alex Larsson)
	* GnomeRR: new API to support fn-F7 (Søren Sandmann)
	* GnomeBG: use foreign_new_for_screen() instead of _foreign_new()
	  (Roland Dreier)
	* GnomeDesktopThumbnail: Check for preview::icon for fast backend-side
	  thumbnails (David Zeuthen)

  Misc

	* Remove dependencies on libxml and libgnome*
	* Require glib 2.19

  Doc Translations

	* Gabor Kelemen (hu)

  Translators

	* Astur (ast)
	* Margulan Moldabekov (kk)
2009-03-16 12:35:59 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
wiz
e64b358b66 Use gnome-vfs instead of gnome-vfs2. 2007-09-19 23:13:12 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00
wiz
2d1a8cc474 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jmmv
1efb989a0e Update to 2.14.0:
==============
Version 2.14.0
==============

  Fixes

	* Don't use a GtkEntry function on a GnomeFileEntry (Vincent)

  Translators

	* Ales Nyakhaychyk (be)
	* Jérémy Le Floc'h (br)
	* Petr Tomeš (cs)
	* Martin Willemoes Hansen (da)
	* Raivis Dejus (lv)
	* Åsmund Skjæveland (nn)

===============
Version 2.13.92
===============

  Misc

	* Report the correct version number in gnome-about --version
	  (Glynn Foster)

  Documentation

	* Added a description for gnome-feedback (Brent Smith)

  Doc Translations

	* Luca Ferretti (it)

  Translators

	* Jakub Friedl (cs)
	* Farzaneh Sarafraz (fa)
	* Vladimer SIchinava (ka)
	* Raivis Dejus (lv)
	* Licio Fernando Nascimento da Fonseca (pt_BR)

===============
Version 2.13.91
===============

  Doc Translations

	* Francisco Javier F. Serrador (es)

===============
Version 2.13.90
===============

  Fixes

	* Fix crash when no icon file can be found for the .desktop file
	  (Vincent)

  Doc Translations

	* Christophe Bliard (fr)

  Translators

	* Luca Ferretti (it)

===============
Version 2.13.4
===============

  Misc

	* Fix .desktop file (Vincent Untz)

===============
Version 2.13.3
===============

  Misc

	* Fix warnings (Kjartan Maraas)

===============
Version 2.13.2
===============

  Misc

	* Fix build on Darwin (Mark)

  Translators

	* Erdal Ronahi (ku)
	* Timur Jamakeev (ky)

===============
Version 2.13.1
===============

  Misc

	* Remove scrollkeeper hack (Vincent)

  Translators

	* Tino Meinen (nl)
	* Christian Rose (sv)
	* Clytie Siddall (vi)
2006-03-30 21:47:15 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
jmmv
2669023913 Update to 2.12.1:
===============
Version 2.12.1
===============

  Misc

	* disable scrollkeeper for distcheck (Vincent)

  Translators

	* Mahay Alam Khan (bn)
	* Ivar Smolin (et)
	* Iñaki Larrañaga (eu)
	* Ignacio Casal Quinteiro (gl)
	* Gil Osher (he)
	* Baris Cicek (tr)
	* Clytie Siddall (vi)

===============
Version 2.12.0
===============

  Translators

	* Vladimir "Kaladan" Petkov (bg)
	* Jordi Mallach (ca)
	* Gareth Bowker (cy)
	* Hendrik Richter (de)
	* Francisco Javier F. Serrador (es)
	* Christophe Merlet (RedFox) (fr)
	* Gabor Kelemen (hu)
	* Norayr Chilingaryan (hy)
	* Takeshi AIHANA (ja)
	* Young-Ho Cha (ko)
	* Erdal Ronahi (ku)
	* Žygimantas Beručka (lt)
	* Leonid Kanter (ru)
	* Elian Myftiu (sq)
	* Данило Шеган (sr)

===============
Version 2.11.92
===============

  Docs Translations

	* Tommi Vainikainen (fi)

  Translators

	* Ankit Patel (gu)
	* Gabor Kelemen (hu)
	* Mohammad DAMT (id)
	* Kjartan Maraas (nb, no)
	* Gnome PL Team (pl)
	* Evandro Fernandes Giovanini (pt_BR)
	* Duarte Loreto (pt)
	* Dan Damian (ro)
	* Marcel Telka (sk)
	* Prajasakti Localisation Team (te)
	* Gheyret T.Kenji (ug)
	* Maxim Dziumanenko (uk)
	* Wang Jian (zh_CN)
	* Abel Cheung (zh_TW)

===============
Version 2.11.90
===============

  Misc

	* Use gnome-doc-utils for building the help docs (Vincent Untz)
	* Use GtkIconTheme for gnome_icon_theme_(find|get)_icon (Christian Persch, Mark)
	* Use trademarked GNOME logo in gnome-about (Luca Cavalli)

  Translators

	* Miloslav Trmac (cs)
	* Adam Weinberger (en_CA)
	* Francisco Javier F. Serrador (es)
	* Ivar Smolin (et)
	* Ilkka Tuohela (fi)
	* Kjartan Maraas (nb, no)
	* Tino Meinen (nl)
	* Paisa Seeluangsawat (th)
	* Clytie Siddall (vi)

==============
Version 2.11.5
==============

  Misc

	* Fix leak (Kjartan Maraas)

  Translators

	* Данило Шеган (sr)

==============
Version 2.11.4
==============

  Misc

	* Fix leak (Kjartan Maraas)

  Translators

	* Martin Willemoes Hansen (da)
	* "Francisco Javier F. Serrador" (es)
	* Marcel Telka (sk)
	* Abel Cheung (zh_TW)

==============
Version 2.11.3
==============

  Translators

	* Ales Nyakhaychyk (be)
	* Adam Weinberger (en_CA)
	* Francisco Javier F. Serrador (es)
	* Ivar Smolin (et)
	* Iñaki Larrañaga (eu)
	* Lilit Azizbekyan (hy)
	* Takeshi AIHANA (ja)
	* Kjartan Maraas (nb)
	* Kjartan Maraas (no)
	* Elian Myftiu (sq)
	* Paisa Seeluangsawat (th)

==============
Version 2.11.1
==============

  Misc

	* Add gnome_desktop_item_new_from_basename() API (Dennis Cranston)
	* Fix i18n inialization in GnomeDesktopItem (Frederic Crozat)

  Translators

	* Vladimir \"Kaladan\" Petkov (bg)
	* Miloslav Trmac (cs)
	* Iñaki Larrañaga (eu)
	* Ankit Patel (gu)
	* Tino Meinen (nl)
2005-10-12 21:52:01 +00:00
jmmv
b6457f3ad8 Merge gnome2-pixmaps into gnome-desktop. gnome-pixmaps (v1) was deleted
three months ago, so there is no need for this separation any more.
Simplifies maintenance.  Bump gnome-desktop's PKGREVISION to 1.
2005-08-21 11:26:47 +00:00
jmmv
36201a6e43 Update gnome2-pixmaps and gnome-desktop to 2.10.0:
==============
Version 2.10.0
==============

  Translators

	* Gabor Kelemen (hu)
	* Luca Ferretti (it)
	* Žygimantas Beručka (lt)
	* Dan Damian (ro)
	* Leonid Kanter (ru)
	* Данило Шеган (sr)
	* Canonical Ltd (xh)
	* Abel Cheung (zh_TW)

==============
Version 2.9.92
==============

  Misc

	* Remove icons that are in gnome-icon-theme

  Translators

	* Vladimir "Kaladan" Petkov (bg)
	* Martin Willemoes Hansen (da)
	* Christophe Merlet (RedFox) (fr)
	* Ankit Patel (gu)
	* Changwoo Ryu (ko)
	* Kjartan Maraas (nb)
	* Kjartan Maraas (no)
	* Gnome PL Team (pl)
	* Evandro Fernandes Giovanini (pt_BR)
	* Paisa Seeluangsawat (th)
	* Baris Cicek (tr)
	* Maxim Dziumanenko (uk)
	* Canonical Ltd (xh)

==============
Version 2.9.91
==============

  libgnome-desktop

	* New gnome_desktop_item_set_launch_time() API (Elijah Newren, Mark)

  Translators

	* Jordi Mallach (ca)
	* Nikos Charonitakis (el)
	* David Lodge (en_GB)
	* Ivar Smolin (et)
	* Pauli Virtanen (fi)
	* Gil Osher (he)
	* Žygimantas Beručka (lt)
	* Duarte Loreto (pt)
	* Elian Myftiu (sq)

================
Version 2.9.90.1
================

  Misc

	* update LT_VERSION
	* update GNOME version

==============
Version 2.9.90
==============

  Translators

	* Vladimir "Kaladan" Petkov (bg)
	* Telsa Gwynne (cy)
	* Frank Arnold (de)
	* Francisco Javier F. Serrador (es)
	* Priit Laes (et)
	* Takeshi AIHANA (ja)
	* Tino Meinen (nl)
	* Åsmund Skjæveland (nn)
	* Marcel Telka (sk)
	* Elian Myftiu (sq)
	* Christian Rose (sv)

=============
Version 2.9.4
=============

  Misc

	* Add .desktop file for gnome-about (Vincent Untz)
	* Fix compiler warning (Kjartan)
	* distcheck fixing (Mark)

  libgnome-desktop

	* Don't append invalid URIs to command line when launching (Vijaykumar Patwari)

  Translators

	* Miloslav Trmac (cs)
	* Adam Weinberger (en_CA)
	* Žygimantas Beručka (lt)
	* Kjartan Maraas (nb)
	* Kjartan Maraas (no)
	* Christian Rose (sv)

=============
Version 2.9.3
=============

  Translators

	* Zuza Software Foundation (nso)
	* Zuza Software Foundation (zu)

=============
Version 2.9.2
=============

  Misc

	* move some icons in gnome-applets & gnome-icon-theme (David Madeley, Mark)
	* move data files for the menus to gnome-menus (Mark)
	* don't use some deprecated functions (Vincent)

  Translators

	* Meelad Zakaria (fa)
	* Zuza Software Foundation (nso)
2005-03-22 16:09:27 +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
c2ff0a2211 Update gnome2-pixmaps and gnome-desktop to 2.8.0. This version corresponds
to GNOME 2.8.0.

=============
Version 2.8.0
=============

  Translators

	* Mətin Əmirov (az)
	* Amila Akagić (bs)
	* Adam Weinberger (en_CA)
	* Jesús Bravo Álvarez (gl)
	* Gabor Kelemen (hu)
	* Takeshi AIHANA (ja)
	* Mişu Moldovan (ro)

==============
Version 2.7.92
==============

  Fixes

	* Change link in gnome-about from gnomedesktop.org to news.gnome.org (Alan Horkan)

  Translators

	* Kemal Sanjta (bs)
	* Jordi Mallach (ca)
	* Pauli Virtanen (fi)
	* Kjartan Maraas (nb)
	* Elian Myftiu (sq)
	* Maxim Dziumanenko (uk)

==============
Version 2.7.91
==============

  Fixes

	* Fix memory leak (Mark)
	* Fix crash with some .desktop files (Vincent Untz)
	* Fix compilation without startup-notification (Mariano Suárez-Alvarez)

==============
Version 2.7.90
==============

  Fixes

	* Randomize the order of the credits in gnome-about (Matthew Garrett)
	* Fix end of list corruption in gnome-about (Matthew Garrett)

  Translators

	* Elian Myftiu (sq)
	* Abayomi Mobolaji Onibudo (yo)

=============
Version 2.7.4
=============

  Fixes

	* Use the correct X timestamp with startup-notification (Elijah Newren, Mark)
	* Remove egg_spawn usage from libgnome-desktop (Mark)
	* Fix DTD validation errors in omf files (Frederic Crozat, Mariano Suárez-Alvarez)

  Translators

	* Peter "Peshka" Slavov (bg)
	* Pawan Chitrakar (ne)
	* Laurent Dhima (sq)

=============
Version 2.7.3
=============

  Translators

	* Suman Raj Tiwari (ne)
	* Elian Myftiu (sq)

=============
Version 2.7.1
=============

  Fixes

	* Make the languages list in .desktop editor use GTK_SHADOW_IN (Jorn Baayen)

  Help Docs

	* Basque documentation translations (Pablo Saratxaga)

  Translators

	* Žygimantas Beručka (lt)
	* Gurban Mühemmet Tewekgeli (tk)
2004-09-21 16:54:06 +00:00
jmmv
cc9dc08dc2 During print-PLIST in packages using this one, print a comment for the
share/gnome/vfolders directory, instead of trying to remove it.
2004-05-15 14:55:46 +00:00
jmmv
1e5ae7188a Update to 2.6.0. Changes since previous stable version:
Version 2.6.0
=============

  Translators

	* Gareth Owen (en_GB)

Version 2.5.92
==============

  Translations

	* Sayed Jaffer Al-Mosawi (ar)
	* Peter \"Peshka\" Slavov (bg)
	* Alexander Winston (en_CA)
	* Elian Myftiu (sq)
	* Danilo Segan (sr)
	* Gurban Mohemmet Tewekgeli (tk)
	* Maxim Dziumanenko (uk)

Version 2.5.91
==============

  libgnome-desktop

	* Fix issue where dragging a file from an nfs mounted dir onto
	  a launcher wouldn't work (Mark)
	* Make the launcher editor use GtkFileChooser (Brian Skahan)

  Misc

	* Don't depend on strptime (Mark)
	* Check for scrollkeeper in configure (Mark)
	* Fixup OMF files to validate with latest scrollkeeper (Mark)

  Translations

	* Laszlo Dvornik (hu)
	* Luca Ferretti (it)
	* Amanpreet Singh Alam (pa)
	* Duarte Loreto (pt)
	* Elian Myftiu (sq)
	* Dinesh Nadarajah (ta)
	* Paisa Seeluangsawat (th)

Version 2.5.90
==============

  Misc

	* Allow build against an uninstalled build (Laszlo Peter)

Version 2.5.5
=============

  Misc

	* Use the new applications icon for the Applications menu (Mark)

Version 2.5.4
=============

  About Dialog

	* Set intro text as non-editable (Fernando Herrera)
	* Plug some leaks (Kjartan Maraas)

  libgnome-desktop

	* Include correct i18n header to fix warnings (The Written Word)

  Misc

	* Use the common docs build system (Malcolm Tredinnick)
	* Small configure.in cleanup (Tomasz K³oczko)
	* Fix underquoted AM_PATH_ESD issue (Alexander Winston)
	* Don't included generated .desktop files in tarball (Mark)
	* Distcheck fix (Mark)

  Translators

	* Christophe Merlet (RedFox) (fr)
	* Kjartan Maraas (no)
	* Miloslav Trmac (cs)

Version 2.5.3
=============

  About Dialog

	* Update the "Contact" link (Alex Duggan)

  Misc

	* FDL/GPL/LGPL docs updates (Eric Baudais)

  Translators

	* Dmitry G. Mastrukov (ru)

Version 2.5.2
=============

  libgnome-desktop

	* Handle g_filename_from_utf8() failure (Dennis Cranston)

  Translators

	* Danilo Segan (sr)
	* Kjartan Maraas (no)
	* Kostas Papadimas (el)

Version 2.5.1
=============

  libgnome-desktop

	* Remove unnecessary accessibility code (Padraig)
	* Use the correct mnemonic widget for the command entry (Padraig)

  Misc

	* Add a --enable-deprecations build flag (Mark)

  Translators

	Abel Cheung (zh_TW)
	G Karunakar (hi)
	Jordi Mallach (ca)
	Ole Laursen (da)
	Sanlig Badral (mn)
2004-04-01 18:36:11 +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