summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
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
2019-08-30qt5-qtbase: note Makefile.common used by qt5-qtspeechmarkd1-1/+2
2019-08-30x11: add qt5-qtspeechmarkd1-1/+2
2019-08-30qt5-qtspeech: Add version 5.13.0markd5-0/+72
Qt5 module to make text to speech and speech recognition easy
2019-08-30xfce4-screenshooter: update to 1.9.6gutteridge3-10/+11
Change log: 1.9.6 ====== - Do not show translation info on --help output (Bug #15883) - Avoid destroying size window twice (Bug #15792) - Replace GtkStock buttons - Add missing NULL as last parameter of xfce_titled_dialog_new_with_buttons() (Bug #14973) - Do not use root coordinates for region capture (Bug #15406) - Install AppData into metainfo - Update AppData file - Try to grab seat more than once (Bug #15320) - Use new xfce_gdk_screen_get_geometry if available - Make screenshooter-imgur-dialog.ui translatable (Bug #15254) - Translation Updates: Albanian, Arabic, Asturian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Urdu, Urdu (Pakistan), Vietnamese
2019-08-29py-gtk2: fix buildwiz7-7/+617
pango deprecated some symbols; remove them from the mapping files. While here, add comments to patches. Bump PKGREVISION.
2019-08-27qqc2-desktop-style: update to 5.61.0markd2-6/+7
5.61.0 Fix broken guard that prevents styling sliders with negative values Slow down the busy indicator's rotation speed Fix "Type error" when creating a TextField with focus: true [ComboBox] Set close policy to close on click outside instead of only outside parent [SpinBox] Set renderType 5.60.0 Show shortcut in menu item when specified Add MenuSeparator Fix ToolButton remaining in a pressed state after press [ToolButton] Pass custom icon size to StyleItem honor visibility policy 5.59.0 Remove DefaultListItemBackground and MenuItem animation [QQC2 Slider Style] Fix wrong handle positioning when initial value is 1 ScrollBar: Make it work as a horizontal scroll bar as well 5.58.0 Avoid nesting Controls in TextField make the mobile text toolbar appear only on press [TabBar] Update height when TabButtons are added dynamically use the new Kirigami.WheelHandler Support custom icon size for ToolButton It compile fine without foreach