Commit graph

15078 commits

Author SHA1 Message Date
gutteridge
6de28bc901 xfce4-eyes-plugin: update to 4.5.1
Change log:

4.5.1
======
- Update URLs. Remove ref. to translations.x.o (Bug #16162)
- Allow compilation with panel 4.15
- Replace GtkStock buttons
- Improve spacing (Bug #14664)
- Make build less verbose
- AC_CONFIG_MACRO_DIR -> AC_CONFIG_MACRO_DIRS
- Translation Updates:
  Albanian, Amharic, Arabic, Armenian (Armenia), Asturian, Basque,
  Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
  Croatian, Czech, Danish, Dutch, English (Australia), English (United
  Kingdom), Esperanto, Estonian, Finnish, French, Galician, German,
  Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese,
  Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan
  (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian,
  Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
  Uighur, Ukrainian, Urdu, Urdu (Pakistan)
2020-06-29 23:38:01 +00:00
pin
0136a1b45e Import x11/xdo
Small X utility to perform elementary actions on windows.
Apply the given action to the given windows.
If no window IDs and no options are given, the action applies
to the focused window.
2020-06-29 18:35:14 +00:00
adam
83f4955ad0 qt5-qscintilla py-qt5-qscintilla: updated to 2.11.5
QScintilla v2.11.5 has been released. This is a minor bug-fix release.
2020-06-29 13:25:57 +00:00
nia
fea7ff0d25 xf86-video-intel: only for x86 2020-06-28 13:54:09 +00:00
nia
5abba2b8a3 xf86-input-vmmouse: only for x86 2020-06-28 13:52:19 +00:00
ryoon
fb2d80c439 qt5-qtbase: Bump libxcb requirement to 1.11
Pointed by Egil Brendsdal in private e-mail.
Thank you.
2020-06-24 12:29:30 +00:00
gdt
3c5e0e131b x11/vte: Accomdate C++17 usage
The package was declared to use c++14 and need gcc 5, but trying to
build on NetBSD 8 resulted in an error that gcc7 was needed for c++17.
2020-06-22 10:48:34 +00:00
tsutsui
62c3e52329 mlterm: pull an upstream patch for 3.9.0.
Also put misc pkgsrc tweaks:
- Disable SPECIAL_PERMS for mlterm.  It was required for utmp support
  only on ancient systems that have none of pututxline(3), setutent(3),
  or addToUtmp(3) but have to use logwtmp(3) or open system's _PATH_UTMP
  or _PATH_WTMP file directly to update utmp entries, but no easy way
  to statically identify them per OS and version basis.
- Add hacks.mk to avoid gcc SIGSEGV on NetBSD/sh3 9.0 (PR/55265)
- Appease several pkglint warnings/errors.

Bump PKGREVISION.
2020-06-21 17:53:01 +00:00
nia
ea0258fd24 vte3: Fix printf usage for NetBSD. 2020-06-20 16:00:07 +00:00
nia
f4ee577e02 x11: Add gnome-terminal.
A terminal emulator for the GNOME 3 desktop.
2020-06-20 15:05:48 +00:00
rillig
68ff6005e6 x11/qt5-qtlocation: fix pkglint warnings 2020-06-20 07:52:20 +00:00
rillig
8bc9a1da86 x11/mlterm: fix pkglint warnings 2020-06-20 07:50:45 +00:00
rillig
72c3099e62 x11/kde-workspace4: sort PLIST 2020-06-20 07:38:54 +00:00
rillig
65ea5b230d x11/kde-runtime4: sort PLIST 2020-06-20 07:35:50 +00:00
ryoon
8ed1635a93 vte3: Update to 0.60.3
* Use meson to build.
* Enable vala and gobject-introspection.

Changelog:
Not available.
2020-06-20 00:10:24 +00:00
leot
05e570d0e0 st-term: Update to 0.8.4
Changes:
0.8.4
=====
Security
--------

* config.def.h: add an option allowwindowops, by default off (secure).

  Similar to the xterm AllowWindowOps option.
  The sequence for base64-encoded clipboard copy is now guarded and off by
  default because it allows a sequence written to the terminal to manipulate the
  clipboard of the (other) running user non-interactively.


Features
--------

* Integrate auto-sync: draw on idle to avoid flicker/tearing by avih.
  st could easily tear/flicker with animation or other unattended
  output. This commit eliminates most of the tear/flicker.

* Optimize column width calculation and UTF-8 encode for the common-case ASCII.
  In particular on glibc and OpenBSD the wcwidth() call is more expensive.
  On musl there is no/little difference.

* Add support for REP (repeat) escape sequence and xterm compatibility, by
  avih.  The capability is not exposed yet due to some issues with
  applications.

* Call xsetcursor to set win.cursor in main, by Steve Ward.
  Allowing to set the st snowman cursor extension dynamically.


Fixes and other changes
-----------------------

* Fix unicode glitch in DCS strings, by Tim Allen.
  The related sixel stub code is now removed also.

* Fix for incorrect (partial) written sequences when libc wcwidth() == -1
  and using st -o.

* Mouse selection fixes, by Jakub

* Make shift+wheel behaves as shift+Prev/Next, patch by k0ga
  This patch adds a new hack, making shift+wheel returning the
  same sequences than shift+Prev/Next, meaning that scroll or
  any other similar program will not be able to differentiate
  between them.

* Expose rin terminfo capability.
  Tianlin Qu discovered that st is missing rin (scroll back #1 lines).

* Replace exit(3) by _exit(2) in signal handler sigchld(), by Jan.
  This change prevents st to crash and dump core in some situations.

* FAQ: add details and a patch example for single-buffering (for the w3mimg
  hack).
2020-06-19 10:38:15 +00:00
pin
c5c7cb26de x11/qt5ct: update to 1.0
ChangeLog:
Version 1.0
* added Ia Ora color scheme (from Mandriva default style)
* disabled debug messages by default
* fixed Qt 5.15 palette
* fixed crash on certain applications under Qt 5.15
2020-06-17 18:35:36 +00:00
nia
2f0a61b257 qt5-qtwebkit: Remove invalid ARM linker args 2020-06-13 09:47:40 +00:00
adam
3b97b73dac py-qt5: updated to 5.15.0
PyQt v5.15.0 has been released. This is a major feature release that adds support for Qt v5.15.0. There are corresponding releases of the other PyQt-related packages.

Added support for Qt v5.15.0.
Added the QtQuick3D module.
Added a callStaticMethod() overload to QAndroidJniObject that takes a QJsonDocument as the method argument and returns another QJsonDocument.
Added the missing QMultimedia control classes.
pyuic5 now supports QUndoView.
2020-06-11 14:50:33 +00:00
adam
48277cc63c py-sip: updated to 4.9.23
SIP v4.19.23 has been released. This is a minor bug-fix release.
2020-06-11 14:49:15 +00:00
ryoon
7c58489455 c++-gtk-utils: Update to 2.2.19
Changelog:
Version 2.2.19 (27 January 2020)
--------------

        Use autoconf's TAP support for running tests (Makefile.am,
        configure-gtk2.ac, configure-gtk3.ac, configure-gtk4.ac;
        c++-gtk-utils/Makefile.am; docs/Makefile.am; tests/Makefile.am,
        tests/extension/Makefile.am, tests/extra/Makefile.am; removed -
        Makefile.decl; added - glib-tap.mk, tap-driver.sh, tap-test,
        m4/glibtests.m4)

        Cater for guile-3.0 declarative modules (acinclude.m4;
        extension.h).

        Suppress GStaticRecMutex deprecation warnings (acinclude.m4,
        configure-gtk2.ac, configure-gtk3.ac, configure-gtk4.ac;
        cgu_config.h.in, mutex.h).
2020-06-11 13:30:19 +00:00
mef
0717a4b7ff (x11/qwt6-qt5) Adhoc fix for build problem, with following QPainterPath error
qwt_painter_command.h:85:22: error: field 'clipPath' has incomplete type 'QPainterPath'

Patches are not confirmed that all are necessary. But at least packaged on NetBSD/amd64 9.0
2020-06-09 07:01:55 +00:00
markd
8e04379187 libkscreen: update to 5.18.5
changes unknown (latest plasma5 version)
2020-06-09 06:55:57 +00:00
markd
90e37017c3 plasma-framework: update to 5.70.1
fix a crash.
2020-06-09 06:49:17 +00:00
rillig
ad1855e590 x11/gtkmm3: restore ABI_DEPENDS as API_DEPENDS
wiz says: Packages are not supposed to set BUILDLINK_ABI_DEPENDS for
other packages, they should set BUILDLINK_API_DEPENDS (P instead of B).

After that change, all these entries actually have an effect since they
are greater than their corresponding default BUILDLINK_API_DEPENDS, and
pkglint no longer complains.
2020-06-07 18:09:13 +00:00
rillig
898c28a652 x11/gtkmm3: move gtk3 buildlink above the PKG_BUILD_OPTIONS
Before, "bmake show-all" showed that PLIST.x11 was commented out.  This
was misleading since during the actual package build, that variable is
active, and the corresponding files are included in the PLIST.

This inconsistency was due to the magic of MAKEVARS and the barrier.

When bmake is run, the build options of gtk3 are determined and added
to MAKEVARS.  At that point PLIST.x11 is still undefined.  That doesn't
matter since this variable is not evaluated yet.  Before the actual PLIST
generation happens, the value of PKG_BUILD_OPTIONS.gtk3 is stored in
work/.build_makevars.mk, which acts as a cache.

After that, the barrier steps in, and bmake calls an inner bmake to do
the actual work.  This inner bmake reads the package Makefile again, and
when bsd.prefs.mk is included, the makevars.mk cache is loaded as well.
This makes PKG_BUILD_OPTIONS.gtk3 known at load time, and at that point,
PLIST.x11 is evaluated as expected and becomes "yes".

Luckily, PLIST.x11 was not added to MAKEVARS.  Otherwise it would have
been evaluated too early, the early value would have been cached, and the
whole trick wouldn't have worked.
2020-06-07 17:14:23 +00:00
rillig
a8dfea377d x11/gtkmm3: remove redundant dependencies
pkglint says:

NOTE: Makefile:30: The requirement >=2.24.2 is already guaranteed by the >=2.24.3nb2 from ../../devel/atkmm/buildlink3.mk:11.
NOTE: Makefile:33: The requirement >=2.49.1 is already guaranteed by the >=2.62.0nb1 from ../../devel/glibmm/buildlink3.mk:9.
NOTE: Makefile:36: The requirement >=2.38.2 is already guaranteed by the >=2.42.0nb3 from ../../devel/pangomm/buildlink3.mk:9.
NOTE: Makefile:38: The requirement >=1.12.0 is already guaranteed by the >=1.12.2nb3 from ../../graphics/cairomm/buildlink3.mk:9.
NOTE: Makefile:40: The requirement >=2.35.5 is already guaranteed by the >=2.40.0nb1 from ../../graphics/gdk-pixbuf2/buildlink3.mk:9.
NOTE: Makefile:43: The requirement >=3.22.0 is already guaranteed by the >=3.24.14nb2 from ../../x11/gtk3/buildlink3.mk:9.
2020-06-07 17:01:32 +00:00
rillig
117525a71f x11/gnome-desktop3: fix pkglint warnings 2020-06-07 16:28:49 +00:00
markd
992a0e55a1 qqc2-desktop-style: update to 5.70.0
5.67
  Remove scrollbar related workarounds from list delegates
  [TabBar] Remove frame
  Add active, link, visited, negative, neutral and positive background colors
  use hasTransientTouchInput
  always round x and y
  support mobile mode scrollbar
  ScrollView: Do not overlay scrollbars over contents
5.68
  ScrollView: Use scrollbar height as bottom padding, not width
5.69
  [Dialog] Use `ShadowedRectangle`
  Fix sizing of CheckBox and RadioButton
  Use `ShadowedRectangle`
5.70
  Detect QQC2 version at build time with actual detection
  [ComboBox] Use transparent dimmer
2020-06-07 12:55:07 +00:00
markd
a7a16d47b5 plasma-framework: update to 5.70.0
5.67
  Fixed tooltip corners and removed useless color attributes
  Removed hardcoded colors in background SVGs
  Fix the size and pixel alignment of checkboxes and radiobuttons
  Update breeze theme shadows
  [Plasma Quick] Add WaylandIntegration class
  Same behavior for scrollbar as the desktop style
  Make use of KPluginMetaData where we can
  Add edit mode menu item to desktop widget context menu
  Consistency: colored selected buttons
  Port endl to \n Not necessary to flush as QTextStream uses QFile which flush
  when it's deleted
5.68
  Buttons: allow to scale up icons
  Try to apply the colorscheme of the current theme to QIcons
  Dialog: disconnect from QWindow signals in destructor
  Fix memory leak in ConfigView and Dialog
  fix layout size hints for button labels
  make sure the size hints are integer and even
  support icon.width/height
  Remove hardcoded colors
  Construct NullEngine with KPluginMetaData()
  Slightly reduce level 1 heading size
  Vertically center tooltip icon/image
  support display property for Buttons
  Don't warn for invalid plugin metata
  tooltips always have normal colorgroup
  [Tests]Make radiobutton3.qml use PC3
  Optimize code when dropping files into the desktop
5.69
  Added Page element
  [pc3/busyindicator] Hide when not running
  Update window-pin, Add more sizes, Remove redundant edit-delete
  Create a new TopArea element using widgets/toparea svg
  Added plasmoid heading svg
  Make highlighted property work for roundbutton
5.70
  [PlasmaCore.IconItem] Regression: fix crash on source change
  [PlasmaCore.IconItem] Refactor source handling for different types
  Make applet tooltip text spacing consistent
  [ExpandableListItem] make it touch-friendly
  [ExpandableListItem] Use more semantically correct expand and collapse icons
  Fix PC3 BusyIndicator binding loop
  [ExpandableListItem] Add new showDefaultActionButtonWhenBusy option
  Remove rounded borders to plasmoidHeading
  [ExpandableListItem] Add itemCollapsed signal and don't emit itemExpanded
when collapsed
  Add readmes clarifying state of plasma component versions
  [configview] Simplify code / workaround Qt5.15 crash
  Create ExpandableListItem
  Make animation durations consistent with Kirigami values
2020-06-07 12:54:11 +00:00
markd
5749fbc783 kxmlgui: update to 5.70.0
5.67
  Use KStandardAction convenience method for switchApplicationLanguage
  Allow programLogo property to be a QIcon, too
  Remove ability to report bugs against arbitrary stuff from a static list
  Remove compiler information from bug report dialog
  KMainWindow: fix autoSaveSettings to catch QDockWidgets being shown again
  i18n: Add more semantic context strings
  i18n: Split translations for strings "Translation"
5.70
  [KRichTextEditor] Add support for headings
  [KKeySequenceWidget] Work around Meta modifier behavior
2020-06-07 12:51:50 +00:00
markd
d0000a922c kwindowsystem: update to 5.70.0
5.67
  [KWindowShadows] Check for X connection
  Introduce shadows API
  Deprecate KWindowEffects::markAsDashboard()
5.69
  Fix EWMH non-compliance for NET::{OnScreenDisplay,CriticalNotification}
  KWindowSystem: deprecate KStartupInfoData::launchedBy, unused
  Expose application menu via KWindowInfo
5.70
  Print meaningful warning when there is no QGuiApplication
2020-06-07 12:50:55 +00:00
markd
f26c750bfa kwidgetsaddons: update to 5.70.0
5.67
  [KMessageWidget] Subtract the correct margin
  [KMessageBox] Only allow selecting text in the dialog box using the mouse
  [KMessageWidget] Use devicePixelRatioF for animation pixmap
5.68
  [KMessageWidget] Allow the style to change our palette
  [KMessageWidget] Draw it with QPainter instead of using stylesheet
  Slightly reduce level 1 heading size
5.69
  New class KFontChooserDialog (based on KFontDialog from KDELibs4Support)
  [KCharSelect] Do not simplify single characters in search
  It we readd items we need to clear it first. OTherwise we will see
  Update kcharselect-data to Unicode 13.0
5.70
  [KFontChooser] Remove NoFixedCheckBox DisplayFlag, redundant
  [KFontChooser] Add new DisplayFlag; modify how flags are used
  [KFontChooser] Make styleIdentifier() more precise by adding font styleName
  [KFontRequester] Port from QFontDialog to KFontChooserDialog
  [KMimeTypeChooser] Add the ability to filter the treeview with a QSFPM
  [KFontChooser] Make the code slightly more readable
  [KFontChooser] Add a checkbox to toggle showing only monospaced fonts
  Remove not necessary include
2020-06-07 12:50:03 +00:00
markd
052d532176 ktextwidgets: update to 5.70.0
5.67
  Drop KWindowSystem dependency
5.70
  [NestedListHelper] Fix indentation of selection, add tests
  [NestedListHelper] Improve indentation code
  [KRichTextEdit] Make sure headings don't mess with undo stack
  [KRichTextEdit] Fix scroll jumping around when horizontal rule is added
  [KRichTextWidget] Remove ancient workaround and fix regression
  [KRichTextWidget] Add support for headings
  [KRichTextEdit] Always treat key press as single modification in undo stack
  [findreplace] Handle searching for WholeWordsOnly in Regex mode
2020-06-07 12:48:26 +00:00
markd
067c84e083 kjobwidgets: update to 5.70.0
5.70
  Add KDialogJobUiDelegate(KJobUiDelegate::Flags) constructor
2020-06-07 12:46:41 +00:00
markd
1c62700657 kitemviews: update to 5.70.0
changes unknown
2020-06-07 12:45:26 +00:00
markd
ded0297f05 kirigami2: update to 5.70.0
5.67
  Clip the flickable parent item
  Remove header top margin from private ScrollView
  proper size hint for the gridlayout
  use attached property for isCurrentPage
  Get rid of a couple of warnings
  try to keep the cursor in window when typing in an OverlaySheet
  properly expand fillWidth items in mobile mode
  Add active, link, visited, negative, neutral and positive background colors
  Expose ActionToolBar's overflow button icon name
  Use QQC2 Page as base for Kirigami Page
  Specify where the code is coming from as the URL
  Don't anchor AbstractApplicationHeader blindly
  emit pooled after the properties have been reassigned
  add reused and pooled signals like TableView
5.68
  Show tooltip with full URL for URL button with overridden text
  Have pullback toolbars on scrollable pages also for footers
  Fix PrivateActionToolButton behaviour with showText vs IconOnly
  Fix ActionToolBar/PrivateActionToolButton in combination with QQC2 Action
  Move checked menu item always into range
  Watch for language change events, and forward those to the QML engine
  don't have overlaysheets under page header
  use fallback when icon failed to load
  Missing links to pagepool source files
  Icon: fix rendering of image: urls on High DPI
  Do not crash when icon's width or height is 0
  fix margins in OverlaySheet
  [examples/simplechatapp] Always set isMenu to true
  [RFC] Reduce size of Level 1 headings and increase left padding on page titles
  properly sync size hints with state machine
  Add support for static platformtheme plugins
  make headerParent correctly alignedwhen there is a scrollbar
  Fix tabbar width computation
  Add PagePoolAction to QRC file
  allow toolbar style on mobile
  Make the api docs reflect that Kirigami is not only a mobile toolkit
5.69
  Hotfix for D28468 to fix broken variable refs
  get rid of the incubator
  disable mousewheel completely in outside flickable
  Add property initializer support to PagePool
  Refactor of OverlaySheet
  Add ShadowedImage and ShadowedTexture items
  [controls/formlayout] Don't attempt to reset implicitWidth
  Add useful input method hints to password field by default
  [FormLayout] Set compression timer interval to 0
  [UrlButton] Disable when there is no URL
  simplify header resizing
  Remove export header from static install
  Fix about page with Qt 5.15
  Fix broken paths in kirigami.qrc.in
  Add "veryLongDuration" animation duration
  fix multi row notifications
  don't depend on window active for the timer
  Support multiple stacked Passive Notifications
  Fix enabling border for ShadowedRectangle on item creation
  check for window existence
  Add missing types to qrc
  Fix undefined check in global drawer menu mode
  Fallback to a simple rectangle when using software rendering
  Fix color premultiply and alpha blending
  [FormLayout] Propagate FormData.enabled also to label
  Add a ShadowedRectangle item
  alwaysVisibleActions property
  don't create instances when the app is quitting
  Don't emit palette changes if the palette didn't change
5.70
  Introduce Theme::smallFont
  Make BasicListItem more useful by giving it a subtitle property
  Less segfaulty PageRouterAttached
  PageRouter: find parents of items better
  Remove unused QtConcurrent from colorutils
  PlaceholderMessage: Remove Plasma units usage
  Allow PlaceholderMessage to be text-less
  vertically center sheets if theiy don't have a scrollbar
  Account for top and bottom margin in default card height
  Various fixes to new Cards
  Icon: improve icon rendering on multi-screen multi-dpi setups
  Fix error in PlaceholderMessage: actions are disabled, not hidden
  Introduce PlaceholderMessage component
  Hotfix: fix bad typing in FormLayout array functions
  Hotfix for SwipeListItem: use Array.prototype.*.call
  Hotfix: use Array.prototype.some.call in ContextDrawer
  Hotfix for D28666: use Array.prototype.*.call instead of invoking functions
on 'list' objects
  Add missing m_sourceChanged variable
  Use ShadowedRectangle for Card backgrounds
  Update the visiblity check for ActionToolbar by checking width with
less-"equal"
  Couple of 'trivial' fixes for broken code
  never close when the click is inside the sheet contents
  sheet must be under other popups
  Add PageRouter component
  Add ColorUtils
  Allow setting separate corner radii for ShadowedRectangle
  Remove the STATIC_LIBRARY option to fix static builds
2020-06-07 12:43:11 +00:00
markd
dd8465f910 kinit: update to 5.70.0
5.68
  Make kwrapper/kshell spawn klauncher5 if needed
2020-06-07 12:39:51 +00:00
markd
114de109c0 kguiaddons: update to 5.70.0
5.68
  [UrlHandler] Handle opening the online docs for KCM modules
  [KColorUtils] Change getHcy() hue range to [0.0, 1.0)
2020-06-07 12:39:01 +00:00
markd
c0d886f52b kglobalaccel: update to 5.70.0
changes unknown
2020-06-07 12:38:17 +00:00
markd
c85514a0bf kdesignerplugin: update to 5.70.0
changes unknown
2020-06-07 12:35:27 +00:00
markd
5e7dbe8a44 kdelibs4support: update to 5.70.0
changes unknown
2020-06-07 12:32:58 +00:00
markd
8853e6f1c5 kded: update to 5.70.0
5.68
  Add a --replace option to kded5
5.70
  Port KToolInvocation::kdeinitExecWait to QProcess
  Drop delayed second phase
2020-06-07 12:30:02 +00:00
markd
736f77b688 kconfigwidgets: update to 5.70.0
5.67
  KStandardAction: add method for SwitchApplicationLanguage action creation
  [KColorSchemeManager] Don't list duplicates
  [KColorschemeManager] Add option to reenable following global theme
5.68
  Change "Redisplay" to "Refresh"
2020-06-07 12:29:11 +00:00
markd
3a434881de kactivities5: update to 5.70.0
5.67
  Remove files that Windows cannot handle
  Ensure to store resource uri without a trailing slash
5.68
  Fix issue finding the Boost include directories
  Use exposed DBus methods to switch activities in CLI
2020-06-07 12:28:22 +00:00
markd
c6a3479435 kactivities-stats: update to 5.70.0
5.67
  Fix broken SQL query in allResourcesQuery
2020-06-07 12:27:44 +00:00
markd
26a082e204 frameworkintegration: update to 5.70.0
5.67
  Drop unused dependency QtDBus
5.68
  [KStyle] Set the color of KMessageWidgets to the correct one from the
  current color scheme
2020-06-07 12:26:56 +00:00
mef
acf390b810 (qt5-qtvirtualkeyboard) regen distinfo (again, sorry) 2020-06-05 16:15:47 +00:00
mef
9224df63bc (qt5-qtvirtualkeyboard) regen distinfo 2020-06-05 16:09:09 +00:00
jperkin
38fe454b9c *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00