Commit graph

12802 commits

Author SHA1 Message Date
Jan Beich
7f94c669fe x11/foot: update to 1.10.0
Changes:	https://codeberg.org/dnkl/foot/releases/tag/1.10.0
Reported by:	upstream (via mail)
2021-11-14 20:02:40 +00:00
Tobias C. Berner
439cbdac1f KDE: Update KDE Frameworks to 5.88.0
Saturday, 13 November 2021

KDE today announces the release of KDE Frameworks 5.88.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Full changelog:
	https://kde.org/announcements/frameworks/5/5.88.0/

Exp-run by:	antoine
PR:		259817
2021-11-14 17:38:45 +01:00
Quentin Baker
46a820e99a x11/xfce4-docklike-plugin: Update to 0.4.0
While here remove extra slash from GL_SITE.

Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin/-/blob/master/NEWS

PR:		259826
Approved by:	Quentin Baker <bsd@quentb.com> (maintainer)
2021-11-14 14:55:36 +01:00
Jan Beich
d98fae4912 x11/fuzzel: update to 1.6.5
Changes:	https://codeberg.org/dnkl/fuzzel/releases/tag/1.6.5
Reported by:	upstream (via mail)
2021-11-13 17:19:05 +00:00
Guido Falsi
ef93886b44 x11/xfce4-whiskermenu-plugin: Update to 2.6.2 2021-11-13 17:55:44 +01:00
Jan Beich
09e0e417a7 x11/swaync: update to s20211110
Changes:	9aae9c9...56e41f2
2021-11-13 00:30:08 +00:00
Jan Beich
44ac26649b x11/wallutils: update to 5.10.0
Changes:	https://github.com/xyproto/wallutils/compare/5.9.0...5.10.0
Reported by:	Repology
2021-11-12 18:16:58 +00:00
Baptiste Daroussin
50360201a5 x11/i3status: update to 2.14 2021-11-12 11:08:49 +01:00
Jan Beich
fffdb27653 x11/swayr: update to 0.9.1
Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.9.1
Reported by:	/r/swaywm
2021-11-11 16:37:05 +00:00
Alexey Dokuchaev
7ea3cf7f31 x11/nvidia-{settings,xconfig}: update both ports to version 470.86.
PR:	259764
2021-11-11 03:51:42 +00:00
Alexey Dokuchaev
8afbe1796e x11/{linux-nvidia-libs,nvidia-driver}: update the ports to version 470.86.
PR:	259762, 259763
2021-11-11 03:09:58 +00:00
Jan Beich
f9507e5bce x11/nwg-launchers: unbreak build with Clang 13
In file included from ../bar/bar.cc:12:
../common/nwg_classes.h:200:33: error: no viable constructor or deduction guide for deduction of template arguments of 'array'
    static constexpr std::array MAGIC { 'i', '3', '-', 'i', 'p', 'c' };
                                ^
/usr/include/c++/v1/__tuple:219:64: note: candidate function template not viable: requires 1 argument, but 6 were provided
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array;
                                                               ^
/usr/include/c++/v1/__tuple:219:64: note: candidate function template not viable: requires 0 arguments, but 6 were provided
In file included from ../bar/bar.cc:12:
../common/nwg_classes.h:203:52: error: invalid operands to binary expression ('const auto' and 'unsigned long')
    static constexpr auto HEADER_SIZE = MAGIC_SIZE + 2 * sizeof(std::uint32_t);
                                        ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
../common/nwg_classes.h:325:25: error: implicit instantiation of undefined template 'std::array<bool, 4>'
    std::array<bool, 4> edges{ 0, 0, 0, 0 };
                        ^
/usr/include/c++/v1/__tuple:219:64: note: template is declared here
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array;
                                                               ^
In file included from ../bar/bar.cc:12:
../common/nwg_classes.h:326:25: error: implicit instantiation of undefined template 'std::array<int, 4>'
    std::array<int,  4> margins{ 0, 0, 0, 0 };
                        ^
/usr/include/c++/v1/__tuple:219:64: note: template is declared here
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array;
                                                               ^
In file included from ../bar/bar.cc:12:
../common/nwg_classes.h:342:16: error: no viable constructor or deduction guide for deduction of template arguments of 'array'
    std::array edges_ {
               ^
/usr/include/c++/v1/__tuple:219:64: note: candidate function template not viable: requires 1 argument, but 4 were provided
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array;
                                                               ^
/usr/include/c++/v1/__tuple:219:64: note: candidate function template not viable: requires 0 arguments, but 4 were provided
../bar/bar.cc:106:9: error: cannot initialize object parameter of type 'CommonWindow' with an expression of type 'BarWindow'
        window.set_background_color(background_color);
        ^~~~~~
../bar/bar.cc:133:9: error: cannot initialize object parameter of type 'Gtk::Container' with an expression of type 'BarWindow'
        window.show_all_children();
        ^~~~~~
../bar/bar.cc:134:16: error: no matching member function for call to 'show'
        window.show(hint::Fullscreen);
        ~~~~~~~^~~~
../common/nwg_classes.h:364:22: note: candidate function template not viable: no known conversion from 'BarWindow' to 'PlatformWindow' for object argument
void PlatformWindow::show(Hint h) {
                     ^
../bar/bar.cc:141:21: error: no matching member function for call to 'run'
        return app->run(window);
               ~~~~~^~~
/usr/local/include/gtkmm-3.0/gtkmm/application.h:480:7: note: candidate function not viable: no known conversion from 'BarWindow' to 'Gtk::Window &' for 1st argument
  int run(Window& window);
      ^
/usr/local/include/gtkmm-3.0/gtkmm/application.h:496:7: note: candidate function not viable: requires 0 arguments, but 1 was provided
  int run();
      ^
/usr/local/include/gtkmm-3.0/gtkmm/application.h:438:7: note: candidate function not viable: requires 2 arguments, but 1 was provided
  int run(int argc, char** argv);
      ^
/usr/local/include/gtkmm-3.0/gtkmm/application.h:459:7: note: candidate function not viable: requires 3 arguments, but 1 was provided
  int run(Window& window, int argc, char** argv);
      ^

Reported by:	antoine (via bug 258209 exp-run)
2021-11-10 19:06:02 +00:00
Jesper Schmitz Mouridsen
592b6793d8 x11/screengrab: Update to 2.3.0 2021-11-10 19:25:33 +01:00
Jesper Schmitz Mouridsen
ce215014c4 x11/lxqt-runner: Update to 1.0.0 2021-11-10 19:25:32 +01:00
Jesper Schmitz Mouridsen
456856b528 x11/qterminal: Update to 1.0.0 2021-11-10 19:25:31 +01:00
Jesper Schmitz Mouridsen
1011a04cdf x11/lxqt-globalkeys: Update to 1.0.0 2021-11-10 19:25:30 +01:00
Jesper Schmitz Mouridsen
0c8b643da9 x11/lxqt-about: Update to 1.0.0 2021-11-10 19:25:29 +01:00
Jesper Schmitz Mouridsen
bda040dad2 x11/libfm-qt: Update to 1.0.0
Take maintainership
2021-11-10 19:25:27 +01:00
Tobias C. Berner
47122d51c5 KDE: Update to KDE Plasma 5.23.3, Bugfix Release for November
Tuesday, 9 November 2021. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.23.3.

Plasma 5.23 was released in October 2021 with many feature refinements
and new modules to complete the desktop experience.

This release adds two weeks' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

  *  Keyboardlayout: Fix missing Esperanto flag icon in the menu.
  *  Plasma Networkmanager: OpenVPN: fix logic in auth dialog.
  *  On FreeBSD do not try to execute powerdevil.backlighthelper.syspath action.

Changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.23.2-5.23.3/
2021-11-10 18:51:34 +01:00
Jan Beich
3c31f499a8 x11/showmethekey: unbreak build after 5d998836b3
In file included from ../showmethekey-cli/main.c:16:
/usr/local/include/libevdev-1.0/libevdev/libevdev.h:30:10: fatal error: 'linux/input.h' file not found
         ^~~~~~~~~~~~~~~

Pointy hat to:	manu
2021-11-10 10:58:09 +00:00
Daniel Engberg
74e473a31a x11/libXi: Update to 1.8
There's no changelog by upstream, commit log:
https://gitlab.freedesktop.org/xorg/lib/libxi/-/commits/master

Approved by:	arrowd (mentor), zeising (member of x11@)
Differential Revision:	https://reviews.freebsd.org/D32765
2021-11-10 09:09:49 +01:00
Daniel Engberg
a247548641 x11/xkeyboard-config: Update to 2.3.4
There's no changelog by upstream, commit log:
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/commits/master/

Approved by:	arrowd (mentor), zeising (member of x11@)
Differential Revision:	https://reviews.freebsd.org/D32764
2021-11-10 09:09:40 +01:00
Daniel Engberg
7d957495bf x11/xkbcomp: Update to 1.4.5
There's no changelog by upstream, commit log:
https://gitlab.freedesktop.org/xorg/app/xkbcomp/-/commits/master

Approved by:	arrowd (mentor), zeising (member of x11@)
Differential Revision:	https://reviews.freebsd.org/D32763
2021-11-10 09:09:34 +01:00
Daniel Engberg
d8d184c16e x11/libXfixes: Update to 6.0.0
There's no changelog by upstream, commit log:
https://gitlab.freedesktop.org/xorg/lib/libxfixes/-/commits/master

Approved by:	arrowd (mentor), zeising (member of x11@)
Differential Revision:	https://reviews.freebsd.org/D32762
2021-11-10 09:09:29 +01:00
Daniel Engberg
bea752c6b2 x11/xorgproto: Update to 2021.5
There's no changelog by upstream, commit log:
https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/commits/master

Exp-run by:	antoine
PR:		259600
Approved by:	arrowd (mentor), zeising (member of x11@)
Differential Revision:	https://reviews.freebsd.org/D32766
2021-11-10 09:09:24 +01:00
Dries Michiels
4027ae5056 x11/sddm: Install PAM configs using @sample.
PR:		259435
2021-11-10 09:05:07 +03:00
Soeren Straarup
cca8f79e4c x11/wmdrawer: Become maintainer 2021-11-09 13:15:28 -06:00
Dima Panov
79020eb566 x11/xsnow: update to 3.3.2 release 2021-11-09 05:15:15 +10:00
Gleb Popov
e886c38c6e Bump PORTREVISION of graphics/poppler consumers.
PR:		259656
2021-11-08 18:16:57 +03:00
Jan Beich
080c15f53e x11/swayr: update to 0.9.0
Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.9.0
Reported by:	/r/swaywm
2021-11-08 13:01:07 +00:00
Jan Beich
4bdff1539b x11/xfce4-appmenu-plugin: drop duplicate localization
po/meson.build:1:5: ERROR: Tried to create target "vala-panel-appmenu-nb.mo", but a target of that name already exists.

https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/commit/442bcebcc00e

PR:		259080
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/487d45c1e5bf
2021-11-07 20:34:10 +00:00
Jan Beich
03e8c682e4 x11/mate-applet-appmenu: drop duplicate localization
po/meson.build:1:5: ERROR: Tried to create target "vala-panel-appmenu-nb.mo", but a target of that name already exists.

https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/commit/442bcebcc00e

PR:		259080
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/487d45c1e5bf
2021-11-07 20:34:10 +00:00
Jan Beich
9764d128c2 x11/disman: correct hwdata location (to expand vendor name)
Neither this port nor any other port seems to depend on hwdata directly.
2021-11-07 16:57:48 +00:00
Daniel Engberg
00f2a7aec7 devel/jsoncpp: Update to 1.9.4 -> 1.9.5
PR:		259654
2021-11-05 12:09:19 -07:00
Neel Chauhan
42f4eeef61 x11/gnome-terminal: Update to 3.42.1 2021-11-05 12:06:23 -07:00
Neel Chauhan
a3450a7089 x11/gnome-shell: Update to 41.1 2021-11-05 12:06:23 -07:00
Neel Chauhan
125f663a09 x11/gnome-desktop: Update to 41.1 2021-11-05 12:06:23 -07:00
Jan Beich
2d40add0ab x11/xdg-desktop-portal-wlr: update to 0.5.0
Changes:	https://github.com/emersion/xdg-desktop-portal-wlr/releases/tag/v0.5.0
Reported by:	GitHub (watch releases)
2021-11-05 16:06:08 +00:00
Tobias C. Berner
6216f2e481 x11/plasma-wayland-protocols: update to 1.5.0
- this update will be required by krfb 21.12 next month.
2021-11-05 15:35:45 +01:00
Jan Beich
6dd08776b7 x11/kdisplay: add new port
KDisplay is a small display management app. It provides a simple and
straightforward UI for managing an arbitrary number of displays.

Features:
* Displays can be repositioned with drag-and-drop.
* An optimal resolution and refresh rate are automatically selected.
  Manual override is possible.
* Displays can be seemlessly "replicated".
* The settings of a display is by default remembered globally
  but can be overridden for specific combinations of displays.
* Provides additional integration for the KDE Plasma Workspace through
  a plasmoid and an OSD activated by hardware key for quick
  configuration changes.

https://gitlab.com/kwinft/kdisplay
2021-11-04 23:16:52 +00:00
Jan Beich
b468e890e5 x11/disman: add new port
Disman is a display management service and library.

The service can communicate with the X11 windowing system and a
multitude of Wayland compositors. The library provides convenient
objects and methods for writing frontend GUI applications that
interact with the service.

Additionally the command line utility "dismanctl" is provided to query
and modify display settings directly from the command line.

https://gitlab.com/kwinft/disman
2021-11-04 23:16:51 +00:00
Tobias C. Berner
3a242d3e7c KDE: Update KDE Gear to 21.08.3
Thursday, 4 November 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Changelog:
	https://kde.org/announcements/changelogs/gear/21.08.3/
2021-11-04 20:11:34 +01:00
Jan Beich
f5989bb293 x11/gnome-shell: drop unused Meson options after 8a016444ba
meson.build:1:0: ERROR: Unknown options: "python"

Was never supported upstream.

PR:		259080
Regressed by:	https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
2021-11-03 15:18:49 +00:00
Jan Beich
6978d7653c x11/appmenu-registrar: drop duplicate localization
po/meson.build:1:5: ERROR: Tried to create target "vala-panel-appmenu-nb.mo", but a target of that name already exists.

https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/commit/442bcebcc00e

PR:		259080
Reported by:	antoine (via exp-run)
2021-11-03 09:36:28 +00:00
Alexey Dokuchaev
2f121355b0 x11/nvidia-driver: add support for the new feature branch 495.xx
The `libnvidia-egl-gbm' library is not yet on the SUBDIR list in the
`lib/Makefile', so record newly added pkg-plist entries as commented
out for the moment.

PR:		259496 (part 2)
Submitted by:	jkim
2021-11-02 09:58:25 +00:00
Jan Beich
86b3ce17be x11/showmethekey: update to 1.5.0
Changes:	https://github.com/AlynxZhou/showmethekey/releases/tag/v1.5.0
Reported by:	GitHub (watch releases)
2021-11-01 07:42:33 +00:00
Alexey Dokuchaev
ebe5bea35b x11/nvidia-{settings,xconfig}: update both ports to version 470.82.00.
PR:		259498
Submitted by:	jkim
2021-10-31 12:48:51 +00:00
Alexey Dokuchaev
67ab1fdf23 x11/linux-nvidia-libs: update NVidia Linux libraries to version 470.82.00
PR:		259497 (part 1)
Submitted by:	jkim
2021-10-31 11:55:08 +00:00
Alexey Dokuchaev
ae576a3b28 x11/nvidia-driver: update NVidia mainline driver to version 470.82.00
PR:		259496 (part 1)
Submitted by:	jkim
2021-10-31 11:54:44 +00:00
Jan Beich
ff18a02e7d x11/swayr: update to 0.8.0
Changes:	https://git.sr.ht/~tsdh/swayr/log/v0.8.0
Reported by:	/r/swaywm
2021-10-30 06:20:51 +00:00