summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2004-10-28Convert to buildlink3.wiz1-11/+8
2004-10-28Wildcard depends.wiz1-2/+2
2004-10-28Fix depends.wiz1-2/+2
2004-10-28Fix depends, bump PKGREVISION.wiz1-12/+12
2004-10-28Move USE_BUILDLINK3 into Makefile.common.gavan6-11/+7
This change ensures that USE_BUILDLINK3 is defined before compiler.mk is included.
2004-10-28Pay attention to LDFLAGS when building qmake. This allows qmake to linkgavan2-5/+11
correctly against pkgsrc gcc.
2004-10-26Update to 2.8.1:jmmv3-17/+16
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-26Update to 2.8.1:jmmv2-6/+5
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-26Update to 2.8.1:jmmv2-6/+5
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-26Update to 2.8.1:jmmv2-6/+5
- Some tweaking of the available default applications - Background capplet fixes (#154003) - keyboard patchs (#144490) (#153866) - Patch leak in XKB code - update translations
2004-10-26Update gnome2-pixmaps and gnome-desktop to 2.8.1:jmmv3-15/+16
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-22The CONFLICTS lines for xextensions, libx11 and libXaw should bextraeme1-6/+5
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-21Patches no longer neededadam2-54/+0
2004-10-21Changes 1.1.5rc1:adam9-115/+111
- 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-21Use POSIX termios on Interix.minskim2-1/+15
2004-10-21Use initgroups(3) only when it is available.minskim5-12/+42
2004-10-20Update to 2.8.0:jmmv3-8/+9
- HIG fixes - a11y fixes for the encodings menu - fix georgian encoding - added and updated translations
2004-10-2080 chars per line.xtraeme1-8/+15
2004-10-20Make xdm use configs from under PKG_SYSCONFDIR.reed8-19/+283
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-19Bump PKGREVISION because the evolution-data-server dependency was bumped tojmmv1-2/+2
ensure that a serious runtime fix gets pulled in.
2004-10-19Bring the qmake.conf we use in line with those from qt 3.3.3.markd3-6/+8
Bump PKGREVISION of qt3-tools. Noted by Christoph Badura.
2004-10-16Add patch missed in the previous commit, which replaces setpgrp withminskim2-1/+17
setpgid when setpgrp is not available.
2004-10-16Use setpgid(3) if setpgrp(3) is not available (e.g. on Interix).minskim4-1/+40
2004-10-15Apparently, librep is a gross abuser of libtool, and breaks most oftv3-11/+39
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-15Fix PLIST issue: fix typo on regexp to search for in Xrandr.h to determineseb1-2/+2
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-15Update to 2.8.1.1:jmmv2-6/+5
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-15Fix PLIST when samba support is not compiled in: set PLIST variable HAVE_SMB toseb1-1/+3
'@comment '
2004-10-15Update linkage to libltdl (via imlib2), now in its own package.tv1-2/+2
2004-10-13Fix distinfo to match the actual release version of kdelibs-3.3.1 rathermarkd1-3/+3
than a pre-release version. Proble noted by Robert Elz.
2004-10-13INSTALL_DATA -> INSTALL_LIB, where appropriate.tv1-11/+11
2004-10-13Another Interix-only fix: add -ldb, and since Qt incorrectly #includestv4-9/+12
system C headers without extern "C", add extern "C" protection.
2004-10-13Update to KDE 3.3.1.markd129-314/+1328
2004-10-13Fix library linkage for Interix.tv3-7/+8
2004-10-13Update to KDE 3.3.1.markd2-7/+6
2004-10-13Update to KDE 3.3.1. Also provide pkgsrc option to build in SMB support.markd3-6/+20
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-13Update to KDE 3.3.1markd3-8/+25
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-13Update to 2.4.13:jmmv3-6/+9
* Fix size allocation problems. [Chrispin Flowerday, Tim Janik, Tommi Komulainen, Owen Taylor] * New and updated translations (fr,ta)
2004-10-13nb2: Include new Interix platform build files. (Hm, this should probablytv2-3/+5
copy only the ones needed for the build platform, but that's a future task.)
2004-10-13Add Interix 3.5 support. (Will be contributed back to Trolltech as well.)tv8-2/+256
2004-10-11RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directoryreed2-4/+4
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-09Adjust BUILDLINK_RECOMMENDED to 6.8.1nb2 (compositeext and fixesextxtraeme1-3/+4
pkgconfig files were added).
2004-10-09As jmmv@ suggested in: http://news.gw.com/netbsd.pkgsrc.changes/53743xtraeme4-3/+34
install pkgconfig files for compositeext and fixesext, required to use the builtin versions. Bump PKGREVISION. Thanks for the suggestion Julio! :)
2004-10-09Update to 2.4.11:jmmv3-9/+10
* 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-09s/${X11BASE}/lib/X11/pkgconfig/${X11BASE}/lib/pkgconfig/xtraeme4-8/+8
2004-10-08Updated xfce4-clipman-plugin to 0.4.1martti3-9/+8
* Bug fixes
2004-10-08Check for pkgconfig files (.pc) presence.xtraeme2-4/+6
2004-10-08Back out previous, I was really really wrong!xtraeme1-1/+2
2004-10-08Check for the .pc files presence...xtraeme2-5/+9
2004-10-08This package does not need compositeext, remove it.xtraeme1-2/+1
2004-10-08s/composite_proto/compositeproto/xtraeme1-2/+2