fb2reader: add to oberon07 build system #343

Merged
mxlgv merged 2 commits from hrigar/kolibrios:fb2reader-autobuild into main 2026-02-26 20:55:59 +00:00
Contributor

Summary

Part of #328
Added fb2reader to build system.

Changes

  • Add Tupfile.lua for fb2reader with support for extra flags
  • Fix tup not detecting oberon07 compiler output by adding touch workaround in use_ob07.lua
  • Rename Libimg.ob07 to LibImg.ob07 to fix "module not found" errors on case-sensitive systems (Linux)
  • Remove the old pre-built binary data/common/fb2read
### Summary Part of #328 Added fb2reader to build system. ### Changes - Add Tupfile.lua for fb2reader with support for extra flags - Fix tup not detecting oberon07 compiler output by adding touch workaround in use_ob07.lua - Rename Libimg.ob07 to LibImg.ob07 to fix "module not found" errors on case-sensitive systems (Linux) - Remove the old pre-built binary data/common/fb2read
hrigar added 1 commit 2026-02-23 14:50:25 +00:00
fb2reader: add to oberon07 build system
Some checks failed
Build system / Check kernel codestyle (pull_request) Has been cancelled
Build system / Build (pull_request) Has been cancelled
4f81e78b9c
Signed-off-by: hrigar <h4gar02@protonmail.com>
mxlgv requested changes 2026-02-23 21:27:14 +00:00
Dismissed
mxlgv left a comment
Owner

@hrigar Thanks for your contribution to the project, however the solution using "touch" is a workaround. I won't accept this.

[@hrigar](https://git.kolibrios.org/hrigar) Thanks for your contribution to the project, however the solution using "touch" is a workaround. I won't accept this.
mxlgv added the Category/General
Kind
Build
Priority
Low
PR
Request changes
labels 2026-02-23 22:17:32 +00:00
hrigar force-pushed fb2reader-autobuild from 4f81e78b9c to 6ccc7e27fe 2026-02-24 16:44:13 +00:00 Compare
hrigar added 1 commit 2026-02-24 17:28:56 +00:00
Remove touch workaround
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 1m40s
Build system / Build (pull_request) Successful in 9m21s
5dabb529d9
Signed-off-by: hrigar <h4gar02@protonmail.com>
Author
Contributor

@mxlgv removed the touch workaround, as it appears to be an environment-specific issue on my side. It works fine without it on native Linux. Is this okay?

@mxlgv removed the touch workaround, as it appears to be an environment-specific issue on my side. It works fine without it on native Linux. Is this okay?
Owner

@hrigar Okay do it

@hrigar Okay do it
mxlgv approved these changes 2026-02-25 17:50:16 +00:00
mxlgv requested review from Burer 2026-02-25 17:50:30 +00:00
mxlgv requested review from Doczom 2026-02-25 17:50:30 +00:00
mxlgv requested review from dunkaist 2026-02-25 17:50:31 +00:00
Doczom approved these changes 2026-02-26 16:25:38 +00:00
mxlgv force-pushed fb2reader-autobuild from 5dabb529d9 to 21abcd2635 2026-02-26 17:14:23 +00:00 Compare
mxlgv added
PR
Ready to merge
and removed
PR
Request changes
labels 2026-02-26 17:14:41 +00:00
mxlgv force-pushed fb2reader-autobuild from 21abcd2635 to 658320075a 2026-02-26 17:47:53 +00:00 Compare
mxlgv merged commit cc1034d849 into main 2026-02-26 20:55:59 +00:00
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#343