Commit Graph

59 Commits

Author SHA1 Message Date
rsadowski
5fb3bfacb0 calligra tweaks and fixes
- Remove COMPILER (comes form qt5)
- Remove phonon4qt5 include tweak
- Regen Plist
- Regen WANTLIB
2022-12-27 09:56:17 +00:00
rsadowski
57489fa07e Disable plugins/calligrasheets/extensions/sheetssolver support
Looks like calligra depends on GSL 1.7 but devel/gsl is still 1.5.
Too many reported bulk errors in sheets/plugins/solver/sheetssolver_autogen.

Unhappy bulk build crew, unhappy rsadowski.
2022-03-28 20:06:46 +00:00
rsadowski
aafb1a2bc9 Set CMAKE_CXX_STANDARD to 17 instead 11
Missed in the previous C++17 commit. Spotted again by naddy in a bulk
2022-03-13 06:23:14 +00:00
naddy
b2cbb03f33 drop RCS Ids 2022-03-11 18:58:26 +00:00
rsadowski
98f7d6f766 Add missing bump and missing patches in the previous commit 2022-02-20 13:29:13 +00:00
rsadowski
589fcd1a25 Switch build from C++14 to C++17 (in some parts)
Add patches from upstream; stolen from FreeBSD/ArchLinux.
This should hopefully avoid the countless build errors.

Issues reported by naddy and tb. Thanks
2022-02-20 13:27:47 +00:00
namn
06ee60ec99 editors/calligra link imath and remove kcalendarcore and kcontacts
- Remove kcalendarcore and kcontacts from BUILD_DEPENDS and
  RUN_DEPENDS. A new port of KF5Akonadi is required in order to link
  against these.
- Add CONFIGURE_ARG to skip finding KF5Akonadi.
- Add math/imath to LIB_DEPENDS and Imath-3_1 to WANTLIB.
- Set OpenEXR_FOUND in CMakeLists.txt patch to help with linking against
  imath.

OK rsadowski@
2021-12-17 11:00:26 +00:00
rsadowski
c402330b0d Move dependencies from LDEP to RUN/BUILD, remove unneeded openexr,libwpd
spotted by sthen@
2021-12-13 18:21:35 +00:00
ajacoutot
c4499d38b1 Fix build with OpenEXR>=3; from Arch Linux. 2021-08-31 07:31:43 +00:00
rsadowski
4ddb274610 Add missing dependency on kinit
Spotted by aja, merci!
2021-04-25 04:14:11 +00:00
rsadowski
1a32d9bc77 Regen WANTLIB 2021-01-26 11:46:33 +00:00
rsadowski
5d7f1b9daf Rework multimedia/phonon multimedia/phonon-backend
- Merge multimedia/phonon-qt5 into multimedia/phonon and remove the
  phonon MODULE.
- Update all phonon ports to the latest version.
- Regen all consumer WANTLIB's and bump them.
2020-08-20 18:00:13 +00:00
rsadowski
85cb4a7711 Bugfix update calligra to 3.2.1 2020-05-18 19:11:30 +00:00
rsadowski
d868cf433a Update calligra to 3.2.0
Noteable calligra port changes:
- Replace phonon patches with pre-configure
- Remove poppler patches
- Reorder Makefile
- fix/improve depends
- fix libkookularGenerator_* libs
2020-05-14 19:42:36 +00:00
ajacoutot
104be7ea18 Fix WANTLIB after openexr update. 2020-05-14 12:35:30 +00:00
rsadowski
74a4934396 Update KDE Frameworks to 5.68.0 and KDE5 to 19.12
This commit includes 218 port updates and 16 tweak updates after KDE framework
changes. Most of this 16 changes caused by:

- KF5Auth split into KF5Auth and KF5AuthCore, which ends in a lot of new

  WANTLIBs
- Upstream changed some xdg paths from share/examples/***/xdg/ to
  share/qlogging-categories5/, which ends in a lot of PLIST chages.

List of notable changes:
- Bump all kf5 shared libs.
- Use ">=${MODKF5_VERSION}" in all kf5 ports that all kf5 use the
  latest version an update together. (Idea from Qt5).
- s/=+/=/ for LIB_*,RUN_* and BUILD_* in x11/kde-applications, hint by jca@.
- Update okteta to 0.26.3
- Update spectacle only to 19.04.3, latest version without hard wayland
  dependency.
- Remove python2 support in cantor, python3 only!
- devel/kf5/kfilemetadata: switch to python 3 (TDEP only), by kn@
- devel/kf5/ki18n: switch to python 3, by kn@
- devel/kf5/kservice: switch to python 3, by kn@
- devel/kf5/kconfigwidgets: remove python module usage, by kn@
- devel/kf5/ktextigwidgets: remove python module usage, by kn@

Tweaks and feedback from landry@, amd64 bulk build and error reports by naddy@
Thanks a lot!
2020-03-23 18:01:02 +00:00
rsadowski
39da989220 Fix build with upcoming Qt5 update 2020-02-25 18:08:07 +00:00
kili
742e3de954 Fix the build with poppler-0.83.0.
Thanks to sthen@ for the cmake hack appending -std=c++14.
2020-01-02 20:30:04 +00:00
kili
b162897361 Fix for poppler-0.82.0.
ok aja@
2019-11-12 22:05:36 +00:00
ajacoutot
1f0a793f79 Regen DEPENDS and WANTLIB after recent openexr update. 2019-11-10 15:32:55 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
kili
668474224d Explicitely empty flavor is no longer needed for print/poppler. 2019-06-19 19:45:59 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
cwen
6309a2bb3b qt5.port.mk: change COMPILER
Move it to "base-clang ports-gcc" and bump REVISION accordingly.
This unbreaks Qt5-related binaries runtime on macppc.

OK sthen@
2019-03-08 20:00:39 +00:00
kili
6beda81f99 Fix poppler-qt5 dependency (it's print/poppler,,-qt5, with *two* ,). 2019-02-17 20:39:35 +00:00
kili
45a17bec7e Unbreak build with newer poppler.
From George Koehler, thanks!
2019-02-17 20:38:20 +00:00
rsadowski
e366caf917 Update OpenBSD KDE5 universe.
- Update KDE Frameworks to 5.51.0
-- Change examples handling and use @sample for all of them. Idea by
   ajacoutot@. Discussed with ajacoutot@,sthen@,naddy@.

- Update our KDE Applications to 18.08.2.
-- Nothing special except okteta. They use there own version pattern
   now. I set EPOCH.

- Update all devel/kf5 consumers there are effected by the examples handling.
-- kdevelop
-- krusader
-- tellico
-- yakuake

Thanks to landry@ for feedback and hints
2018-10-22 20:30:41 +00:00
rsadowski
46074cc701 Use kdiagram in calligra
Bump and regen PLIST
2018-09-19 05:16:04 +00:00
espie
a3cc216348 @tag update-mime-database 2018-07-01 18:33:35 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
rsadowski
437fc7cc7c build dep on qca-qt5
Calligra pick up qca-qt5 if it is installed

Spotted by sthen@
2018-06-16 09:16:50 +00:00
rsadowski
6c5e18d857 Update calligra to 3.1.0
Changelog:
https://www.calligra.org/news/calligra-3-1-0-released/

ok landry@
2018-02-03 21:01:36 +00:00
espie
364d50eca7 every patch you make, every qt you break, I'll be bumping it 2017-07-30 16:53:54 +00:00
sthen
48dbc605b1 add COMPILER_LIBCXX to WANTLIB and bump 2017-07-27 09:55:44 +00:00
zhuk
696def8373 Switch Qt5-based Phonon to a separate port, with a separate version.
The phonon.port.mk stays where it is (at least until KDE4 dies).

This gives a chance for various KF5 things to build again.
2017-07-17 21:17:47 +00:00
zhuk
16519e074b Unbreak (hopefully) Calligra after recent QML files placement change.
I could not build calligra right now, but at least things won't go worse.

Missed this among other KF5 stuff.

Inpired by mail from aja@ via rsadowski@.
2017-07-13 11:58:14 +00:00
rsadowski
6942a67c7c unbreak calligra build
Use phonon-qt5 and not phonon(kde4) includes. Calligra is a pure KDE5
application.

spotted by naddy@ Thanks

ok jca@
2017-05-31 22:02:09 +00:00
rsadowski
0b80dc2dc7 Update Calligra to 3.0.1
From release notes:

"We have chosen to cut back on the number of applications. Krita has left us to
be independent and although it was emotional it was also done with complete
support from both sides. We are saying goodbye to Author, which never
differentiated itself from Words. We also removed Braindump the purpose of
which will be better fitted by a new application (nothing planned from our
side). Flow and Stage has gone in this release but we intend to bring them back
in the future. And Kexi has own release schedule but is still part of the
Calligra community."
-- https://www.calligra.org/news/calligra-3-0-released/

Many hints and tweaks from lendry@, sthen@ and jca@:

- Remove some kf5 libs from LIB_DEPENDS. They are only used
  as RUN_DEPENDS. spotted by  jca@

- Add devel/gettext as RUN_DEPENDS and libiconv as LIB_DEPENDS.

- Make the update process possible for editors/calligra-l10
-- idea from landry@ Thanks!

... and some more. Thanks!

ok landry@
2017-05-30 18:57:20 +00:00
espie
6329336552 fix for clang, short circuit bogus libpqxx header auto-detection 2017-05-28 16:20:08 +00:00
naddy
3fddca680e replace libiconv module 2016-09-12 20:58:39 +00:00
zhuk
e388551244 Update Calligra to 2.9.11. Release notes:
https://www.calligra.org/news/calligra-2-9-11-released/

From maintainer Rafael Sadowski, thanks!
2016-02-28 10:07:40 +00:00
zhuk
923268377a Compute amount of RAM correctly on OpenBSD.
From Rafael Sadowski (maintainer).
2016-01-17 14:55:58 +00:00
benoit
fcdd0c1c4d Update to calligra-2.9.10.
from Rafael Sadowski (maintainer)
2015-12-19 15:46:01 +00:00
benoit
7ac38c5816 Update to calligra-2.9.9.
from Rafael Sadowski (maintainer)
2015-11-11 09:34:23 +00:00
zhuk
c3dd9484bb Minor update to Calligra 2.9.7.
From Rafael Sadowski (maintainer), with additional tweaks from me.
2015-09-12 17:37:03 +00:00
zhuk
18944d7e3b Maintaince update to Calligra 2.9.6, from Rafael Sadowski (maintainer). 2015-08-12 09:56:12 +00:00
zhuk
9dbe981b5c Update to Calligra Suite 2.9.5, from MAINTER Rafael Sadowski. 2015-07-03 15:43:12 +00:00
ajacoutot
79589a1e82 Bump after the recent phonon MODULE change. 2015-06-26 09:18:39 +00:00
pascal
f0585aa4cf gcc4 bumps, reminded by aja@ 2015-05-28 10:17:22 +00:00