Commit graph

67 commits

Author SHA1 Message Date
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jmmv
aa162e1edd Update to 2.10.2:
Panel

	* Fix crash when the "locked" gconf key is unset (Mark)
	* Fix bad interactions between the panel and the recent menus (Mark)
	* Fix crasher with recent items menu (Mark)
	* Fix "dialogs pop up under panel dialogs" issue by making each panel
	  be in its own window group and the dialogs part of the default group.
	  (Mark)
	* Help links update (Kjartan Maraas, Sébastien Bacher)
	* Code cleanup (Kjartan Maraas)
	* Plug leaks (Kjartan Maraas)
	* Fix bad interaction between the panel and the window manager (Mark)

  Translators

	* Vladimir Petkov (bg)
	* Priit Laes (et)
	* Roozbeh Pournader (fa)
	* Christophe Merlet (RedFox) (fr)
	* Ignacio Casal Quinteiro (gl)
	* Ankit Patel (gu)
	* Yuval Tanny (he)
	* Rajesh Ranjan (hi)
	* Lilit Azizbekyan (hy)
	* Takeshi AIHANA (ja)
	* Clytie Siddall (vi)
	* Canonical Ltd (xh)
	* Woodman Tuen (zh_TW)
2005-06-29 09:30:55 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
drochner
3b9dc5d131 update to 2.10.1
changes:
-bugfixes
-translation updates
2005-04-26 20:05:24 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
be2df1b6de Update to 2.10.0:
==============
Version 2.10.0
==============

  Misc

	* Add uk help (Maxim V. Dziumanenko)

  Translators

	* Frank Arnold (de)
	* Nikos Charonitakis (el)
	* David Lodge (en_GB)
	* Priit Laes (et)
	* Christophe Merlet (RedFox) (fr)
	* Žygimantas Beručka (lt)
	* Gnome PL Team (pl)
	* Dan Damian (ro)
	* Leonid Kanter (ru)
	* Данило
	  Шеган (sr)
	* Theppitak Karoonboonyanan (th)
	* Maxim Dziumanenko (uk)

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

  Panel

	* List bookmarks in the right order in the Places menu (Vincent)
	* Simplify the code for About dialogs (Luca Ferretti)
	* Fix crash when there's an error loading an icon in the "Add to panel"
	  dialog (Vincent)
	* Fix path for launchers in default setup (Sébastien Bacher)
	* Fix error dialogs complaining about icon theme when starting and
	  there are drawers (Vincent)
	* New layout for the main menu, similar to the menu bar layout
	  (Vincent)
	* Fix applets with wrong backgrounds when the specified image
	  background does not exist (Vincent)
	* Fix main menu lockup when the lockdown mode is changed
	  (Vijaykumar Patwari)
	* Plug memory leaks (Vincent)
	* Support possible new format for the GTK+ bookmarks file (Vincent)
	* Fix crash when the desktop background changes (Vincent)

  Applets

	* Simplify the code for About dialogs (Luca Ferretti)
	* Fix leak when panel background changes (Vincent)

  Clock Applet

	* Fix update of the clock to happen every minute and not every second
	  when we don't show seconds (Vincent)

  Window List Applet

	* Fix icon loader for startup notification buttons (Vincent)

  Workspace Switcher Applet

	* Update for libwnck API change (Elijah Newren)

  Translators

	* Vital Khilko (be)
	* Vladimir Petkov (bg)
	* Jordi Mallach (ca)
	* Miloslav Trmac (cs)
	* Martin Willemoes Hansen (da)
	* Hendrik Richter (de)
	* Nikos Charonitakis (el)
	* David Lodge (en_GB)
	* Ivar Smolin (et)
	* Christophe Merlet (RedFox) (fr)
	* Ankit Patel (gu)
	* Gabor Kelemen (hu)
	* Luca Ferretti (it)
	* Takeshi AIHANA (ja)
	* Changwoo Ryu (ko)
	* Kjartan Maraas (nb)
	* Reinout van Schouwen (nl)
	* Kjartan Maraas (no)
	* Raphael Higino (pt_BR)
	* Duarte Loreto (pt)
	* Marcel Telka (sk)
	* Elian Myftiu (sq)
	* Christian Rose (sv)
	* Theppitak Karoonboonyanan (th)
	* Maxim Dziumanenko (uk)
	* Woodman Tuen (zh_TW)

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

  Panel

	* Update libegg files (Vincent, Mark)
	* Migrate launchers that are using applications: URI (Vincent)
	* Don't use applications: URI in the default panel setup (Vincent)
	* Use GtkIconTheme (Vincent)
	* Use named icons instead of stock icons (Vincent)
	* Fix object context menu positioning algorithm (Vincent)
	* Allow use of the whole screen when hiding a panel (Mark, Vincent)
	* Fix button menus using other menus than applications.menu (Vincent)
	* Plug memory leak (Vincent)
	* Don't let the user specify a panel size smaller than what is allowed
	  (Vincent)
	* Fix crash with context menus (Vincent)
	* Fix error dialog to appear on the right screen (Vincent)
	* Change the DnD icon to the dragged applet one in the "Add to panel"
          dialog. (Carlos Garnacho Parro)
	* Make "Run application" faster (Frank Worsley, Vincent)
	* Add accessible name for list of known applications in "Run
	  application" dialog (Muktha)
	* Use the new gnome_desktop_item_set_launch_time() API (Elijah Newren)
	* Make non local paths in the places menu work (Dennis Cranston)
	* Update the applications menu when the disable_command_line lockdown
	  key is changed (Vincent)
	* Fix 100% CPU bug with non-expanded panels (Vincent)

  libpanel-applet

	* Fix applet context menu positioning algorithm (Vincent)

  Show Desktop Applet

	* Show/hide desktop on the right screen (Arvind, Vincent)
	* Update the icon when icon theme changes (Paolo Borelli, Vincent)
	* Use GtkIconTheme (Vincent)

  Window Selector Applet

	* Move most of the code to a new widget in libwnck (Vincent Noel)

  Workspace Switcher Applet

	* Make applet look better when using a color/image background (Vincent)

  Misc

	* Code cleanups
	* Build fixes
	* Add comments for translators
	* Remove old useless files

  Translators

	* Vladimir Petkov (bg)
	* Miloslav Trmac (cs)
	* Martin Willemoes Hansen (da)
	* Adam Weinberger (en_CA)
	* Francisco Javier F. Serrador (es)
	* Ivar Smolin (et)
	* Pauli Virtanen (fi)
	* Takeshi AIHANA (ja)
	* Changwoo Ryu (ko)
	* Žygimantas Beručka (lt)
	* Kjartan Maraas (nb)
	* Reinout van Schouwen (nl)
	* Kjartan Maraas (no)
	* Raphael Higino (pt_BR)
	* Duarte Loreto (pt)
	* Leonid Kanter (ru)
	* Elian Myftiu (sq)
	* Theppitak Karoonboonyanan (th)
	* Funda Wang (zh_CN)

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

  Panel

	* Show drawers on the right screen (Arvind)
	* Small optimization for the run dialog (Mark)
	* Open the menu on the right screen with Alt-F1 (Arvind)
	* HIG fixes in "Add to Panel" dialog (Vincent)
	* Fix rare crash when initiliazing the panel configuration (Vincent)
	* Use gtk dnd threshold value for snap tolerance (Vincent)
	* Better positioning for the context menu on objects (Vincent)
	* Unset StartupNotify in the .desktop when editing the command of the
	  launcher (Vincent)
	* Fix submenus not showing in menu bar after an update (Vincent)
	* Fix weird behaviour when the mouse goes on another screen while
	  dragging an object (Arvind)
	* Fix GTK+ bookmarks with spaces in the Places menu (Vincent)
	* Fix crasher when the recent documents list has changed (Vincent)
	* Add a help button when creating a new .desktop file on the desktop
	  (Takao Fujiwara, Vincent)
	* Add "Connect to Server" item to the Places menu (Vincent)
	* Move "Lock To Panel" at the bottom of the context menu (Vincent)
	* Fix scaling of icons in the menu to respect the ratio (Vincent)
	* Remove reference to the Actions menu (Vincent)
	* Try to help translators translate "Desktop" in different contexts

  libpanel-applet

	* Better positioning for the context menu on applets (Vincent)

  Window Selector

	* Dimm the icon if the window is minimized (Vincent Noel)

  Notification Area

	* Show the help on the right screen (Arvind)

  Translators

	* Vladimir Petkov (bg)
	* Miloslav Trmac (cs)
	* Hendrik Richter (de)
	* Alexander Winston (en_CA)
	* Francisco Javier F. Serrador (es)
	* Luca Ferretti (it)
	* Takeshi AIHANA (ja)
	* Žygimantas Beručka (lt)
	* Kjartan Maraas (nb)
	* Rajeev Shrestha (ne)
	* Reinout van Schouwen (nl)
	* Åsmund Skjæveland (nn)
	* Kjartan Maraas (no)
	* Welther José O. Esteves (pt_BR)
	* Marcel Telka (sk)
	* Elian Myftiu (sq)
	* Christian Rose (sv)
	* Chanchai Junlouchai (th)
	* Funda Wang (zh_CN)

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

  Panel

	* Close parent drawers of a drawer when a launcher is launched
	  (Vincent)
	* Fix 100% CPU usage when changing screen size (Vincent)
	* Fix z-order of drawers using their depth (Vincent)
	* Fix (again) autohiding not always working (Vincent)
	* Only open background images from regular files (Vasista Sarma,
	  Vincent)
	* Fix invalid usage of de-allocated memory (Vincent)
	* Fix labels in the "Add to Panel" dialog when the panel name is not
	  set (Christian Neumair)
	* Use new GtkFileChooserButton in panel properties (Vincent)
	* Do not allow to select non-image files for panel backgrounds
	  (Vincent)
	* Make Lock menu item HIG compliant (Madhan Raj M, Vincent)
	* Update the Lock check menu item when the gconf key changes
	  (Leena Gunda, Vincent)
	* Remove default panel names in the first-time config
	  (Christian Neumair)
	* Fix look of applet with handles in RTL environment (Vincent)
	* Add a focus line around the menu bar (Vincent Noel)
	* Draw animation when dropping files on a launcher (Vincent)
	* Fix crasher when moving a menu button between panels (Mark)
	* Make drawer context menu use header capitalization (Dennis Cranston)
	* New menu layout (Vincent)
	* Don't draw handles for drawers (Vincent)
	* HIG work on the "Add to Panel" dialog (Luca Ferretti, Vincent)
	* Fix strings in the "Add to Panel" dialog to help translators
	  (Luca Ferretti, Vincent)
	* Fix crash when closing an error dialog in some circumstances
	  (Vincent)

  libpanel-applet

	* Add new API to allow applets to request focus (Elijah Newren, Mark)

  Fish Applet

	* Fix leak (Vincent)
	* Open the fortune dialog only on button release (Vincent)
	* Instant apply for the disable_command_line lockdown key (Vincent)

  Workspace Switcher Applet

	* Add mouse wheel scrolling to change workspaces (Mark, Vincent)
	* Fix visual glitch when starting (Vincent)

  Window Selector Applet

	* Fix applet name in the about dialog (Vincent)
	* Make the applet look consistent with other menus (Søren Sandmann,
	  Vincent Noel)

  Show Desktop Applet

	* Activate show desktop button on drag an drop (Maciej Katafiasz)

  Misc

	* Use a better name in the notification area about dialog (Vincent)
	* Fix spec files to build RPM (Vincent)
	* Add API doc for panel_applet_request_focus() (Vincent)
	* Cleanups (Vincent, Mark)

  Translators

	* Miloslav Trmac (cs)
	* Nikos Charonitakis (el)
	* Adam Weinberger (en_CA)
	* Francisco Javier F. Serrador (es)
	* Luca Ferretti (it)
	* Takeshi AIHANA (ja)
	* Žygimantas Beručka (lt)
	* Kjartan Maraas (nb)
	* Kjartan Maraas (no)
	* Leonid Kanter (ru)
	* Elian Myftiu (sq)
	* Christian Rose (sv)

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

  Panel

	* Code cleanups (Vincent, Mark)
	* Do not block the panel when an applet initialisation is blocking (Vincent)
	* Do not block the panel when an applet can not be loaded (Vincent)
	* Find the right icon when dropping an URI (Vincent)
	* Fix configuration changes when the panel is hidden (Vincent)
	* Fix drag and drop of text in the run dialog (Vincent)
	* Fix image & translucent backgrounds for the menu bar (Vincent)
	* Use icon names instead of some stock icons (Vincent)
	* Use an icon when dragging the action buttons (Vincent)
	* Fix leaks (Frederic Crozat, Kjartan Maraas, Vincent)
	* Load the menu from desktop files only when the menu is shown (Mark)
	* Fix disappearing menu separator in recent documents (Vincent)
	* Use startup notification for gnome-search-tool (Dennis Cranston)
	* Use icons of the right size for launchers (Vincent)
	* HIGify the "Delete this Panel..." dialog (Dennis Cranston)
	* Fix auto-hiding of panel when dragging something on it (Vincent)
	* Drawer context menu is the same on the button and on the toplevel (Vincent)
	* Add a "Launch" menu item to the launcher context menu (Vincent)
	* Fix removal of the last applet/object that could not get removed (Vincent)
	* Fix translucent backgrounds for auto-hidden panels (Vincent)
	* Fix image and translucent backgrounds for applets with a handle (Vincent)
	* Fix 100% CPU usage when closing drawers in some case (Vincent)
	* Fix infinite loop when moving a non expanded panel (Vincent)
	* Make it easier to center non expanded panel (Vincent)

  Applets

	* Fix resizing of the notification area (Mark)
	* Don't crash if the icon for the show desktop is not found (Mark, Srirama Sharma)

  Misc

	* Update README (Vincent)
	* 100% API doc coverage for libpanel-applet (Vincent)

  Translators

	* Miloslav Trmac (cs)
	* Martin Willemoes Hansen (da)
	* Adam Weinberger (en_CA)
	* David Lodge (en_GB)
	* Francisco Javier F. Serrador (es)
	* Takeshi AIHANA (ja)
	* Žygimantas Beručka (lt)
	* Kjartan Maraas (nb)
	* Kjartan Maraas (no)
	* Zuza Software Foundation (nso)
	* Chanchai Junlouchai (th)
	* Zuza Software Foundation (zu)

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

  Panel

	* Use libgnome-menu to generate menus (Mark, Alex Larsson)
	* Extend code to support (in the future) drag and drop of Nautilus desktop icons (Mark)
	* Fix drag and drop of folders with special caracters (Matthias Clasen)
	* Partial fix for a crash when dropping an image on the panel (Mark)
	* Store panel configuration in a new location so you can share the settings between GNOME 2.2 and later (Mark)
	* Remove profiles (Mark)
	* Stop using some deprecated functions (Vincent)
	* Make more dialogs HIG compliant (William Jon McCann)
	* Remove the panel name entry from the panel properties (Christian Neumair)
	* Ignore the delete event (so you don't accidentally close the panel in XFCE, eg) (Sebastian Kapfer)
	* Use gnome-vfs API to open recent files (Marco Pesenti Gritti)
	* Don't use gnome-vfs-module anymore (Mark)
	* Fix startup notification animation to not leave artifact (Matthias Clasen)
	* Create file launcher, and not nautilus launcher, when dropping URI (Vincent)
	* Fix drag and drop for URL (Romain Baffet)

  All Applets

	* Fix applet ID strings (Mark)

  Clock Applet

	* Use the right icon in the "Add to panel" dialog (Vincent)
	* Accept percentage and spaces when entering percentages for actions (Vincent Noel)
	* Add a gconf key to show/hide the week numbers in the calendar (Vincent)

  Window List Applet

	* Fix the name in the about dialog (Vincent)

  Misc

	* Updated italian docs (Luca Ferreti)
	* Fix example in libpanel-applet doc (Caleb Groom)

  Translators

	* Vladimir Petkov (bg)
	* Miloslav Trmac (cs)
	* Martin Willemoes Hansen (da)
	* Hendrik Richter (de)
	* Adam Weinberger (en_CA)
	* David Lodge (en_GB)
	* Francisco Javier F. Serrador (es)
	* Meelad Zakaria (fa)
	* Takeshi AIHANA (ja)
	* Hasbullah Bin Pit (ms)
	* Kjartan Maraas (nb)
	* Zuza Software Foundation (nso)
	* Elian Myftiu (sq)
	* Funda Wang (zh_CN)

=============
Version 2.9.1
=============

  Panel

	* Scale down the app icon in the "Run application" dialog (Vincent Noel)
	* Make the "application launchers" more visible in the Addto dialog (Vincent Noel)
	* Make the "add" button insensitive in the Addto dialog when nothing is selected (Vincent Noel)
	* Harden user configuration so new defaults doesn't appear for user (Mark)
	* Set tooltip in recent files menu (William Jon McCann)
	* Don't talk about panel when the user is dealing with a drawer (Vincent)
	* Remove distribution menu (Christian Neumair)
	* Make "Reload Applet" HIG-compliant (Christian Neumair)
	* Port to GtkAboutDialog (Vincent)
	* Use new GTK+ facility for setting window icons (Vincent)
	* Use icons from the icon theme (Vincent, Marco Pesenti Gritti)
	* Ellipsize text in Addto dialog (Vincent)
	* Don't use deprecated functions (Vincent)
	* Limit the use of libgnome* (Vincent)
	* Make pixmap backgrounds work for the applets (James Henstridge)

  All Applets

	* Port to GtkAboutDialog (Vincent)
	* Use new GTK+ facility for setting window icons (Vincent)
	* Limit the use of libgnome* (Vincent)
	* Don't use deprecated functions (Vincent)
	* Better panel background support (Vincent)

  Clock Applet

	* Fix calendar position (William Jon McCann)
	* Use icon from the icon theme (Vincent)
	* Update the clock when the time has changed (Marco Pesenti Gritti)
	* Launch task URL on the right screen (Vincent)
	* Use the ellipsizing code from GTK+ (Vincent)

  Fish Applet

	* Add a Speak Again button (Vincent)
	* Use the monospace font for displaying fortune (Vincent)
	* Launch the command asynchronously (Vincent)
	* Don't ignore command parameters (Vincent)
	* Ellipsize the main label in the window if necessary (Vincent)
	* Use the filechooser for choosing the image (Vincent)

  Notification Area Applet

	* Don't use GTK+ name space (Vincent)

  Window Menu Applet

	* Fix crash when showing No Windows Open (Crispin Flowerday)
	* Hide focus line padding (Vincente Noel)
	* Update the menu if a window name changes (Matt T. Proud)
	* Use the ellipsizing code from GTK+ (Matt T. Proud)
	* Update the menu if a window state or icon changes (Vincent)

  Screenshooter

	* Move to gnome-utils (Jonathan Blandford)

  Misc

	* Remove useless icons (Vincent)
	* Install datafiles in better places (Vincent)
	* Don't use deprecated functions for panel-test-applets (Vincent)
	* Update libecal requirement (Vincent)

  Translators

	* Rostislav Raykov (bg)
	* Miloslav Trmac (cs)
	* Adam Weinberger (en_CA)
	* David Lodge (en_GB)
	* Christophe Merlet (RedFox) (fr)
	* Mohammad DAMT (id)
	* Luca Ferretti (it)
	* Žygimantas Beručka (lt)
	* Kjartan Maraas (no)
	* Gora Mohanty (or)
	* Elian Myftiu (sq)
	* Данило Шеган (sr)
2005-03-22 16:18:38 +00:00
jmmv
10546b4691 Update to 2.8.3:
Panel
* Fix crasher when the recent documents list has changed (Vincent)
* Fix custom .desktop files not appearing in the menu (Debian people)

Translators
* Elian Myftiu (sq)
* Zuza Software Foundation (zu)
2005-02-26 17:25:03 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
jmmv
5a0f770b6f Update to 2.8.2:
Panel
	* Ignore the delete event (so you don't accidentally close the panel
	  in XFCE, eg) (Sebastian Kapfer)
	* Show drawer help in the drawer properties dialog (Vincent)
	* Make pixmap backgrounds work for the applets (James Henstridge)
	* Fix drag and drop of folders with special caracters (Matthias Clasen)
	* Fix startup notification animation to not leave artifact
	  (Matthias Clasen)
	* Fix drag and drop for URL (Romain Baffet)

  Clock
	* Update the clock when the time has changed (Marco Pesenti Gritti)
	* Accept percentage and spaces when entering percentages for actions
	  (Vincent Noel)
	* Better panel background support (Vincent)

  Misc
	* Updated italian docs (Luca Ferreti)
	* Fix 100% cpu usage by screenshoter (Anders Carlsson)

  Translators
	* Vladimir Petkov (bg)
	* Miloslav Trmac (cs)
	* Martin Willemoes Hansen (da)
	* Hendrik Richter (de)
	* Adam Weinberger (en_CA)
	* David Lodge (en_GB)
	* Francisco Javier F. Serrador (es)
	* Meelad Zakaria (fa)
	* Mohammad DAMT (id)
	* Takeshi AIHANA (ja)
	* Žygimantas Beručka (lt)
	* Hasbullah Bin Pit (ms)
	* Kjartan Maraas (nb)
	* Kjartan Maraas (no)
	* Zuza Software Foundation (nso)
	* Gora Mohanty (or)
	* Elian Myftiu (sq)
	* Данило Шеган (sr)
	* Funda Wang (zh_CN)
2004-12-28 21:48:42 +00:00
jmmv
a2fe90800f gnome2-control-center shouldn't be here; found by dmcmahill@.
scrollkeeper doesn't have to either.
2004-11-06 10:41:08 +00:00
jmmv
770f721993 Update to 2.8.1:
Panel

	* Prevent against future config breakage when changing
	  the default setup (Mark)
	* De-sensitize addto button when nothing is selected (Vincent Noel)
	* Fix icon scaling issue in the run dialog (Vincent Noel)

  Translators

	* Christophe Merlet (fr)
	* Alessio Frusciante (it)
2004-10-26 21:08:32 +00:00
jmmv
bf406443a7 Bump PKGREVISION because the evolution-data-server dependency was bumped to
ensure that a serious runtime fix gets pulled in.
2004-10-19 20:17:54 +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
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
d52092f304 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
=============
Version 2.8.0
=============

  Translators

	* Abdulaziz Al-Arfaj (ar)
	* Kemal Šanjta (bs)
	* Miloslav Trmac (cs)
	* Dafydd Harries (cy)
	* Hendrik Richter (de)
	* Kostas Papadimas (el)
	* Gareth Owen (en_GB)
	* Francisco Javier F. Serrador (es)
	* Gabor Kelemen (hu)
	* Luca Ferretti (it)
	* Hasbullah Bin Pit (ms)
	* Åsmund Skjæveland (nn)
	* Welther José O. Esteves (pt_BR)
	* Mişu Moldovan (ro)
	* Christian Rose (sv)
	* Chanchai Junlouchai (th)
	* Baris Cicek (tr)
	* Abel Cheung (zh_TW)

================
Version 2.7.92.1
================

  Clock Applet

	* Update the component id we use to launch evolution (Mark)

  Translators

	* Takeshi AIHANA (ja)

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

  Panel

	* Fix various coding errors (Kjartan)
	* Fix autohide in certain circumstances on multi-screen (Mark)
	* Fix a leak (Kjartan)
	* Remove unused code (Vincent)

  Misc

	* Updated help documentation (Breda McColgan)
	* Remove gnome-panel-preferences man page (Vincent)
	* Make spanish help docs valid UTF-8 (Alexandre Oliva)
	* Fix a #if/#ifdef thinko (Kjartan)
	* Fix deprecated API usage (Kjartan)

  Translators

	* Runa Bhattacharjee (bn)
	* Mehemed Šaćirović (bs)
	* Jordi Mallach (ca)
	* Martin Willemoes Hansen (da)
	* Francisco Javier F. Serrador (es)
	* Iñaki Larrañaga Murgoitio (eu)
	* Laszlo Dvornik (hu)
	* Reinout van Schouwen (nl)
	* Elian Myftiu (sq)
	* Maxim Dziumanenko (uk)

================
Version 2.7.91.1
================

  Panel

	* Fix focus-on-map issue the "Run Application" dialog (Elijah Newren)
	* Fix crash with unknown URIs in ~/.recently-used (Mark)

  Clock Applet

	* Fix issue with shadow and scrollbar sizing (William Jon McCann)
	* Warning fixes (Mark)

  Misc

	* Warning fix in libpanel-applet (Vincent Untz)
	* Update the required version of libwnck (J.H.M. Dassen)
	* Ditto for evolution-data-server (Mark)

  Translators

	* Mətin Əmirov (az)
	* Pauli Virtanen (fi)
	* Baptiste Mille-Mathias (crevette) (fr)
	* Elian Myftiu (sq)
	* Christian Rose (sv)

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

  Panel

	* Fix crasher when declining to reload crashed applet (Mark)
	* Fix nested drawer hiding craziness (Mark)
	* Re-work "actions" code to consolidate action details (Mark, Vinay M R)
	* Fix various coding errors (Kjartan Maraas)

  Misc

	* Remove the global panel preferences dialog (Christian Neumair)
	* Add comments for translators to clock.schemas (Mark)

  Translators

	* Miloslav Trmac (cs)
	* Martin Willemoes Hansen (da)
	* Adam Weinberger (en_CA)
	* Francisco Javier F. Serrador (es)
	* Pauli Virtanen (fi)
	* Jesús Bravo Álvarez (gl)
	* Ankit Patel (gu)
	* Takeshi AIHANA (ja)
	* Changwoo Ryu (ko)
	* Kjartan Maraas (nb)
	* Kjartan Maraas (no)
	* Gnome PL Team (pl)
	* Duarte Loreto (pt)
	* Elian Myftiu (sq)
	* Funda Wang (zh_CN)

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

  Panel

	* Make the menu key popup the panel context menu (Sagar Rastogi)
	* Fix mnemonic conflict between _Add to Panel and _About Panels (Vincent Untz)
	* Remove remaining bits of the add launcher menu (Christian Neumair)
	* Revise the "Clear Recent Documents" confirmation dialog text (William Jon McCann)
	* Sync with recent-files from libegg (Kjartan Maraas)
	* Fix invalid usage of de-allocated memory (Kjartan Maraas)
	* Fix various strange behaviour with button presses on panel objects (Arvind Samptur)
	* Fix fontilus entries appearing escaped in Recent Documents menu (Federico)

  Applets

	* Fix nasty libpanel-applet issue causing unneccessary padding around Window List (Soeren Sandmann)
	* Make DEMANDS_ATTENTION windows appear bold in the Window Selector (Vincent Noel)
	* Make the Show Desktop button correctly resize (Vincent Untz)
	* Display floating date-times in the calendar relative to localtime (William Jon McCann)
	* Make the appointment/task list in the clock use SHADOW_IN (Jonathan Blandford)
	* Remove usage of obselete panel:category attribute and update docs (Mark)

  Screenshooter

	* Make it use the window title rather than the window class for the filename (Bryan Clark)

  Build Stuff

	* Fix various compiler warnings (Mark)
	* Indicate that strings to be translated are encoded in UTF-8 (Christian Neumair)
	* Require a xgettext which supports --from-code (Mark)
	* add DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc (Mark)

  Translators

	* Rostislav Raykov (bg)
	* Miloslav Trmac (cs)
	* Martin Willemoes Hansen (da)
	* Adam Weinberger (en_CA)
	* Gareth Owen (en_GB)
	* Francisco Javier F. Serrador (es)
	* Ravishankar Shrivastava (hi)
	* Laszlo Dvornik (hu)
	* Takeshi AIHANA (ja)
	* Changwoo Ryu (ko)
	* Žygimantas Beručka (lt)
	* Hasbullah Bin Pit (ms)
	* Kjartan Maraas (no)
	* Duarte Loreto (pt)
	* Dmitry G. Mastrukov (ru)
	* Elian Myftiu (sq)
	* Данило Шеган (sr)
	* Baris Cicek (tr)

===============
Version 2.7.4.1
===============

  Panel

	* Add "Clear Recent Documents" to Recent Documents menu (William Jon McCann, Mark)

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

  Clock Applet

	* Add the source color to the appointments/tasks lists (William Jon McCann)
	* Ensure the calendar popup is focused (William Jon McCann)
	* Refilter calendar tasks when the popup is updated (William Jon McCann)

  Translators

	* Vladimir "Kaladan" Petkov (bg)
	* Dafydd Harries (cy)
	* Francisco Javier F. Serrador (es)
	* Takeshi AIHANA (ja)
	* Raphael Higino (pt_BR)
	* Elian Myftiu (sq)

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

  Panel

	* New "Add to Panel" dialog (Vincent Untz)
	* HIG border spacing fix for addto dialog (Dennis Cranston)
	* Fix "Invalid read of size 1" valgrind warning (Mark)
	* Don't prevent drawers from being deleted (Leena Gunda)
	* Removed some unused code from menu stuff (Christian Neumair)

  Clock Applet

	* Make "Adjust Date & Time" update PRIMARY (not just CLIPBOARD) (Greg Hudson)
	* Consistency fix for GConf keys' docs (Christian Neumair)

  Misc

	* Removed ellipses from applet's popup menus (Dennis Cranston)
	* Typo fix in libpanel-applet docs (Sven Herzberg)

  Translators

	* Vladimir "Kaladan" Petkov (bg)
	* Miloslav Trmac (cs)
	* Christian Neumair (de)
	* Adam Weinberger (en_CA)
	* Gareth Owen (en_GB)
	* Laszlo Dvornik (hu)
	* Žygimantas Beručka (lt)
	* Gnome PL Team (pl)
	* Elian Myftiu (sq)
	* zhakanini (ta)
	* Funda Wang (zh_CN)

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

  Panel

	* Remove "Add to run dialog" from the menu's context menu (Chistian Neumair)
	* Allow applets to be removed when locked (Mark, Christian Neumair)
	* Fix a rare crasher while menu editing (Chris Lahey)
	* Fix some problems with filename quoting (Mark)
	* Improve tab completion in the run dialog (Frank Worsley)
	* Fix issue with the tooltip on drawers no being updated (Vinay M R, Mark)
	* Don't allow drawers to move offscreen (Shakti Sen, Mark)
	* Fix issue with launcher save location not being valid with gnome-vfs (Vincent Berger, Mark)
	* Try and guess an icon for launches with no explicit icon (Satvik Upadhyaya, Mark)
	* Paint the arrow on menu buttons using the GTK+ theme (Mark)

  Screenshot Utility

	* Don't make the entire desktop hang when using --delay with a11y (Padraig O'Briain)
	* Fix crasher when window icon not found (Mark)
	* Translate the "save to webpage" string in the screenshot utility (Mariano Suárez-Alvarez)

  Clock Applet

	* Fix issue with the clock no resizing properly when making the panel bigger (Mark)
	* Fix problems with tasks edits affecting the wrong task (Carlos Garnacho Parro)
	* Open the tasks URL when double clicking on it (William Jon McCann)
	* Fix the handling of all day events and timezones (William Jon McCann)
	* Properly reload stuff when evolution-data-server dies (William Jon McCann)
	* Use GTK_SHADOW_OUT around the calendar (Jorn Baayen)
	* Destroy the calendar if the clock is removed from the panel (Shakti Sen)

  Misc

	* Set a tooltip on the Window Selector applet (Kaushal Kumar)
	* Remove the separator from Wanda's fortune dialog (Paolo Borelli)
	* Fix the version number in the autogen.sh message (Fernando Herrera)

  Translations

	* Miloslav Trmac (cs)
	* Adam Weinberger (en_CA)
	* Gareth Owen (en_GB)
	* Francisco Javier F. Serrador (es)
	* Gil Osher (he)
	* Takeshi AIHANA (ja)
	* Changwoo Ryu (ko)
	* John C Barstow (mi)
	* Kjartan Maraas (no)
	* Stanislav Visnovsky (sk)
	* Funda Wang (zh_CN)
2004-09-21 16:57:02 +00:00
jmmv
6552c52cd2 Update to 2.6.2:
Panel
* Fix a rare crasher while menu editing (Chris Lahey)
* Fix some problems with filename quoting (Mark)
* Fix issue with the tooltip on drawers no being updated (Vinay M R, Mark)
* Don't allow drawers to move offscreen (Shakti Sen, Mark)
* Fix issue with launcher save location not being valid with gnome-vfs
  (Vincent Berger, Mark)

Screenshot Utility
* Don't make the entire desktop hang when using --delay with a11y (Padraig
  O'Briain)
* Fix crasher when window icon not found (Mark)

Clock Applet
* Fix issue with the clock no resizing properly when making the panel bigger
  (Mark)
* Fix problems with tasks edits affecting the wrong task (Carlos Garnacho Parro)
* Destroy the calendar if the clock is removed from the panel (Shakti Sen)

Translators
* Nirav, Ankit, Ankur, Atit, Bhavin, Kartik, Khushbu, Sweta (gu)
* Gil Osher (he)
* Changwoo Ryu (ko)
* John C Barstow (mi)
* Åsmund Skjæveland (nn)
* Kjartan Maraas (no)
* Stanislav Visnovsky (sk)
2004-06-28 14:50:23 +00:00
recht
75c3066ac8 Bump PKGREVISION to 1 for the evolution-data-server shared library version
change.
2004-06-01 17:02:05 +00:00
reed
59a1ba109b gnome-panel's configure checks for 'gconf-2.0 >= 2.6.1'
so depend on GConf2>=2.6.1. (Okay'd by maintainer, jmmv@.)
2004-05-28 18:27:10 +00:00
jmmv
b3d0fdedee Update to 2.6.1:
Panel

	* Make the default background color white with solid-color background
	  (Mark)
	* Load applets in the correct order on non-expand panels (Mark)
	* Kill error dialogs associated with a launcher when deleting it
	  (Vijaykumar Patwari)
	* Install default_setup in /apps/panel/profiles/default too (Mark)
	* Don't try and load glade files from the current directory (Mark)

  Clock Applet

	* Fix problems with the localization of the clock format (Mark)

  Misc

	* Parallel build fix (Frederic Crozat)

  Translators

	* Zuza Software Foundation (af)
	* Adam Weinberger (en_CA)
	* Francisco Javier F. Serrador (es)
	* Iñaki Larrañaga Murgoitio (eu)
	* Pauli Virtanen (fi)
	* Guntupalli Karunakar (gu)
	* Robert Sedak (hr)
	* Gabor Kelemen (hu)
	* Mohammad DAMT (id)
	* Jitendra Shah (mr)
	* Chanchai Junlouchai (th)
2004-05-15 15:48:36 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
jmmv
aeda46b8b0 Update to 2.6.0. Changes since previous stable branch (2.4.x):
Version 2.6.0
=============

	* New and updated translations.

Version 2.5.93
==============

  Screenshot Taker

	* Use the new file chooser in save mode instead of open mode

  Clock Applet

	* Fix crash with unset/invalid clock format preference

  Translators

	* New and updated translations.


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

  Panel

	* Fix accessibility issue with the "Force Quit" dialog
	* Correctly launch nautilus for directories from the run dialog

  Clock Applet

	* Use GtkComboBox in the preferences dialog

  Translations

	* New and updated translations.


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

  Panel

	* Don't resize while autohiding
	* Remove the username from the Log Out menu item again
	* Xinerama fixes for panel position and collision avoidance
	* Make moving launchers with button2 work again
	* Don't allow the panel to be moved when its hidden

  Clock Applet

	* Fix task and appoinment list scrolling
	* Use Fedora's system-config-time if available
	* Fix issue with clock not resizing when date chanes in some locales

  Notification Area

	* Set the window icon on the about dialog

  Translations

	* New and updated translations.


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

  Panel

	* Fix a typo - "or to to shutdown"
	* Fix issue with autohides not being unqueued on leave notify
	* Allow the hide button's size to be themed
	* Make apps be launched on the correct screen after menus are re-loaded
	* Fixup instance of using an uninitialised variable

  Applets

	* Fix issue with calendar jumping multiple months on click

  Misc

	* Updated help documentation
	* Allow building against an uninstalled build of gnome-panel

  Translations

	* New and updated translations.


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

  Panel

	* Make applets move a pixel at a time so we can move them to the corner
	* Fix broken keynav with numlock enabled
	* Fix problem with disappearing launchers
	* Correctly test for modifiers throughout the panel

  Notification Area

	* Correctly manage the lifecycle of the about dialog
	* Use the correct icon in the about dialog

  Misc

	* Update help links to point to new user-guie location
	* Add configure flag to disable use of evolution-data-server
	* Update help documentation
	* Make the screenshooter use GtkFileChooser
	* Add documentor credits in applet about dialogs
	* Warnings fixes
	* Un-mark property descriptions for translation

  Translators

	* New and updated translations.


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

  Panel

	* Add more lockdown support
	* Fix major X leak with translucent panels
	* Use a new "applications" icon for the applications menu
	* Set accessible names for drawers and hide buttons
	* Fix issue with "Log Out blah" menu item and username's with underscore
	* Remove bogus panel_signal_connect_object_while_alive()
	* Fix issue where "Delete this Panel" wasn't visible
	* Only allow resizing the run dialog if the proram list is visible
	* Fix some runtime warnings
	* Fix some portability issues

  libpanel-applet

	* Install enums header and fix signal definitions
	* Build panel-test-applets with -export-dynamic

  Clock Applet

	* Fix bug where selected calendars were out of sync
	* Use UTC time for events if preference set
	* Correctly detect all day events
	* Re-position the calendar popup as the clock is moved around
	* Don't show "Adjust Date & Time" if no config tool available
	* Fix issue with ellipsizing the task description

  Misc

	* Sync with newer version of the recent files implementation
	* Use a themed window icon in the screenshooter
	* Fix issue with unsetting the preferred command for Wanda
	* Set the accessible name on the notification area
	* Fix underquoted definition of AM_PATH_ESD
	* Fix invalid UTF8 in spanish help docs
	* Bump required GTK+ to 2.3.2

  Translators

	* New and updated translations.


Version 2.5.3.1
===============

  libpanel-applet

	* Fix crasher with ORBit 2.9.4

  Translators

	* New and updated translations.


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

  Panel

	* Add a shadow around the run dialog applications list
	* Set the accessible name on the run dialog entry
	* Don't allow the creation of empty launchers
	* Change the default panel size from 22px to 24px
	* Put the username in the "Log Out" menu item
	* Fix occassional problem where moving an applet caused the panel to
	  move
	* Use a useless icon for the actions menu until a better one is found
	* Mark a string for translation
	* Use latest versions off egg-recent
	* Fix minor typo in the default panel setup
	* Use GtkFileChooser instead of GtkFileSelection
	* Don't add directories during command completion in the run dialog
	* Fix UTF-8 conversion issue in the run dialog

  Clock Applet

	* Add support for showing Evolution tasks/appointments

	* Allow a custom time format to specified in GConf
	* Make the applet out of process
	* If showing UTC time, select the right day in the calendr
	* Make it easier for translators to swap elements of the time format
	* Schemas terminology fix

  Other Applets

	* Display Notification Area help on the correct screen
	* Don't allow changing the number/names of workspaces if locked down

  Misc

	* Make use of new libgnomeui/gdk functions instead of egg-screen-*
	* Add bugzilla pointers to all applet .server files
	* Build fixes
	* Update Spanish documentation

  Translators

	* New and updated translations.


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

  Panel

	* Kill some unused functions
	* Be more paranoid about removing dirs from the GConfClient cache
	* Fix some strings to by more translator friendly
	* Make blocking auto-hiding recursive
	* Rename "Open Recent" to "Recent Documents"
	* Use gdk_screen_get_monitor_at_point() instead of a hack
	* Sort the applets in the "Add to panel" menu according to the locale
	* Fix various bugs with autohide with no animations
	* Make schema descriptions of the "screen" and "monitor" keys more
	  expicit
	* Use the monitor size and not the screen size to position the panel
	* Fix bug in menu positioning when the panel is hidden
	* Add labelled-by relation for the slider in the properties dialog
	* Fix the preferences dialog to use the locked_down key
	* Remove invalid assertion about auto_hide_size > 0
	* Don't set invalid tooltips on menu buttons
	* Set the accessible name on drawers
	* Make sure to set the PPosition WM_NORMAL_HINT to keep other WMs happy
	* Make the expander in the run dialog activatable via a mnemonic
	* Use GObject's instance private data
	* Use GConf's standard function for unsetting a hierarchy
	* Make the Menu Bar help point at the correct location
	* Make menu buttons use the correct tooltip
	* Make "Force Quit" confirmation dialog cancel on escape

  Screenshooter

	* Don't crash when using the shape extension on an offscreen window
	* Fix slight performace issue
	* Expand filenames with a tilde when saving
	* Kill crufty printing support

  Applets

	* Simplify the various clock time format GConf keys into one enum
	* Make the clock not display leading zeros in dates
	* Make Wanda not use deprecated functions
	* Rename the Window Menu to "Window Selector"
	* Make the Window Selector's help point at the user guide
	* Destroy the Window Selector's about dialog when the applet is removed
	* Ditto for the Show Desktop button
	* Make the Show Desktop button use SVG icons

  libpanel-applet

	* Fix weird issue caused by not removing the dir from the GConfClient
	  cache

  Misc

	* Many distcheck fixes required for using automake 1.7
	* XML-ize the libpanel-applet docs
	* Man pages updates
	* Update build message to say "2.5"
	* Make sure Wanda's generated .server files get deleted on make clean

  Translators

	* New and updated translations.


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

  Panel

	* Implement per-panel and global lockdown keys
	* Add a "disabled_applets" key and don't show those applets
	* Fix gnome-panel --help not to show the flags twice
	* Used the folder icon from the icon theme for folders
	* Use the term "Drag and drop" instead of "DnD"
	* Don't allow vertically centered horizontal panels and vice versa
	* Link to help for action buttons
	* Use the "delete" stock icon for "Delete this panel"
	* Fix crashing when gdk_property_get_fails
	* Snap to 0/100% opacity with a 2% tolerance
	* Set revert to insenitive in the launcher editing dialog
	* Remove the bold labels in the panel properties dialog
	* Don't unhide hidden drawers when unhiding the parent panel
	* Use GtkExpander in the run dialog
	* Don't allow the panel to autohide when dragging things around
	* Don't unhide the panel if we quickly move the pointer in and out
	* Get translucent applet backgrounds almost working
	* Remove useless, crufty code
	* Don't allow the panel to unhide when the properties dialog is open

  Applets

	* Hide the preferences menu items when locked down
	* Update help buttons to point to the correct docs
	* Allow the PanelApplet's children to become focusable after focusing itself
	* Fix a memory leak in libpanel-applet

  Window List

 	* Remove "visible" from the descipription of the applet
	* Update to use the new icon from jimmac
	* Disable certain preferences when only showing the current workspace

  Workspace Switcher

	* Add a shadow around the workspace list in the preferences
	* Unselect any selected workspace name when the list is unfocused

  Window Menu

	* Ellipsize the window menu item if its too long
	* Update to use the new icon from jimmac
	* Don't refer to the "Window List" in the about dialog
	* Use the icon theme to lookup the window icon

  Show Desktop Button

	* Lookup the icon according to the icon theme

  Wanda

	* Respect the "inhibit_command_line" lockdown preference
	* Make the "rotate" prefernce false by default - bubbles should go up
	* De-brand Wanda - she's a fish, not a "GNOME fish"

  Clock

	* Show week numbers in the calendar
	* Better schema description for "internet_time"

  Misc

	* Help documentation updates
	* Add a --enable-deprecations build time flag

  Translators
2004-04-01 18:46:01 +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
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jmmv
d44aa584ab Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation
database.
2004-03-07 12:09:20 +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
07ef7358df unused 2004-02-20 12:25:19 +00:00
jmmv
5cbed6f96b Use wildcards and remove useless files from the list. 2004-02-16 12:37:58 +00:00
jmmv
440ec00abf Remove some unneeded environmental variables. 2004-02-16 12:37:12 +00:00
jmmv
4300174b81 Note where the share/idl directory is removed. 2004-02-16 12:36:25 +00:00
minskim
b15da0df15 Explicitly depend on pkgconfig. 2004-02-14 21:06:43 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
xtraeme
a917c04a0e bl3ify 2004-02-11 07:11:28 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
jmmv
cbde456a74 Include intltool's buildlink2.mk to handle dependancies required by these
tools (as p5-XML-Parser).  Noted by Min Sik Kim.
2004-02-08 21:00:04 +00:00
jmmv
d3189ea520 Bump revision due to nautilus update to 2.4.2. 2004-02-06 22:37:59 +00:00
grant
9b4feec99c replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:30:32 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
xtraeme
16c7ac61db Update to 2.4.2
Changes:

  Panel

  * Fix various bugs with autohide with no animations (Vincent)
  * Use the monitor size and not the screen size to position the panel
    (linchua)
  * Fix bug in menu positioning when the panel is hidden (Arvind)
  * Snap to 0/100% opacity with a 2% tolerance (Vincent)
  * Set the accessible name on drawers (Padraig)
  * Don't allow the panel to unhide when the properties dialog is open
    (Arvind)
  * Don't unhide the panel if we quickly move the pointer in and out
    (Arvind)
  * Don't unhide hidden drawers when unhiding the parent panel (Mark)
  * Fix crashing when gdk_property_get_fails (Vincent)
  * Link to help for action buttons (Vincent)
  * Don't allow vertically centered horizontal panels and vice versa
   (Vincent)
  * Make "Force Quit" confirmation dialog cancel on escape
   (Vijaykumar Patwari)

  Screenshooter

  * Don't crash when using the shape extension on an offscreen window (Vincent)

  libpanel-applet

  * Fix crasher with ORBit 2.9.4 (Mark)
  * Fix weird issue caused by not removing the dir from the GConfClient cache
    (Vijaykumar Patwari)
  * Fix a memory leak (Kjartan)

  Applets

  * Accessible name/description for various applets (Vincent)
  * Fix up the help link for various applets (Vincent)
  * Destroy about dialogs when applets are deleted (Archana Shah)

  Misc

  * Ukrainian translation of the help docs (Maxim Dziumanenko)
  * Man pages updates (Vincent)
  * Help documentation updates (Breda McColgan)
2004-01-16 02:30:30 +00:00
jmmv
b32b224fea Bump revision due to librsvg2 update (libcroco added as a dependancy). 2004-01-04 17:30:55 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
xtraeme
b47a40b2ad Don't rename gnome-panel-screenshot to gnome2-, because it breaks the
function of this program. Now this works perfectly.

There's no need to bump PKGREVISION this time, jmmv@ bumped it some hours
ago.
2003-12-29 02:09:11 +00:00
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
jmmv
9fb6b523c2 Use GCONF2_ENTRIES to register the panel-default-setup.entries file in the
GConf2 database.  This makes the panel recognize the default configuration.
Bump PKGREVISION to 1.
2003-12-28 14:26:18 +00:00
xtraeme
5e5b1124fd Remove patch-ac missed in previous. 2003-12-15 01:47:55 +00:00
xtraeme
2efb364f8b Updated to 2.4.1
Changes:

        * Avoid ever scaling up icons when there is a bigger one available
	 (Owen Taylor)
        * Do not auto hide a panel with open drawers (Arvind)
        * Delete launcher editing dialog when the panel is deleted
	  (Arvind)
        * Do not focus the panel itself when there is an applet to focus
	  (Padraig)
        * Fix warnings with newer gcc (Kjartan)
        * Fix i18n issue with startup notification from the menus
	  (Christian Neumair)
        * Show the localized comment from launchers in the run dialog
	  (Vincent Untz)
        * Query before deleting a non-empty drawer (Arvind)
        * Fix loading of icons specified by relative paths (Bala, Mark)
        * Fix off-by-one error when computing struts (Rob Adams)
        * Fix serious issue with launchers not working on drawers (George)
        * Don't create new launchers whose TryExec fails (Arvind)

And more... review Changelog to see a full list of changes.
2003-12-14 23:34:16 +00:00