tb
649a05f1ef
x11/alacritty: the wayland feature has a hidden dependency on xkbcommon.
...
Build only with the x11 feature enabled. Unbreaks the build if xkbcommon
is absent from the build box. Regen PLIST while there.
ok semarie
2021-11-15 20:00:49 +00:00
rsadowski
f78e43d0fd
Disabling wayland by removing cmake check (pkg_check_modules)
2021-11-15 19:40:17 +00:00
sthen
17cebf9858
update to xcolor-0.5.1, tweaked from a diff by maintainer (Laurie Tratt)
2021-11-15 18:05:56 +00:00
rsadowski
17f4d1f7ad
Disable wayland
...
OK ajacoutot@ (maintainer)
2021-11-15 13:03:37 +00:00
rsadowski
cef7124902
Add hidden dependency on qtserialport
2021-11-15 10:55:47 +00:00
rsadowski
96a4cd0565
Regen patch and update HOMEPAGE
2021-11-15 07:43:46 +00:00
rsadowski
88061a66b9
Update homepage
...
From Yifei Zhan
2021-11-15 05:13:39 +00:00
rsadowski
1d1b230e35
Update homepage
...
from Yifei Zhan
2021-11-15 05:11:57 +00:00
sthen
b72bbebe1d
update to tigervnc-1.11.0, with the new requirement for PAM neutered.
...
this is still an outdated version, but 1.12.0 has issues with the
embedded server in vmware.
while there, disable finding wayland (from rsadowski).
2021-11-14 22:45:25 +00:00
rsadowski
b541631d92
Disable wayland backend
...
OK ajacoutot@ (maintainer)
2021-11-14 18:33:24 +00:00
rsadowski
5d37a2879c
Add missing dependency on KWayland
2021-11-14 17:51:15 +00:00
rsadowski
e512dfe331
Add missing optional dependency on KWayland
2021-11-14 16:43:38 +00:00
ajacoutot
2ea9cdbae9
No need for home made rc_stop() function.
2021-11-14 10:12:37 +00:00
ajacoutot
b339efd5c3
Consistency in DISTFILE handling for gitlab GNOME.
2021-11-14 06:27:04 +00:00
ajacoutot
41ab791af0
Update to librsvg-2.52.4.
2021-11-13 10:36:22 +00:00
rsadowski
362bf3068f
Update spectacle to 21.08.3
...
After QtWayland/KWayland is available as a dependency we can update it.
2021-11-13 07:33:39 +00:00
sthen
7f14e92644
update to i3-4.20.1, plus sync a few things with the i3-mousedrag port
...
add patch based on rsadowski's for i3-gaps; https://github.com/i3/i3/pull/4420
was merged which adds an "include" config directive based on wordexp();
OpenBSD doesn't have this (and is not ever likely to) so adapt to using glob()
instead.
2021-11-12 16:06:07 +00:00
sthen
e985aef700
update i3-mousedrag to a newer checkout based on 4.20.1
...
add patch based on rsadowski's for i3-gaps; https://github.com/i3/i3/pull/4420
was merged which adds an "include" config directive based on wordexp();
OpenBSD doesn't have this (and is not ever likely to) so adapt to using glob()
instead.
2021-11-12 16:00:14 +00:00
ajacoutot
34a012e6a2
Add support for Xfixes now that we have a newer release (6.0).
2021-11-12 15:06:08 +00:00
rsadowski
a17e67a19d
+QtWayland
2021-11-12 13:40:49 +00:00
rsadowski
40bbb15389
Import qtwayland-5.15.2
...
Information for inst:qtwayland-5.15.2
Comment:
Qt5 module for Wayland support
Description:
QtWayland is a Qt 5 module that wraps the functionality of Wayland. QtWayland
is separated into a client and server side. The client side is the wayland
platform plugin, and provides a way to run Qt applications as Wayland clients.
The server side is the Qt Wayland Compositor API, and allows users to write
their own Wayland compositors.
Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>
WWW: https://www.qt.io/
OK semarie@
2021-11-12 13:38:30 +00:00
rsadowski
e9f0264595
Update i3-gaps to 4.20.1
...
OK sthen@
2021-11-12 09:28:46 +00:00
rsadowski
9e11165a3b
Missing bump after WANTLIB change
...
hint by naddy, thanks
2021-11-11 18:55:17 +00:00
rsadowski
8202d9bfca
Fix typo in WANDLIB
...
Spotted by naddy
2021-11-11 16:22:10 +00:00
rsadowski
01f8dc652f
Missing bump
2021-11-11 15:54:51 +00:00
rsadowski
2a505550d0
Add hidden build/run dependency on freerdp
...
The xfreerdp binary is needed for RDP support in KRDC (at runtime).
Spotted by naddy, thanks
2021-11-11 15:54:32 +00:00
rsadowski
1ea67ef872
Something goes wrong in the last commit, fix missing versio
2021-11-10 11:11:34 +00:00
rsadowski
3fee9235a3
Update KDE Plasma to 5.23.3, Bugfix
2021-11-10 08:14:43 +00:00
rsadowski
77761f4b9d
Update KDE Gear to 21.08.3
...
Full Log Page:
https://kde.org/announcements/changelogs/gear/21.08.3/
2021-11-10 06:37:39 +00:00
rsadowski
0ce758ed4f
Update tellico to 3.4.2
2021-11-09 10:48:02 +00:00
rsadowski
bc9926719f
Update KDE Plasma to 5.23.2
2021-11-09 08:25:52 +00:00
sthen
210181f0b6
bump for FFmpeg update, from Brad
2021-11-08 12:42:11 +00:00
ajacoutot
8c4a3bb959
Remove BDEP on devel/llvm now that our nm(1) has been fixed.
2021-11-08 10:07:37 +00:00
ajacoutot
597ffb2977
Fix comment.
2021-11-06 17:22:55 +00:00
ajacoutot
bafc5e0316
Update to librsvg-2.52.3.
...
Force the use of llvm-nm over our base nm(1) which seems to have a bug
triggering link failures.
Debugged by semarie@, thanks!
2021-11-06 13:41:35 +00:00
jasper
a222cb634b
update to gnome-calendar-41.1
2021-11-06 10:34:55 +00:00
rsadowski
331c886169
Add some missing dependencies and regen WANTLIB
...
Spotted by aja, thanks!
2021-11-06 09:10:34 +00:00
jasper
62b076d3c2
update to gnome-shell-41.1
2021-11-05 13:13:03 +00:00
jasper
05ed914796
update to mutter-41.1
2021-11-05 13:12:59 +00:00
sthen
3b64c389bd
sort
2021-11-02 21:18:38 +00:00
ajacoutot
9899cbcf42
Update to libadwaita-1.0.0alpha4.
2021-11-02 20:10:16 +00:00
ajacoutot
6b98f39c0d
Update to gnome-desktop-41.1.
2021-11-02 19:31:08 +00:00
ajacoutot
f3a31772b8
Update to gtk+4-4.4.1.
2021-11-02 12:39:30 +00:00
gnezdo
5660d61bd6
Upgrade x11/xmobar 0.38->0.39
...
OK kili@
2021-11-02 04:09:27 +00:00
sthen
f2feba854f
bump REVISION for switch from Python 3.8 -> 3.9
2021-11-02 00:23:45 +00:00
sthen
74e3cc3e92
bump REVISION for switch from Python 3.8 -> 3.9
2021-11-02 00:02:51 +00:00
sthen
14ae9c3121
rm .orig files from cvs
2021-11-01 17:40:42 +00:00
rsadowski
ad05c68de9
Add missing Qt5 cmake modules
...
OK sthen@
2021-11-01 14:02:10 +00:00
ajacoutot
4881cdc7b7
Missing LDEP on textproc/uchardet.
2021-11-01 09:06:46 +00:00
gnezdo
5ec208d3b4
Upgrade x11/xmonad 0.15->0.17.0
...
ok kili@
2021-11-01 03:17:15 +00:00