summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2019-10-07Turn of vulkan for qt5.nros1-1/+2
Turn of vulkan for qt5 since we currently do not have vulkan support in pkgsrc and it might cause build problems as seen in PR pkg/54024.
2019-10-07Rename py-meson to meson.prlw11-2/+2
The motivation is to consider meson as an application, so there is only one copy on the system, and as a python 3 program, it can build python 2 packages.
2019-10-03xf86-video-intel: Update DESCRnia1-2/+0
2019-10-03xfce4-panel: update to 4.14.1gutteridge2-7/+7
Change log: 4.14.1 ====== - Draw panel border based on position and length - windowlist: Make layout consistent with xfdesktop - windowmenu: Replace deprecated gtk_widget_modify_font - tasklist: Resize when windows get removed (Bug #14394) - systray: Fix icons without compositing (Bug #14577) - pager: Fix scrolling in pager-buttons (Bug #15614) - launcher: Fix visual state of arrow-button (Bug #15818) - launcher: Avoid excessive left padding on popup menu (Bug #15819) - Translation Updates: Albanian, Arabic, Armenian (Armenia), Belarusian, Chinese (China), Chinese (Taiwan), Galician, Greek, Hebrew, Indonesian, Japanese, Malay, Polish, Serbian, Slovak, Swedish, Thai
2019-10-02Fix buildprlw12-10/+11
2019-10-02Update to 2.2.18ryoon3-18/+18
Changelog: Version 2.2.18 (9 June 2019) -------------- When compiling for GTK-4, require version >= 3.96.0 and make consequential changes including to documentation (acinclude.m4, README; doxygen.main.in, application.h, extension.h, file_print_manager.h, file_print_manager.cpp, gobj_handle.h, notifier.h, prog_present.h, reassembler.h, shared_handle.h, text_print_manager.h, text_print_manager.cpp, thread.h, widget.h, window.h and window.cpp; tests/test_application.cpp; tests/extra/test_file_print_manager.cpp, tests/extra/test_text_print_manager.cpp). Update other documentation (doxygen.main.in; async_queue.h, gerror_handle.h, shared_handle.h). Version 2.2.17 (24 October 2018) -------------- Set FD_CLOEXEC on pipe file descriptors for Notifier objects (notifier.cpp). Add support for guile-3.0 (acinclude.m4; extension.h). Version 2.2.16.1 (27 June 2018) ---------------- Provide a configuration file suitable for doxygen-1.8.14; include generated .js files in the distribution tarball; rebuild the documentation (doxygen.main.in; docs/Doxyfile.in, docs/Makefile.am). Version 2.2.16 (27 June 2018) -------------- When compiling for GTK+-4, require version >= 3.94.0 (acinclude.m4, README; doxygen.main.in). Fix changes in GTK+-3.94 (file_print_manager.h, file_print_manager.cpp, window.h, window.cpp). Fix the change from GdkPixbuf to GdkTexture in GTK+-3.93 (file_print_manager.h, file_print_manager.cpp, window.h, window.cpp). Let the CGU_USE_GTK manifest constant in cgu_config.h indicate the version of GTK+ that the library is configured for, and set GDK_VERSION_MIN_REQUIRED for GTK+-4 (acinclude.m4; tests/test_application.cpp, tests/extra/test_file_print_manager.cpp, tests/extra/test_text_print_manager.cpp; cgu_config.h, text_print_manager.cpp). Correct documentation (application.h, extension.h, window.h).
2019-09-28(x11/kde-runtime4) Limit the flags only necessary to package, thanks maya@mef1-6/+2
2019-09-28(x11/kde-runtime4) Add work around CXXFLAGS (disable warning), please remove ↵mef1-1/+6
at next update, tks +USE_LANGUAGES+= c++ +CXXFLAGS= -Wno-unused-but-set-variable +CXXFLAGS+= -Wno-implicit-fallthrough +CXXFLAGS+= -Wno-deprecated-declarations +CXXFLAGS+= -std=c++11
2019-09-23Apply patch proposed at pkgsrc-users@, for PR pkg/54558 fix build with ↵mef2-7/+23
sip-4.19.14 or later The error was: sip: /tmp/x11/py-kde4/work/pykde4-4.14.3/sip/kdecore/typedefs.sip:26: syntax error
2019-09-23Correction again, wrong edit, sorrymef1-2/+3
2019-09-23Correction to previous fix, Now: USE_LANGUAGES+= c++11, tks adm@ and jperkin@mef1-3/+2
2019-09-23Fix build with graphics/openexr 2.4.0 (-std=c++11). PKGREVISION++. proposed ↵mef1-2/+4
at pkgsrc-users@
2019-09-22Correct size of framebuffer for luna68k; page offset appears only once,rin3-6/+6
not every color depths. Bump PKGREVISION. Pointed out by Araki Ken, the author of mlterm. Thanks!
2019-09-19fix qt4 master sitenros1-2/+2
2019-09-18qt5-qtbase: Fix package creation with gtk3nia1-1/+3
2019-09-18Recursive revbump from audio/pulseaudioryoon37-53/+74
2019-09-17compton: update to 7.3tnn5-23/+54
v7: compton now requires uthash to build. xcb-xinerama is now mandatory. Improved build experience on FreeBSD. compton now detects what driver it is using. glFinish is used automatically when not using NVIDIA driver. This should reduce input lag. Window shadow parameter is tweaked so it won't get cut off at the edges. The experimental glx backend now uses OpenGL 3.3 core profile. New blur configuration syntax v6: Experimental new backends are integrated into compton vsync is now a boolean value, indicates whether vsync should be enabled. #130 xcb-xinerama is mandatory now. Build option xinerama is removed. New glx backend is feature complete. New xrender backend is feature complete. Better handling of X visuals and GLX FBConfigs #104 cf9125c Failure to parse config file is now a hard error. Fading, window state tracking is refactored. Deprecations --sw-opti is deprecated. Users who want to limit the paint rate should always just use --vsync. --glx-use-gpushader4 is deprecated --vsync-aggressive is deprecated Support for Composite < 0.2 dropped New glx backend won't support OpenGL < 3.0 --glx-swap-method is deprecated in favor of the easier to understand option --use-damage #131 --glx-copy-from-front and --glx-use-copysubbuffermesa are removed since they are deprecated 3 major releases ago.
2019-09-16py-qt5: updated to 5.13.1adam3-8/+9
PyQt v5.13.1 and PyQtWebEngine v5.13.1 have been released. These are minor functional releases. The wheels of other PyQt-based packages have been updated to Qt v5.13.1. * Added the (temporary) pyqt5_enable_new_onexit_scheme() to allow experimentation with the new on-exit clean-up scheme. * Added the missing QObject.disconnect(QMetaObject.Connection) overload. * Deprecated PYQT_CONFIGURATION.
2019-09-16py-sip: updated to 4.19.19adam2-7/+7
SIP v4.19.19 has been released. This is a minor functional release * Added sipIsOwnedByPython(), sipRegisterExitNotifier() and sipVisitWrappers() to the C API. * Deprecated the -B option to sip.
2019-09-16qt5: updated to 5.13.1adam85-263/+340
As a patch release, Qt 5.13.1 does not add any new functionality but provides many bug fixes and other improvements
2019-09-16Remove x11/gnome-control-center successor x11/mate-control-centernia9-454/+1
2019-09-16Remove x11/gnome-session successor x11/mate-session-managernia10-297/+1
2019-09-16Remove x11/gnome-applets, successor x11/mate-appletsnia12-2043/+1
2019-09-16Remove x11/alacarte, successor x11/mozo.nia6-194/+1
2019-09-16Remove x11/gnome-screensaver, sucessor x11/mate-screensavernia14-462/+1
2019-09-16(x11/py-qwt-qt4): work around fix, build with py-sip 4.19.18mef3-6/+34
See https://mail-index.netbsd.org/pkgsrc-users/2019/09/09/msg029343.html
2019-09-16gtkdatabox: Add COMMENTnia1-2/+2
2019-09-15Remove x11/gnome-terminal, successor x11/mate-terminalnia7-292/+1
2019-09-14Remove print/evince - replacements print/atril, print/evince3nia2-7/+3
2019-09-14ruby-gnome: Update to 3.3.8, and rename package names to match gems.tsutsui35-172/+179
Also reorganize several dependencies in Makefile and buildlink3.mk. See the following post for details: https://mail-index.netbsd.org/pkgsrc-users/2019/09/07/msg029327.html https://mail-index.netbsd.org/pkgsrc-users/2019/09/13/msg029356.html Upstream changes (from NEWS): == Ruby-GNOME 3.3.8: 2019-09-10 This is a partially GLib 2.62.0 support release. === Changes ==== All * Improvements * Changed our project name to Ruby-GNOME from Ruby-GNOME2. [GitHub#1277][Suggested by kojix2] [GitHub#1291][Patch by kojix2] * Stopped to release (({.tar.gz})) because they are no longer used. ==== Ruby/GLib2 * Improvements * (({GLib.convert})): Changed to set correct encoding. * (({GLib::FILENAME_ENCODING})): Added. * Changed to use the same enum object for the same enum value. * (({GLib::Enum.find})): Added. * (({GLib::Bytes#initialize})): Changed to reuse (({String})) data even if the given (({String})) isn't frozen. * (({GLib::Bytes.try_convert})): Added. * (({GLib::Enum.try_convert})): Added. * (({GLib::Flags.try_convert})): Added. * (({GLib::Type.try_convert})): Added. * (({GLib::MkEnums.create})): Added support for flags to enum definition. [GitHub#1295][Patch by Mamoru TASAKA] ==== Ruby/GIO2 * Fixes * Renamed to (({Gio::Icon#hash})) from (({Gio::Icon.hash})). [GitHub#1293][Reported by Erik Czumadewski] ==== Ruby/GObjectIntrospection * Improvements * Introduced (({try_convert})) protocol. ==== Ruby/CairoGObject * Improvements * (({Cairo::Context.try_convert})): Added. * (({Cairo::Device.try_convert})): Added. * (({Cairo::Pattern.try_convert})): Added. * (({Cairo::Surface.try_convert})): Added. * (({Cairo::ScaledFont.try_convert})): Added. * (({Cairo::FontFace.try_convert})): Added. * (({Cairo::FontOptions.try_convert})): Added. * (({Cairo::Region.try_convert})): Added. === Thanks * kojix2 * Erik Czumadewski * Mamoru TASAKA
2019-09-11Use https for mono-project.com.nia4-9/+9
2019-09-09libindicator: Make this the GTK3 version.nia2-6/+6
Nothing is using the GTK2 version. Bump PKGREVISIONs
2019-09-09libappindicator: Make this the gtk3 version.nia2-7/+9
Nothing is using the gtk2 version. Bump PKGREVISIONs.
2019-09-09eterm: Needs libXtnia1-1/+2
2019-09-08libdrm: don't steal another linux "return" line for the netbsd block.maya3-8/+8
Thanks wiz for the heads up. PR pkg/54534
2019-09-08libdrm: restore "return 0;" for linux drmParsePciBusInfo.maya3-10/+11
It was lost in a patching accident. From Yosuke Kawasaki in PR pkg/54534 Bump PKGREVISION
2019-09-08gtk2: Needs Xdamage.nia1-1/+2
This previously relied on transclusion via MesaLib via cairo.
2019-09-07py-gtk2: add upstream patches to fix leaksgutteridge4-3/+54
These were committed upstream years ago, but there was no further release that incorporated them.
2019-09-07mate-control-center: make libappindicator3 support optionalgutteridge2-2/+16
To thin out Python 2 dependencies, libappindicator3 can be an optional choice. It's left enabled by default, no change for most users or binary packages. Addresses PR pkg/54516 from Benjamin Lorenz.
2019-09-06Updated xmhtml to version 1.1.0nros12-365/+91
This version has a real master site and homepage at sourceforge. Includes updates for buildling with the latest png api and fixes to debug.c (patch-ai). Removed the patches for this. Removed patch-ab, patch-ac and patch-ae because we only build the lib. Other updates upstream: Support for utf-8 text and xft. Function XmHTMLScrollToYPos added. Fixes for crashes and various memory leaks.
2019-09-04Reduce per-package inclusion of x11/libXdamageryoon1-1/+2
And graphics/MesaLib includes x11/libXdamage/buildlink3.mk and remove it from editors/emacs26.
2019-09-02Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for ↵adam22-44/+44
future Python 3.8
2019-09-02qt5: depend on qt5-qtspeechadam1-1/+2
2019-09-02qt5-qtspeech: add PLIST.Darwin; sort PLISTadam2-2/+5
2019-09-01eterm: Update to 0.9.6nia7-174/+21
Don't install as setuid root.
2019-08-31sakura: Update to 3.7.0nia2-11/+8
Changes: * Fixed bug with fore&back colors caused by changes in rev.5... * Merged with translations branch * Update translation template * Remove previously added set_style_css function. * Reorganize the big mess of code: order functions and callb... * Bug #1828091 fixed: sakura keeps blinking after BEL is rec... * Added helper function to set CSS style * Bug #1485360 fixed: bright colors broken * Bug #1833845 fixed: make 'configuration modified' dialog o... * Bug #1810332 fixed: unable to set 100% opacity * Bug #1839505 fixed: block cursor doesn't reverse text colo... * Changed default font size * Make tango palette default again * Bug #1792380: Solarized light doesn't work as expected. Us... * Removed unused variable in sakura_eof * Bug #1790317 fixed: Crash with vte 0.54
2019-08-31qt5-qtspeech: s/wip/x11/markd1-2/+2
2019-08-30ssystem: Needs MesaLib, freeglut, glunia1-2/+4
2019-08-30fltk13: Does not need Mesa metapackage - already includes MesaLib/glunia1-4/+1
2019-08-30ktextwidgets: add dependency on qt5-qtspeechmarkd2-2/+5