summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2019-04-25x11/maim: Update to 5.5.3nia2-8/+7
Merged PRs include: * Do not consider root window's children as window frames * Fix building with IJG jpeg * Add flag to capture background for transparent windows * Avoid printing image output to a TTY
2019-04-25PKGREVISION bump for anything using python without a PYPKGPREFIX.maya37-59/+74
This is a semi-manual PKGREVISION bump.
2019-04-23libdrm: update to 2.4.98.wiz2-7/+7
This release adds marketing names for AMDGPU devices, a fallback path in drmDevice for devices lacking OF data and drmIsMaster API, amongst other changes.
2019-04-18gtk3: updated to 3.24.8adam3-8/+9
Overview of Changes in GTK+ 3.24.8 * Color editor: don't warn if editing is cancelled * Always redraw on allocate - not doing so is not safe when any widget can have a background * Use GLSL 3.30 for shaders * Quartz: add a preliminary GdkGLContext implementation * Win32: Fix a bug that prevented storing printer driver prefs * Wayland: properly place window menus * GtkApplication: support session state changes in sandboxes, using the inhibit portal * Fix a problem with autostart notification * Places: Show loop devices as reported by gvfs * Translation updates: Brazilian Portuguese Catalan Czech German Hungarian Indonesian Italian Polish Romanian Spanish Swedish Turkish Overview of Changes in GTK+ 3.24.7 * Undeprecate gtk_window_present Overview of Changes in GTK+ 3.24.6 * Link against fribidi * Broadway: Ensure focus on click * Fix some compiler warnings * Improve menu positioning with move-to-rect * Improve activation of the onscreen keyboard * Use C locale when generating code * Treeview: Make sure separator nodes have height > 0 * theme - Fix some inconsistences for radii * quartz: - Full-screen only normal windows - Restore key-window switching when changing windows - Change monitor geometry calculation - search: Limit the cop of Spotlight search * Translation updates: Basque Dutch Finnish Icelandic Kazakh Korean Romanian Serbian Slovenian
2019-04-17arandr: update to 0.1.10.tsutsui3-29/+34
Changelog: https://gitlab.com/arandr/arandr/commit/43faec00c0feca3f00b0acbae048de14f02c6d21 Version 0.1.10 * Ported to Python 3 and PyGObject (by actionless) * Metacity keybindings removed * New translations - Finnish - Hebrew - Indonesian - Kurdish Sorani - Norwegian Bokmal * Updated translations - Breton - Czech - French - Galego - Galician - Greek - Japanese - Kannada - Lithuanian - Romanian - Sardinian - Slovak - Swedish - Turkish - Chinese (Traditional)
2019-04-15ruby-tk: remove reference to ruby 2.3wiz1-2/+2
2019-04-15x11/Makefile: revive ruby-tktaca1-1/+2
2019-04-15x11/ruby-tk: revert package removetaca3-0/+1076
Revert ruby-tk package remove. It is stiil required by lang/ruby22.
2019-04-14x11/ruby-tk: remove ruby-tktaca3-1076/+0
Remove ruby-tk, really it was ruby23-tk. Someday, ruby-tk-gem would be renamed to ruby-tk.
2019-04-14x11/Makefile: remove ruby-tktaca1-2/+1
Remove ruby-tk.
2019-04-10pixman: update to 0.38.4.wiz2-8/+8
Fix SUBST* while here. Matt Turner (4): Post-release version bump to 0.38.3 Makefile.am: Update download links Makefile.am: Ship Meson assembly test files in the tarball Pre-release version bump to 0.38.4
2019-04-07pixman: update to 0.38.2.wiz2-7/+7
A new pixman release 0.38.2 is now available. This is a stable release in the in the 0.38 series. This release mostly contains fixes for the Meson build system.
2019-04-05mlterm: update to 3.8.8.tsutsui6-64/+38
pkgsrc changes: - handle utmp option properly - remove a patch applied in the upstream Upstream changes noted in doc/en/ReleaseNote: ver 3.8.8 * Support Haiku OS. (Experimental) (Execute ./configure with --with-gui=beos option.) (See doc/en/README.beos) * Support "[font family]:style=..." format in aafont or font-fb config file. * Support mosh. (Experimental) (See doc/en/README.mosh) (Don't distribute libptymosh in binary format.) * Clear a window and scroll out all lines if the size of a window decreases and some characters in it disappear. * Support "%s" (replaced by selected strings) in "exesel:..." in ~/.mlterm/key. * Add local_echo_wait / --lew option. * Remove libind_tamil.so because it is very buggy. * Change the default shortcut key of INSERT_SELECTION from Shift+Insert to Command+v on MacOSX and iOS. * Skip \r in configuration files. * Start scp by Shift+Drag&Drop on not only xlib and win32 but also wayland, sdl2 and cocoa. (Command+Drag&Drop on cocoa.) * Change the default value of "font_size_range" option from 6-30 to 1-100. * Add vte 0.56.0 API symbols to libvte compatible library. * Bug fixes: Fix https://sourceforge.net/p/mlterm/mailman/message/36472061/ Fix https://sourceforge.net/p/mlterm/mailman/message/36513313/ Fix https://sourceforge.net/p/mlterm/bugs/79/ Fix segfault in processing illegal sixel sequence. Fix invalidation of DECDWL on cairo. (Enbugged at 3.8.6) Fix handling ISCII fonts on cairo and xft. (Improve showing bengali characters.) Fix screen corruption (http://twitter.com/Cj_bc_sd/status/1088111309223161857) on MacOSX 10.14. (Thanks to @Cj_bc_sd) Fix segfault in showing an input method window. (Thanks to @isaki68k)
2019-04-04xfce4-screenshooter: update to 1.9.5gutteridge2-8/+7
=== Version 1.9.5 === * Bugs fixed: - Panel plugin: allow it to save files (bug #15187)
2019-04-03Recursive revbump from textproc/icuryoon115-200/+230
2019-04-01qt5-qtbase: fix setting QMAKE_COMPILERmarkd2-8/+9
QMAKE_COMPILER is meant to signify the compiler family being used gcc for gcc gcc clang llvm for clang should properly fix the build issue seen on CentOS and likely other systems.
2019-04-01qt5-qtbase: add missing # to commentmarkd1-2/+2
2019-03-31qt5-qtbase: workaround to get package building correctly on redhat/centosmarkd1-1/+7
2019-03-31x11/vte3: Use += for GCC_REQD, per normsgdt1-2/+2
2019-03-31x11/vte3: Require c++14 and hence gcc 5gdt1-2/+4
With gcc 4.8, the configure script errors out about c++14. The build works with gcc5 or gcc6, so set GCC_REQD to 5.
2019-03-30mate-screensaver: build fix for Linuxgutteridge1-2/+2
Extend non-PAM coverage to Linux. security/pam-pwauth_suid has BSDisms in it that don't build on Linux. Someone may want to revisit this later and alter support here, but that's not something to apply during a freeze, anyway.
2019-03-30mate-settings-daemon: build fix for Linux (rfkill)gutteridge2-2/+9
Handle rfkill being enabled on Linux builds by conditionalizing this in the PLIST. Build fix for Linux only, does not affect other OSes.
2019-03-29qt5-qtlocation: catch PLIST.Linux up with 5.12.2markd1-1/+6
2019-03-29qt5-qtsensors: add PLIST.Linuxmarkd1-0/+5
Seems I forgot to commit this back in Nov. Fixes PR pkg/54078
2019-03-29Compton requires GCC 4.9 and later because of the __auto_type extensionpho1-1/+4
2019-03-27x11: Add missing qt5-qtconnectivity, unbreak bulk builds.jperkin1-1/+2
2019-03-27xdm: Ensure standardised manual page layout across OS.jperkin1-1/+3
2019-03-27mate-screensaver: Fix PLIST.pam.jperkin1-2/+2
2019-03-27*: recursive bump for poppler 0.75 -> 0.74 downgradewiz1-2/+2
2019-03-27vte3: Fix build on OS which do not have W_EXITCODE.jperkin2-1/+19
2019-03-27qt5-qtbase: explictly disable tslib in case its found in base systemmarkd2-4/+3
remove tslib related entries from PLIST.Linux
2019-03-27xfce4-whiskermenu-plugin: update to 2.3.2gutteridge3-9/+11
2.3.2 ===== - Fix editing menu items containting a single quote. (bug #15091) - Fix displaying empty tooltips. (bug #15137) - Translation updates: Dutch, Galician, Spanish, Swedish, Ukrainian.
2019-03-26qt5: updated to 5.12.2adam45-251/+475
5.12.2: While not adding new features, the Qt 5.12.2 release provides a number of bug fixes and other improvements. Compared to Qt 5.12.1, the new Qt 5.12.2 contains more than 250 bug fixes. For details of the most important changes, please check the Change files of Qt 5.12.2. With Qt 5.12.2 we bring back widely asked MinGW 32 bit prebuild binaries in addition to 64 bit ones. Qt 5.12 LTS will receive many more patch releases throughout the coming years and we recommend all active developed projects to migrate to Qt 5.12 LTS. Qt 5.9 LTS is currently in ‘Strict’ phase and receives only the selected important bug and security fixes, while Qt 5.12 LTS is currently receiving all the bug fixes. With Qt 5.6 Support ending in March 2019 all active projects still using Qt 5.6 LTS should now migrate to a later version of Qt.
2019-03-26*: recursive bump for poppler-0.75wiz1-2/+2
2019-03-25*: recursive bump for vala-0.44wiz4-8/+8
2019-03-25xcompmgr: update to 1.1.8.wiz2-9/+8
This release fixes a couple of bugs in those effects. Alan Coopersmith (3): Update README for gitlab migration Update configure.ac bug URL for gitlab migration xcompmgr 1.1.8 Brandon Gooch (1): xcompmgr 1.1.6-1 doesn't draw shadows Jason Woofenden (1): fix fade-in speed when opacity raises
2019-03-21ruby-gnome2: update to 3.3.6.tsutsui5-25/+25
Upstream changes: == Ruby-GNOME2 3.3.6: 2019-03-21 This is a follow-up release of 3.3.5. === Changes ==== Ruby/GIO2 * Improvements * (({Gio::File#read})): Added support for block. * (({Gio::File.open})): Added support for (({Pathname})). * (({Gio::InputStream.open})): Added support for block. ==== Ruby/CairoGObject * Fixes * Fixed a bug that old cairo may be used. ==== Ruby/GObjectIntrospection * Fixes * Fixed a bug that 64bit integer conversion may be failed for large integer. * Fixed typos.
2019-03-20*: remove libXprint packageswiz32-397/+1
Long unsupported upstream.
2019-03-20liblbxutil: removewiz8-112/+1
Long unsupported upstream.
2019-03-20ecore: remove libXp support.wiz4-9/+8
Bump PKGREVISION, and recursively bump all affected packages. Untested since eet, an ecore dependency, does not build for me.
2019-03-20xdpyinfo: update to 1.3.2nb1.wiz1-3/+4
Add libXcomposite and libdmx support. Remove libXp, not used here.
2019-03-20x11/Makefile: add libdmxwiz1-1/+2
2019-03-20x11/libdmx: import libdmx-1.1.4wiz5-0/+63
Based on pkgsrc-wip version by Blair Sadewitz and myself. Distributed, multi-headed X protocol headers from modular X.org.
2019-03-19xf86-video-ati: update to 19.0.1.wiz2-7/+7
This is a bug-fix release, with only three changes: * Fixes for two regressions which crept into the 19.0.0 release. * Add support for RandR output tile properties, allowing monitors using DisplayPort Multi Stream Transport tiling to work better out of the box. (Note that DP MST support in the radeon kernel driver is still experimental and disabled by default) Thanks to everybody who contributed to this release in any way! Dave Airlie (1): modesetting: add tile property support Michel Dänzer (3): Revert "glamor: Avoid glamor_create_pixmap for pixmaps backing windows" Use radeon_finish in drmmode_crtc_scanout_update Bump version for 19.0.1 release
2019-03-19xf86-video-amdgpu: update to 19.0.1.wiz2-7/+7
This is a minor follow-up release with only one change: * Add support for RandR output tile properties, allowing monitors using DisplayPort Multi Stream Transport tiling to work better out of the box. Thanks to everybody who contributed to this release in any way! Dave Airlie (1): modesetting: add tile property support Michel Dänzer (1): Bump version for the 19.0.1 release
2019-03-19lbxproxy, proxymngr: removewiz9-116/+1
LBX support was removed from X server in 1.2, 12 years ago.
2019-03-18Recursive bump for ghostscript default changegdt1-2/+2
2019-03-17x11perf: update to 1.6.1.wiz3-11/+12
This is a minor maintainance and bug fix release. Adam Jackson (1): tests: Fix thinko in minpixwin50 Alan Coopersmith (4): Update minpixwin info in man page to match implemenation Update README for gitlab migration Update configure.ac bug URL for gitlab migration x11perf 1.6.1 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Niveditha Rau (1): Add new options from 1.6.0 release to man page Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Thomas Klausner (1): Make NameFromFormat() const.
2019-03-17libXxf86dga: raise libX11 minimum version required.wiz1-1/+2
2019-03-17libXxf86dga: update to 1.1.5.wiz2-8/+7
This release raises the minimum required libX11 version to 1.6.0 from 2013. Alan Coopersmith (3): Update README for gitlab migration Update configure.ac bug URL for gitlab migration libXxf86dga 1.1.5 Emil Velikov (1): autogen.sh: use quoted string variables Michael Joost (1): Remove fallback for _XEatDataWords, require libX11 1.6 for it Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish