summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2018-02-28unclutter: Add LICENSE (public domain)leot1-1/+2
unclutter is under the public domain, from its README: > The program is released into the public domain. Only the considerate > will leave credit for the author.
2018-02-27Revbump for packages depending on devel/libusb{,compat}khorben1-2/+2
2018-02-27Update to 2.2.15ryoon4-24/+33
Changelog: Version 2.2.15 (24 December 2017) -------------- Provide configuration option for GTK+-4 (acinclude.m4, bootstrap-gtk2.sh, bootstrap-gtk3.sh, bootstrap-gtk4.sh, configure-gtk4.ac, Makefile.am, README; doxygen.main.in, file_print_manager.cpp, text_print_manager.cpp, window.h; tests/test_application.cpp; tests/extra/test_file_print_manager.cpp, tests/extra/test_text_print_manager.cpp). Use streambuffers not streams when testing fdstream and gstream with char16_t and char32_t character types (tests/test_fdstream.cpp, tests/test_gstream.cpp). Update documentation (doxygen.main.in; async_channel.h, callback.h, fdstream.h, gstream.h, task_manager.h, task_manager.cpp). Version 2.2.14.1 (23 November 2016) ---------------- Explicitly qualify malloc() as being within the std namespace (async_channel.h). Do not document the Cgu::Thread::FutureHelper and Cgu::Thread::TaskManagerHelper2 namespaces (future.h, task_manager.h). Update documentation (async_channel.h). Version 2.2.14 (9 November 2016) -------------- Provide Cgu::AsyncChannel class (c++-gtk-utils/Makefile.am; doxygen.main.in; async_channel.h, async_queue.h; tests/Makefile.am, tests/test_async_channel.cpp). Remove the 'noexcept' specifier for Cgu::Thread::Cond::wait() and Cgu::Thread::Cond::timed_wait(): any cancellation pseudo-exception is inconsistent with this specifier (mutex.h). Provide TaskManager::get_max_tasks() method with documentation on rate limiting (parallel.h, task_manager.h, task_manager.cpp). Zero initialise the character buffer in Reassembler class (reassembler.h). Adjust configuration macros to enable use of Cgu::Extension with guile-2.2 (acinclude.m4; cgu_config.h.in, extension.h). Increase coverage of io_watch tests (tests/test_iowatch.cpp). Update documentation (async_queue.h, async_result.h, future.h, task_manager.h, thread.h).
2018-02-27libxshmfence: update to 1.3.wiz2-8/+7
Adam Jackson (2): configure: Nerf a thing Revert "configure: Nerf a thing" Emil Velikov (1): autogen.sh: use quoted string variables Matt Turner (1): libxshmfence 1.3 Michał Górny (1): Fix missing <limits.h> include for HAVE_UMTX branch of futex Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Ross Burton (1): configure.ac: call AC_USE_SYSTEM_EXTENSIONS
2018-02-26py-pyperclip: Update x11/py-pyperclip to 1.6.0leot3-18/+8
pkgsrc changes: - Fetch the `.tar.gz' distfile instead of the `.zip' one Changes: v1.6.0, 2017/11/08 Refactor all the code in a single file. v1.5.32, 2017/10/29 Added limited cygwin support. v1.5.31, 2017/10/29 Fixed another mistake where 'posix' was checked for OS X instead of 'mac' due to a mistaken merge. Added lazy loading. v1.5.30, 2017/10/29 Fixed the encoding that was set to "uft-8". v1.5.29, 2017/10/29 Pyperclip works with qtpy module, osx can use objc now, set pyqt as lower priority than xsel/xclip/klipper, add support for PyQt5. v1.5.28, 2017/10/28 Capture stderr of xclip subprocess, fixed issue #88 where emojii cut off the last character, allowed selection between PRIMARY and CLIPBOARD for xsel and xclip. v1.5.27, 2016/03/14 Disable broken cygwin implementation until issue 55 can be fixed. v1.5.26, 2016/01/20 Fix #51, Replace wcscpy_s with memmove for Windows XP.
2018-02-26revbump after x264-devel updateadam4-8/+8
2018-02-25gtk3+: update to 3.22.28.wiz2-8/+7
2Overview of Changes in GTK+ 3.22.28 =================================== * Fix the build * Improve frame clock accuracy (#787665) 2Overview of Changes in GTK+ 3.22.27 =================================== * Require libcloudproviders 0.2.0 * The Emoji chooser can now be used with GtkTextView as well * The Emoji chooser avoids fallback sequences that break the grid * GTK+ is now using ~/.config/gtk-3.0/settings.ini when using Wayland without dconf * Make fuse-mounted network filesystems show up in Other Locations * The font chooser dialog supports search now * Bugs fixed: 737175 most horizontal sliders are inverted when scrolled with mouse wheel 741633 GtkListBoxRow should implement GtkActionable 771986 Inconsistent 'row-activated' signal emission before drag'n'drop, 'acti... 774248 Desktop-wide text scaling factor is ignored by gtk_widget_override_fon... 779009 Missing property-change::accessible-description events when the toolti... 786123 GtkPlacesSidebar: Add support for libcloudproviders 786509 GDK W32: OLE2 DnD is completely broken 786528 Please make the output deterministic 787089 win32: GtkWindow of type GTK_WINDOW_POPUP/GDK_WINDOW_TEMP leaks memory... 787128 Re-add FUSE network mounts in local-only mode 789054 Firefox crashes @gdk_window_begin_move_drag() on WM without _NET_WM_MO... 789160 Add Windows compatible emoji shortcuts 789268 Keyboard grab by popup window causes a session-modal shortcut-inhibiti... 790029 GtkTextView: Support gtk 3.22.19's emoji chooser 790031 GtkClipboardClearFunc is not being called 790033 Add support for third stylus button on Wacom's new Pro Pen 3D 790201 Settings in ~/.config/gtk-3.0/settings.ini ignored with GDK_BACKEND=wa... 790270 avoid copy of CSS data from resources 790862 Addition of insert_emoji breaks ABI on gtk-3-22 790963 Thread safety issue in gtk_application_impl_dbus_startup 791039 Emit enter+motion after GDK_CROSSING_TOUCH_END leave 791062 Fix mapping window with complete xdg-foreign state 791234 autocleanups: allow g_autoptr() usage with GtkTreePath 791281 Backport size allocation optimization from master to 3.22 791363 Shadow vertical offset is wrong when scaling is > 2 791549 gtklistbox: Crash on page-up on GtkListBox 791650 Do not warn about missing colord systemd service unit 791710 css documentation, non-breaking spaces/hyphens, and other details 791943 gnome-shell built with meson hangs when opening more than one window 792279 Use portable sed syntax in gdk/wayland/Makefile.am 792459 gtk_tree_model_sort_set_sort_column_id() ignores change to sort order 792624 Critical due to gtk_widget_reset_controllers() passing NULL to gtk_e... * Translation updates: Africaans Catalan Chinese (Taiwan) Esperanto Finnish Friulian Galician Hebrew Hungarian Icelandic Indonesian Italian Lithuanian Norwegian bokmål Polish Russian Serbian Slovenian Spanish Turkish
2018-02-21ruby-gnome: Remove package CONFLICTS that conflict with themselves.jperkin5-14/+5
2018-02-21xorgproto: update to 2018.3.wiz2-7/+7
This adds RandR leasing and non-desktop monitors along with fixing the autotools build to include xcalibrate header files (if LEGACY is selected).
2018-02-20Don't include Xm/Print.h into Xm/All.h.dholland3-3/+30
Xm/Print.h requires headers from libXp (which is dead, gone, not lamented) and thus doesn't compile. Anything that specifically uses it is broken, as is anything that assumes Xm/All.h will include it; but things that just use Xm/All.h should not fail. Such things include xpdf's configure script (PR 50039). It isn't obvious to me why this package installs header files it clearly never runs through the compiler, but for now at least that's somebody else's problem. PKGREVISION -> 6
2018-02-18libdrm: update to 2.4.90.wiz2-7/+7
Andrey Grodzovsky (2): amdgpu: Update deadlock test to not assert on ECANCELED amdgpu: Fix segfault in deadlock test. Anuj Phogat (1): intel: Add more Coffeelake PCI IDs Bas Nieuwenhuizen (1): drm: Fix 32-bit drmSyncobjWait. Christian König (5): amdgpu: fix 32bit VA manager max address headers: sync up amdgpu_drm.h with drm-next amdgpu: use the high VA range if possible v2 test/amdgpu: fix compiler warnings amdgpu: fix high VA mask Christoph Haag (1): meson: fix the install path of amdgpu.ids Chunming Zhou (5): fix return value for syncobj wait amdgpu: fix inefficient vamgr algorithm amdgpu: clean up non list code path for vamgr tests/amdgpu: add bo eviction test amdgpu: clean up non list code path for vamgr v2 Dylan Baker (7): Add meson build system autotools: Include meson.build files in tarball README: Add note about meson meson: set proper pkg-config version for libdrm_freedreno meson: set the minimum version correctly meson: fix libdrm_nouveau pkgconfig include directories meson: include headers in root directory in ext_libdrm Emil Velikov (1): tests/amdgpu: add missing config.h include Eric Engestrom (25): remove unnecessary double-semicolon tests/amdgpu: add parentheses to make operation priority explicit tests/amdgpu: drop unused variables tests/util: fix signed/unsigned comparisons tests/util: drop unused parameters tests/etnaviv: drop unused `return 0` meson: add missing HAVE_RADEON configure: remove unused HAVE_CUNIT define configure: remove unused HAVE_INSTALL_TESTS define meson,configure: remove unused HAVE_OMAP define meson,configure: remove unused HAVE_TEGRA define meson,configure: remove unused HAVE_FREEDRENO define meson,configure: remove unused HAVE_ETNAVIV define meson,configure: always define HAVE_{INTEL,VMWGFX,NOUVEAU,EXYNOS,VC4,RADEON} always define HAVE_FREEDRENO_KGSL always define HAVE_CAIRO always define HAVE_VALGRIND meson: sort HAVE_* defines xf86atomic: fix -Wundef warning meson: cleanup whitespace meson,configure: add warning when using undefined preprocessor tokens xf86drmHash: remove always-false #if guards configure: always define HAVE_LIBDRM_ATOMIC_PRIMITIVES and HAVE_LIB_ATOMIC_OPS exynos/tests: use #ifdef for never-defined token meson,configure: turn undefined preprocessor tokens warnings into errors Hawking Zhang (3): tests/amdgpu: execute write linear on all the available rings tests/amdgpu: execute const fill on all the available rings tests/amdgpu: execute copy linear on all the available rings Marek Olšák (2): amdgpu: add amdgpu_query_sw_info for querying high bits of 32-bit address space configure.ac: bump version to 2.4.90 Michel Dänzer (7): amdgpu: Don't print error message if parse_one_line returned -EAGAIN amdgpu: Don't dereference device_handle after amdgpu_device_deinitialize amdgpu: Symlink .editorconfig to tests/amdgpu amdgpu: Disable deadlock test suite by default for SI ASICs amdgpu: Disable VM test suite by default for SI ASICs Revert "amdgpu: clean up non list code path for vamgr" amdgpu: Add amdgpu_query_sw_info to amdgpu-symbol-check Rob Clark (1): freedreno: clamp priority based on # of rings Robert Foss (5): android: Move gralloc handle struct to libdrm android: Add version variable to gralloc_handle_t android: Mark gralloc_handle_t magic variable as const android: Remove member name from gralloc_handle_t android: Change gralloc_handle_t members to be fixed width Seung-Woo Kim (2): amdgpu: fix not to add amdgpu.ids when building without amdgpu modetest: Fix to check return value of asprintf()
2018-02-18x11/deforaos-locker: move documentation to share/doc/deforaos-lockerrillig2-7/+7
2018-02-16xf86-video-vesa: update to 2.4.0.wiz2-8/+7
Nothing terribly exciting, but enough bug fixes to justify a release. Adam Jackson (4): Don't build old probe method on sufficiently new servers Fall back to VGA if the palette API isn't supported Use VBEFreeVBEInfo not free vesa 2.4.0 Emil Velikov (1): autogen.sh: use quoted string variables Ian Lepore (1): Honor Option "NoDDC" correctly Matthew Green (1): When debugging, print the VGAbase as well. Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Stefan Dirsch (1): Use default refresh by default
2018-02-13Update to 1.3.0ryoon9-9/+233
* Fix build with GCC 6 with patches from Debian Changelog: Version 1.3.0 (released 18 Feb 2012) * add "outlined" keyword to marker files * update JPL ephemeris code for 64 bit machines * add bump_shade config file parameter * add opacity keyword for markers * implement Rayleigh scattering
2018-02-12xorgproto: update to 2018.2.wiz2-7/+7
This release fixes various version numbers and include paths, corrects an error in the RANDR specification, and adds the meson build system which was erroneously left out of 2018.1.
2018-02-11x11/Makefile: + xorgprotowiz1-1/+2
2018-02-11x11/xorgproto: import xorgproto-2018.1wiz5-0/+260
This package combines the X protocol headers, which were formerly scattered in individual packages.
2018-02-10Import global switch for libusb's implementation [2/2]khorben1-2/+2
This switch is meant to be used by packages requiring an implementation of the former libusb (as in devel/libusb). The original implementation can be chosen by setting LIBUSB_TYPE to "native". The alternative implementation libusb-compat (as in devel/libusb-compat) wraps libusb1 (in devel/libusb1). This implementation can be chosen by setting LIBUSB_TYPE to "compat". On NetBSD, it has the advantage of not requiring root privileges to locate and use USB devices without a kernel driver. This second part switches packages using libusb to this framework. It does not change compilation options or dependencies at this point. Compile-tested on most packages affected and available on NetBSD/amd64.
2018-02-09qt5-qtlocation: fix PLIST.Darwinadam1-2/+1
2018-02-08Fixed x11/xlockmore so it compiles with RELRO flags.jaapb4-7/+29
2018-02-08instead of removing "struct tm;", include <ctime>. also, the filemrg2-6/+7
is called date_object.h. fixes GCC 6 build.
2018-02-07kglobalaccel: Handle categories file correctly.jperkin2-2/+13
2018-02-07kconfigwidgets: Handle categories file correctly.jperkin2-2/+13
2018-02-07kde: SUBST_STAGE should be pre-configure, not post-patch.jperkin2-4/+4
Performing substitutions during *-patch phases makes it impossible to generate patches via mkpatches without introducing substitution noise.
2018-02-05kjobwidgets: remove typo PKGREVISIONSmarkd1-2/+1
2018-02-05py-Tk: Spell buildlink3 correctly.jperkin1-2/+2
2018-02-05kdelibs4: Darwin requires -lintl too.jperkin1-1/+2
2018-02-03tk: updated to 8.6.8adam3-8/+9
8.6.8: (bug)[f1a3ca] Memory leak in [text] B-tree (bug)[ee40fd] Report [console] init errors (bug)[3295446] Improve history visibility in [console] (bug) canvas closed polylines fully honor -joinstyle (bug)[cc42cc] out of mem crash in tests imgPhoto-18.* (bug)[3406785] fix coords rounding when drawing canvas items (bug)[8277e1] linux fontchooser sync with available fonts (bug)[5239fd] Segfault copying a photo image to itself (bug)[514ff6] canvas rotated text overlap detection (bug)[1e0db2] canvas rchars artifacts (bug)[d9fdfa] display of Long non-wrapped lines in text (bug)[dd9667] text anchor not set (bugs) memleaks and other changes for macOS 10.13 support (bug)[111de2] macOS colorspace improvement (bug) macOS scrolling issues (bug) clipping regions in scrolling and drawing on macOS (bug) macOS redraw artifacts (bug)[bb6b40] ::tk::AmpMenuArgs and 'entryconf' (bug)[55b95f] Crash [scale] with a bignum value (bug)[ce62c8] text-37.1 fails (bug)[0ef1c5] OS X - tests menu-22.[345] hang (bug)[c8c52b] repair OBOE in menu.test on macOS (feature) Implement [wm_iconphoto] on macOS (bug) display of embedded toplevels (bug)[73ba07] Correct property type for MULTIPLE conversion (bug) Memory leak in tkImgPhoto.c. (bug) Defeat zombie toplevels (bug) macOS resposive menu bar for command line apps (bug)[1c659e] support png from mac screenshots (bug)[de4af1] macOS file selector "all types" setting (bug) [wm withdraw] on Window and Dock menus (feature) Drop support for macOS 10.5 (bug)[164c1b] Fixes [raise] on macOS (bug)[13d63d] macOS support of menu -postcommand (bug) enable custom icon display on macOS (bug)[1088805,0feb63] macOS bind failures (bug)[3382424] Suppress noisy messages on macOS (new)[TIP 477] nmake build system reform (bug)[b77626] Make [tk busy -cursor] silent no-op on macOS
2018-02-02vte3: Leave pkgsrc to handle security features.jperkin2-1/+17
2018-02-01py-qt5: updated to 5.10adam4-34/+71
v5.10: - Added support for Qt v5.10.0. - Added the QtNetworkAuth module.
2018-02-01py-sip: updated to 4.19.7adam5-95/+11
v4.19.7 - The %Docstring directive can now include automatically generated signature descriptions using the "signature" option. - typedefs can now have %Docstring directives. - Bug fixes.
2018-02-01xkeyboard-config: update to 2.23.1.wiz2-7/+7
2.23.1 Fixed build 2.23 David Paleino (1): Added it(intl), it(scn) and us(scn) Marko Myllynen (1): Minor fidvorak adjustment Sergey Udaltsov (9): Typo fixed Refreshed the default Arabic keyboard layout more robust comment handling replace 'ʼ' (0x10002bc) with '՚' (0x100055a) in armenian layout Add polish layout for use glagolica script Use default compose key with Finnish keyboard incomplete Finnish fix patch Prerelease translation sync Release 2.23 Socialdarwinist (1): Added International Phonetic Alphabet
2018-01-31qt5-qtbase: fix plug-in extension on Darwinadam2-12/+3
2018-01-31x11: Add qqc2-desktop-stylemarkd1-1/+2
2018-01-31qqc2-desktop-style: Add version 5.41.0markd4-0/+69
Style for Qt Quick Controls 2 to make it follow your desktop theme.
2018-01-31Fix building on Darwin (with newer clang)adam2-1/+17
2018-01-31qt5-qtbase: Various fixes, primarily for SunOS/clang.jperkin6-6/+80
2018-01-31kdelibs4: Remove bogus forward declaration.jperkin2-1/+17
2018-01-30kdelibs4support: SUBST rather than patchesmarkd4-38/+9
2018-01-30kxmlgui: SUBST rather than patchmarkd3-18/+8
2018-01-30kirigami2: update dependenciesmarkd1-2/+4
2018-01-29wxGTK28: Backport narrowing conversion fixes from wxGTK30.jperkin9-1/+132
2018-01-28Bump PKGREVISION for gdbm shlib major bumpwiz65-118/+130
2018-01-28gtk2+: update to 2.24.32.wiz4-52/+8
Overview of Changes from GTK+ 2.24.31 to 2.24.32 ================================================ * Build: - Support Visual Studio 2017 * Bug fixes: 136059 Ctrl-navigation works in opposite direction in right-to-left text 165385 Win32 keyboard handling still incomplete 358970 gtk_scale_set_digits does not cause value to be rounded if draw-value... 468868 Popup of "appears-as-list" ComboBox does not change screen with its t... 554057 Calling gtk_menu_shell_select_item() on GtkMenuBar can break grabs (a... 569581 Using the US-Intl keyboard layout causes unexpected character combina... 618160 Documentation for gtk_combo_box_get_active_iter is unclear 658111 gtk_label_set_pattern() is reset by a call to gtk_box_pack_start() 676550 Adding underlines to Label with gtk_label_set_pattern() does not work 696624 Japanese (Korean/Chinese) XIM input mode indicator has not been worki... 701296 gtkfixed accepts toplevel windows into its children list after gtk_wi... 729651 Crash in GtkFileChooserButton with appears-as-list 734946 Implement GContentType on OSX 768722 Keyboard shortcuts for russian characters doesn't work 769214 keyval field not filled correctly for Pause key 772389 Appending a character to a GtkEntry control in overwrite mode rings t... 772794 segfault when on unchecked XListInputDevices return value 773587 recent-manager: Add a limit to the list's size 776909 gtk_adjustment_clamp_page: Conditional jump or move depends on uninit... 777683 SIGBUS due to gdk_x11_window_set_opacity 778542 Use UTF-8 encoding for tooltips on files in the "recently used" list 778811 Enter submenus when activating their parent item 779009 Missing property-change::accessible-description events when the toolt... 779081 GtkTextView: expose API to get Pango line direction 779605 GLib-CRITICAL Source ID xxx was not found when attempting to remove it 781020 GIMP UI vector icons are drawn way too small 781605 GtkVolumeButton limited to 10 values 785165 Set translation domain for parameter_string in gtk_init_with_args 785672 Entry: Setting icon tooltip to empty disables tooltip on whole widget 786771 Critical about mismatched GdkDisplays when opening Inspector combobox 787158 gtk_widget_get_preferred_width on GtkToolbar gives wrong minimum width 787195 gtk_toolbar_set_show_arrow does not show an arrow 787410 entry: fix memory leak 788577 Global -GtkComboBox-appears-as-list breaks opening menu-mode CBs by k... * Translation updates: Hungarian Indonesian Polish
2018-01-26py-sip: Fix linker flags with SunOS/clang. Bump PKGREVISION.jperkin3-5/+21
2018-01-25modular-xorg-server: Fix asm syntax to work with clang.jperkin2-1/+64
2018-01-25py-sip: Handle SunOS/clang correctly.jperkin1-2/+3
2018-01-25xcb-util-image: Fix clang -Wreturn-type failure.jperkin2-1/+16
2018-01-25qt4-libs: Use correct configuration for SunOS/clang.jperkin1-2/+2
2018-01-25xorg-cf-files: Use correct compiler to linker flags.jperkin3-7/+28
Bump PKGREVISION.