Commit graph

5202 commits

Author SHA1 Message Date
jmmv
191062ad12 Update to 0.9.16:
Changes in 0.9.16
=================
Speech:
    * Modify to remove information from queue for an end of speech marker
      only if the marker is for text for which information is.

Changes in 0.9.15
=================

Presentation:
    Gnopernicus now presents context information for when a
    toolbar item is focused.

Translation:
    Added and updated Romanian translation.
    Updated Canadian English, Italian and Simplified Chinese translations.

Changes in 0.9.14
=================

Miscelaneous:
    * Gnopernicus uses now version 1.7 of autotools.

Translation:
    * Updated Danish, Korean, Spanish and British translations.

Changes in 0.9.13
=================

Miscelaneous:
    * Gnopernicus uses now version 1.7 of autotools.

Translation:
    * Updated Danish, Korean, Spanish and British translations.

Changes in 0.9.12
=================

Translation:
    * Added Russian, Turkish, Traditional Chinese translations.
2004-10-28 19:13:54 +00:00
jmmv
4638dcd0dd Update to 0.11.8:
What's new in gnome-mag-0.11.8:
* bugfixes, sanity checks on client requests.

What's new in gnome-mag-0.11.7:
* magnifier's use of the new DAMAGE x extension can be turned off via
  the MAGNIFIER_IGNORE_DAMAGE environment variable, or via
  the "--ignore-damage" command line flag.  This is a debugging
  feature.
* magnifier now does some sanity checking on the setROI calls before
  attempting to comply.

What's new in gnome-mag-0.11.6:
* Fix for bug 141376 and 152300; we now provide the missing epv
  implementation for getTargetDisplay and getSourceDisplay, and
  we check to make sure we can connect to a display before
  trying to change source or target.
2004-10-28 19:12:53 +00:00
jmmv
a7c63ed6d4 Update to 2.8.1:
* Build fixes [Kjartan]
* New and updated translations
	- Meelad Zakaria, Roozbeh Pournader [fa]
	- Dmitry G. Mastrukov [ru]
	- Adam Weinberger [en_CA]
	- Marcel Telka [sk]
2004-10-28 19:06:54 +00:00
jmmv
48d7412dff Update to 1.1.1:
* New languages specs for fortran, css, javascript and pascal.
* Bug fixes and updated translations.
2004-10-28 19:05:43 +00:00
wiz
6c8e21a6e6 Convert to buildlink3. 2004-10-28 12:20:39 +00:00
wiz
7a15edcb43 Wildcard depends. 2004-10-28 11:54:12 +00:00
wiz
ce8f648141 Fix depends. 2004-10-28 11:51:04 +00:00
wiz
bd1a5f760e Fix depends, bump PKGREVISION. 2004-10-28 11:49:07 +00:00
gavan
2bc4048a48 Move USE_BUILDLINK3 into Makefile.common.
This change ensures that USE_BUILDLINK3 is defined before compiler.mk is
included.
2004-10-28 10:32:23 +00:00
gavan
69ea790b80 Pay attention to LDFLAGS when building qmake. This allows qmake to link
correctly against pkgsrc gcc.
2004-10-28 10:28:49 +00:00
jmmv
614ab4e5cf Update to 2.8.1:
Session Manager

	* Don't crash gnome-session-remove if we can't get a program name
	  (Ray Strode)
	* Add a big bunch of debug spew (Federico)
	* Don't leak the splash screen background image (Kjartan)
	* Remove the purge timeout when re-incarnating a client (Federico)

  Misc

	* Use automake 1.7 (James Henstridge)

  Translators

	* Adam Weinberger (en_CA)
	* Changwoo Ryu (ko)
2004-10-26 21:09:47 +00:00
jmmv
0a49d22cc5 Update to 2.8.1:
Bugfixes:
- Patch to fix crash-causing namespace issue (Robert Basch, bug #116693).

New/updated translations:

2004-09-22  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
       * ru.po: Updated Russian translation
       from Russian team <gnome-cyr@gnome.org>.

2004-09-15  Alessio Frusciante  <algol@firenze.linux.it>
       * it.po: Updated Italian translation by
       Luca Ferretti <elle.uca@infinito.it>.
2004-10-26 21:09:04 +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
00843bc002 Update to 2.8.1:
- Some tweaking of the available default applications
- Background capplet fixes (#154003)
- keyboard patchs (#144490) (#153866)
- Patch leak in XKB code
- update translations
2004-10-26 21:07:56 +00:00
jmmv
df54de5695 Update gnome2-pixmaps and gnome-desktop to 2.8.1:
Fixes
	* Make %k in .desktop files work again (Brian Ryner)
	* Use automake 1.7 (James Henstridge)
	* New icons (Jakub Steiner, James Ogley)

  Translators
	* Wang Jian (zh_CN)
2004-10-26 21:05:46 +00:00
xtraeme
df743a9af6 The CONFLICTS lines for xextensions, libx11 and libXaw should be
only when X11BASE = LOCALBASE, otherwise they are useless, because
the xorg packages install the files into ${X11ROOT} aka ${PREFIX}/xorg
and not ${PREFIX}.

Bump PKGREVISION because the binary has been modified.
2004-10-22 06:31:42 +00:00
adam
36b4079794 Patches no longer needed 2004-10-21 08:30:22 +00:00
adam
994fef0d34 Changes 1.1.5rc1:
- Documentation updates (STR #186, STR #245, STR #250,
          STR #277, STR #281, STR #328, STR #338)
        - fl_scroll() did not handle scrolling from off-screen on
          WIN32 (STR #315)
        - Fl_File_Chooser did not allow manual entry of a drive
          letter (STR #339)
        - Fl_Menu now uses the boxtype to redraw the menu
          background (STR #204)
        - Fl_Scroll now shows the background image when a framed
          box type is used and the Fl_Scroll is a direct
          decendent of a window (STR #205)
        - Added a new_directory_tooltip string pointer to allow
          localization of the file chooser's new directory
          button (STR #340)
        - Added Fl_Menu_::find_item() method (STR #316)
        - The Fl_Widget copy operator definitions were not
          conditionally compiled properly (STR #329)
        - FLUID's Layout functionality did not move child
          widgets when laying out group widgets (STR #319)
        - FLUID's Layout->Center In Group functionality did not
          properly handle widgets that were children of a
          Fl_Window widget (STR #318)
        - The Fl_Text_Display destructor did not remove the
          predelete callback associated with the current buffer
          (STR #332)
        - Fixed several bugs in the MacOS X Fl::add_fd()
          handling (STR #333, STR #337)
2004-10-21 08:29:45 +00:00
minskim
8d13151221 Use POSIX termios on Interix. 2004-10-21 07:51:14 +00:00
minskim
c0a72c32b3 Use initgroups(3) only when it is available. 2004-10-21 07:39:43 +00:00
jmmv
c7de5ed683 Update to 2.8.0:
- HIG fixes
- a11y fixes for the encodings menu
- fix georgian encoding
- added and updated translations
2004-10-20 21:13:16 +00:00
xtraeme
d7856c5153 80 chars per line. 2004-10-20 18:55:57 +00:00
reed
aebd048453 Make xdm use configs from under PKG_SYSCONFDIR.
Some ideas came from NetBSD's XFree86 customizations.

Use USE_PKGINSTALL and CONF_FILES for xorg-clients.
Installs xdm configs (and shell scripts) to examples directory.
Create OWN_DIRS for the authDir.

PLIST changes are for chooser is now in bin directory.
And pixmaps moved to include/X11/pixmaps directory.
xdm configs are no longer in lib/X11/xdm (so they are no longer lost
on reinstall).

(Anyone want to do twm and other configs?)
2004-10-20 14:33:30 +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
markd
2ff1960657 Bring the qmake.conf we use in line with those from qt 3.3.3.
Bump PKGREVISION of qt3-tools.
Noted by Christoph Badura.
2004-10-19 13:27:48 +00:00
minskim
94a4dc72f5 Add patch missed in the previous commit, which replaces setpgrp with
setpgid when setpgrp is not available.
2004-10-16 21:47:37 +00:00
minskim
9290f81663 Use setpgid(3) if setpgrp(3) is not available (e.g. on Interix). 2004-10-16 18:19:54 +00:00
tv
2aeb4bad3e Apparently, librep is a gross abuser of libtool, and breaks most of
libtool's rules about linking and installing.  Worse yet, it encourages
users of the library to reuse its libtool abuse.  So we have to whack the
installed .la files to make them correct as if libtool were *correctly*
invoked in the first place.
2004-10-15 21:02:29 +00:00
seb
a31afff67a Fix PLIST issue: fix typo on regexp to search for in Xrandr.h to determine
if X RandR extension is present and therefor its support compiled in.

XXX Should PKGREVISION bumped?

XXX Shouldn't ../x11/Xrandr/buildlink3.mk included instead if X Extension
in X11BASE is supported so a dependency on Xrandr package is eventually
included?
2004-10-15 17:19:03 +00:00
jmmv
2185b1940c Update to 2.8.1.1:
Changes in GNOME-Applets 2.8.1.1
================================

Overall
 * Fix possible crasher in gweather preferences (Mark McLoughlin)
 * Fix error in Italian translation that caused gweather to not parse the
   location list (Kjarten Maraas)

Changes in GNOME-Applets 2.8.1
==============================

Overall
 * Bugfixes
 * New icons from Jakub Steiner (charpick, geyes, gswitchit)
 * Fix multiload network traffic under NetBSD (Douglas Brebner)

Translations
 * nl (Michael Sikkes)
 * az (Mətin Əmirov)
 * ca (Jordi Mallach)
 * ar (Arafat Medini)
 * fr (Christophe Merlet, Raphael Tournoy, Yannick Marchegay)
 * ko (Changwoo Ryu)
 * it (Luca Ferretti)
 * ru (Leonid Kanter)
 * it (Alessio Frusciante, Francesco Marletta)
 * en_GB (David Lodge)
 * fa (Meelad Zakaria)
 * zh_TW (Abel Cheung)
2004-10-15 16:23:28 +00:00
seb
87fdae91f5 Fix PLIST when samba support is not compiled in: set PLIST variable HAVE_SMB to
'@comment '
2004-10-15 13:56:27 +00:00
tv
333f16c960 Update linkage to libltdl (via imlib2), now in its own package. 2004-10-15 12:22:13 +00:00
markd
ae4f95a72e Fix distinfo to match the actual release version of kdelibs-3.3.1 rather
than a pre-release version.  Proble noted by Robert Elz.
2004-10-13 20:35:28 +00:00
tv
00afe19a48 INSTALL_DATA -> INSTALL_LIB, where appropriate. 2004-10-13 15:43:43 +00:00
tv
257ee9c940 Another Interix-only fix: add -ldb, and since Qt incorrectly #includes
system C headers without extern "C", add extern "C" protection.
2004-10-13 15:15:52 +00:00
markd
17c0aac395 Update to KDE 3.3.1. 2004-10-13 13:20:20 +00:00
tv
4f001f9d15 Fix library linkage for Interix. 2004-10-13 12:06:36 +00:00
markd
a4c2da1176 Update to KDE 3.3.1. 2004-10-13 11:55:51 +00:00
markd
520946cf6c Update to KDE 3.3.1. Also provide pkgsrc option to build in SMB support.
Changes:
* kinfocenter: fixed crash in USB viewer
* konqueror: "Advanced Add Bookmark" didn't affect right-click bookmarking
* konqueror: "Duplicate Tab" now respects "After Current Tab" setting
* konqueror: Only let linked views in same tab follow changes
* konsole: Added AppScreen support to keytab
* konsole: Cycling trough tabs with keyboard caused terminal size to be
  printed
* konsole: Don't crash when showing tabbar with centered background
2004-10-13 11:54:11 +00:00
markd
fd432fb8bc Update to KDE 3.3.1
Changes:
* KHTML: fixed spurious deletion of textarea contents
* KHTML: fixed innerHTML getter to not behave like outerHTML
* KHTML: fix crash in caret mode
* KHTML: added missing <marquee> ECMAScript bindings
* KHTML: fixed missing Javascript-support for HTMLDocument.compatMode
* KHTML: fixed off-by-one error which caused decorations to exceed the
  selection-end by one pixel
* KHTML: fixed wrong positioning of text-decorations in selections
* KHTML: small paint optimization for render texts
* KHTML: fixed spurious scrollbars on the canvas when overflow of clipped
  children exceeds the viewport boundaries
* KHTML: fixed unreachable relatively positioned content on viewport
* KHTML: fixed unreachable positioned content in clipped blocks
* KHTML: fixed selection not being redrawn in overflow-area
* KHTML: jump-to-anchor fixes
* KHTML: Don't warn that a form was not submitted after pressing back button
* KHTML: fix crash on illegal CSS
* KHTML: On popular demand, double-click between two words selects both
  again as in KDE 3.2.
* kfile: Added "New Folder..." in context menu within KDirSelectDialog
* kfile: Enabled dragging of directories within KDirSelectDialog
* kfile: KURLRequester now popups KDirSelectDialog when a directory is
  requested
* kfile: Toggling hidden files didn't refresh the file selection list
* kio: Separate general from meta info in filetips
* don't crash when right clicking on a toolbar in some applications that
  are using KParts
2004-10-13 11:47:51 +00:00
jmmv
8408df500e Update to 2.4.13:
* Fix size allocation problems. [Chrispin Flowerday, Tim Janik,
  Tommi Komulainen, Owen Taylor]
* New and updated translations (fr,ta)
2004-10-13 07:28:36 +00:00
tv
934bdf2ac9 nb2: Include new Interix platform build files. (Hm, this should probably
copy only the ones needed for the build platform, but that's a future task.)
2004-10-13 03:11:50 +00:00
tv
227f63ba58 Add Interix 3.5 support. (Will be contributed back to Trolltech as well.) 2004-10-13 02:08:43 +00:00
reed
62071c8b2f RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory
under ${PREFIX} instead of being an absolute path.

So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}.

This should have no changes to use before.

Please note that the MESSAGE files in most cases are wrong in the
first place. We have automated mechanisms and could have an automated
message for explaining rc.d script usage. (This is something to do!)
2004-10-11 22:14:51 +00:00
xtraeme
cbf75d6c5b Adjust BUILDLINK_RECOMMENDED to 6.8.1nb2 (compositeext and fixesext
pkgconfig files were added).
2004-10-09 09:51:47 +00:00
xtraeme
5fd81b4a02 As jmmv@ suggested in: http://news.gw.com/netbsd.pkgsrc.changes/53743
install pkgconfig files for compositeext and fixesext, required to use
the builtin versions.

Bump PKGREVISION.

Thanks for the suggestion Julio! :)
2004-10-09 09:32:19 +00:00
jmmv
9914881097 Update to 2.4.11:
* GtkFileChooser
  - Make path bar arrows larger [Matthias Clasen]
  - Make SELECT_FOLDER mode work [Matthias]
  - Speed up the completion popup [Matthias]
  - Update the preview when searching [Tommi Komulainen]
  - Pop up completions again when tab is pressed [Jon Bech Madsen]
  - Don't prepopulate the location entry [Matthias]
* Win32 bug fixes [Robert Ögren]
* Other bug fixes [Federico Mena Quintero, Joel Fredrikson, Matthias,
  Padraig O'Briain, Michèle Garoche. Frederic Crozat,
  Jonathan Blandford, John Cupitt, Morten Welinder, Christian Persch,
  Lorenzo Gil Sanchez, Federico]
  Martyn Russell]
* Documentation improvements [John Finlay, Billy Biggs, Jonathan,
  Owen Taylor]
* New and updated translations (az_IR,ang,en_CA,gl,hu,it,nl)
* Bugs fixed: 153185,153224,153628,145467,154191,153326,143826,147700,
  154186,154658,154703,153791,154444,152562,154188
2004-10-09 09:18:28 +00:00
xtraeme
988c5a9a29 s/${X11BASE}/lib/X11/pkgconfig/${X11BASE}/lib/pkgconfig/ 2004-10-09 06:40:48 +00:00
martti
6455e71a98 Updated xfce4-clipman-plugin to 0.4.1
* Bug fixes
2004-10-08 06:23:36 +00:00
xtraeme
1b30ad1668 Check for pkgconfig files (.pc) presence. 2004-10-08 05:24:46 +00:00
xtraeme
7374c7230c Back out previous, I was really really wrong! 2004-10-08 04:45:43 +00:00
xtraeme
41f1e779b9 Check for the .pc files presence... 2004-10-08 04:44:52 +00:00
xtraeme
4a48a2c651 This package does not need compositeext, remove it. 2004-10-08 04:28:16 +00:00
xtraeme
ea31e2893c s/composite_proto/compositeproto/ 2004-10-08 04:02:35 +00:00
xtraeme
f5c88a45cf typo 2004-10-08 04:01:49 +00:00
xtraeme
69bf3abe3b More builtin machinery for X11_TYPE=xorg users. 2004-10-08 03:59:36 +00:00
xtraeme
9040fc8d51 Use PKG_SKIP_REASON to print a message when X11_TYPE != xorg. 2004-10-08 03:58:18 +00:00
xtraeme
12acd45df9 Missing bits to make this build/work correctly on FreeBSD 5.x.
Not tested on 4.x, but changes should be trivial to commit...
2004-10-08 03:35:25 +00:00
tv
a62d3fb0e1 Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems.
Since dependencies were actually failing to build, they fortunately don't
require PKGREVISION bumps themselves.
2004-10-07 16:36:47 +00:00
tv
615aad4d14 This is a meta-package. Make its dependencies more liberal. 2004-10-07 16:34:37 +00:00
tv
2353b92af1 This is a meta-package, so make its dependencies more liberal. 2004-10-07 16:28:18 +00:00
reed
cca8f51fac Like XFree86-libs, xorg-libs under Linux does not install
libGLU.a and it does install libXfont.so, libXfont.so.1, and
libXfont.so.1.5.

I decided not to bump PKGREVISION because this could not be packaged
(under Linux) in the first place.
2004-10-06 23:14:46 +00:00
reed
693afdc371 No real changes. No different entries.
Just sorted a little to make it easier to compare.
2004-10-06 22:46:46 +00:00
tron
b676098739 Fix dependences broken by package revision bump madness. Bump package
revision of this package, too.
2004-10-05 20:06:36 +00:00
martti
ac934032df Updated xfce4-utils to 4.0.6nb2
Do not depend on xscreensaver as it's not mandatory. Instead show
a message to the user which packages may be installed.
2004-10-05 09:58:52 +00:00
hira
6ce71e648e Add missing entry to PLIST. Bump PKGREVISION to 2. 2004-10-04 12:32:19 +00:00
grant
46c86378ef distinguish between gtk1 and gtk2 in COMMENT. 2004-10-04 11:11:23 +00:00
wiz
475b111156 Add buildlink3 files for two missing dependencies.
XXX: more dependencies missing, packages are in pkgsrc-wip.
2004-10-03 00:50:52 +00:00
wiz
47b2a8b8bf Add buildlink3.mk. 2004-10-03 00:46:50 +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
b304b3ee5b Update to 1.04:
- Some memory leaks were nailed (thanks to kmaraas and valgrind).
- Default ruleset for partially non-compliant servers introduced
  (though it still long way to go for AccelleratedX support).
- A couple of small tests introduced.
- Hopefully the last release in 1.0x series.
2004-10-02 15:44:15 +00:00
adam
8898daf869 Changes 8.4.7:
* Fixed [glob -path] bug when in the root directory
* Fixed unicode-char path installation on Windows NT-based platforms
* Properly subsitute more values in Windows tclConfig.sh
* Improved stack overflow prevention on Windows
* Fixed mem leak in [fconfigure $serial -xchar]
* Fixed crash with [cd] with a volumerelative $HOME
* Fixed clock %G %V formats for ISO8601 week numbers
* Fixed support for non-WIDE_INT aware math functions
* Added [http::config -urlencoding] option
* Fixed utf-8 encoding of \u0000 on system I/O
* Prevented dde hangs with non-responsive apps
* Added round() wide integer support
* Cleaner exit and correction of mem leaks when using the threaded
  memory allocator and reinitializing
* Improved build configuration on 64-bit systems
* Added read support of PPM/PGM with the -data option
* Correct issue with displaying maximize window button on KDE-3.2.1
* Fix drawing of unicode chars in menu titles on Windows
* Correctly post Tk clipboard data to the Windows clipboard on exit
* Fix the panedwindow -opaqueresize option to work as per the docs
* Reduce Tk tk_messageBox default font size to 14-point
* Prevent possible segfault in -maxundo
* Fix XIM initialization on Solaris
* Complete the implementation of the CG version of the X drawing
  emulation layer on Mac OS X
* Fix several Mac OS X usability issues
2004-10-01 13:35:37 +00:00
grant
eaa75b4082 there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect
this.
2004-10-01 10:37:32 +00:00
martti
50ca4ea549 Updated xpmroot to 2.4.19 (to match the current fvwm2 version). There are
no changes in the xpmroot code...
2004-10-01 09:15:28 +00:00
kristerw
0063ba76e8 Make this compile on NetBSD 2.0 too.
Thanks to Douglas Wade Needham for providing patches (on pkgsrc-bulk@).
2004-09-30 20:38:28 +00:00
wiz
cb6093c44e Add and enable Xcomposite. 2004-09-30 12:44:23 +00:00
wiz
70b06d8f88 Import of libXcomposite package from pkgsrc-wip as Xcomposite
(to match Xfixes renaming). Originally package by xtraeme.

This package contains the Xcomposite extension library.
2004-09-30 12:42:38 +00:00
wiz
c32068eb56 Add and enable compositeext. 2004-09-30 12:23:06 +00:00
wiz
5ade71cac5 Import of compositeext X11 extension from pkgsrc-wip, packaged by
xtraeme.

This package contains header files and documentation for the X composite
extension.  Library and server implementations are separate.

This is part of the freedesktop.org X Libraries and Protocol Headers
Project.
2004-09-30 12:22:20 +00:00
adam
59dad1457e Changes 0.93.96:
* Scroll wheel suuport
* Xpm security fixes
* XmList fixes
* XmFrame fixes
* fix for uninitialised memory problems
2004-09-28 12:52:13 +00:00
wiz
d5933401a8 Update xscreensaver to 4.18:
4.18                              14-Aug-2004
   * Oops, pay no attention to the man behind the curtain.
 4.17                              14-Aug-2004
   * New hacks, anemotaxis and memscroller.
   * Fixed a bad bug that caused vidwhacker to never die.
   * Fixed normals and lighting in polyhedra.
   * Don't reuse the window when changing hacks (to work around bugs in some GL
     implementations.)
   * Made xscreensaver-getimage-file skip thumbnail-sized images.
   * Fixed endian problem in barcode on non-x86.
   * Updates to webcollage, apple2, fuzzyflakes, atunnel, and pacman.
   * Timing tweaks to bubble3d, bouncingcow, engine, gltext, lavalite,
     molecule, spotlight, sballs, boxed, blinkbox, and circuit.
   * Configure updates for Fedora core 2 / xorg 6.7.0.
   * Compile without warnings under gcc 3.3.3.
   * I give up: don't blank or lock the screen if we can't get a keyboard grab.
     In that case, both choices are bad.
2004-09-27 14:19:44 +00:00
rh
863df1c96a Update gnustep-back to 0.9.4. Notable changes include:
* Fast drawing on 8 bit displays was added (although it might only
     speed things up on old X11 servers and/or remote servers).

   * GNUstep modifier keys are mapped to KeySyms instead of KeyCodes

   * Added a Cairo backend, although it is probably non-functional.
     Anyone is invited to contribute to making it work.

   * art backend supports reading from a window.

   * Add internal window decoration handling.
2004-09-27 01:10:18 +00:00
rh
1a9705b2a1 Update gnustep-gui to 0.9.4. Notable changes include:
* The printing classes have been completely reorganized to
     accommodate different native printing systems

   * PPD files have been moved to a separate package.

   * NSToolbar now allows rearranging items.

   * NSScroller, NSScrollView has a new ivar.

   * Some improvement of NSDataLink classes.
2004-09-27 01:07:23 +00:00
kristerw
d4a3f0e85e Correct spelling of "tk-BWidget". 2004-09-24 22:49:14 +00:00
reed
6d17bd30f4 GNU Make doesn't appear to be needed to build and install
so remove the USE_GNU_TOOLS for make.
2004-09-24 21:47:41 +00:00
dmcmahill
35ac00dca4 add and enable tk-BWidget-1.7.0 2004-09-24 21:11:46 +00:00
dmcmahill
ea13d90a9a import tk-BWidget-1.7.0.
The BWidget Toolkit is a high-level Widget Set for Tcl/Tk built using
native Tcl/Tk 8.x namespaces.

The BWidgets have a professional look&feel as in other well known
Toolkits (Tix or Incr Widgets), but the concept is radically different
because everything is pure Tcl/Tk.  No platform dependencies, and no
compiling required.  The code is 100% Pure Tcl/Tk.

The BWidget library was originally developed by UNIFIX Online, and
released under both the GNU Public License and the Tcl license.
BWidget is now maintained as a community project, hosted by
Sourceforge.  Scores of fixes and enhancements have been added by
community developers.  See the ChangeLog file for details.
2004-09-24 21:10:12 +00:00
reed
28be733b92 Improve description. Mention that the fbdesk is for
any window manager honoring EWMH.
Also can do transparent text and icons.
2004-09-24 19:07:52 +00:00
reed
b2c04c2c83 Updated fbdesk to 1.2.1. No maintainer for this package. Any volunteers?
ChangeLog has:

Changes for 1.2.1:
   * Fixed startup bug
Changes for 1.2.0:
   * resource file changed to ~/.fluxbox/fbdesk
   * icons file change name to: ~/.fluxbox/fbdesk.icons
   * requires a window manager that supports NET WM spec
     (fluxbox development version > 0.9.* or cvs)
   * Fixed layering issues
     FbDesk should now be on bottom always
   * Added new resources:
     fbdesk.textAlpha: <number between 0 and 255 (opaque)>
     fbdesk.iconAlpha: <number between 0 and 255 (opaque)>
   * Fixed bit depth issue in ImagePNG
   * Updated FbTk (Henrik)

Improved COMMENT. This package does not just for fluxbox.

Removed dependency on fluxbox.

Also install the README.

patch-aa is for missing setlocale check. (This software doesn't
even have a configure to check for this, but is used several times.)

patch-ab is because stderr not defined (notice on NetBSD 1.6.2 but not Linux).
2004-09-24 19:06:39 +00:00
rh
b3da7e1bbf Update gnustep-base to 1.10.0.
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to
library major revision bump.

Noteworthy changes in gnustep-base-1.10.0:
==========================================

Note the interface version of the library has changed so that apps,
tools and libraries the use the base library need to be recompiled to
use it.

   * A large majority of the library classes have been documented
     thanks to the efforts of Andrew Ruder

   * URL classes support persistant connections

   * Mac OSX XML compatibility fixes.
2004-09-24 01:56:53 +00:00
jmmv
198be99815 Use a new splash screen file that is not corrupted (uploading with a new
name to avoid a manual removal of the old file).  The previous PNG image
was not uploaded correctly, and misteriously resulted in checksum mismatches
(though I haven't been able to reproduce the problem).  Closes PR pkg/27019.
2004-09-23 13:17:34 +00:00
adam
f8eaa73ad6 Checksums corrected 2004-09-22 15:59:30 +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
martti
74d6172bfb Include pthread.buildlink3.mk (pkg/26992 by Hiramatsu Yoshifumi) 2004-09-22 07:15:15 +00:00
martti
7b309fe286 Include pthread.buildlink3.mk (pkg/26993 by Hiramatsu Yoshifumi) 2004-09-22 07:13:56 +00:00
snj
5458ec3341 This needs intltool now. 2004-09-22 00:53:42 +00:00
xtraeme
cd87a1a376 X.org >= 6.8.0 already contains this library... 2004-09-21 17:42:21 +00:00
xtraeme
f620d0c75b Update X.org packages to 6.8.1.
To see the changes about this release, please review the "RELNOTES" file,
which is available via www or in the distribution tarballs.

These packages were tested on:

	* NetBSD 2.0/-current
	* Bluewall GNU/Linux
	* Slackware 10 GNU/Linux

I'm currently testing them on FreeBSD 5.3BETA4.
2004-09-21 17:38:52 +00:00
jmmv
c78b7863a3 Update to 0.9.12. This version corresponds to GNOME 2.8.0.
=================
Changes in 0.9.12
=================

Translation:
    * Added Russian, Turkish, Traditional Chinese translations.

=================
Changes in 0.9.10
=================

Miscelaneous:
    * Improved the reporting of a warning message when the cursor position
      on brlmon is greater then brlmon size.
    * Improved reportng for word-by-word navigation.

Translation:
    * Added Norwegian Bokmal and Tamil translations .

Speech:
    * Modify to report the correct range for speech parameters.

Presentation:
    * Inform the user that there is a "empty line" in case of blank lines.

================
Changes in 0.9.9
================

Miscelaneous:
    * Install brlmon in libexec, not in bin directory.

Translation:
    * Add bengali translation.
    * Update Korean, Japanese, Portuguese, Serbian, Simplified Chinese, Polish,
    Canadian English, Danish, Spanish, Dutch.

Presentation:
    * Inform user when the moves to another group (when context has
       been changed).

================
Changes in 0.9.8
================

Bug Fixes:
    * Now handle the 'Separator' key (",") on some non-English
      numeric keypads the same as the "Decimal" key (".") -
      specifically, treat XK_KP_Separator as synonym for XK_KP_Decimal
      when handling layer commands.

Braille:
    * Added support for scrolling the braille display one whole width
      (rather than just 20 cells) via layer 9 keypad 4 and 6.
      See bugzilla bug #148090.

================
Changes in 0.9.7
================

Presentation:
    * Improve presentation for sliders.
    * Presentation for a watched object is not interrupted anymore by the
       presentation for focus tracking.

Miscelaneous:
    * Generate a beep instead of exiting in case of failure to register a
       listener for an event.

Speech:
    * Change values for rate and pitch for voice from percents to absolute
        values (including minimum and maximum in UI.

Brlmon:
    * Make brlmon to act as a panel (do not let other window to overlap it).

Magnifier:
    * Make zoom factor x and y floats from int.

================
Changes in 0.9.6
================

Translation:
    * Added slovak language
    * Added bulgarian language.
    * Added improved spanish translation table for braille

Magnifier:
    * Removed some warning messages for panning.

Speech:
    * Better default values for speech.

Presentation:
    * Improved a lot of presentations for diferent events and objects.

Miscelaneous:
    * Do not generate mosue events if XEvIE is not present.
    * Improved work with GDM trogh --login option

================
Changes in 0.9.5
================

Speech:
    * Added new text echo mode "none".
    * Report "first/last line" if user is on first/last line in flat review.
    * Do not report role for multi-line-text for speech default presentation
     mode.
    * Improved the response of read whole window command.
    * Report to user "Escape" key.

Braille:
    * Report "first/last line" if user is on first/last line in flat review.

Miscelaneous:
    * Added --login command line option.
    * Added -u command line parameter to start magnifier in upper half of screen

================
Changes in 0.9.4
================

Miscelaneous:
    * Improved behaviour of gnopernicus with gdm.

================
Changes in 0.9.3
================

Speech:
    * Changed to report Backspace and Delete keys with 'Say all modifiers'
      option enabled.

Miscelaneous:

    * Added a presentation for "object:tab-added", "object:tab-removed" events
      for tabs.
    * Removed Ctrl+Shift+Alt+S key combination.
      "Describe my surroundings" command is no longer mapped to this key
      combination.

Magnifier:
    * Allow magnifier to be large as the display size.

Braille Monitor:
    * Braille monitor will not display text in "BRAILLE" or "DUAL" Mode Type
      anymore.
    * Removed all things related to braille font.

GUI:
    * Changed a label text in the magnifier preferences from
      "Cursor magnification" to "Set cursor separate from magnification".
    * In the Braille Monitor preferences the "DUAL" and "BRAILLE" Mode Type
      options were grayed out. They wont be used for the moment.
    * In the speech preferences "Say all cursors" option was renamed as
      "Say all navigation keys".


================
Changes in 0.9.2
================

Miscellanous:
    * Added a new configure option "--enable-magnifier" used for gnopernicus
      to be compiled with or without magnifier support.
    * Changed the reporting for events with the same timestamp value.

================
Changes in 0.9.1
================

Miscellanous:
    * Do not report window events for popup menus.
    * Convert caret-moved events into focus events only if the object has
      a focused ancestor.

GUI:
    * Real support for mouse and focus traking modes in other language, the
      change of the current option will take effect now).
    * Fix some broken help pages.

Magnifier:
    * Allow magnifier to magnify a region of interest that intersect magnifier
      region if they belong to different screen (source and target differ).

UI:
    * "describe my surroundings" will not present names of current window and
      application.
    * "window hierarchy flat" is now called "read whole window".
    * Object roles are now translated.

Translation:
    * Update Canadian English, Czech, British English, Polish, Catalan, Dutch.

================
Changes in 0.9.0
================

GUI:
    * Crosshair color inversion made clearer by graying the 'Cross-hair color'
      button when 'Cross-hair color inverted' checkbox is checked.
    * Changed some keyboard accelerators.

UI:
    * A better presentation for tables  : added two new presentation items.

Braille:
    * Added suport for some more braille devices.

Magnifier:
    * Changed required version of gnome-mag to 0.11.0.
    * Added support to specify target.

Translation:
    * Add Gujarati language.
2004-09-21 17:12:18 +00:00
jmmv
8d7c4ef16e Update to 0.11.5. This version corresponds to GNOME 2.8.0.
What's new in gnome-mag-0.11.5:

* We now implement LoginHelper from at-spi - this allows clients to
  tell that the magnifier needs access to certain resources during
  authentication, screen lock, etc., for instance allows magnifier to
  tell clients which X windows to raise in order to allow
  magnification when the screen is otherwise obscured.  Fixes bug #150846.

What's new in gnome-mag-0.11.4:

* Bugfixes for cursor painting if TARGET display has been changed (#140622)

* Improved support for DAMAGE; don't do global refresh/polling if
  DAMAGE extension is available.

* Can tell magnifier standalone to be OVERRIDE_REDIRECT if you need
  to. (See magnifier --usage).

* Set _NET_WM_STRUT and _NET_WM_STRUT_PARTIAL values; lets other apps
  know not to overlap the magnifier binary when run in split-screen mode.

* New translations:
- Indonesian (id) Ahmad Riza H Nst
- (or) Gora Mohanty
- (nb) Kjartan Marass
- (bs) CHristian Rose (ALL_LINGUAS addition only)

=========

What's new in gnome-mag-0.11.2:

* Bugfix for cursor-size property.

* Added cursor-size test to tests/control-client.

=========

What's new in gnome-mag-0.11.1:

* fixed border-color property.

* Fixed setting of smooth-scroll policy and border-size.

* Fix for bug #104831; gnome-mag now listens for DAMAGE
  notifications when the DAMAGE extension is available at runtime
  (and build time).  This means that on DAMAGE-enabled servers,
  gnome-mag's service need not use a timer-based refresh,
  i.e. --refresh-timeout can be made arbitrarily large.

* Revamped the way cursor-sets are used; now cursor-set names
  refer to the names of directories under $share/gnome-mag/.

* gnome-mag can track changes to the source display's cursor and
  display a rescaled cursor on the target display if XFIXES is
  available.

* Added support for non-square cursor pixmaps.

Please see ChangeLog for more detail on these features.

* languages:
Gujrati (Guntupalli Karunakar)
2004-09-21 17:11:57 +00:00
jmmv
5629ba1d3c Update to 2.8.0. This version corresponds to GNOME 2.8.0.
Zenity 2.8.0
============
" Zen Elimination "
	* Add new translations [Abel]
	* New and updated translations
		- Takeshi AIHANA [ja]
		- Hendrik Richter [de]
		- Raphael Higino [pt_BR]
		- Miloslav Trmac [cs]
		- Kostas Papadimas [el]
		- David Lodge [en_GB]
		- Mugurel Tudor [ro]
		- Vincent van Adrighem [nl]
		- Arafat Medini [ar]
		- Priit Laes [et]
		- Baris Cicek [tr]
		- Abel Cheung [zh_TW]
		- Dafydd Harries [cy]

Zenity 2.7.91
=============
" Here I stand, sad and free "

	* Updated online documentation [Breda, Glynn]
	* Fix translator-credits string [Christian, Glynn]
	* Update man pages [Glynn]
	* New and updated translations
		- Maxim Dziumanenko [uk]
		- Alessio Frusciante, Stefano Canepa [it]
		- Sami Pesonen [fi]
		- Martin Willemoes Hansen [da]
		- Jordi Mallach [ca]
		- Danilo Å| egan [sr, sr@Latn]
		- Kjartan Maraas [nb, no]
		- Laurent Dhima [sq]
		- Hasbullah Bin Pit [ms]
		- Laszlo Dvornik [hu]
		- Christian Rose [sv]
		- Christian Rose, Kemal Sanjta [bs]
		- Metin Amiroff, MÉ~Ytin Æ~Omirov [az]
		- Ankit Patel [gu]
		- Francisco Javier F. Serrador [es]
		- Duarte Loreto [pt]
		- Changwoo Ryu [ko]
		- Miloslav Trmac [cs]
		- Adam Weinberger [en_CA]
		- Funda Wang [zh_CN]
		- Artur Flinta [pl]
		- Marcel Telka [sk]

Zenity 2.7.90
============
" Let's sit down to find out where we stand "

	* New and updated translations
		- Laurent Dhima [sq]
		- Iñaki Larrañaga [eu]
		- Takeshi AIHANA [ja]
		- Alexander Winston [en_CA]
		- Guntupalli Karunakar [hi]
		- Miloslav Trmac [cs]
		- Vincent van Adrighem [nl]
		- Christian Rose [sv]
		- Duarte Loreto [pt]
		- Gareth Owen [en_GB]
		- Laszlo Dvornik [hu]
		- Kjartan Maraas [no]
		- Francisco Javier F. Serrador [es]

Zenity 2.7.0
============
" You know what, I think I might stay here a little longer "

	* Parsing typos [Paul Bolle]
	* Send HUP to parent in progress dialog [Luke Suchocki]
	* Compilation fixes [Ivan Noris]
	* Use markup in message dialogs so that we get nice
	  HIG compliatn dialogs [Sebastian Heinlein]
	* Documentation fixes [Baptiste Mille-Mathias]
	* Remove duplicate headers [Leonardo Boshell]
	* Add --print-column option for list dialog [Paul Bolle, Glynn]
	* Miscellaneous cleanups [Paul Bolle]
	* New and updated translations
		- Rostislav Raykov, Alexander Shopov [bg]
		- Ahmad Riza H Nst, Mohammad DAMT [id]
		- John C Barstow [mi]
2004-09-21 17:08:46 +00:00
xtraeme
bb20292879 Added xcompmgr-20040917. 2004-09-21 17:06:43 +00:00
xtraeme
545c61631d Initial import of xcompmgr-20040914.
xcompmgr is a sample compositing manager for X servers supporting the
XFIXES, DAMAGE, and COMPOSITE extensions. It enables basic eye-candy
effects.
2004-09-21 17:04:07 +00:00
jmmv
763a64afd6 Update to 2.6.0.5. This version corresponds to GNOME 2.8.0.
- Doc update (Brian Cameron)

- Solaris fix (don't call logindevperm if not on the console) (Brian Cameron)

- Translation updates (Akagic Amila, Jesus Bravo Alvarez,
  Theppitak Karoonboonyanan, Laszlo Dvornik, Supranee Thirawatthanasuk,
  Hendrik Richter, Dafydd Harries, Francisco Javier F. Serrador,
  Tommi Vainikainen, David Lodge, Marius Andreiana, Misu Moldovan,
  Baris Cicek, Vincent van Adrighem, Tino Meinen, Nikos Charonitakis,
  Arafat Medini, Asmund Skjaeveland, Hasbullah Bin Pit, Ryoichi INAGAKI,
  Changwoo Ryu, Jordi Mallach, Danilo Segan, Laurent Dhima,
  Maxim Dziumanenko, Christian Rose)
2004-09-21 17:00:16 +00:00
jmmv
9524d173dd Update to 1.1.0. This version corresponds to GNOME 2.8.0.
While here, move the documentation to share/doc, out of share/doc/html.

* Use Pango for printing.
* New languages specs for Ruby, LUA, Perl's POD, VB.NET, Haskell and
  Texinfo.
* Bug fixes and updated translations.
2004-09-21 16:59:47 +00:00
jmmv
93b9c0c6c5 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
=============
Version 2.8.0
=============

  Session Manager

	* New splash screen (Jakub Steiner)

  Translators

	* Miloslav Trmac (cs)
	* Adam Weinberger (en_CA)
	* Priit Laes (et)
	* Jesús Bravo Álvarez (gl)
	* Gabor Kelemen (hu)

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

  Session Manager

	* Fix various warnings, deprecated API usage etc. (Kjartan Maraas)

  Translators

	* Kemal Sanjta (bs)
	* Kjartan Maraas (nb)
	* Laurent Dhima (sq)
	* Maxim Dziumanenko (uk)

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

  Session Manager

	* Add support for activating Vino (Mark)

  Translators

	* Kartik Mistry (gu)

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

  Fixes

	* Fix the fadeout at logout on Xinerama (Bastien Nocera)

  Translators

	* Pawan Chitrakar (ne)

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

  Fixes

	* Don't start a keyring if one is already available (Alex Larsson)
	* Fix minor text drawing issue with the slash screen
	                                     (Carlos Romero, Simone Gotti)

  Translators

	* Evandro Fernandes Giovanini (pt_BR)
	* Laurent Dhima (sq)
	* zhakanini (ta)

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

  Translators

	* Reinout van Schouwen (nl)
2004-09-21 16:58:42 +00:00
jmmv
520e039eaa Update to 2.7.3. This version corresponds to GNOME 2.8.0.
2.7.3
===
- Fix an annoying issue with the pointer getting ‘stuck’.
- Allow translators to set the default contents of the encodings menu.
- Deal with lastlog/utmp/wtmp sanely.
- Updated translations: Rostislav Raykov (bg), Miloslav Trmac (cs),
  Adam Weinberger (en_CA), Gareth Owen (en_GB), Takeshi AIHANA (ja),
  Žygimantas Beručka (lt), Arangel Angov (mk), Gnome PL Team (pl),
  Laurent Dhima (sq).

2.7.2
===
- Be more HIGgy in dialogs. In particular, be more precise in some labels,
  and make a few things (in)sensitive when needed.
- Do not accept repeated shortcuts (Kiran Kumar Immidi)
- Make gcc 3.4.0 like us (Stef van der Made),
- Add a confirmation dialog when closing a window with >1 tabs.
- Use the gnome-common scripts.
- Make the xterm color paletter exactly match xterm's.
- Now profiles can implement the analogue of xterm's -hold command line option.
  (Kurt V. Hindenburg)
- Make references into the documentation actually point somewhere.
- Recognize mailto: (with or without the mailto:...) and webdav: uris
- Updated translations: Jordi Mallach (ca), Iñaki Larrañaga Murgoitio (eu),
  Nirav, Ankit, Ankur, Atit, Bhavin, Kartik, Khushbu, Sweta (gu), Laszlo Dvornik (hu),
  Mohammad DAMT (id), Stanislav Visnovsky (sk).
2004-09-21 16:58:05 +00:00
jmmv
c589608e92 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
2.8.0
=====

Bugfixes:
- Fix build issue (patch from Sebastien Bacher, fixes #151504)

New/updated translations:
2004-09-11  Dafydd Harries  <daf@muse.19inch.net>
       * cy.po: Updated Welsh translation.

2004-09-09  Laszlo Dvornik  <dvornik@gnome.hu>
       * hu.po: Updated Hungarian translation by Gabor Kelemen.

2004-09-09  Baris Cicek <baris@teamforce.name.tr>
       * tr.po: Updated Turkish Translation

2004-09-08  Arafat Medini  <lumina@arabeyes.org>
       * ar.po: Updated Arabic translation

2004-09-06  David Lodge <dave@cirt.net>
        * en_GB.po: Updated British translation.

2004-09-06  Mugurel Tudor  <mugurelu@go.ro>
        * ro.po: Updated Romanian translation
        by Misu Moldovan <dumol@go.ro>

2004-09-06  Kostas Papadimas <pkst@gnome.org>
       * el.po: Updated Greek translation.

2004-09-05  Kjartan Maraas  <kmaraas@gnome.org>
       * nb.po: Updated
       * no.po: Updated
2004-09-05  Miloslav Trmac  <mitr@volny.cz>
       * cs.po: Updated Czech translation.

2004-09-05  Raphael Higino  <raphaelh@cvs.gnome.org>
       * pt_BR.po: Updated Brazilian Portuguese translation.

2004-09-03  Hendrik Richter <hendrik@gnome-de.org>
        * de.po: Updated German translation

2004-09-01  Vincent van Adrighem  <adrighem@gnome.org>

       * nl.po: Translation updated by Tino Meinen.


2.7.92
======

Bugfixes:
- Fix issues reported by sparse/gcc (Kjartan Maraas, bug #150348)
- Use gnome-autogen.sh (Fernando Herrera, bug #143918)

2.7.91
======

Enhancements:
- s/SimplySmooth/Glider
- Add Glider gtk icons (Link Dupont)

Bugfixes:
- Fix Glider disabled text field bug (Link Dupont)

2.7.90.1
========

Fix distclean issues.


2.7.90
======

Enhancements:

- Added Simply Smooth theme and Smooth Engine (Andrew Johnson, Link Dupont).
  Automake 1.7 now required.
- More JDS menu converage for HC/HCI themes.

2.7.3
=====

Bugfixes:
- Fix HC/HCI symlinking so that it works when installed from an RPM, too.
  (Calum Benson/Erwann Chenede)

New/updated translations:
2004-06-29  Ivan Stojmirov <stojmir@linux.net.mk>

       * mk.po: Updated Macedonian translation.

2004-06-28  Laurent Dhima  <laurenti@alblinux.net>

       * sq.po: Translation updated.

2004-06-09  Alexander Shopov  <ash@contact.bg>

       * bg.po: Updated Bulgarian translation by
       Rostislav Raykov <zbrox@i-space.org>

2.7.2
=====

Enhancements:

- Add themed menu stripe for JDS, and generic HC/HCI icons
for a bunch of applications. (Calum Benson)


2.7.1
=====

Bugfixes:
- 126829, window menu icons not visible in a11y themes.
  (Calum Benson/Havoc Pennington)

Enhancements:
- Better mimetype coverage for HC and HCI themes.
- Better use of symlinking for HC and HCI themes (=smaller tarball).
- Some CVS surgery.

New/updated translations:
2004-04-15  Andras Timar  <timar@gnome.hu>
       * hu.po: Updated Hungarian translation.

2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
        * gu.po: Added Gujurati translation by
        Gujarati Team <magnet@magnet-i.com>.

004-04-03  Samúel Jón Gunnarsson  <sammi@techattack.nu>
       * is.po: Updated Icelandic translation by
       Helgi Þormar Þorbjörnsson  <helgi@trance.is>

2004-03-25  Guntupalli Karunakar  <karunakar@freedomink.org>
        * pa.po: Added Punjabi translation by
        Jaswinder Singh Phulewala <jaswinderlinux@netscape.net>.

2004-03-23  Jordi Mallach  <jordi@sindominio.net>
       * ca.po: Updated Catalan translation.

2004-03-23  Åsmund Skjæveland  <aasmunds@fys.uio.no>
       * nn.po: Added Norwegian Nynorsk translation.
2004-09-21 16:57:50 +00:00
jmmv
da82a4e4b7 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
Changes in GNOME-Applets 2.8.0
==================================

Overall
 * Documentation updates: gswitchit, battstat, cdplayer, charpick,
   gtik, gweather, mailcheck, mini-commander, mixer, multiload, stickynotes
   (Angela Boyle)
 * Documentation updates: drivemount (Christian Kellner)
 * Documentation updates: geyes, modemlights, stickynotes, wireless
   (Shaun McCance)
 * Battstat, fix build problems on BSD (Julio M. Merino Vidal)
 * Mixer, fix install so that icon is visible in Add to Panel (Mark McLoughlin)

Translations
 * nn (Åsmund Skjæveland)
 * ar (Arafat Medini)
 * nl (Tino Meinen)
 * el (Kostas Papadimas, Nikos Charonitakis)
 * de (Hendrik Richter)
 * pt_BR (Raphael Higino)
 * cs (Miloslav Trmac)
 * et (Priit Laes)
 * bs (Akagic Amila)
 * en_GB (David Lodge)
 * bg (Vladimir Petkov)
 * ro (Mugurel Tudor, Misu Moldovan)
 * da (Martin Willemoes Hansen)
 * tr (Baris Cicek)
 * hu (Gabor Kelemen)
 * ms (Hasbullah Bin Pit)
 * cy (Dafydd Harries)
 * sv (Christian Rose)
 * fr (Sebastien Bacher)
 * th (Paisa Seeluangsawat)
 * zh_TW (GNOME HK Team)
 * ja (Takeshi AIHANA)
 * it (Alessio Frusciante)

This is it, this is GNOME 2.8. Celebrate and pat yourselves on the back.
Especially if you are one of the documentation team who spent all that time
making the desktop that much easier to use.

Changes in GNOME-Applets 2.7.3
==================================

GNOME 2.8.0 Release Candidate 1

Overall
 * Fix forecasting information for the United Kingdom (Alan Cox)
 * Fix crasher in battstat (Carlos Garnacho Parro)
 * Change 'dictionary:' macro in mini-commander to use gnome-dictionary
   (Davyd Madeley)

Translations

 * fi (Jarkko Ranta, Ilkka Tuohela)
 * es (Francisco F. Serrador)
 * sv (Christian Rose)
 * da (Martin Willemoes Hansen)
 * ko (Changwoo Ryu)
 * sr (Danilo Šegan)
 * sq (Elian Myftiu)
 * uk (Maxim Dziumanenko)
 * ja (Takeshi AIHANA)
 * nn (Åsmund Skjæveland)
 * zh_CN (Funda Wang)
 * cs (Miloslav Trmac)
 * gu (Ankit Patel)
 * eu (Iñaki Larrañaga)
 * hu (Laszlo Dvornik)
 * ms (Hasbullah Bin Pit)
 * pl (GNOME PL Team)
 * en_CA (Adam Weinberger)
 * pt (Duarte Loreto)
 * el (Simos Xenitellis)
 * id (Mohammad DAMT)
 * bn (Runa Bhattacharjee)
 * az (Runa Bhattacharjee)

Thanks to everyone who contributed (especially anyone I forgot to name). GNOME
Applets is now is code freeze until the branch for 2.9. This means that only
release critical bugs will be fixed. Please check for duplicates before filing
bugs, but don't simply assume that someone else has filed it. Translators and
documenters should be aware that they may of course continue working on GNOME
Applets, and are uneffected by the freeze.

Changes in GNOME-Applets 2.7.2
==================================

GNOME 2.8.0 Beta 2

Overall
 * Require gnome-panel 2.7.x (Davyd Madeley)
 * New tooltips and warning dialogs for the battery applet (Davyd Madeley)
 * Use global settings for cdplayer applet (Mark McLoughlin)
 * Remove unneeded screen-exec dependancies (Kjartan Maraas, Davyd Madeley)
 * ANSI C fixes (Kjartan Maraas)
 * New locations and spelling fixes for gweather
   (Frank Solensky, Davyd Madeley, Francisco Javier F. Serrador)
 * Change centigrade to celsius and add kPa to gweather preferences
   (Ryan Lortie, Davyd Madeley)
 * Change Forecast to Details (Karthik BG)
 * Change Humidity to Relative Humidity (Christian Neumair)
 * modemlights can now go for more then 99 hours of connection time
   (Vincent Noel)

Translations
 * ar (Arafat Medini)
 * nb (Kjartan Maraas)
 * id (Ahmad Riza H Nst)
 * nl (Michiel Sikkes)
 * ja (Takeshi AIHANA)
 * bg (Vladimir Petkov)
 * uk (Maxim Dziumanenko)
 * ru (Russian Team)
 * de (Christian Neumair, Hendrik Brandt)
 * zh_CN (Funda Wang)
 * sr (Danilo Šegan)
 * sq (Elian Myftiu)
 * es (Francisco Javier F. Serrador)
 * en_CA (Adam Weinberger)
 * cs (Miloslav Trmac)
 * ms (Hasbullah Bin Pit)
 * pl (GNOME PL Team)
 * no (Kjartan Maraas)
 * pt_BR (Estêvão Samuel Procópio, Raphael Higino)
 * fr (Christophe Merlet)
 * ko (Changwoo Ryu)
 * sv (Christian Rose)
 * da (Martin Willemoes Hansen)
 * pt (Duarte Loreto)
 * cy (Telsa Gwynne)
 * nn (Åsmund Skjæveland)
 * sk (Marcel Telka)
 * mn (Sanlig Badral)
 * fi (Ilkka Tuohela)

Thanks to everyone who has contributed. My apologies to anyone I missed. GNOME
Applets is now in string freeze until the branch for 2.9 so the translators can
weave their magic. Please check for duplicates before filing bugs.

Changes in GNOME-Applets 2.7.1
==================================

The "don't blame Kevin, it's all Davyd's fault" release.

Overall
 * Add a --disable-battstat argument (Mark McLoughlin)
 * Better battery support in FreeBSD (Joe Markus Clarke)
 * Fix battery applet positioning (Vincent Noel)
 * Use same CD drive as gnome-cd (Michael Terry)
 * New locations for Weather (Patrick Steiner, Gareth Owen)
 * Mini-Commander error indication if command does not exist (Vinay M R)

Translations
 * da (Martin Willemoes Hansen)
 * es (Francisco Javier F. Serrador)
 * el (Nikos Charonitakis)
 * no (Kjartan Maraas)
 * cs (Miloslav Trmac)
 * ko (Changwoo Ryu)
 * sq (Elian Myftiu)
 * hu (Laszlo Dvornik)
 * en_GB (Gareth Owen)
 * bg (Rostislav Raykov, Vladimir Petkov, Peter Slavov)
 * pl (GNOME PL Team)
 * hi (Guntupalli Karunakar)
 * ja (Takeshi AIHANA)
 * nl (Tino Meinen)
 * pt_BR (Raphael Higino)
 * fr (Christophe Merlet)
 * de (Christian Neumair)
 * sr (Danilo Šegan)
 * lt (Žygimantas Beručka)
 * en_CA (Adam Weinberger)
 * zh_CN (Funda Wang)
 * ru (GNOME RU Team)
 * pt (Duarte Loreto)
 * ta (Dinesh Nadarajah)

As well as heaps of bug fixes, improvements and whatever else I've missed.
2004-09-21 16:57:24 +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
bafe156067 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
gnome-control-center 2.8.0

Jody Goldberg
 * Fixed float/int mismatch in peditor

Jonathan Blandford
 * Fix docs link for at-properties capplet.

Pierre Ossman
 * display the volume dialog in the correct place

Sergey V. Udaltsov
 * default switchcut (Alt*2) is introduced

Translations:
 * All translations updated

------------------------------------------------------------------------------
gnome-control-center 2.7.1

Translations:
 * Bosnian translation added.

Frederic Crozat:
 * Use themed icon for windows

Rodney Dawes:
 * Add "W x H pixels" to description, and remove file size for bg capplet

Sergey:
 * Fixes to keybinding capplet

Kjartan Maraas:
 * text cleanup

Jeroen Zwartepoorte:
 * Use the parent type in the G_DEFINE_TYPE

------------------------------------------------------------------------------
gnome-control-center 2.7.0
    * No NEWS file updates this time due to time pressures.  2.7.1
    should have a full change.
2004-09-21 16:56:18 +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
snj
d779bc97f9 Update to devilspie-0.5.1.
Changes:
* Add an action to set the window type atom
* Add an action to set the decorate window hint in OpenBox
* Watch all screens for events, instead of just the default
* Add an action to set the geometry of a window
2004-09-20 21:13:01 +00:00
markd
6eaadba526 Make KDE depend on at least version 3.3.3nb1 of qt3-libs. 2004-09-19 04:17:22 +00:00
jmmv
93e15cf0fd Update to 2.4.10. Done during the freeze to get several security fixes
in gdk-pixbuf incorporated.

Overview of Changes from GTK+ 2.4.9 to GTK+ 2.4.10
==================================================
* GtkFileChooser
 - Fix some memory leaks [Kjartan Maraas]
 - Make autocompletion less annoying in save mode [Owen Taylor]
* Default theme
 - Improve drawing of expanders [Matthias Clasen]
* GtkEntryCompletion
 - Improve positioning of popups [Matthias]
* Make selection handling robust against invalid UTF-8 [Owen Taylor]
* gdk-pixbuf
 - Fix saving of pixbufs with alpha-channel as jpeg [Emmanuel Pacaud]
 - Security fixes [Chris Evans]
* Win32 bug fixes
 - Improve tablet handling [Robert Ögren]
 - Handle screen resolution changes [Arjohn Kampman, Tor Lillqvist]
 - Fix loading of input modules on Win32 [Kazuki IWAMOTO]
* Other bug fixes [Tim Janik, Bill Haneman, Padraig O'Briain,
  Frederic Croszat, Matthias, Felipe Heidrich, Lorenzo Gil
  Sanchez, Olivier Andrieu, Jean Bréfort, Christian Persch,
  Edd Dumbhill, Marco Pesenti Gritti]
* Updated translations (ang,bn,cs,cy,de,en_CA,hu,ne,nn,ro,tr,uk)
2004-09-18 21:46:48 +00:00
minskim
0341fda218 Incorporate libXpm security fixes of X.Org X11R6.8.1.
Bump PKGREVISION and BUILDLINK_RECOMMENDED.
2004-09-16 19:36:10 +00:00
minskim
bac7c817d5 Bump BUILDLINK_RECOMMENDED because of libXpm security fixes. 2004-09-16 19:33:09 +00:00
minskim
e3103bfae7 Incorporate libXpm security fixes of X.Org X11R6.8.1.
Bump PKGREVISION.
2004-09-16 19:28:56 +00:00
minskim
55496e93d6 Make this package build on Interix. Based on patches submitted by
Hiramatsu Yoshifumi in PR pkg/26962.
  - Use ut_session only when it is available in struct utmpx.
  - If updwtmpx is not available, use pututxline instead.
  - Bulid functions using struct utmp only when the struct utmp is available.
2004-09-15 18:29:20 +00:00
minskim
480693d899 Split patch-af because it was patching four files. 2004-09-15 17:55:53 +00:00
wiz
921707bf9a Add unexec dirrm for directory which looks as if it might be shared,
and definitely doesn't get removed.
2004-09-15 11:10:39 +00:00
jmmv
eecda97118 Update xosd and xmms-osd to 2.2.12. The reason for it is that the previous
version in pkgsrc (2.2.10) does not work at all under NetBSD 2.x.  Addresses
PR pkg/26781, which was already closed without the update...

2.2.12:
	Applied three patches from the debian maintainer. The first cleans
	up file handles, the second fixes a man page, the third fixes a
	centering bug, and the last fixes a deadlock.

2.2.11:
	Applied two more patches from the debian maintainer. The first
	fixes a bug introduced by a patch in 2.2.9 and the second reorders
	the main xodf event loop. These patches appear to have increased
	xosd's speed.
2004-09-14 08:25:43 +00:00
markd
44a2ad64c6 Fix previous is situations when you dont have a krb5-config. Heimdal
needs -lcom_err.
2004-09-13 13:52:12 +00:00
wiz
6ec967917e Fix PLIST (wrong shlib names, remove file that is not there, and fix typos in dirrms. 2004-09-10 21:30:50 +00:00
drochner
d6599854a5 update to 2.2
changes: added dialog for tab-focus order, file generation separate for
 sources and .dlg file
avoid the X11R6/libXft trap
update some C++ for gcc-3.3
This should fix the build errors seen in bulk builds
2004-09-10 15:43:51 +00:00
drochner
c99a752ba4 appearently, newer Python versions don't define ANY=void in the
exported header anymore
so do this nonsense here to let the pkg build
2004-09-09 17:33:13 +00:00
jschauma
135fcafcbf Back out previous. jmmv@ already fixed this in imlib2, where it should
have been done.
2004-09-08 18:38:49 +00:00
jschauma
e0488a5d40 Add libtool buildlink, so that this finds libltdl.
Should fix problem seen in last bulk-build.
2004-09-08 16:27:29 +00:00
jschauma
d59f33233c If we're on IRIX and we're using gcc, then, apparently, we need gawk,
as otherwise the awk invocation in libtool breaks complaining about
the ``Input record [...] too long'' near the end of the build process.
(Oddly this does not occur using the mipspro compiler.)
2004-09-07 01:23:10 +00:00
wiz
0fac86cc8c Fix typo (CONFIFURE_ARGS => CONFIGURE_ARGS) reported by Georg Schwarz
in PR 26868. Bump PKGREVISION since this will result in a slightly(?)
different version.
2004-09-06 22:29:57 +00:00
markd
6b7440cb14 Add support for HTTP Negotiate authentication.
Bump PKGREVISION.
2004-09-06 13:08:54 +00:00
danw
72ce2380f1 change MAINTAINER to tech-pkg 2004-09-05 17:00:06 +00:00
jmmv
421a4e33b2 Update to 0.7:
- Implement timestamp support (Elijah Newren)
2004-09-03 12:53:10 +00:00
jmmv
487916cbdb Update to 2.6.0.4:
- Allow not checking directory owners with CheckDirOwner key,
  (Andreas Schubert)

- FreeBSD support for VTAllocation stuff (Alexander Nedousukov)

- Add de_AT, de_CH, fr_BE, fr_CH, hy_AM to language list (#148349, #139454)

- Add more native versions of language names and fix up existing ones,
  #148373, #148486, 148356, #148350, #88777, #150293

- Add support for Solaris logindevperm and usiting (Brian Cameron)

- Fix some strings, fixes #144076, #144077, #147800

- On sun we automatically make the default config add -nobanner to
  the X server flags (Arvind)

- Fix doubleclicking on the user browser in the standard greeter

- Fix #144007 where bad .profile could screw up a session start

- Fix #148042 by making GETTEXT_PACKAGE just gdm

- Fix #147940 by properly checking if shutdown/reboot/suspend commands exist
  in the graphical greeter

- Fix #143707 by using Exclude key for the user dropdown lists in gdmsetup

- Fix some compiler warnings for new gcc

- .dmrc is created with umask 077 for maximum anality

- Translation updates (Kjartan Maraas, Laszlo Dvornik, Laurent Dhima,
  Martin Willemoes Hansen, Marie Lund, Metin Amiroff, Francisco Javier F.
  Serrador, Duarte Loreto, Tommi Vainikainen, Leonid Kanter, Changwoo Ryu,
  Funda Wang, Artur Flinta, GNOME PL Team, Miloslav Trmac, Adam Weinberger,
  Estevao Samuel Procopio, Tommi Vainikainen, Danilo Segan, Guntupalli
  Karunakar, Lucas Vieites, Christian Neumair, Nikos Charonitakis,
  Gustavo Maciel Dias Vieira, Afonso Celso Medina, Sebastien Bacher,
  Ole Laursen, Ivan Stojmirov, Andras Timar)
2004-09-01 14:42:59 +00:00
jmmv
f00f5d1fb5 Pick up maintainership (something I should have done a long while ago...) 2004-08-31 11:53:07 +00:00
danw
f5915880ac fix up the darwin config files to deal with something that changed in
buildlink at some point
2004-08-31 03:10:16 +00:00
jmmv
0e130051ba Update to 2.4.9:
Overview of Changes from GTK+ 2.4.7 to GTK+ 2.4.8
=================================================
* GtkFileChooser
 - Fix some memory leaks [Federico Mena Quintero]
 - Make save mode work with old versions of the
   gnome-vfs backend. [Zack Cerza]
* GtkEntryCompletion
 - Warn if text column has wrong type [Fernando San Martin Woerner,
   Gustavo Carneiro]
* GtkTreeView
 - Fix a redraw problem in fixed height mode [Pawel Salek]
* GDK
 - Complete the _NEW_WM_USER_TIME implementation [Elijah Newren]
 - Update the _NET_ACTIVE_WINDOW implementation [Elijah]
* gdk-pixbuf
 - Avoid infinite loops for bad BMPs [Chris Evans, Manish Singh]
 - Fix a problem with GDK_INTERP_NEAREST scaling which caused
   Nautilus thumbnails to be misdrawn [Christoph Fergeau]
 - Avoid segfaults in gdk-pixbuf-csource [Matthias Clasen]
* Win32 bug fixes [Tim Evans, Tor Lillqvist]
* Other bug fixes [Gustavo, Torsten Schoenfeld, Manish, Tomislav Jonjic,
  Soeren Sandmann, Tommi Komulainen, Philip Langdale, Jon-Kare Hellan]
* Documentation improvements [Matthias]
* Updated translations (bs,da,fi,sq)

Overview of Changes from GTK+ 2.4.6 to GTK+ 2.4.7
=================================================
* GtkFileChooser
 - Fix for Open button not actually opening [Tommi Komulainen]
 - Fix crash when g_get_home_dir() returns NULL [Tor Lillqvist]

Overview of Changes from GTK+ 2.4.4 to GTK+ 2.4.6
=================================================
* GtkFileChooser
 - Set busy cursor while mounting [Federico Mena Quintero]
 - Set accessible name [Padraig O'Briain]
 - Improve activation on focus [Federico]
 - Accept paths in entry [Federico]
* GtkTreeView
 - Draw focus indicator for empty tree views [Federico]
 - Make column dragging more robust [Matthias Clasen,
   Christian Biere]
 - Prevent DND on non-sources [Pawel Salek]
* GtkUIManager
 - Accept paths with a leading / [David Malcolm]
* Gdk
 - Fix handling of keep-above and keep-below
   state [Matthew Garret]
 - Add some missing error traps [Thomas Leonard]
* gdk-pixbuf
 - Make incremental loading work for 8bit pcx
   files [Magnus Bergman]
 - Handle edge pixels consistently [Brian Cameron,
   Matthias]
 - Handle OS/2 BMPs [Jon-Kare Hellan]
* Bug fixes for Copy-Paste behaviour in text widgets
  [Mikael Hallendal, Scott Bronson]
* Memory leak fixes in multiple widgets [Kjartan Maraas,
  Tommi Komulainen, Crispin Flowerday, Matthias]
* Win32 fixes [Robert Ögren, Tor Lillqvist, Hans Breuer
* Other bug fixes [John Cupitt, Elke Meier, Matthias,
  Peter Zelezny, Guilherme Salgado, John Finlay, Tommi,
  Padaig, Olivier Sessink, Nicolas Deves, Lorenzo Gil
  Sanchez, Christian Persch, Morten Welinder, Markku Vire,
  Markus Lausser, Abel Daniel]
* Documentation improvements [Owen Taylor, Matthias, Axel
  Simon, David, Federico, Mariano Suarez-Alvarez]
* Updated translations (ang,az,bg,br,ca,cs,en_CA,es,fi,fr,hi,hu,
  it,ja,ko,mn,nb,nl,no,pl,pt,pt_BR,ru,sq,sr,sr@Latn,sr@ije,sv,uz,
  wa,zh_CN)
2004-08-30 19:20:02 +00:00
jlam
8d572feba3 Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
2004-08-28 06:05:31 +00:00
jlam
73baef726e Convert to use {COMPILER,LINKER}_RPATH_FLAG. 2004-08-27 18:52:00 +00:00
jlam
89a609934d Change to use COMPILER_RPATH_FLAG. 2004-08-27 18:44:11 +00:00
drochner
3fcdb72372 also build the opengl stuff
(wasn't done due to build problems with egcs)
bump PKGREVISION
2004-08-27 15:03:27 +00:00
adam
d8cd8f7aa7 Changes 2.2.10:
* Fixes a bug in alignment
* A lot of submitted patches were applied
2004-08-27 09:18:12 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
reed
f8eec8a92a Replace entire generic GNOME description with a description
that describes this "gnome-applets" package.

This was noticed by Richard Rauch.
2004-08-26 21:02:31 +00:00
darcy
7bb8840317 The PKGREVISION was bumped on qt3-libs so the DEPENDS line here needs to
reflect that change.
2004-08-26 18:57:07 +00:00
markd
6c1a3bb57d Fix build on NetBSD < 1.6U (no readdir_r()). 2004-08-26 04:04:11 +00:00
markd
da7a154ccf Bump PKGREVISION for patch to use modern resolver lib.
Noted by wiz.
2004-08-25 02:20:23 +00:00
markd
0bb87f5042 Use modern resolver api on recent NetBSD systems that have it.
From Love in PR 26638.
Fixes problems in threaded programs. eg psi and kde3.3's cups support.
2004-08-24 12:38:18 +00:00
markd
a7d2b34e07 Add kkbswitch 2004-08-23 11:46:32 +00:00
markd
1bd90c4109 Import kkbswitch from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.

KKBSwitch is a keyboard layout indicator for KDE 2 or 3.
It is useful when you have configured the XKeyboard extension
of your X Server to have more than one keyboard group (layout),
for example US/ASCII and Russian. KKBSwitch displays an icon
in the system tray that indicates which layout is currently active.
Note that KKBSwitch does not help you configure XKeyboard,
it merely serves as the indicator of the current layout.
You still have to configure XKeyboard by editing the XF86Config file.
2004-08-23 11:44:20 +00:00
markd
c2df537d07 It seems I missed the distinfo update. 2004-08-22 03:10:49 +00:00
markd
91557d773a +kde3-i18n-eo, +kde3-i18n-pa, -kde3-i18n-az, -kde3-i18n-gl, -kde3-i18n-lt 2004-08-21 16:09:58 +00:00
markd
da24232c64 Update to KDE 3.3. 2004-08-21 16:02:40 +00:00
markd
534eebe125 Update to KDE 3.3 2004-08-21 12:38:32 +00:00
markd
a897ec98eb Update to KDE 3.3
Changes:
* KControl
  o Add a brand new control center module to globally handle KDE visual
    themes. Lukas Tinkl
  o Add new control center module to test and calibrate joysticks Martin
    Koller
* Kicker
  o Cleaner look for the mini-pager providing for more contrast. Sandro
    Giessl
* KDM
  o Added "Lock session" checkbox to "Start New Session" confirmation
    dialog
* Konqueror
  o Let configure shortcuts of plugins actions. Olivier Goffart
  o Improve the bookmark sidebar module (Context menus, drag&drop) Sandro
    Giessl
  o Ask for confirmation when loading a profile and tabs are open Stephan
    Binner
  o Ask for confirmation when closing a webpage with modified form content
    Stephan Binner
  o Added option to hide "Delete" command on desktop and in file manager
  o Confirm closing many pages with "Close Other Tabs" command
  o Keybindings for switching to specific tab
  o Double click over empty tabbar space opens new tab
  o Mouse wheel over tabbar area switches tabs
  o Added option to activate previous active tab if closing the current one
  o kfmclient: Added command "newTab 'url' ['mimetype']"
  o Hidden options MaximumTabLength and MinimumTabLength (defaults to 3)
  o Count of files and folders on Folder Properties dialog box
* KDialog
  o a dialog for showing progress bars would be useful Stephan Binner
* KWin
  o Per window settings and improved "Store window settings" Lubos Lunak
  o Decoration API support for more buttons in titlebars Sandro Giessl
* KDCOP
  o More types supported for arguments (QSize, QPoint, QRect, QColor,
    QPixmap) Olivier Goffart
  o Show applications icons. Olivier Goffart
* Konsole
  o Tabbar button for closing tabs Kurt V. Hindenburg
* LDAP ioslave
  o Writing support, SASL authentication and SSL/TLS support Szombathelyi
    György
2004-08-21 12:35:15 +00:00
markd
457be5bac5 Update to KDE 3.3
* Rewrite the name-resolution routines so that true asynchronous lookups
  are possible (multithreaded). Thiago Macieira
* kconf_update has now support for updating files other than config
  files. Waldo Bastian
* Crypto certificates import without user interaction Helge Deller
* KEditToolbar: Add support for arranging actions via drag&drop. Sandro
  Giessl
* Move KNewStuff to kdelibs, making it usable for KDE-Edu etc. Josef
  Spillner
* Introduce KIMIface, a generic DCOP interface to instant messaging/chat
  clients, and support libraries for other KDE apps, enabling loosely
  coupled integration. Will Stephenson
* Show actions icons in the configure shortcut dialog. Olivier Goffart
* KKeyDialog: add widget (based on klistviewsearchline) for searching
  shortcuts Cristian Tibirna
* User visible feedback if invocation of browser, help Center or mailer
  fails
* KImgIO
  o Add EXR image plugin, supports reading high dynamic range files.
    Brad Hards
  o Add support for SGI images (a.k.a. "RGB" images). These do typically
    have file extensions *.rgb, *.rgba, *.sgi, or *.bw. The SGI image
    file format is a de-facto standard for textures, for example in 3D
    modeling. Melchior Franz
  o Add read support for DDS images (Direct Draw Surface). This format
    is mainly used for textures in DirectX. Ignacio Castaño
* libkabc
  o Write support and SSL/TLS for the LDAP resource Szombathelyi György
* KLocale
  o Try harder to find message translations if a string is not translated
    in the primary language of the user, but available in other languages
    that the user has chosen in kcontrol. Heiko Evermann
* KSpell2
  o Introduction of the new spellchecking library fixing all of KSpell
    shortcomings. Zack Rusin
* KHTML part
  o KHTML: Merge text shifting from WebCore. Leo Savernik
  o KHTML: Type-ahead find Arend van Beelen jr.
  o Copy To->IM Contact... context menu entry. Using kimproxy, allow one
    to initiate a file transfer from Konqueror. Will Stephenson
  o Added "Open in This Window" in popup frame submenu
  o New context menu when text is selected which allows lookup in default
    search engine
  o Fixed and improved Access Key support: now activated by pressing and
    releasing the ctrl key. When activated, the accesskey mode displays all
    accesskeys available in tooltips Jean-Baptiste Mardelle
2004-08-21 12:16:45 +00:00
adam
7a2b09999c Changes 0.9.3:
* A number of W32 window event enhancements
   * art backend glyph drawing with alpha enhancements.
   * libwraster is no longer checked for - image functions now in frontend
2004-08-18 14:01:57 +00:00
adam
5072eaa3fe Changes 0.9.3:
* Working NSToolbar implementation
   * New Mac OS X methods in NSView and other classes
   * Fixed some sheet handling problems.
   * Integrated gif, jpg, and png handling in front-end.
   * Added overridable button and frame drawing functions
   * Add some keyed decode/encoding to some classes
   * NSStringDrawing redesigned.
   * Much improved loading of gorm files
2004-08-18 14:01:14 +00:00
minskim
7ae855db80 This package is not in pkgsrc-wip any more. 2004-08-17 15:34:23 +00:00
minskim
4b7fd8f6f6 Add and enable py-Xlib. 2004-08-17 15:32:35 +00:00
minskim
cec412a10a Import py-Xlib from pkgsrc-wip. Packaged by César Catrián C. and
slightly modified by me.

The Python X Library is intended to be a fully functional X client
library for Python programs.  It is written entirely in Python, in
contrast to earlier X libraries for Python (the ancient X extension
and the newer plxlib) which were interfaces to the C Xlib.
2004-08-17 15:30:43 +00:00
reinoud
4181dd0fd9 The comepage is currently not accessible for downloads; it could be squatted.
Moved the other download site up as first choice
2004-08-16 14:10:33 +00:00
minskim
33d09e6c8e Update xterm to 196.
Changes since 188:
  - Many bug fixes and enhancements.  See the following web page for
  the complete list.
    http://dickey.his.com/xterm/xterm.log.html
2004-08-16 04:53:46 +00:00
minskim
ed0bbe28c6 Install locale files into ${PREFIX}/${PKGLOCALEDIR}/locale instead of
/usr/share/locale.  Fix PLIST accordingly.

Bump PKGREVISION.
2004-08-15 04:13:18 +00:00
minskim
759287e063 Switch to Tk 8.4 and bump PKGREVISION due to the dependency change. 2004-08-15 03:27:29 +00:00
minskim
e6e67dd0f3 Use statvfs instead of statfs on NetBSD>=2.0D. 2004-08-15 03:25:24 +00:00
reed
409a791bd9 Change HOMEPAGE to specific webpage. 2004-08-13 16:18:37 +00:00
adam
1a7be52e99 @dirrm addition for macx-xlc 2004-08-13 10:16:59 +00:00
recht
e60d7f44d4 Set PGSQL_VERSION_REQD to 73 (for now) to fix the build. 2004-08-13 08:59:46 +00:00
adam
51c48b3161 Changes 3.3.3:
* Bug-fix release
2004-08-12 11:52:21 +00:00
recht
95e49df5cc Add missing entries to PLIST.common.
Patch by Kouichirou Hiratsuka in PR pkg/26610

Bump PKGREVISION to 1.
2004-08-11 15:40:49 +00:00
recht
0306b5d304 - pass rpath flags while building the freetype module
fixes my own PR pkg/26519
- add missing files to PLIST.common
  patch provided by Kouichirou Hiratsuka in PR pkg/26611

bump PKGREVISION to 1
2004-08-11 15:36:36 +00:00
markd
fba34fd12f Fix whitespace. 2004-08-11 14:18:12 +00:00
markd
ab9f67cf5d Fix some issues related to html frames, cookie handling and temporary filenames.
From KDE cvs.
Bump PKGREVISION.
2004-08-11 13:51:14 +00:00
minskim
9e08cd8ed2 Specify the path to gdk-pixbuf-gnome headers explicitly, because
gdk-pixbuf-gnome doens't share the directory with gdk-pixbuf in the
pkgviews world.  Patch provided by Rhialto (rhialto at
azenomei.knuffel.net) in PR pkg/26566.
2004-08-06 13:58:55 +00:00
adam
749f738317 Changes 1.1.1:
* Added -north path, -target path, and -path_relative_to options
* Added -output_start_index option
* Print a list of compile-time options when using the --version option
* Fixed a bug where orbits were not drawn for bodies using SPICE kernels
* Added ssec_map option to configuration files to use University of
  Wisconsinn cloud maps
2004-08-06 09:55:38 +00:00
recht
cbf9e7c372 update to libXrender-0.8.4
changes:
bug-fixes only
2004-08-05 22:19:17 +00:00
recht
a1f7421f47 update to fixesext-2.0.1
No changes given, so I'm guessing it are just bug fixes...
2004-08-05 22:18:57 +00:00
recht
46662048c6 update to libXfixes-2.0.1
changes:
2004-01-15  Daniel Stone  <daniel@fooishbar.org>
	* Tag release 2.0.1 for first freedesktop.org clientside lib release.

2004-01-15  Harold L Hunt II <huntharo@msu.edu>
	* Makefile.am: Pass -no-undefined to libtool via LDFLAGS.

2003-11-21  Keith Packard  <keithp@keithp.com>

	* Region.c: (XFixesCopyRegion), (XFixesUnionRegion),
	(XFixesIntersectRegion), (XFixesSubtractRegion),
	(XFixesInvertRegion), (XFixesTranslateRegion):
	* Xfixes.h:
	Eliminate offset arguments in combining operators,
	create separate XFixesCopyRegion and XFixesTranslateRegion functions.

2003-11-02  Keith Packard  <keithp@keithp.com>

	* Cursor.c: (XFixesSelectCursorInput), (XFixesGetCursorImage),
	(XFixesSetCursorName), (XFixesGetCursorName), (XFixesChangeCursor),
	(XFixesChangeCursorByName):
	* Makefile.am:
	* Region.c: (XFixesCreateRegion), (XFixesCreateRegionFromBitmap),
	(XFixesCreateRegionFromWindow), (XFixesCreateRegionFromGC),
	(XFixesCreateRegionFromPicture), (XFixesDestroyRegion),
	(XFixesSetRegion), (XFixesUnionRegion), (XFixesIntersectRegion),
	(XFixesSubtractRegion), (XFixesInvertRegion),
	(XFixesRegionExtents), (XFixesFetchRegion),
	(XFixesSetGCClipRegion), (XFixesSetWindowShapeRegion),
	(XFixesSetPictureClipRegion):
	* SaveSet.c: (XFixesChangeSaveSet):
	* Selection.c: (XFixesSelectSelectionInput):
	* Xfixes.c: (XFixesExtAddDisplay), (XFixesExtRemoveDisplay),
	(XFixesExtFindDisplay), (XFixesFindDisplay), (XFixesCloseDisplay),
	(XFixesWireToEvent), (XFixesEventToWire), (XFixesQueryExtension),
	(XFixesQueryVersion):
	* Xfixes.h:
	* Xfixesint.h:
	* configure.ac:
	* xfixes.pc.in:
	Merge in xfixes_2_branch
2004-08-05 22:18:38 +00:00
xtraeme
4b4aecf04a Fix for xmkmf, which had the buildlink directory embedded to look for
config files, fixes PR pkg/26505 by Kouichirou Hiratsuka.
2004-08-04 06:49:41 +00:00
markd
8c7830b12f Set QMAKE_LFLAGS based on the value of LDFLAGS at the point that qmake is
run rather than when the qmake.conf was generated.  Should be effectively
equivalent to what was happening under buildlink2 and fixes linking
problems of audio/kmp and other qmake using packages.
2004-07-31 22:23:40 +00:00
xtraeme
5a34fd5ba0 I'm maintainer for the XFree86/X.org packages from pkgsrc. 2004-07-31 02:28:15 +00:00
xtraeme
7e484c5716 Define ProjectRoot inside of BeforeVendorCF, so xpkgwedge works
finally.

Bump PKGREVISION.
2004-07-31 01:46:45 +00:00
xtraeme
55307481a4 As suggested by Kouichirou Hiratsuka in PR pkg/26483, move
ProjectRoot definition inside #ifdef BeforeVendorCF, otherwise
it's overwritten by xpkgwedge two times.

Finally xpkgwedge works, bump PKGREVISION.
2004-07-31 01:37:23 +00:00
xtraeme
b4063cf7bc Remove empty definition (PreLoadSetup). 2004-07-30 23:20:06 +00:00
xtraeme
a068bec3d2 Apply patch from Kouichirou Hiratsuka PR pkg/26480 to not install
the header files properly (previous change broke "update" target).
2004-07-30 22:47:47 +00:00
xtraeme
c5c5617e1f Remove CHECK_X11_TYPE, now it's already defined in Makefile.common. 2004-07-30 08:31:22 +00:00
xtraeme
0cfedd6db1 Add a new variable to specify the installation prefix for
X11 packages (currently XFree86 and xorg), X11ROOT_PREFIX.

Defaults:

xorg: X11ROOT_PREFIX = xorg.
XFree86: X11ROOT_PREFIX = XFree86.

Otherwise it's undefined.

With this modification we don't have to specify X11BASE anymore,
because it's assigned automatically via bsd.pkg.defaults.mk.

If you want to change the defaults, specify X11ROOT_PREFIX in mk.conf.

Update Packages.txt now that we don't need X11BASE.
2004-07-30 07:48:56 +00:00
xtraeme
aefcbc0841 o Add missing files.
o Remove header files, which are handled by xorg-libs.
o Don't leave empty version.def, it's needed for some packages
  (e.g Xft2/builtin.mk, Xrandr/builtin.mk, etc).
o Remove duplicated line in do-build target.

Bump PKGREVISION.
2004-07-30 07:22:19 +00:00
xtraeme
a9a996b9c7 s/XFree86/Xorg/ 2004-07-30 04:39:08 +00:00
xtraeme
8c1435a922 Make this work properly when "xtt" module is loaded, thanks
to Kouichirou Hiratsuka reporting and sending the fix in PR pkg/26473.
2004-07-29 22:54:09 +00:00
xtraeme
0612a03a2c Use ${XF_VER} instead of using 4.4.0. 2004-07-29 09:06:19 +00:00
xtraeme
8acbcaea77 Depend on xorg-dirs where appropiate, as was done for XFree86 by jmmv@. 2004-07-29 07:27:43 +00:00
xtraeme
8037f2992e s/X11R6/xorg/ 2004-07-29 07:12:33 +00:00
xtraeme
69c871c448 xorg packages now will be installed into ${PREFIX}/xorg by default,
so we don't have to conflict between XFree86 and xorg.

Suggested by grant@.
2004-07-29 06:36:32 +00:00
xtraeme
abfc152a4e CONFLICTS with xorg-server. 2004-07-29 05:44:48 +00:00
xtraeme
a2e04b310b CONFLICTS with xorg-clients. 2004-07-29 05:41:12 +00:00
xtraeme
e1e9aed284 CONFLICTS with xorg-libs. 2004-07-29 05:39:19 +00:00
xtraeme
eca3299e66 CONFLICTS with xorg-imake. 2004-07-29 05:37:36 +00:00
xtraeme
6854ec6d13 Remove unused lines. 2004-07-29 05:19:45 +00:00