23112 Commits

Author SHA1 Message Date
ajacoutot
7d10748158 Remove gnome-latex; it's been abandonned upstream. 2021-05-13 08:10:16 +00:00
jasper
6aa00077d3 update to libgweather-40.0 2021-05-13 07:52:19 +00:00
jasper
e2bd711c6c update to gnome-online-accounts-3.40.0 2021-05-13 07:51:51 +00:00
jasper
670f652090 update to gjs-1.68.1 2021-05-13 07:51:16 +00:00
jasper
cbd41a49b8 unbreak after vala update 2021-05-13 07:50:19 +00:00
ajacoutot
646f67407f Unbreak with upcoming vala update. 2021-05-13 07:41:37 +00:00
cwen
38b0940493 qtwebkit: unbreak with clang 11 on powerpc
Disable some code assuming that 8 byte __sync_* operators are not
available on that arch and as such trying to redefine builtin functions.

OK jca@, gkoehler@ and rsadowski@ (maintainer)
2021-05-11 15:33:59 +00:00
rsadowski
168a973418 Unbreak kde-dev-scripts (draw_lib_dependencies)
Feedback and OK jca@
2021-05-11 13:20:14 +00:00
kmos
989413843b xkbcommon won't build with base-gcc, switch COMPILER line
appropriately. Fixes build on sparc64

ok jasper@ (maintainer)
2021-05-10 19:32:49 +00:00
tb
782111a164 x11/qt4: fix upcoming build breakage
SSL_CIPHER and SSL_CTX will become opaque in libssl. Add the two accessors
SSL_CTX_get_cert_store() and SSL_CIPHER_get_bits() to the qsslsocket
symbol wrangling and use them inside the code similar to what was done
in wkhtmltopdf. This adds two symbols to QtNetwork, so bump its minor and
those of the two remaining dependent libraries.

no response from maintainer
2021-05-10 15:02:29 +00:00
ajacoutot
57b1f9c3f1 Fix python3 shebang.
reported by naddy@
2021-05-09 22:17:39 +00:00
ajacoutot
d78cd41d6a Fix build with GLib >=2.68 (first batch). 2021-05-09 08:55:41 +00:00
ajacoutot
f7ec3f9da3 Update to gnome-devel-docs-40.0. 2021-05-09 08:54:10 +00:00
ajacoutot
1de38b3f8c Update to devhelp-40.0. 2021-05-09 08:53:55 +00:00
ajacoutot
82972b5be2 Update to orca-40.0. 2021-05-09 08:53:43 +00:00
ajacoutot
639382c622 Update to gnome-backgrounds-40.1. 2021-05-09 08:53:29 +00:00
ajacoutot
5bd9cddd5c Update to yelp-40.0. 2021-05-09 08:53:17 +00:00
ajacoutot
b51e3a1a6f Update to gnome-user-docs-40.1. 2021-05-09 08:53:04 +00:00
ajacoutot
9f2cbeb5e4 Update to gnome-keyring-40.0. 2021-05-09 08:52:38 +00:00
ajacoutot
8ad5385614 Update to gcr-3.40.0. 2021-05-09 08:52:22 +00:00
ajacoutot
578c5d4958 Update to adwaita-icon-theme-40.1.1. 2021-05-09 08:52:12 +00:00
ajacoutot
ec370cfa3d Update to yelp-tools-40.0. 2021-05-09 08:51:21 +00:00
ajacoutot
e9ac155cdb Update to yelp-xsl-40.0. 2021-05-09 08:51:10 +00:00
ajacoutot
3a050f6628 Update to at-spi2-core-2.40.1. 2021-05-09 08:50:57 +00:00
sthen
d8203ac1b0 qtwebkit: backport patch to unbreak with newer Bison
From d92b11fea65364fefa700249bd3340e0cd4c5b31 Mon Sep 17 00:00:00 2001
From: Dmitry Shachnev <mitya57@gmail.com>
Date: Tue, 4 Aug 2020 21:04:06 +0300
Subject: [PATCH] Let Bison generate the header directly, to fix build with Bison 3.7
2021-05-08 14:58:43 +00:00
sthen
c46380e020 set FIX_EXTRACT_PERMISSIONS 2021-05-08 12:43:06 +00:00
ajacoutot
3ce47b0f03 Cope with new release versioning.
That's a hack, we need to thing about something better for PORTROACH.
2021-05-08 10:10:30 +00:00
landry
d084d8595c x11/xfce4/thunar: update to 4.16.8
See https://mail.xfce.org/pipermail/xfce-announce/2021-May/001038.html
2021-05-08 06:44:55 +00:00
rsadowski
f029ecf86c Add missing run- and build-dependency on kirigami2
Spotted by sthen@, thanks
2021-05-08 06:28:06 +00:00
rsadowski
6a12a05951 cleanup 2021-05-07 07:17:16 +00:00
rsadowski
a8f981db3c Remove subpackage -main artifacts
This fault is inherited from qt5.port.mk. Found by naddy the hard way
2021-05-07 07:15:15 +00:00
landry
1a67475951 x11/xfce4/thunar: update to 4.16.7
see https://mail.xfce.org/pipermail/xfce-announce/2021-May/001036.html
2021-05-07 06:53:36 +00:00
landry
a557aa9d2f x11/xfce4/xfce4-panel: update to 4.16.3
see https://mail.xfce.org/pipermail/xfce-announce/2021-May/001034.html
2021-05-07 06:52:57 +00:00
rsadowski
b8282f05c7 Fix MODQT6_BUILD_DEPENDS: s,qt5,qt6, 2021-05-06 16:07:28 +00:00
ajacoutot
a764b05eb9 Unbreak with new meson(1). 2021-05-06 11:41:29 +00:00
ajacoutot
631febb304 Update to gucharmap-13.0.7 and unbreak with new meson. 2021-05-06 10:42:28 +00:00
rsadowski
18a07dfec5 Bug-fix update Qt6 to 6.0.4
This update address a missing dependency on vulkan for qttools,
spotted by tb@.
2021-05-06 08:36:14 +00:00
ajacoutot
761897769f Update to gnome-desktop-3.38.6. 2021-05-05 20:31:59 +00:00
landry
5ca408a884 x11/xfce4/xfce4-clipman: update to 1.6.2 2021-05-05 10:39:15 +00:00
rsadowski
b61bc6f391 Update KDE Plasma to 5.21.5 2021-05-04 17:34:57 +00:00
ajacoutot
2eb739fcbc Update to gtk+4-4.2.1. 2021-05-04 08:40:17 +00:00
rsadowski
2e0323e41d qt6++ 2021-05-03 16:41:36 +00:00
rsadowski
9cfeff62ff Import Qt 6.0.2
The following modules are currently available:

 - qttranslations
 - qttools
 - qtsvg
 - qtshadertools
 - qtquicktimeline
 - qtquickcontrols2
 - qtquick3d
 - qtdeclarative
 - qtbase
 - qt5compat

 - qtwayland (not ported, depends on wayland)
 - qtdoc (not ported, is not worth the effort)

Further modules will follow in later Qt versions. Some patches come form
x11/qt5. With tb@'s help, I married QtBase with LibreSSL again. We are now on
our own again as Gentoo no longer follows this path. From the port perspective,
I have decided on the following points:

- Prefix all Qt6 ports with qt6-*.
- Rename all imported qt tools with the -qt6 suffix like we do with qt5.
  This makes it easier to use several versions at the same time.
- x11/qt6 is based on x11/qt5. I have tried to make many things simpler
  and cleaner.
- Qt6 switched to cmake as build system and needs help with *FLAGS.

OK landry, Merci!
2021-05-03 16:38:26 +00:00
rsadowski
56efa2d764 Hook elisa 2021-05-03 15:35:13 +00:00
rsadowski
e21011685f Import elisa-21.04.0, OK landry@
Comment:
audio player with QML and KDE Plasma integration

Description:
Elisa is a music player developed by the KDE community that strives to be
simple and nice to use.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>

WWW: https://elisa.kde.org/
2021-05-03 15:34:12 +00:00
ajacoutot
46647c7f13 Update to gnome-control-center-3.38.6. 2021-05-03 12:13:53 +00:00
jasper
48d87efb57 update to eog-3.38.3 2021-05-03 11:12:44 +00:00
jasper
0b792327fc update to libxkbcommon-1.3.0 2021-05-02 13:09:11 +00:00
ajacoutot
13e6494355 Update to gnome-autoar-0.3.2. 2021-05-01 06:24:13 +00:00
ajacoutot
071719fa08 Update to librsvg-2.50.5. 2021-05-01 06:20:37 +00:00