Commit graph

4844 commits

Author SHA1 Message Date
recht
da8db5ed50 add missing pkgconfig bl3
fix suggested by Rhialto in PR pkg/26105
2004-06-30 23:51:21 +00:00
jmmv
285e88c29e Update to 2.6.2: Many HC/HCLP icons deleted and symlinked to generic icons
at install time instead, giving better coverage (and a slightly smaller
tarball).
2004-06-28 15:15:34 +00:00
jmmv
3855975ab3 Update to 2.6.2:
Fixes
* Fix issue with drop shadow on splash screen not being redrawn (Carlos
  Romero, Simone Gotti)
* Don't start a keyring if there's one already available (Alex Larsson)

Translators
* Zygimantas Berucka (lt)
* Reinout van Schouwen (nl)
2004-06-28 14:59:08 +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
jmmv
50f596db81 Update to 2.6.2:
Misc
* Basque help files (Pablo Saratxaga)

Translators
* Zygimantas Berucka (lt)
* Åsmund Skjæveland (nn)
* Gurban Mühemmet Tewekgeli (tk)
2004-06-28 13:59:34 +00:00
jmmv
d6ea321b14 Update to 2.6.2:
Battstat:
 * Lots of fixes from Davyd Madeley.

GKB:
 * Build fix (Kjartan)
 * Fix warning when removing the applet (Leena Gunda)

gswitchit:
 * Fix some UTF-8 problems with labels (Sergey)
 * Fix crash when removing the applet (Leena Gunda)

gweather:
 * Lots of fixes from Gareth Owen for crashes and leaks etc.
 * HIG fix from Davyd Madeley
 * Fix "invalid sky" problems (Fabrice Bellet)

Keyboard accessibility:
 * Bugfixes for bug #140281 and bug #137585. (Arvind and Padraig)

mailcheck:
 * Accessibility fix (Vinay Mandalakoppal)

mixer:
 * Restore saved mixer channel on startup (Jorn Baayen)
2004-06-28 13:49:38 +00:00
kristerw
73f5da43b2 The capplet-widget.h is not located where this package expect.
Add an include path to its current location.
2004-06-27 23:04:17 +00:00
kristerw
e4f1b3b08a Fix a C99 variable definition, to make this build with older compilers. 2004-06-27 21:01:58 +00:00
jmmv
1295e7aa05 Use intltool instead of xml-i18n-tools. No functional changes. 2004-06-27 17:28:58 +00:00
grant
a423b59d3f fix @dirrm in PLIST:
share/doc/html/fltk -> dirrm share/doc/fltk

bump PKGREVISION.
2004-06-27 15:01:59 +00:00
minskim
377f1a886a Enable pkgviews installation. 2004-06-27 06:47:07 +00:00
jmmv
467893b2e9 Fix detection of OSS and add support for gstreamer. This lets multimedia
keybindings work (like change the volume through the keyboard).
Bump PKGREVISION to 1.
2004-06-26 15:46:52 +00:00
jmmv
f95aa00c43 Update to 1.03: Mostly bugfix release (related to global and per-window
group switching).  Some minor code/debugging restructuring.
2004-06-26 10:30:47 +00:00
wiz
dce4260726 Sort. 2004-06-24 05:05:28 +00:00
recht
1244834a44 Since Tcl/Tk is builded threaded these days this package requires a
Python built with threading support. So, allow only python2[123]-pth.
2004-06-22 14:43:12 +00:00
xtraeme
b27e2bab0d Update x11/gnome-themes-extras to 0.7.
New icons, bugfixes, etc.
2004-06-21 20:24:55 +00:00
martti
ad0fb11b00 Added xfce4-taskbar-plugin and xfce4-windowlist-plugin 2004-06-21 06:23:49 +00:00
martti
fac3ee4619 Window list plugin for XFce4. 2004-06-21 06:19:46 +00:00
martti
71bfddc1da Taskbar plugin for XFce4. 2004-06-21 06:16:28 +00:00
jmmv
17bf3e660b Update to 2.6.0.3:
- Fix cpu/bandwidth eating on idle displays by not blinking the cursor
  after 20 seconds of inactivity on anything other then :0, fixes #135764

- In the face greeter cut after a comma in the gecos field if there are
  at least two commas since then it's probably some login arguments and
  not the name of the user, "fixes" #142274

- Apply patch to make the language dialog at most 600 pixels so that it
  doesn't look too crappy on large displays, #142175 (Leonard Michlmayr)

- Fix last_x_failed possible infinite loop on slow machines, #141497

- Fix multihead wanker code in the *mouselistener modules, this confused
  the moronic bonobo DISPLAY logic

- Don't use certain languages on the console.  Controlled by the
  daemon/ConsoleCannotHandle config key, but that's a hack.  Oh well,
  better then displaying garbage in cjk and similar.  "fixes" #135387

- Ensure proper ~/.ICEauthority permissions to fix broken cases such
  as gnome-session vs. suid root apps that create root owned ~/.ICEauthority,
  "fixes" #137345

- We no longer use `which' command which is horribly broken on some horribly
  broken systems and use a private shell version, #133245 (Brian Cameron, me)

- Solaris fixes, #137600 (build), #133245 (chown arguments)  (Brian Cameron,
  Ivan Noris)

- Support system-config-display as X setup for FC2

- Further shell quoting paranoia in gdmsetup

- Many minor fixes

- Add some new new icons (James M. Cape)

- Translation updates (Francisco Javier F. Serrador, Alexander Shopov,
  Rostislav Raykov, Dinesh Nadarajah, Asmund Skjaeveland)
2004-06-20 21:25:46 +00:00
christos
52e83f4d3a add test for <sys/stropts.h>; version not bumped, because no change to any
resulting binaries.
2004-06-20 21:02:01 +00:00
jmmv
8ceaed1f17 Update to 2.4.3. While here, rework the way the libdata/ files are handled
by creating/deleting them from the (de)install scripts (and not registered
in the PLIST).  This allows pkg_tarup to work properly and also avoids some
warnings during 'make replace'.

Changes since 2.4.2:
* GtkButton
 - Give extra space to children of !CAN_FOCUS buttons [Matthias Clasen]
* GtkFileChooser
 - Make DND work when the dialog is modal [Federico Mena Quintero]
* GtkToolbar
 - Don't show empty overflow menu [Soeren Sandmann]
 - Don't show initial separator in overflow menu [Soeren]
 - Handle dynamic changes to overflow menu [Soeren]
* Documentation improvements [Bastien Nocera, Matthias]
* Other bug fixes [Matthias, Soeren, Sven Neumann]
* Updated translations (hu,ne)
2004-06-20 20:12:20 +00:00
jwise
708eae5f4d Reverse previous commit (disabling thread-safety), which was poorly though
through, unacceptably breaks threaded apps, and was made without consulting
the package's maintainer.

To quote my mail to packages@:

I am reversing this change.

With this change, tcl is _not_ usable in threaded apps, while without
this change, tcl is perfectly usable in non-threaded apps.

The fix for a package which is incorrectly written is not to break the
package it depends on, but do your job correctly when writing the
package.

With buildlink3, this is mind-numbingly easy to do.

That you neither contacted the maintainer of this package, nor did the
buildlink and dependent package changes which your change requires shows
that you have not really thought this through.

So, as I said, I am reversing this change.  Fix your own package, don't
break others.
2004-06-15 16:39:12 +00:00
drochner
3fa64d6b2b bump PKGREVISION because we need a non-threaded tcl/tk 2004-06-15 16:19:11 +00:00
drochner
0d9ac4a765 Don't --enable-threads for now. If we do this, all potential users of
libtcl.so/libtk.so (whether linking it in or dlopen() it) must be linked
against libpthread. This is something we can't guarantee.
Fixes bulk build error in py-imagingtk and numerous runtime problems.
2004-06-15 16:17:48 +00:00
kristerw
60c366c266 Redo the previous in the correct way, by depending on
graphics/hicolor-icon-theme.  Noted by jmmv@.

Bump PKGREVISION.
2004-06-14 20:23:30 +00:00
kristerw
64712b885b Make sure the directories exists before trying to install in them. 2004-06-14 15:22:41 +00:00
grant
3960998c8a call xargs -n 1 when creating directories with install(1). 2004-06-12 08:58:50 +00:00
agc
1489e85531 Re-generate patch digest for patch-ab. 2004-06-12 07:03:54 +00:00
markd
dff931ad9c +kde3-i18n-{ar,hr,hsb}, -kde3-i18n-se 2004-06-10 13:58:45 +00:00
markd
a75710d779 re-add kde3-i18n-ar, kde3-i18n-hr, kde3-i18n-hsb, part of kde 3.2.3. 2004-06-10 13:55:04 +00:00
markd
3015046a08 update to kde 3.2.3. 2004-06-10 13:31:35 +00:00
markd
73554c3176 Remove kde3-i18n-se. not in kde 3.2.3. 2004-06-10 13:08:45 +00:00
markd
75252418b0 update to kde 3.2.3. 2004-06-10 11:54:15 +00:00
markd
56579eca65 update to kde 3.2.3
changes:
* general: More and better usage of icons in different applications
* general: Fix link order for IRIX
* kappfinder: Fixed menu structure and added icons of several applications
* kicker: Don't show unimplemented "About" and "Preferences" for universal
  sidebar
* kicker: Fix two panels on different xinerama screens affecting their
  placement.
* konqueror/kdesktop: Fix konqueror is ignoring umask when creating new
  files
* konqueror/kdesktop: Fix filename suggestion when moving files applies to
  all subsequent files
* konqueror: Made all items in the "Go" menu open in the current Konqueror
  window
* konqueror: Now Ctrl+Enter opens a tab with default background setting
* konqueror: Holding Shift while opening a tab inverses the "open tabs ini
  background" setting
* konqueror: "[FMSettings] TabPosition=Bottom" in konquerorrc lets the
  tabbar appear at bottom
* konqueror: Fix konqueror listview rightclick always selects file
* konsole: Added the ability to fetch the shell PID per session via DCOP
* konsole: Fix terminal size display is covered by kwin size display
* konsole: Fix Default rendition should be used when clearing screen areas
* konsole: Fix can't change/save Keytabs in the Session Editor
* konsole: Fix for crashes on exit.
* konsole: Fix transparant background updates
* kio_fish: Fixes for copying into a symlink to a folder, and for copying
  over a directory that already exists
* kwin: Keep properly splashscreens above their mainwindows.
* kwin: Restore focus when a broken application sets it to nowhere.
* kwin: Fix dialog placement problems with Konqueror with Qt-3.2.x .
* kwin: Fix problem with minimizing xmms.
* kwin: Fix active desktop borders while moving improper initialization.
* kwin: Fix Shift+middle mouse button action in Konqueror.
* klipper: Fix Klipper reacting to its own clipboard changes.
* khotkeys: Mouse gestures are globally disabled by default.
* drkonqi: Fix valid backtraces sometimes being reported as useless.
* kcontrol: Fix colorsheme file name conflict
2004-06-10 11:51:51 +00:00
markd
f7bb5acf78 Update to kde 3.2.3
Changes:
* general: More and better usage of icons in different widgets
* kiosk: Support for user profiles
* kfile: directory chooser dialog now hides hidden directories, added
  context option to show
* uiserver: Fix KIO: Progress Dialog - 'Keep open' + 'Open File' - Problems
* kwallet: Keep KWallet's password dialog above other windows
2004-06-10 11:39:50 +00:00
jschauma
0d05a89c88 Short: make this compile on Linux
Long:
Some OS have libintl functionality in libc, so we do not necessarily
have to link against (a possibly non-existent) -lintl.  For now, only
deal with Linux -- those who know for a fact which OS also behave
this way should adjust/add.
2004-06-08 17:48:24 +00:00
reed
4b1af6b2fc Change COMMENT so it mentions it is a "Demo viewer and configuration
tool for xscreensaver" (as discussed with maintainer, wiz@).

This package is more that just a "demo".
2004-06-05 22:19:38 +00:00
reed
9f804973f4 Improve description and comment. 2004-06-05 21:05:58 +00:00
jmmv
728b9a1afc Don't bother to create a static archive of the gtk2 engine. It's useless.
Bump PKGREVISION to 1.
2004-06-05 10:28:41 +00:00
jmmv
f7028ae4d8 Add and enable gtk2-engines-industrial. 2004-06-05 10:22:38 +00:00
jmmv
79140d6ce4 Initial import of gtk2-engines-industrial-20030725:
Black and white theme for GTK+ 2.x, initially developed by Ximian.  Includes
nice shades of gray around default buttons in dialogs.  You will love it.

Slightly based on a package from pkgsrc-wip by Michal Pasternak.
2004-06-05 10:20:48 +00:00
jmmv
1143e76336 Use MASTER_SITE_GNOME. 2004-06-05 10:17:40 +00:00
jmmv
c5c73db5ef Update to 2.4.2:
* GtkUIManager
 - Install signals correctly [Michael Natterer]
 - Make the output of gtk_ui_manager_get_ui() parsable. [Michael]
 - Add a way to suppress stock accelerators. [David A Knight]
* GtkClipboard
 - Fix INCRemental transfer of MULTIPLE targets [Matthias Clasen]
 - Increase the chunk size for INCRemental transfers [Matthias]
* GtkFileChooser
 - Hide the combo box when appropriate [Christian Neumair]
 - bug fixes [Federico Mena Quintero]
* GtkComboBox
 - add mouse/wheel bindings on the cellview [Matthias]
 - improve positioning of popup [Matthias]
 - make the selection follow the mouse [Matthias]
* GtkEntryCompletion
 - make the selection follow the mouse [Matthias]
 - restrict popup size to monitor size [Matthias, DmD Ljungmark]
 - don't complete on paste [Anders Carlsson]
* Win32
 - bug fixes [Benoît Carpentier, Hans Breuer, John Ehresman,
   Tor Lillqvist, Robert Ögren]
* GtkButton/GtkArrow
 - Don't draw the focus over the button child [Matthias]
 - Increase default arrow size to compensate [Matthias]
* Documentation improvements [Doug Quale, Matthias,
  Steffen Röcker, Steve Chaplin, Tommi Komulainen]
* Other bug fixes [Billy Biggs, Crispin Flowerday,
  David Hawthorne, Federico, Havoc Pennington, John Finlay,
  Kouichirou Hiratsuka, Mark McLoughlin, Matthias, Michael,
  Michal Pasternak, Morten Welinder, Olivier Andrieu,
  Owen Taylor, Padraig O'Briain, Sam Stevenson, Scott Tsai,
  Soeren Sandmann, Sven Neumann]
* Updated translations (bg,it,nl,tk,wa,zh_CN)
2004-06-04 17:55:01 +00:00
xtraeme
b88d9d9bc0 Forgot to update x11/xmms-osd when xosd was updated (thanks jmmv). 2004-06-04 12:04:45 +00:00
xtraeme
61febd376c Update x11/xosd to 2.2.7.
Changes:

2.2.7:
    Complete rewrite of timeout_func to avoid sending
    lineakd to 100% CPU. There was a case where timeout_func
    would keep looping around in circles never pausing for breath.
    (Tim Wright)

2.2.6:
    FontSet fixes (Philipp Matthias Hahn)
    Title change fix (Philipp Matthias Hahn)
    Memory leak patch (Philipp Matthias Hahn)
    New, improved timeout_func (Philipp Matthias Hahn)
    New TODO list  (Philipp Matthias Hahn)
    Fixed bug where osd displays after clicking 'apply' in XMMS
    config dialogue (Tim Wright)
2004-06-04 11:45:45 +00:00
recht
47eec7bf55 Add missing patch-af. Noted by Joachim Kuebart. 2004-06-02 20:07:59 +00:00
minskim
4115f91ae0 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-06-02 15:43:09 +00:00
recht
ad928000a3 Fix a problem that pasting a selection from an aterm running on a 64bit
platform into an application running on a 32bit platform doesn't always work.

Patch by Joachim Kuebart in PR 25750 .

Bump PKGREVISION to 5.
2004-06-02 12:48:17 +00:00
kristerw
f36507b492 Remove obsolete package, per discussion on tech-pkg. 2004-06-01 21:54:22 +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
minskim
101b04ee11 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-05-31 16:47:47 +00:00
kristerw
c49d6fa1a7 Do not explicitly force use of lang/egcs for SunOS; the buildlink
infrastructure handles compiler issues aoutomagically.
2004-05-31 16:43:45 +00:00
markd
6376290794 Add PKG_SYSCONFDIR support for kdm. Bump PKGREVISION.
Closes PR pkg/24844
2004-05-31 12:21:06 +00:00
snj
eb1b52eb41 Set MAINTAINER to tech-pkg@, not packages@. 2004-05-30 02:19:16 +00:00
kristerw
f00487a0f9 unused. 2004-05-29 16:28:09 +00:00
cjs
dcc871a074 Fix a couple of typos. 2004-05-29 08:27:43 +00:00
xtraeme
643be8106d Added xvidcap-1.1.3. 2004-05-29 00:21:42 +00:00
xtraeme
ee881e7236 Initial import of xvidcap-1.1.3 from pkgsrc-wip, packaged by Jeremy
C. Reed.

xvidcap is a tool (like Lotus ScreenCam and Camtasia) that captures
movement on a selected area of an X11 screen to files. Frame output
formats include: XWD, PPM, PNG, MNG, JPEG and MPEG.
2004-05-29 00:16:41 +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
reed
71fabe3165 libgdk-x11 provided by this package directly uses libXft.
So include buildlink for Xft2.

Also, the build which uses newer freetype includes
needs a newer Xft.h. So depend on Xft2>=2.1.2nb2.
(I didn't bump in the Xft2's buildlink3 because maybe
other packages don't need that new Xft.h.)
This will close PR #25548.
2004-05-28 18:16:38 +00:00
lukem
08d29a8cc2 Give up maintainership, because either
a) I haven't used the package for ages, or
b) Someone else has recently been doing a better job maintaining the package
2004-05-27 21:21:41 +00:00
markd
f87f439fd1 Don't look at old kdm or xdm configs that may be on the machine when
creating the new kdm config as the output is non deterministic.
Bump PKGREVISION.
2004-05-26 13:20:53 +00:00
adam
02b86525c0 Changes 1.0.8:
* Fixed a bug where eclipse shadows were not drawn properly
* Timer now sleeps until it's time to wake up, instead of sleeping for a set
  time
2004-05-24 13:43:32 +00:00
danw
266b5f6a26 USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translated
properly on various OSes
2004-05-23 20:58:41 +00:00
danw
9a8b3c162d darwin fixes (-lmx for additional math functions, malloc.h->stdlib.h,
and change the Imakefile to use a "NoMan" rule since the patch to fake
out the man page build on NetBSD doesn't work with darwin's Imake
man-page-building rule)
2004-05-23 18:31:27 +00:00
recht
a2993cfa09 unused 2004-05-23 16:59:05 +00:00
heinz
ab369beb4f Use option "-r" instead of "-e" for the '[' command since this is not
portable to some operating systems (eg UnixWare or IRIX 5).
2004-05-23 15:09:06 +00:00
ben
a957527758 Change PLIST.common location of HTML documentation. Somehow this got
missed while I was addressing PR#25652.
2004-05-23 14:06:45 +00:00
reed
dac9df45fa Add more detailed description of tools included.
(Previously the DESCRiption only mentioned one of nine tools.
2004-05-22 15:16:34 +00:00
adam
c3103c05e7 Changes 1.0.7:
* The native Quicktime library can be used when reading/writing image files on Mac OS X.
* The -hibernate and -idlewait options now work on Mac OS X.
* Fixed a segfault when writing image files.
* Minor updates to allow compilation with gcc 3.4.0.
2004-05-21 10:45:41 +00:00
ben
194effe5e4 Address FLTK issues mentioned in PR#25652. Changes:
* link libjpeg and libpng to fluid
* install documentation to doc instead of doc/html
* bump PKGREVISION
2004-05-21 02:16:48 +00:00
drochner
4e4a36465e use g++ to build shared libs to get an implicite dependency on libstdc++ 2004-05-19 15:16:39 +00:00
adam
f06319d4eb Just another site for download 2004-05-19 13:32:36 +00:00
wiz
be4140b297 Add patch that fixes a bug in reading PNM files (from the gtk-2-4
CVS branch).

Submitted by Kouichirou Hiratsuka in PR 25636.

Bump PKGREVISION to 1.
2004-05-19 12:46:10 +00:00
markd
e2129112d9 Only try and get Daemon.{png,README} from ${MASTER_SITE_LOCAL} 2004-05-18 11:25:19 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
snj
234e5c52fd Take maintainership. 2004-05-17 03:15:20 +00:00
danw
062c748789 darwin build fixes 2004-05-17 01:17:46 +00:00
danw
7c5b6a0892 make an implicit library dependency explicit to make darwin's linker happy 2004-05-17 00:10:49 +00:00
markd
5e2be45504 Fix some URI handler issues.
Bump PKGREVISION.
2004-05-17 00:03:39 +00:00
grant
22effe9820 turn on strict ISO C compliance when building with SunPro as workaround a
gnome bug.
2004-05-16 08:10:41 +00:00
snj
f2eda1bb71 No longer used. 2004-05-15 21:12:45 +00:00
jmmv
23eaa742c2 Update to 2.6.1:
Fixes
	* Fix a crash with the logout dialog on multi-screen setups (Mark)

  Translators
	* Zuza Software Foundation (af)
	* Hizkuntza Politikarako Sailburuordetza (eu)
	* Guntupalli Karunakar (gu)
	* John C Barstow (mi)
2004-05-15 16:41:58 +00:00
jmmv
ba16e628b8 Update to 2.6.1:
Drivemount:
 * Fix bug #135179 - help not displaying from right click on the applet.
   Fix by Richard Kinder.

Gweather:
 * Added a ETCHED_IN border around the Forecast dialog.
 * Added cities in Great Britain. Patch from Gareth Owen
   <gowen72 at yahoo com>. Closes bug #140675.
 * Added some portugese cities. Patch from Milton Moura
   <mgcm at acm org>. Closes bug #140648.
 * Fix for crash when removing second applet.  Fixes
   bug #140964.
 * Fix for certain invalid conditions. From bug #134452. Patch
   from Arnaud Patard .

Gswitchit:
 * Fixed odd bug with the background update. No more reproducable
   crashes in the flags mode.
 * Better theme handling - deprecated GnomeIconTheme changed to
   GtkIconTheme. Also now gswitchit applet allows local per-user
   icons.

Mixer:
 * Fix volume reduction for alsa. Fixes bug #137307. Patch
   from Jan Schmidt.
 * Use correct icon to theme properly. Patch from Calum Benson.
   Fixes bug #137707

Wireless applet:
 * Handle 2 wireless cards correctly, as well as cards with 2 interfaces such
   as some Cisco cards (Closes: #139336). Fixed by Bastien Nocera.
2004-05-15 16:03:28 +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
a97442ac0e Update to 2.6.1: new and updated translations. 2004-05-15 15:22:34 +00:00
jmmv
b3c0a01c71 Update to 2.6.1:
Alex Larsson:
    https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119494
    * Fix reverting a size change.

Chris Lahey:
    * Fix ordering of themes in theme manager
    * Fix sizing of svg backgrounds

Glynn:
    * Toplevel window icons should use the icon themes

Jody:
    http://bugzilla.gnome.org/show_bug.cgi?id=139190
    * Fix uniqueness test for binding special keys with no name
    * Fix theme manager selection when not running metacity
    http://bugzilla.gnome.org/show_bug.cgi?id=139605
    * Mouse buttons are not valid modifiers for keybindings
    * Force libxklavier 1.0.2 so that we can work with x.org and xfree86
    * Match nautilus' interpretation of icons in desktop files

Padraig O'Briain:
    http://bugzilla.gnome.org/show_bug.cgi?id=131538.

gnome-control-center 2.6.0.3

Jody:
    http://bugzilla.gnome.org/show_bug.cgi?id=138701
    * Fix typo
    * Fix uniqueness test for keybindings
    * Merge in some build fixes for sun's forte and Irix
2004-05-15 15:00:50 +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
798a57742b Update to 0.10.11:
* bugfixes: fixes for border-color, use of --source-display and
  --target-display at runtime (client still needs to destroy and
  recreate any existing zoom regions after such a change, or else
  you need gnome-mag-0.11.1).

* added code in control-client.c to test runtime change of source and
  target.
2004-05-15 14:41:13 +00:00
jmmv
c4a4c543ee Update to 2.6.2:
* Make dialogs transients of parent xterm [Sebastian Kapfer]
* Fix up the dialogs according to the HIG [Sebastian Heinlein]
* Add --text to the list dialog, it was mostly implemented
  but never hooked up [Glynn]
* New and updated translations
	- Adam Weinberger [en_CA]
	- Duarte Loreto [pt]
	- Vincent van Adrighem [nl]
2004-05-15 14:08:47 +00:00
jmmv
24d7a89ed0 Update to 2.6.1: new and updated translations. 2004-05-15 13:37:10 +00:00
wiz
342a1f8bd4 Update to 4.16:
* New hacks, `polyhedra', `fuzzyflakes', `antinspect',
  and `providence'.
* Minor updates to `webcollage', `bsod', `endgame',
  `antspotlight', `xmatrix', and `glmatrix'.
* Added support for the RANDR (Resize and Rotate)
  extension to detect when the size of the desktop has
  been changed while xscreensaver is already running.
* Possibly-futile attempt to work around "rdesktop"
  focus/grab idiocy.
* Made `xscreensaver-getimage -file' still work even if
  imageDirectory is unset.
* Convert Latin1 to ASCII in `starwars' and `phosphor'
  (since the GLUT font only has ASCII glyphs.)
* Fixed randomization in `noof'.
* Added "GetViewPortIsFullOfLies" preference to work
  around longstanding XFree86 bug #421.
* Made `sonar' subnet pinging work properly on bigendian
  machines (e.g., PPC.)
2004-05-15 13:13:19 +00:00
jmmv
502bb9741a Also handle the lib/gtk-2.0/modules and lib/gtk-2.0/2.4.0/modules directories
during print-PLIST in packages using this one.
2004-05-15 12:18:36 +00:00
kristerw
931a27a2e6 Add DIST_SUBDIR to limit the fallout from the recent distfile checksum change. 2004-05-15 00:18:06 +00:00
wiz
5d1f487a09 Unused. 2004-05-14 18:30:52 +00:00
wiz
de294a0528 Add bl3 file for p5-Tk-TableMatrix. 2004-05-14 13:59:20 +00:00
grant
f48d439fa5 revert one line change in previous which shouldn't have been
committed (yet)
2004-05-14 11:35:55 +00:00
grant
3f8896eb8b correct manpage paths in INSTALL script and only use install script
on Solaris.
2004-05-14 11:34:28 +00:00
grant
c3285b0e46 Updated xterm to 188.
Package changes:

- use buildlink3.
- use GNU configure instead of imake.
- use official MASTER_SITE.
- external Xpoll.h no longer needed.
- remove ONLY_FOR_PLATFORM.

Major changes since 164 are lengthy and can be found at:

	http://invisible-island.net/xterm/xterm.log.html
2004-05-14 11:24:49 +00:00