In this ebuild:
- The "high-level" build option patch is dropped due to
this is implemented in source code of this version;
The disabling "sketch" build part is moved "sed"
command call while patching "CMakeLists.txt" file.
- The "doc" USE-flag is dropped as "doxygen" target was
removed by upstream.
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
-Patch is disable building of 'gtkf-sketcher' - it isn't installed
and has now documentation.
- Add upstream 'NO_BUILD_HL' cmake option to disable build of
high-level interface to gtk-fortran that is used by plplot interface
(and gtkf-sketcher) and currently causes the TEXTREL QA warnings.
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
According to CHANGELOG.md the version of gtk-fortran is 19.04
instead of 3.24.8 (the last refers gtk+ version).
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Add "CAHNGELOG.md" to DOCS variable with explicit README* files.
The using of "append-flags -no-pie" doesn't resove completely the issue
with TEXTREL and prevent to use then package on hardened.
The flag-o-matic.eclass removed as well.
Fix quote the variables.
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
The gtk-fortran project aims to offer scientists programming in Fortran
a cross-platform library to build Graphical User Interfaces (GUI).
Gtk-fortran is a partial GTK / Fortran binding 100% written in Fortran,
thanks to the ISO_C_BINDING module for interoperability between C
and Fortran, which is a part of the Fortran 2003 standard.
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
and change package version to `0_pre20191217` as the project does
not have official release yet.
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>