summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2012-10-29Update gnome-desktop3 to 3.6.1prlw14-16/+18
Many changes, bug fixes and translation updates. For details see: http://git.gnome.org/browse/gnome-desktop/plain/NEWS?id=3.6.1
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau563-1613/+563
2012-10-285.41 - includes the dclock patch.is5-64/+8
2012-10-27Do not set vendor, since some code checks for vendor-specific workaroundswiz1-5/+2
and we do not want to have to add cases for pkgsrc. Bump PKGREVISION.
2012-10-26Mark a function as void that never returns a value.joerg2-1/+32
2012-10-26Always return a value from non-void functions.joerg2-3/+48
2012-10-24Add missing pangox-compat dependency in wxGTK24 and wxGTK26.joerg8-12/+16
Recursive bump for the new dependency.
2012-10-24Define ANY, newer sip versions no longer provide it.joerg4-8/+52
2012-10-23Remove xextproto/buildlink3.mk where libXext is pulled in viawiz5-10/+5
Xtst, Xi, or Xrandr.
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz79-159/+79
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-23As drochner remarks, the problem with missing xextproto is, once again,wiz1-3/+2
that libXext/bl3.mk doesn't include xextproto/bl3.mk. Since the supposed gains for this are minimal and the annoyances are high, do include xextproto/bl3.mk in libXext/bl3.mk.
2012-10-22Update gnustep-back to 0.22.0rh3-15/+14
Noteworthy changes in version `0.22.0' ====================================== Added new user defaults to make app icons and mini windows sticky (omnipresent) Many improvements to Cairo rendering, including buffering, glyphs and DPI scaling. Noteworthy changes in version `0.20.0' ====================================== Cairo is now the default backend, but falls back to art and xlib gracefully. Fixed drawing and flipping (goes along with gui change). More Windows improvements.
2012-10-22Update gnustep-gui to 0.22.0rh5-68/+68
Noteworthy changes in version `0.22.0' ====================================== * This version is binary incompatible with previous versions due to the change of NSNotFound in GNUstep base. * Support for drawing the GUI with a scale factor, for high-DPI monitors. * Character panel * Color picker "Magnifier" tool, for grabbing the color of arbitrary parts of the screen Many NSImage improvements (Mac OS X 10.6 drawing methods, better selection of image reps, better support for icons). Many bugfixes, including in Xib loading, printing, and NSView geometry. Noteworthy changes in version `0.20.0' ====================================== A new stable release. Many improvments with Nib loading, documents and document controllers. Fixed many drawing issues, particularly ones related to flipping. Much improved theming.
2012-10-21Revert buildlink3 ABI bump, it wasn't necessary (no shlib major changed)wiz1-2/+2
and leads to unneeded package rebuilds. Discussed with Patrick Welche.
2012-10-21s/2.7/${PYVERSSUFFIX}/ to fix for python26markd1-2/+2
2012-10-20Remove p5-gtk, p5-Gdk-Imlib, and p5-Gdk-Pixbuf, as discussed on tech-pkgwiz9-160/+1
and pkgsrc-users.
2012-10-20Update to 284:wiz2-6/+6
Fixes bugs reported with the #283 release (regression in the --regex configure option and undesirable interaction with existing iconName behavior).
2012-10-19update to 3.6.0drochner3-10/+15
This switches to the gnome-3.6 release branch
2012-10-18More gtk3 update - less haste more speedprlw11-2/+2
2012-10-18Missed from gtk3 updateprlw11-1/+3
2012-10-18Update gtk3 to 3.6.1prlw18-97/+65
* The accessibility bridge code that exports accessible objects on the bus is now used by default; atk-bridge has been converted into a library that GTK+ links against. To void the linking, pass --without-atk-bridge when configuring GTK+. * GDK threading support has been deprecated. It is recommended to use g_idle_add(), g_main_context_invoke() and similar funtions to make all GTK+ calls from the main thread. * GTK+ now follows the XDG Base Directory specification for user configuration and data files. In detail, * $XDG_CONFIG_HOME/gtk-3.0/custom-papers is the new location for $HOME/.gtk-custom-papers * $XDG_CONFIG_HOME/gtk-3.0/bookmarks is the new location for $HOME/.gtk-bookmarks * $XDG_DATA_HOME/themes is preferred over $HOME/.themes * $XDG_DATA_HOME/icons is preferred over $HOME/.icons. Existing files from the old location will still be read if the new location does not exist. * $HOME/.gtk-3.0 is no longer in the default module load path. If you want to load modules from there, add it to the GTK_PATH environment variable.
2012-10-18+ xscope.wiz1-1/+2
2012-10-18Import xscope-1.3.1 as x11/xscope.wiz4-0/+38
XSCOPE is a program to monitor the connections between the X11 window server and a client program. xscope runs as a separate process. By adjusting the host and/or display number that a X11 client attaches to, the client is attached to xscope instead of X11. xscope attaches to X11 as if it were the client. All bytes from the client are sent to xscope which passes them on to X11; all bytes from X11 are sent to xscope which sends them on to the client. xscope is transparent to the client and X11. In addition to passing characters back and forth, xscope will print information about this traffic on stdout, giving performance and debugging information for an X11 client and server.
2012-10-15A missed case of last problem.... dclock -veg and dclock -lab.is4-7/+21
2012-10-15xlock -mode dclock would segfault on OSes with sizeof(time_t)>sizeof(long);is4-5/+46
this includes NetBSD-6 on 32bit systems. As a result, xlock -mode random (the default) would eventually unlock the screen, without the user being aware of this (as she/he's can be presumed to have left the monitor). The reason was that some variables in dclock.c were declared long, but contain essentially time_t values. In on case, a pointer to such a variable was casted to (struct time_t *) and passed to localtime(), and the resulting pointer is not checked for error before being used. The variables have been changed to time_t and the typecast has been removed.
2012-10-15Add comment to patch, mentioningwiz2-3/+7
http://blog.truecrux.org/post/xxxi
2012-10-15Fix build with perl-5.16.wiz2-1/+33
2012-10-11Fix build with latest py-qt4.wiz3-3/+92
2012-10-10update to 4.9.5drochner4-22/+26
changes: -suppoty Qt v4.8.3 -minor extensions
2012-10-10bump API requirementdrochner1-2/+2
2012-10-10update to 4.14drochner2-7/+8
changes: API extensions, needed by py-qt4-4.9.5
2012-10-10Add a default-on xpm option that allows turning off the pixmap for xtermwiz1-3/+9
when iconfied. Requested by Chuck 'grumpy old man' Silvers.
2012-10-10Update to 283:wiz3-7/+11
This release adds further improvements for icon configurability and cleanup of the configure script to remove obsolete checks.
2012-10-09x11/nucleo: Fix build on gcc4.7marino2-1/+17
Include <unistd.h> to fix scope error.
2012-10-08Revbump after updating graphics/pangoadam190-380/+380
2012-10-08Revision bump associated with the update of lang/ocaml to version 4.jaapb6-13/+12
2012-10-08Remove -Werror to fix build with latest glib2.wiz1-1/+3
2012-10-07Add missing files to PLIST and depend on libxcb-1.8.wiz2-3/+6
Ride update.
2012-10-07Update to 1.9:wiz3-8/+2045
Alan Coopersmith (4): Fix "sppported" typo in doxygen comment for XCB_CONN_CLOSED_EXT_NOTSUPPORTED Always include "config.h" at the start of all C source files. Add AC_USE_SYSTEM_EXTENSIONS to allow use of more system functionality Return connection failure if display string specifies non-existent screen Colin Walters (1): c_client: Fix parallel-make issue creating 'man' directory Jeremy Huddleston (1): xcb_connect: launchd: Don't fall back on tcp if $DISPLAY is a path to a launchd socket Julien Danjou (4): Allow undocumented code to be built Split manpage list in two (static/built) Do not list manpages, use a wildcard Move static man to man Michael Stapelberg (1): c_client.py: generate manpages Peter Harris (1): Allow xcb_send_request with >MAX_IOV iovecs Uli Schlachter (4): Add a .gitignore for src/man/ Fix a multi-thread deadlock Include static man pages in "make dist" Release libxcb 1.9
2012-10-07Update to 1.8:wiz4-14/+13
Chad Versace (1): dri2: Update to DRI2 1.4 Daniel Stone (1): XKB: Fix broken events Michael Stapelberg (1): xproto: add doc tags, xcbgen: handle doc tags Uli Schlachter (1): Release xcb-proto 1.8
2012-10-07Update mlterm to 3.1.4.tsutsui2-7/+7
Changes from 3.1.2 (per doc/en/ReleaseNote): ver 3.1.4 * Support 0x90...0x9c format for sixel graphics sequence. * Change the file where sixel graphics sequence is stored temporarily from ~/.mlterm/picture.six to ~/.mlterm/[tty name].six. * Add k1, k2, k3 and k4 entries for ~/.mlterm/termcap. * Change key sequences in term_type=xterm. XK_F1: \x1b[11~ -> \x1bOP XK_F2: \x1b[12~ -> \x1bOQ XK_F3: \x1b[13~ -> \x1bOR XK_F4: \x1b[14~ -> \x1bOS * Support remote image files via network protocols supported by GVfs. (e.g. mlterm -pic http://....) * Use CSI ? 8428 instead of CSI ? 8840. (Thanks to saitoha san) * Bug fixes: Fix conflicting types of kik_utmp_new. (Thanks to KATO Masashi san) Erase wrap line attributes completely in clearing lines. (Thanks to Andi Cristian Serbanescu) Enable PAGE_DOWN shortcut (which doesn't anything) when it reaches the bottom. (Thanks to Andi Cristian Serbanescu) Fix freeze in scrolling by CSI r. (Thanks to koie san) Fix the problem which always replaces the 2nd or later sixel graphics with the 1st one if mlterm is compiled with --with-imagelib=gdk-pixbuf option. (Thanks to saitoha asn) Fix the problem of reverting back to selecting one character at a time by dragging the pointer after double- or triple-clicking. (Thanks to Andi Cristian Serbanescu) ver 3.1.3 * Support OSC 5;0 and OSC 5;1. * Support CSI ? 8840 h, CSI ? 8840 l and CSI ? 8840 n. (see https://docs.google.com/document/d/1Dgq81J0eQEfjq3MR__O7VrbSVnatr9CCqMEITse9psk/edit?pli=1) * Support CSI SP q partially. * Support CSI [>4;2 m and CSI [>4;0m partially. (Note that sequence from terminal is CSI <code>;<mod>u, not CSI 27;<mod>;<code>~.) * Add "ssh_keepalive_interval" option. * Add "ssh_x11_forwarding" option. * Add "use_bold_font" option. * Add "use_local_echo" option and CSI ? 9500 h / CSI ? 9500 l which enable or disable local echo mode. * Merge SF patches: #3529392 (Thanks to Ahmed El-Mahmoudy) #3529386 (Thanks to Ahmed El-Mahmoudy) #3530235 (Thanks to Ahmed El-Mahmoudy) * Bug fixes: #3528838 (Thanks to Thomas Wolff) #3528836 (Thanks to Thomas Wolff) Fix a bug which wrongly keeps a screen which has failed to open. Show characters in the center of cells whose width is larger than the default. (Thanks to Andi Cristian Serbanescu) Fix a bug which erases scrolled area. (Thanks to Andi Cristian Serbanescu) Fix failure of opening pty in startup in MacOS 10.7. (Thanks to saitoha san)
2012-10-07Removed ftp.gtk.org from MASTER_SITES, since it does not have the latest ↵adam1-3/+2
distfiles
2012-10-06Add autocutselryoon1-1/+2
2012-10-06Import autocutsel-0.9.0nb1 as x11/autocutsel from pkgsrc-wip.ryoon4-0/+42
The autocutsel utility synchronizes the X11 cutbuffer and CLIPBOARD selection, the two copy/paste buffers mainly used by X applications. It also unifies "clipboards" between VNC servers and Windows. The autocutsel tool performs the synchronization continuously. The cutsel tool performs the synchronization whenever it is run.
2012-10-04Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT)cheusov1-2/+2
2012-10-03Prevent depends overlap with gtksourceview2; fixes bulk builds ofdholland1-3/+3
seahorse-plugins.
2012-10-03CONFLICTS between python modulescheusov1-2/+3
2012-10-03Update for python25 removal.wiz5-15/+7
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz35-64/+70
are called p5-*. I hope that's all of them.
2012-10-03Add version information to DESCR.wiz1-0/+2