summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2004-07-03This package uses intltool; include textproc/intltool/buildlink3.mk tominskim1-1/+2
have build dependency.
2004-07-03Replace USE_PKGSRC_GCC that was USE_GCC2 with GCC_REQD+=2.95.wiz4-8/+8
2004-07-03Fix build when Xinerama is detected by also using Xext; if none of them arejmmv2-3/+21
found, just disable Xinerama support. Closes PR pkg/25198.
2004-07-03Simplify configure patching by removing large (useless) chunks. Also avoidjmmv3-874/+8
patching configure.in; the few changes in configure do not need to be done by re-running autoconf.
2004-07-03Use the subst.mk framework to disable PAM support.jmmv1-6/+6
2004-07-03Added gtkterm2.xtraeme1-1/+2
2004-07-03Initial import of gtkterm2 from pkgsrc-wip, packaged by yui@yui.pe.kr.xtraeme5-0/+55
A GTK/VTE based Multi Terminal Emulator for X Window, it provides several terminals in one window.
2004-07-03define BuildXFree86OnSparcSunOS to get this at least half building ongrant4-2/+32
Solaris.
2004-07-03we already patched SUBDIRS= # empty because this only builds imake, sogrant2-7/+16
also comment out #define IHaveSubdirs. imake builds different targets for "includes" based on whether IHaveSubdirs is defined. however, this was only working by chance because if IHaveSubdirs is defined, the shell code used is: for blah in $(SUBDIRS); do which doesn't work with Solaris sh(1) or ksh(1), where NetBSD sh(1), bash(1), etc. just skip empty for loops. fixes install on Solaris.
2004-07-02Unused.wiz1-37/+0
2004-06-30add missing pkgconfig bl3recht1-1/+2
fix suggested by Rhialto in PR pkg/26105
2004-06-28Update to 2.6.2: Many HC/HCLP icons deleted and symlinked to generic iconsjmmv3-6/+285
at install time instead, giving better coverage (and a slightly smaller tarball).
2004-06-28Update to 2.6.2:jmmv2-5/+5
Fixes * Fix issue with drop shadow on splash screen not being redrawn (Carlos Romero, Simone Gotti) * Don't start a keyring if there's one already available (Alex Larsson) Translators * Zygimantas Berucka (lt) * Reinout van Schouwen (nl)
2004-06-28Update to 2.6.2:jmmv3-26/+27
Panel * Fix a rare crasher while menu editing (Chris Lahey) * Fix some problems with filename quoting (Mark) * Fix issue with the tooltip on drawers no being updated (Vinay M R, Mark) * Don't allow drawers to move offscreen (Shakti Sen, Mark) * Fix issue with launcher save location not being valid with gnome-vfs (Vincent Berger, Mark) Screenshot Utility * Don't make the entire desktop hang when using --delay with a11y (Padraig O'Briain) * Fix crasher when window icon not found (Mark) Clock Applet * Fix issue with the clock no resizing properly when making the panel bigger (Mark) * Fix problems with tasks edits affecting the wrong task (Carlos Garnacho Parro) * Destroy the calendar if the clock is removed from the panel (Shakti Sen) Translators * Nirav, Ankit, Ankur, Atit, Bhavin, Kartik, Khushbu, Sweta (gu) * Gil Osher (he) * Changwoo Ryu (ko) * John C Barstow (mi) * Åsmund Skjæveland (nn) * Kjartan Maraas (no) * Stanislav Visnovsky (sk)
2004-06-28Update to 2.6.2:jmmv3-7/+21
Misc * Basque help files (Pablo Saratxaga) Translators * Zygimantas Berucka (lt) * Åsmund Skjæveland (nn) * Gurban Mühemmet Tewekgeli (tk)
2004-06-28Update to 2.6.2:jmmv4-12/+13
Battstat: * Lots of fixes from Davyd Madeley. GKB: * Build fix (Kjartan) * Fix warning when removing the applet (Leena Gunda) gswitchit: * Fix some UTF-8 problems with labels (Sergey) * Fix crash when removing the applet (Leena Gunda) gweather: * Lots of fixes from Gareth Owen for crashes and leaks etc. * HIG fix from Davyd Madeley * Fix "invalid sky" problems (Fabrice Bellet) Keyboard accessibility: * Bugfixes for bug #140281 and bug #137585. (Arvind and Padraig) mailcheck: * Accessibility fix (Vinay Mandalakoppal) mixer: * Restore saved mixer channel on startup (Jorn Baayen)
2004-06-27The capplet-widget.h is not located where this package expect.kristerw1-1/+3
Add an include path to its current location.
2004-06-27Fix a C99 variable definition, to make this build with older compilers.kristerw2-1/+18
2004-06-27Use intltool instead of xml-i18n-tools. No functional changes.jmmv1-3/+2
2004-06-27fix @dirrm in PLIST:grant2-4/+4
share/doc/html/fltk -> dirrm share/doc/fltk bump PKGREVISION.
2004-06-27Enable pkgviews installation.minskim1-1/+3
2004-06-26Fix detection of OSS and add support for gstreamer. This lets multimediajmmv3-6/+17
keybindings work (like change the volume through the keyboard). Bump PKGREVISION to 1.
2004-06-26Update to 1.03: Mostly bugfix release (related to global and per-windowjmmv2-5/+5
group switching). Some minor code/debugging restructuring.
2004-06-24Sort.wiz1-2/+2
2004-06-22Since Tcl/Tk is builded threaded these days this package requires arecht1-1/+3
Python built with threading support. So, allow only python2[123]-pth.
2004-06-21Update x11/gnome-themes-extras to 0.7.xtraeme3-49/+75
New icons, bugfixes, etc.
2004-06-21Added xfce4-taskbar-plugin and xfce4-windowlist-pluginmartti1-1/+3
2004-06-21Window list plugin for XFce4.martti5-0/+45
2004-06-21Taskbar plugin for XFce4.martti5-0/+45
2004-06-20Update to 2.6.0.3:jmmv6-87/+99
- Fix cpu/bandwidth eating on idle displays by not blinking the cursor after 20 seconds of inactivity on anything other then :0, fixes #135764 - In the face greeter cut after a comma in the gecos field if there are at least two commas since then it's probably some login arguments and not the name of the user, "fixes" #142274 - Apply patch to make the language dialog at most 600 pixels so that it doesn't look too crappy on large displays, #142175 (Leonard Michlmayr) - Fix last_x_failed possible infinite loop on slow machines, #141497 - Fix multihead wanker code in the *mouselistener modules, this confused the moronic bonobo DISPLAY logic - Don't use certain languages on the console. Controlled by the daemon/ConsoleCannotHandle config key, but that's a hack. Oh well, better then displaying garbage in cjk and similar. "fixes" #135387 - Ensure proper ~/.ICEauthority permissions to fix broken cases such as gnome-session vs. suid root apps that create root owned ~/.ICEauthority, "fixes" #137345 - We no longer use `which' command which is horribly broken on some horribly broken systems and use a private shell version, #133245 (Brian Cameron, me) - Solaris fixes, #137600 (build), #133245 (chown arguments) (Brian Cameron, Ivan Noris) - Support system-config-display as X setup for FC2 - Further shell quoting paranoia in gdmsetup - Many minor fixes - Add some new new icons (James M. Cape) - Translation updates (Francisco Javier F. Serrador, Alexander Shopov, Rostislav Raykov, Dinesh Nadarajah, Asmund Skjaeveland)
2004-06-20add test for <sys/stropts.h>; version not bumped, because no change to anychristos2-1/+58
resulting binaries.
2004-06-20Update to 2.4.3. While here, rework the way the libdata/ files are handledjmmv6-19/+46
by creating/deleting them from the (de)install scripts (and not registered in the PLIST). This allows pkg_tarup to work properly and also avoids some warnings during 'make replace'. Changes since 2.4.2: * GtkButton - Give extra space to children of !CAN_FOCUS buttons [Matthias Clasen] * GtkFileChooser - Make DND work when the dialog is modal [Federico Mena Quintero] * GtkToolbar - Don't show empty overflow menu [Soeren Sandmann] - Don't show initial separator in overflow menu [Soeren] - Handle dynamic changes to overflow menu [Soeren] * Documentation improvements [Bastien Nocera, Matthias] * Other bug fixes [Matthias, Soeren, Sven Neumann] * Updated translations (hu,ne)
2004-06-15Reverse previous commit (disabling thread-safety), which was poorly thoughjwise2-6/+5
through, unacceptably breaks threaded apps, and was made without consulting the package's maintainer. To quote my mail to packages@: I am reversing this change. With this change, tcl is _not_ usable in threaded apps, while without this change, tcl is perfectly usable in non-threaded apps. The fix for a package which is incorrectly written is not to break the package it depends on, but do your job correctly when writing the package. With buildlink3, this is mind-numbingly easy to do. That you neither contacted the maintainer of this package, nor did the buildlink and dependent package changes which your change requires shows that you have not really thought this through. So, as I said, I am reversing this change. Fix your own package, don't break others.
2004-06-15bump PKGREVISION because we need a non-threaded tcl/tkdrochner1-2/+2
2004-06-15Don't --enable-threads for now. If we do this, all potential users ofdrochner2-5/+6
libtcl.so/libtk.so (whether linking it in or dlopen() it) must be linked against libpthread. This is something we can't guarantee. Fixes bulk build error in py-imagingtk and numerous runtime problems.
2004-06-14Redo the previous in the correct way, by depending onkristerw4-17/+15
graphics/hicolor-icon-theme. Noted by jmmv@. Bump PKGREVISION.
2004-06-14Make sure the directories exists before trying to install in them.kristerw2-1/+14
2004-06-12call xargs -n 1 when creating directories with install(1).grant1-2/+2
2004-06-12Re-generate patch digest for patch-ab.agc1-2/+2
2004-06-10+kde3-i18n-{ar,hr,hsb}, -kde3-i18n-semarkd1-2/+4
2004-06-10re-add kde3-i18n-ar, kde3-i18n-hr, kde3-i18n-hsb, part of kde 3.2.3.markd12-0/+1152
2004-06-10update to kde 3.2.3.markd74-185/+1242
2004-06-10Remove kde3-i18n-se. not in kde 3.2.3.markd4-248/+0
2004-06-10update to kde 3.2.3.markd2-6/+6
2004-06-10update to kde 3.2.3markd6-447/+63
changes: * general: More and better usage of icons in different applications * general: Fix link order for IRIX * kappfinder: Fixed menu structure and added icons of several applications * kicker: Don't show unimplemented "About" and "Preferences" for universal sidebar * kicker: Fix two panels on different xinerama screens affecting their placement. * konqueror/kdesktop: Fix konqueror is ignoring umask when creating new files * konqueror/kdesktop: Fix filename suggestion when moving files applies to all subsequent files * konqueror: Made all items in the "Go" menu open in the current Konqueror window * konqueror: Now Ctrl+Enter opens a tab with default background setting * konqueror: Holding Shift while opening a tab inverses the "open tabs ini background" setting * konqueror: "[FMSettings] TabPosition=Bottom" in konquerorrc lets the tabbar appear at bottom * konqueror: Fix konqueror listview rightclick always selects file * konsole: Added the ability to fetch the shell PID per session via DCOP * konsole: Fix terminal size display is covered by kwin size display * konsole: Fix Default rendition should be used when clearing screen areas * konsole: Fix can't change/save Keytabs in the Session Editor * konsole: Fix for crashes on exit. * konsole: Fix transparant background updates * kio_fish: Fixes for copying into a symlink to a folder, and for copying over a directory that already exists * kwin: Keep properly splashscreens above their mainwindows. * kwin: Restore focus when a broken application sets it to nowhere. * kwin: Fix dialog placement problems with Konqueror with Qt-3.2.x . * kwin: Fix problem with minimizing xmms. * kwin: Fix active desktop borders while moving improper initialization. * kwin: Fix Shift+middle mouse button action in Konqueror. * klipper: Fix Klipper reacting to its own clipboard changes. * khotkeys: Mouse gestures are globally disabled by default. * drkonqi: Fix valid backtraces sometimes being reported as useless. * kcontrol: Fix colorsheme file name conflict
2004-06-10Update to kde 3.2.3markd5-78/+4
Changes: * general: More and better usage of icons in different widgets * kiosk: Support for user profiles * kfile: directory chooser dialog now hides hidden directories, added context option to show * uiserver: Fix KIO: Progress Dialog - 'Keep open' + 'Open File' - Problems * kwallet: Keep KWallet's password dialog above other windows
2004-06-08Short: make this compile on Linuxjschauma2-3/+10
Long: Some OS have libintl functionality in libc, so we do not necessarily have to link against (a possibly non-existent) -lintl. For now, only deal with Linux -- those who know for a fact which OS also behave this way should adjust/add.
2004-06-05Change COMMENT so it mentions it is a "Demo viewer and configurationreed1-2/+2
tool for xscreensaver" (as discussed with maintainer, wiz@). This package is more that just a "demo".
2004-06-05Improve description and comment.reed2-3/+4
2004-06-05Don't bother to create a static archive of the gtk2 engine. It's useless.jmmv2-3/+5
Bump PKGREVISION to 1.