Commit graph

3309 commits

Author SHA1 Message Date
wiz
386b81c712 Add and enable xkbd. 2002-12-26 11:10:52 +00:00
wiz
c74b642a93 Update to 0.9.2, provided by Tracy J. Di Marco White in PR 19393.
The ReleaseNotes say:
Changes in 0.9:
---------------

You're kidding, right?  There have been so many changes here it's not funny.
If you really want to know what they all are, you can read the ChangeLog.  But
I'd settle for this:

 - All new theme format.
 - 3-state image support.
 - Pixmapped scrollbars and popup menus.
 - Action bindings.
 - IPC interface to Eterm and Enlightenment.
 - Auto mode for automatic syncing with Enlightenment themes.
2002-12-26 04:58:44 +00:00
wiz
9123715bad Disable xinerama (work around linking problem with gtk2-using applications).
Bump PKGREVISION.
2002-12-24 21:00:10 +00:00
wiz
e1e2ff0628 Replace collver@linuxfreemail.com with collver1@attbi.com.
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
2002-12-24 18:55:32 +00:00
wiz
f0ac8a88aa ...and bump PKGREVISION. 2002-12-24 18:41:42 +00:00
wiz
2fec8d8b92 Update dependencies to current version. 2002-12-24 18:37:57 +00:00
wiz
42e8edc974 Update to qt3-3.0.6nb1, depending on latest versions of libraries. 2002-12-24 18:36:16 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
wiz
b249c25bb8 Update to 2.2.0.
Subjective extract of changes:
* Only close dialogs on Escape if they have a cancel button. [James Willcox]
* Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
  Narayana Pattipati, Marius Andreiana]
* Improved default color scheme [Soeren Sandmann, with advise from
  Tuomas Kuosmanen and Garrett LeSage]
* Make pixmap creation functions take a GdkDrawable not a GdkWindow
  [Kristian Rietveld]
* Support move-resize emulation for all edges. [Matthias Clasen]
* Remove extra selections for ButtonRelease in XInput code
  [Garry Osgood, Owen]
* Support RTL flipping for statusbars [Matthias]
* Use octal escapes rather than literal UTF-8 in strings [Owen]
* Make a lot of read-only data const. [Matthias, Morten Welinder]
* Use g_get_application_name() for default window titles and
  for the title of the client leader window [Owen, Havoc Pennington]
* Complete resize-grippy support, move-resize emulation
  [Anders Carlsson, Matthias Clasen]
* On screen change, recreate the widget's Pango context [Owen]
* Make g_object_set (gtk_settings_get_default (), ...) to override
  settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
* Make GtkInputDialog multihead aware [Owen]
* Add a ::screen-changed signal to GtkWidget [Owen Taylor]
* Draw/check menu items insensitive [Soeren, Tim Evans]
* Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
* RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
  GtkCheckMenuItem [Matthias Clasen]
* Handle painting text on dark-colored progressbars [Soeren]
* Sort the input method list in the right click popup [Abigail Brady]
* Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
* Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
* Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
* Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
* Add simple support for startup notification [Havoc Pennington]
* Handle focus indication for check and radio buttons without children
  [Dave Camp, Owen]
* Much work on improve submenu navigation [Soeren Sandmann]
* Add "selected_shadow_type" property for menus [Soeren]
* Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
* Rework GtkPaned keynav [Soeren, Calum Benson]
* Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
* Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
* Allow themes to set GtkTreeView even/odd row colors [Kristian]
* Add support for separately installed Pixbuf loaders [Matthias Clasen]
* Export gdk_event_new(), discourage stack allocated events [Owen]
* gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
* Basic support for RandR extension [Keith Packard, Owen]
* Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
* Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
* gtk_window_set_[default_]icon_from_file [Owen, Havoc]
* Multihead support
* Add GdkDisplay, GdkScreen structures
* Add _for_display(), _for_screen() variants where needed in GDK and GTK+
  (In other cases, make the variants methods on GdkDisplay/GdkScreen
* Adapt GTK+ widgets to be multihead safe
* Allow initialization of GTK+ without opening a display with gtk_parse_args()
* Add multihead support to demos/tests.
* Xinerama support [Erwann Chenede, Matthias Clasen]
* Allow GDK backends to add custom argument parsing [Sven Neumann]
* Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
* Add style property for drawing menu items without shadow [Soeren]
* gtk_widget_modify_color_component/font(): Allow clearing
  current modifications. [Owen]
* Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
* Some XEMBED changes for standards compliance and Qt compatibility [Owen]
* Improve label behavior when it gets a too small allocation [Soeren]
* Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
* Theme drawing improvements [Soeren]
* Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
* Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
* Add gtk_menu_shell_select_first() [Owen]
* Add gtk_notebook_get_n_pages() [Havoc Pennington]
* Allow accel_path = NULL for gtk_menu_item_set_accel_path().
* Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
* Improve gdk-pixbuf loader tests [Soeren Sandmann]
* Use iTXT chunks when necessary in PNG image saver [Matthias]
* Add incremental loading for progressive jpegs [Matthias]
* Add load-at-size functionality [Matthias]
* Add a loader for .ANI animations [Matthias]
* Load hotspot for .ICO files [Matthias]
* Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]

Lots of bug fixes and enhancements.
2002-12-24 04:07:31 +00:00
cjep
844c5578a5 Add RCS tag 2002-12-23 18:30:54 +00:00
tsarna
1ec1c651db Xkbd is a small highly configurable 'virtual' on-screen keyboard for
X11.  It is designed primarily for use on a PDA, but will hopefully be
of use on other devices where a physical keyboard is not present.

Xkbd uses no widget set and is based purely on xlib.
2002-12-20 18:16:37 +00:00
grant
2f597dd4ba Updated xmountains to 2.6.
Changes since 2.5 unknown, see HOMEPAGE.

Update provided by Juan RP in PR pkg/19454.
2002-12-19 13:57:37 +00:00
grant
892d6b7370 Update to xmountains-2.6. 2002-12-19 13:54:01 +00:00
grant
6d4b10ad12 update MASTER_SITES. 2002-12-19 13:07:42 +00:00
grant
7bc71c4392 update MASTER_SITES and use .bz2 distfile. 2002-12-19 12:59:29 +00:00
christos
83e3b29c2e keep stdout open so that utmp_update [the kernel] does not bitch 2002-12-18 15:31:21 +00:00
jmmv
95ae842a85 Update gnome-panel to 2.0.11.
Changes since 2.0.10:
- Added new translations: am, be.
- Removed calls to gconf_client_suggest_sync since this synching is not
  necessary. Performance analysis highlighted that gnome-panel was
  causing >100 syncs to happen (with ~10 items in the panel).

Patch provided by Juan RP in PR pkg/19418, with some minor changes by me.
While I'm here, change my email address to the netbsd one.
2002-12-16 22:55:03 +00:00
jmmv
23d7352d58 Update gnome-desktop to 2.0.10.
Changes since 2.0.8:
- Added Belarusian translation.
- Added desktop-docs/gnome-feedback/Makefile and
  desktop-docs/gnome-feedback/C/Makefile.

Patch provided in PR pkg/19411 by Juan RP.
2002-12-16 21:26:55 +00:00
grant
9cecc71356 update MASTER_SITES. 2002-12-15 14:55:21 +00:00
jmmv
19e8456dc2 Regen. Author has recreated configure and Makefile.in files with newer
versions of automake/autoconf.
2002-12-15 11:59:22 +00:00
schmonz
0268aa4b89 REPLACE_PERL's working directory is ${WRKSRC}, so packages needn't
prefix REPLACE_PERL definitions with ${WRKSRC}.
2002-12-14 03:43:18 +00:00
salo
38083d0c76 Set reasonable GNOME_DATADIR, otherwise files get installed to /share.
Addresses PR pkg/19331 by Richard Rauch, also seen in latest Hubert's bulk
builds.
2002-12-14 02:34:03 +00:00
tron
0fb1e93598 Include buildlink2 glue code for "libxslt" to fix build failures. 2002-12-13 21:40:33 +00:00
jmmv
8c3cd3770a Depend on scrollkeeper; it is required during the build stage to generate
some files.
2002-12-13 20:13:50 +00:00
drochner
342513fc3a fix "missing libiconv" build problem by LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE
substiturion
2002-12-10 19:06:13 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
salo
4f89470519 Set correct WRKSRC, delint. 2002-12-08 02:13:30 +00:00
cjep
f9ee54d2f4 Add and enable wdm. 2002-12-07 21:19:19 +00:00
cjep
210d46d432 Initial import of wdm 1.20 into the NetBSD packages collection as
x11/wdm.

wdm is a modification of XFree86's xdm package for graphically handling
authentication and system login. Most of xdm has been preserved (XFree86
3.3.2.3) with the Login interface based on a WINGs implementation using Tom
Rothamel's "external greet" interface.
2002-12-07 21:18:33 +00:00
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
skrll
4a1212f9cf Fix dependency after recent update to kdenetwork. 2002-12-06 15:19:26 +00:00
skrll
3872e703c8 Bring in the patches that fix the recent security problem.
PKGREVISION++
2002-12-06 11:00:30 +00:00
drochner
5d56691537 update to 0.93.36
changes to the pkg:
-don't bother sharing patches with the Motif-1.2 compatible version
 anymore -- most patches were only necessary to be able to share
 patches, so it got ridicoulous
-kick out use of autoconf et al. - just unneeded complexity
-comply to Motif-2.1 instead of 2.0
lesstif changes:
-added XmSimpleSpinBox implementation
-Initial implementation of the CareParentVisual Trait
-Start implementing XmRenderTable, XmRendition, XmTabList
-misc fixes/cleanups
2002-12-05 19:10:42 +00:00
drochner
0f8572c94b Untangle this from the x11/lesstif pkg.
This is, just move the bits which were pulled in from there here,
unchanged.
2002-12-05 18:49:55 +00:00
tron
9fda96b4bb Remove vulnerable and not really necessary KIO protocols for "rlogin"
and "telnet".
2002-12-05 15:28:29 +00:00
tron
5ce2757594 Update dependences on "kdeadmin2" and "kdenetwork2" packages, bump
package revision.
2002-12-05 12:25:14 +00:00
hubertf
b435acd30c Update xlockmore to 5.06. Changes:
Updated xlock/vms_x_fix.h from Jouk Jansen.
  Patched losira erase mode, would die on X_FreeColor with
    swirl,mandelbrot,lyapunov,tube on PseudoColor and DirectColor.
  Patched swirl for DirectColor.
  Makefile.in changes by Peter Breitenlohner <peb@mppmu.mpg.de> so that
    xlock can be built outside the source tree.
  setuid(0) is moved 3 lines up so BAD_PAM option could work with an
    /etc/pam.d/xlock configuration file that users do not have access to.
    Thanks to Jan Provaznik <xprovazn@informatics.muni.cz>.
  petri / 0 fix thanks to Jouk Jansen
  Cygwin fix for logout.c thanks to Joseph Davida <jd108@pacbell.net>.
  Linted (lots of minor fixes) and removed the voids on free.  Lint
    pointed out some problems with erase modes and petri.
  Failed unlock attempts thanks to <colin@colino.net>.
    Need Japanese, Dutch added by Jouk Jansen.
  New mode atunnels thanks to Eric Lassauge based on Roman demo.
    tunnel0.xpm color names for many grays ("darkgray", "gray2", etc) not
      found on SunOS4 which then caused memory leaks thanks to Tom Schmidt.
    -size option like fire (since it is real slow on slow machines)
      thanks to Tom Schmidt.
    Another VMS update and pipe protection from Jouk Jansen.
    TODO:
      Check multiscreen, allocation check
      Trackmouse would not be bad either.  -wire does not seem to work.
      Some other colour schemes than the greyish default.
  pacman patch to get rid of negative unsigned check thanks to Jouk Jansen
  Patch for WindowMaker, this permits one to set several attributes to
    every window opened; each attribute is associated to the class of
    the window.  Thanks to Paolo Subiaco <iw3grx@ir3ipa.ampr.org>
  Erase compilation warnings removed thanks to Jouk Jansen.
2002-12-05 00:45:51 +00:00
martti
402e03f95a Updated xpmroot to 2.4.14 (to match the current fvwm2 version). There are
no changes in the xpmroot code...
2002-12-02 08:52:58 +00:00
wiz
32433d57b0 Update to 2.09:
* Fix colormap refcounting, which caused frequent metacity crashes
* GtkTreeView bug fixes
 - Make TreeView reordering work on FreeBSD/Solaris
* Various bug fixes
2002-11-29 17:25:22 +00:00
tron
60935688d7 Fix typo: USE_BUILLDINK2 -> USE_BUILDLINK2 2002-11-28 11:01:32 +00:00
jlam
9718326373 Bump PKGREVISION to on x11/fltk to 1: link the dependent libraries
directly into libfltk.{la,so} so that we don't need to guess at which
additional libraries will be needed to link into a program when linking
against libfltk.  Suggested in private email by Dave Sainty <dave at
dtsp dot co dot nz>.
2002-11-25 18:58:36 +00:00
jlam
9a50e4c655 FLTK headers should also be found under <include/Fl/*>. 2002-11-25 18:21:02 +00:00
tron
15f9513b31 Fix scary amount of build warning on NetBSD systems with UTMPX support. 2002-11-21 16:18:16 +00:00
grant
aba429a1a4 use ${GDMOWN} and ${GDMGRP} rather than hardcoded user/group `gdm'. 2002-11-21 10:52:15 +00:00
grant
0369551d27 - use POSIX form of chown user:group' rather than user.group'
- make use of ${CHOWN} and ${CHMOD}

fixes pkg/18177 from Julien T. Letessier.
2002-11-21 10:41:43 +00:00
jlam
91656d45e8 Use new db-1.85-handling in databases/db/buildlink2.mk instead of the weird
replacement of "-ldb" in the configure script.
2002-11-18 20:51:21 +00:00
jlam
31854edfde Note that this package uses C++. 2002-11-17 09:11:14 +00:00
dmcmahill
ef27f4ef62 turn down the optimizaiton level on sparc as well as alpha to let this
get past -O2 bugs.
2002-11-16 18:45:32 +00:00
wiz
ef0a81ffd3 Update to 2.0.8.
Changes:
* Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh]
* Improve redraws when scrolling on Win32 [Tor Lillqvist]
* Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski]
* Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann]
* Updated translation (el)

* Fix some memory leaks in gdk-pixbuf [Sven Neumann]
* Pixbuf loader fixes  [Federico Mena Quintero, Elliot Lee]
* Support depth 8 StaticColor in GdkRGB [Matthias Clasen]
* Win32 fixes and improvements [Tor Lillqvist]
 - Keyboard handling fixes [Florian Dugent]
 - Fixes for building and running on Cygwin [Masahiro Sakai]
 - Fix gdk_window_scroll(), other GdkWindow fixes
 - Misc bug and build fixes [Soren Andersen, Florent, Tim Evans,
   J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi]
* Improve tracking of toplevel focus state [Owen]
* XIM input method fixes [Takuro Ashie, HideToshi Tajima]
* Fix the longstanding problem with <,> keys and XIM [Owen Taylor]
* Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva]
* GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec]
* Fix the "key bindings randomly stop working" problem [Sebastian Ritau]
* GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula]
* GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld]
  - Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel
    Elstner, Morten Welinder]
  - gtk_tree_selection_selected_foreach now immediately returns if
    the model is being changed [Havoc Pennington]
  - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
* GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen]
* Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh]
* New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu,
  ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW)
* Many miscellaneous bug fixes

Other contributors: Jacob Berkman, Alvert Chin, Chema Celorio,
   David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti,
   Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist,
   Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin,
   Soeren Sandmann, Vitaly Tishkov, Morten Welinder
2002-11-15 17:12:09 +00:00
jlam
fae44ed5fe Protect against multiple inclusion. 2002-11-15 05:29:26 +00:00