summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2015-01-12Fix patch offsets.jperkin2-6/+6
2015-01-12SunOS does not have dirent d_type, use S_IS* stat macros instead.jperkin2-1/+44
2015-01-12Requires xapian bl3.mk for libuuid.jperkin1-1/+2
2015-01-11Retire x11/openmotif.joerg22-1482/+1
2015-01-10Update mlterm to 3.4.2.tsutsui2-6/+6
Changes noted in doc/en/ReleaseNote: ver 3.4.2 * Support colorful emoji with the use of http://github.com/github/gemoji. (Copy images/emoji/unicode/*.png in https://github.com/github/gemoji/archive/master.zip to ~/.mlterm/emoji/ in advance.) * Support DCS + q Pt ST which requests termcap/terminfo string. * Support CSI?8452h and CSI?8452l. * Support CSI?117h and CSI?117l. * Add "Bidi Separators" entry to "Encoding" tab of mlconfig. * Add "Unicode areas you won't convert to other charsets" entry to "Font" tab of mlconfig. * Add "Word separators", "Don't scroll automatically in scrolling back" and "Set full width areas manually" entries to "Others" tab of mlconfig. * Add "word_separators", "unicode_noconv_areas" and "unicode_full_width_areas" to OSC 5380/5381. * Improve performance of drawing text with cairo. * Bug fixes: Fix incorrect result of searching bold or italic fonts when type_engine == xcore. (enbugged at 3.3.0) Fix segfault in opening a new channel over an opened session on win32.
2015-01-09Remove adwaita-icon-theme dependency, that package depends on gtk3.wiz1-4/+2
Bump PKGREVISION.
2015-01-09!OSX build use PulseAudio, update PLIST accordingly.joerg2-2/+5
2015-01-09Fix dependencies.joerg1-1/+2
2015-01-09Since GTK>=3.14, Adwaita is the default theme, so add dependency on it.obache1-1/+4
PR pkg/49494.
2015-01-08Update gtk2-engines-murrine to 0.98.2.obache3-26/+11
Overview of Changes in 0.98.2 (since 0.98.1) ============================================ Changes in this release: - Changed option: reliefstyle = 5 for a more controllable inset. Bugfixes in this release: - Glib 2.31 compatibility: https://bugzilla.gnome.org/show_bug.cgi?id=665022 - Compiles using pixman: https://bugzilla.gnome.org/show_bug.cgi?id=630869 Overview of Changes in 0.98.1 (since 0.98.0) ============================================ Changes in this release: - Murrine is now dual-licensed LGPLv2.1 and LGPLv3. Bugfixes in this release: - Now checks for pixman: https://bugzilla.gnome.org/show_bug.cgi?id=630869 Overview of Changes in 0.98.0 (since 0.90.3) ============================================ Changes in this release: - New supported widget: GtkExpander is now themed by the engine. - New supported widget: GtkIconView is now themed by the engine. - New supported widget: GtkInfoBar is now themed by the engine. - New option: arrowstyle = 1 to draw filled arrows. arrowstyle = 2 to draw fat filled arrows. - New option: border_shades = { 1.0, 1.0 } to draw a gradient on the border. - New option: border_colors = { "#ffffff", "#ffffff" } to set the colors used on the border of many widgets. border_colors = FALSE to disable. - New option: cellstyle = 0 to remove the border around the selected cell. cellstyle = 1 for the border around the selected cell (as before). - New option: comboboxstyle = 1 to colorize the GtkComboBox below the arrow. - New option: default_button_color = "#ffffff" to specify a 2px border for the default button. - New option: disable_focus = TRUE - New option: expanderstyle = 0 to draw arrows. expanderstyle = 1 to draw circles with plus and minus. expanderstyle = 2 to draw buttons with plus and minus. - New option: focusstyle = 0 to disable focus drawing. focusstyle = 1 to use dots. focusstyle = 2 to use a small colored rectangle. focusstyle = 3 to use a colored rectangle that touches the borders. - New option: gradient_colors = { "#ffffff", "#ffffff", "#ffffff", "#ffffff" } to set the colors used on the gradient of many widgets. gradient_colors = FALSE to disable. - New option: handlestyle = 0 for three simple lines. handlestyle = 1 for three simple lines with inset. handlestyle = 2 for three near simple lines with inset. - New option: prelight_shade = 1.0 to select the shade level used in the scrollbar's slider, GtkComboBox with comboboxstyle = 1 and in the prelight state with gradient_colors. - New option: separatorstyle = 1 to draw smooth separators. - New option: shadow_shades = { 1.0, 1.0 } to draw a gradient on the shadow of some widgets. - New option: spinbuttonstyle = 1 to add a separator on the GtkSpinButton. - New option: textstyle = 1 for a shadow at the bottom of the text. textstyle = 2 for a shadow at the top of the text. textstyle = 3 for a shadow at the bottom right of the text. textstyle = 4 for a shadow at the top left of the text. - New option: text_shade = 1.0 to specify the shade effect of the text's shadow. - New option: trough_border_shades = { 1.0, 1.0 } to draw a gradient on the border of the trough of GtkScrollbar and GtkProgressBar. - New option: trough_shades = { 1.0, 1.0 } to draw a gradient on the trough of GtkScrollbar and GtkProgressBar. - Changed option: glowstyle = 5 for a glow around the edges. - Changed option: listviewstyle = 2 for a solid line. - Changed option: menustyle = 2 for a bright glow inside the menu. menustyle = 3 for a dark glow inside the menu. - Changed option: reliefstyle = 3 for a gradient on shadow. reliefstyle = 4 for a stronger shadow. - Changed option: stepperstyle = 2 for squared steppers with a rounded slider. - Deprecated option: gradients, please unset the other options instead. - Deprecated option: profile, please manually adjust the other options. - Deprecated option: scrollbar_color, please use a custom bg[SELECTED]. - Improved rendering: rounded GtkScale trough. - Improved rendering: disabled GtkScale trough. - Improved rendering: contrast function in GtkButton. - Improved rendering: draw lightborder with on menubar (with menubarstyle = 1). - Improved rendering: draw lightborder with on toolbar (with toolbarstyle = 1). - Improved rendering: better GtkTooltip theming. - Improved rendering: use bg[GTK_STATE_PRELIGHT] on the scrollbar's slider with colorize_scrollbar = FALSE. Bugfixes in this release: - Fix a potential endless loop in draw_progressbar_fill and draw_menuitem. - Support for automake-1.11. - Some minor fixes on big-endian systems. - Fixes transparent WebKitGtk window with RGBA colormaps. - https://bugzilla.gnome.org/show_bug.cgi?id=554871 - https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-murrine/+bug/624901 - Minor fixes and maybe more bugs I forgot to link. :)
2015-01-07Update to 3.0.2ryoon3-11/+11
* Enable wxscintilla. Changelog: 3.0.2: (released 2014-10-06) ---------------------------- All: - Fix silent data loss in wx[F]File::Write(wxString) if conversion fails. - Make wxString::FromCDouble() work when the global C++ locale is not the C one. - Add support for "%V", "%G" and "%g" to wxDateTime::Format(). All (GUI): - Add wxGenericListCtrl::EndEditLabel() (Tim Kosse). - Implement bounding box computation in wxGCDC (Toni Ruža). - Fix saving GIF animations with 2.5s+ delays between frames (elvissteinjr). - Add "variant" property to windows in XRC. - Add XRC handler for wxSimplebook. - Return correct value from wxCommandEvent::GetString() for programmatically generated wxEVT_TEXT events from wxComboBox. - Accept "default" as font family value in XRC (pieleric). - Send events when toggling wxPropertyGrid nodes from keyboard (Armel Asselin). wxGTK: - Fix mouse handling in wxNotebook containing wxListCtrl (Charlie Fenton). - Fix layout of wxSearchCtrl to not truncate text in it. wxMSW: - Fix Cygwin 1.7 build. - Work around a bug in MinGW 4.8 headers and fix build with it too. - Include x64 configurations in MSVC 8/9 project files too. - Fix parallel build of MSVC 11/12 solutions (Artur Wieczorek). - Fix background of wxRadioBox buttons and wxSlider (Artur Wieczorek). - Fix appearance of wxToggleButtons with non default colours (Artur Wieczorek). - Fix drawing on wxDC when using right-to-left layout (Artur Wieczorek). - Fix wxGrid appearance and behaviour in RTL (Artur Wieczorek). - Fix creating wxBitmap from monochrome wxIcon or wxCursor (Artur Wieczorek). - Fix handling of bitmaps with alpha in wxImageList (Artur Wieczorek). - Add paragraph spacing attributes support to wxTextCtrl (dannchr). - Show new style directory selector even for non existent paths (raychow). - Fix order of radial gradient stops (Alexandru Pana). - Fix font created using wxFont(wxFontInfo()) ctor. - Fix wxFileName::GetShortcutTarget() in console applications. - Fix wxFileName::MakeRelativeTo() for shortcut files (gafatoa). - Fix height of initially empty wxBitmapComboBox (Artur Wieczorek). - Fix setting label of submenu items (Artur Wieczorek). - Fix using Esc as accelerator in the menus. - Fix wrong initial status bar height in some cases (Artur Wieczorek).
2015-01-07SunOS needs -lsocket.jperkin1-1/+3
2015-01-06Remove chunk to add space after -rpath, the option now has a trailingjoerg2-13/+3
comma and the space would result in a compiler argument.
2015-01-06SunOS needs -lsocket.jperkin1-1/+3
2015-01-06Update 1.0 to 1.2 based on PR pkg/49063 by Leonardo Taccari.mef3-17/+25
(pkgsrc) - Instead of using do-* in Makefile adjust config.mk and use the official Makefile like other suckless.org packages (e.g. x11/dmenu). - Do not install README: the only useful information for the user was: Simply invoke the 'slock' command. To get out of it, enter your password. The user can read that in x11/slock/DESCR by pkg_info slock. (upstream) * slock-1.2: - Colors are now specified via config.h - Minor bug fixes * slock-1.1: - Eckhards dualcolor patch - Minor bug fixes
2015-01-05Update to version 9.21.morr4-23/+11
Changes: - the "moa redraw 8-bit british vintage colour management" release. - NOTICE: this release updates terminfo. - fix pixel droppings on overdraw when a secondary core font has the same height but different ascent. - implement cvvis in terminfo as blinking cursor, to distinguish it from cnorm (emacs uses cvvis which is commonly a blinking cursor). - when xft support was compiled in, colour queries erroneously returned premultiplied values, this also affected internal queries, for example when calculating faded colour. alpha is now divided out when possible, which is more correct but loses colour resolution. - add DECSCUSR xterm extension to set the cursor to a vertical bar. - add 'extension:string' action, and associated on_action perl hook, for keysym resources that invokes actions provided by perl extensions. The 'perl:string' action and on_user_command hook are deprecated but still supported. - add 'builtin-string' action for keysym resources that restores string mappings for keys that have predefined actions in urxvt. - add -k option to urxvtc for killing the daemon process. - document urxvtd's -e/--eval option that was implemented in 9.16, but not documented. - add -dockapp option to make the wm treat urxvt as a dockapp. - add -mc option and multiClickTime resource to set the maximum time between multi-click select events (patch by Joe Peterson). - new 'eval' extension to evaluate arbitrary perl code with keysym bindings. The extension also provides methods that implement basic actions, such as pasting selections and scrolling. - the macosx-clipboard and macosx-clipboard-native extensions have been removed. - kuake extension now uses the kuake.hotkey resource to specify the hotkey. - new 'matcher:select' mode of matcher to iterate over the matches with the keyboard. - the 'matcher:list' feature of matcher now honours the launcher associated to a matched pattern. - speed-up matcher underlining on very long lines (reported by Edward Z. Yang). - fix up/down commands of searchable-scrollback so that they always move to the previous/next logical line with a match, if any. - searchable-scrollback resource has been deprecated (use keysym instead). - extension parameter passing is deprecated (use resource mechanism instead). - upgrade to GPLv3 (see COPYING). - compile out of the box on Solaris 10, again. - fix height and position of the stippled area in next scrollbar (patch by Thomas Otto). - fix off-by-one bug causing the iso14755 window not to jump out of the way properly. - fix crash that may happen if a lib to which urxvt is linked to calls setenv. - fix memory leak in special_{encode,decode} perl methods. - fix refresh bug that occurs when reverse video is set on a cell containing a space and with the same bg and fg colour, red hat bug #830236. - fix crash that may happen if an x error is received after a terminal window/popup has been destroyed already. - removed superfluous 0 digit from sgr terminfo sequence. - greatly improve colour allocation on colour-starved pseudocolour displays to avoid read-write cells instead of simply failing (this is only relevant for antique 8bpp frame buffers). - do not free fade colours when not doing fading (this is likely only relevant for antique 8bpp frame buffers). - do not specialcase 2 or 4 colour visuals, leading to simpler and actually more correct code. - hopefully no longer leak colours on !truecolour visuals. - use consistent method names (scr_recolour => scr_recolor). - use simpler (but slightly less bogus) formula for nearest colour choice (this is likely only relevant for antique 8bpp frame buffers). - remove fallback behaviour when initialising colours - the behaviour was inconsistent between startup vs. later and was only effective when valid colours couldn't be allocated.
2015-01-04Use BROKEN_ON_PLATFORM, and use LP64PLATFORMS instead of just alpha.dholland1-2/+2
2015-01-03Remove code for DRM_IOCTL_MMAP hack.wiz4-58/+7
Never needed on NetBSD-5 and -6; and chuq improved mmap in NetBSD-7 and -current, so it's not needed there any longer either. Confirmed by mrg. Bump PKGREVISION.
2015-01-02Update to 314:wiz2-6/+6
Patch #314 - 2014/12/28 fix a minor bug in the termcap-specific version of resize when the lines or columns values are at the very end of an incomplete termcap string (prompted by coverity report). improve paste64 feature (report by Olaf Rogalsky) add configure option --with-man2html to allow an alternative to groff's man/html conversion. review and modify resource-settings which can be set via control sequences, etc. change passedPty from fixed-length to allocated to ensure that it is long enough to hold the -S option value (report by Ben Longbons). improve ReGIS graphics initialization (Ross Combs):
2015-01-01Add a patch fixing compilation on NetBSD-7.99.3/amd64 by extending thewiz3-6/+39
libtool usage. Remove unnecessary install rule. From Niclas Rosenvik.
2014-12-31Update to 7.0.27:wiz3-42/+7
This release improves support for compiler attributes for the clang and Solaris Studio 12.4 compilers, and makes builds on AIX choose the right headers to include. Alan Coopersmith (4): Enable use of __attribute__((deprecated)) with Solaris Studio 12.4 compiler Do not suggest adding new keysyms to XF86keysym.h Use clang's __has_attribute to check for attribute support xproto 7.0.27 Michael Haubenwallner (1): Bug #80528: make it build on AIX
2014-12-30Added x11/qt5-qtmacextras version 5.4.0adam1-1/+2
2014-12-30These distinfos are needed as welladam5-0/+25
2014-12-30Changes 5.4.0:adam212-1780/+1899
Chromium-based browser engine Qt WebEngine Qt WebView for showing web content using the native OS web engine on mobile Full support on Qt for Windows Store Apps, including WinRT and Windows Phone 8.1 Improved Compliance with iOS 8 and Xcode 6 Improved OS X 10.10 ‘Yosemite’ support and new Mac AppStore signing High-DPI support for Windows and OS X Dynamic GL switching between OpenGL and ANGLE on Windows Mix OpenGL and Qt Quick with QOpenGLWidget Android Look-and-Feel for Qt Quick Controls Qt Creator 3.3 with new Qt Quick Designer Bluetooth now supports BlueZ5 with tech preview on Bluetooth LE
2014-12-30Update to 2.8.4:wiz4-10/+9
v2.8.4 11th September 2014 - Added setHotspotForegroundColor(), resetHotspotForegroundColor(), setHotspotBackgroundColor(), resetHotspotBackgroundColor(), setHotspotUnderline() and setHotspotWrap() to QsciScintilla. - Added SCI_SETHOTSPOTSINGLELINE to QsciScintillaBase. - Bug fixes.
2014-12-30Changes 4.16.5:adam2-14/+14
- Added the asarray() method to sip.voidptr. - Bug fixes.
2014-12-29As a compromise on PR 39813, document the pkgpaths of the minimum setdholland1-0/+16
of fonts required to run the X server. AIUI we do not want the X server package to depend on these fonts directly. (If this is not the case, or no longer is, they should be added to DEPENDS.)
2014-12-27Another patch for qt5, missed in the big commit before.wiz1-11/+2
2014-12-27HOMEPAGE directory moved (MASTER_SITES for old = pkgsrc current is unknown).mef1-2/+2
2014-12-27MASTER_SITES and HOMEPAGE hostname change.mef1-3/+3
2014-12-25Improve qt5 build structure, from Niclas Rosenvik:wiz26-118/+83
Allow multiple BUILD_DIRS (but Makefile.common must be included later) Adds installation of some cmake files and gets rid of many manual installation rules. Bump PKGREVISION where PLIST changed.
2014-12-21Fix CVE-2013-6424 usingwiz4-3/+38
http://lists.x.org/archives/xorg-devel/2013-October/037996.html Bump PKGREVISION.
2014-12-21Fix a pkglint warning.wiz1-7/+7
2014-12-21Fix checksum.wiz1-2/+2
2014-12-21Fixwiz55-4/+3250
X.Org Security Advisory: Dec. 9, 2014 Protocol handling issues in X Window System servers using the 1.16.x patches, backported to 1.12 by myself. Review welcome. Bump PKGREVISION.
2014-12-16MASTER_SITES moved.mef1-2/+2
2014-12-16Avoid:prlw13-3/+31
The Panel encountered a problem while loading "ClockAppletFactory::ClockApplet" Do you want to delete the applet from your configuration? Solution: https://mail.gnome.org/archives/commits-list/2012-May/msg05607.html While here, depend on sysutils/desktop-file-utils/desktopdb.mk
2014-12-15The "rename" rule is a published synonym for the "opt" transform rule, howeverjperkin2-4/+4
only the latter is supported by cwrappers. Change them all to "opt" rules for consistency and to gain compatibility with cwrappers.
2014-12-14Now build with tcl/tk 8.6 except ruby18.taca2-3/+12
Bump REVISION.
2014-12-13Update mlterm to 3.4.1.tsutsui3-21/+6
pkgsrc changes: - remove post-3.4.1 fix Changed noted in doc/en/ReleaseNote: ver 3.4.1 * Update unicode properties to 7.0.0. * Automatically select an appropriate character set in selecting font on mlconfig according to a selected character encoding. * Add "Blink cursor" and "Log" entries to "Others" tab of mlconfig. * Add "Color" tab which customizes cursor colors , vt 16 colors and so on to mlconfig. * Add "Font policy" and "Box drawing font" entries to "Font" tab of mlconfig. * Support OSC 5380;color:key and OSC 5381;color:key. * 'mlcc color [color name]' returns current rgb of specified colors. * Bug fixes: SF Bug #72 (Thanks to http://sf.net/u/p2all) Fix a bug which disabled "\x1b]5381;/dev/...;pty_name\x07". (enbugged at 3.3.8) Fix "is_auto_encoding" of OSC 5379 which didn't work. Fix a bug which disabled "xft" checkbox of mlconfig. Revive "New" button in "PTY List" of mlconfig.
2014-12-13Added new dependency on libXinerama, need to buildlink too.obache1-1/+2
2014-12-12bl3 on libXineramagdt1-2/+3
From Iain Morgan.
2014-12-12Allow build on Linux to finish. Suggestion reported by Kamil Rytarowski onrodent1-1/+7
tech-pkg@. Bug has been reported upstream and can be tracked here: https://bugs.freedesktop.org/show_bug.cgi?id=87243
2014-12-11Sanitize pathmarkd3-2/+28
2014-12-10Provide library search paths, not only rpaths, explicitly.joerg1-3/+5
2014-12-10Explicitly provide library search path for X11 libs.joerg2-1/+15
2014-12-10(pkgsrc)mef2-7/+9
- Add LICENSE= gnu-gpl-v2 - Add MASTER_SITES (upstream) - Update 1.3.3 to 1.3.9 from debian/changelog keylaunch (1.3.9) unstable; urgency=low * Distclean should clean too. (Closes: #570044) * Add missing script. Not automatically done, because of not using automake. keylaunch (1.3.8) unstable; urgency=low * Fix several lintian errors and cleanup aclocal/autoconf stuff. keylaunch (1.3.7) unstable; urgency=low * The keylaunch is not dead release! * Keylaunch is using dh_strip. (Closes: #498310) keylaunch (1.3.6) unstable; urgency=low * At first remove all events from the X11 filedescriptor. This lead to a broken 1.3.5 version. keylaunch (1.3.5) unstable; urgency=low * Use select instead of using a while loop with usleep. keylaunch (1.3.4) unstable; urgency=low * Since keylaunch uses dh_strip, the install option -s is not needed. (Closes: #437252) (Above all are by:) -- Stefan Pfetzing <dreamind@dreamind.de>
2014-12-10Add explicit dependency to ensure relinking is done in the correctjoerg3-3/+13
order.
2014-12-09When disabling sse2, also disable sse3.wiz1-3/+4
From Thomas Orgis on pkgsrc-users.
2014-12-07Update to 2.0.20141204:wiz2-6/+6
bluit (20141204) unstable; urgency=low * maintenance updates