Changes between Initial Version and Version 1 of Ticket #70024, comment 3


Ignore:
Timestamp:
May 19, 2024, 3:38:58 PM (4 months ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70024, comment 3

    initial v1  
    33It's not a difficult port to implement: https://github.com/RJVB/macstrop/blob/bf9aa65160e3dfef4d83133b657a4c1ef7659555/kf5/KF5-Frameworks/Portfile#L470
    44
    5 (but there's a bunch of hidden code there of course). There's only a patch to prevent headerfile/directory aliasing on case-insensitive filesystems.
     5There's a bunch of hidden code there of course, defining at least the following for my current version:
     6{{{
     7version 5.60.0
     8master_sites http://download.kde.org/Attic/frameworks/5.60
     9distname attica
     10use_xz yes
     11}}}
     12
     13There's only a patch to prevent headerfile/directory aliasing on case-insensitive filesystems.
    614
    715Qt4 being broken on arm64 may not be unfixable: Apple aren't the first to use that architecture in "real" computers and DebUntu have been providing Qt4 packages for it: https://launchpad.net/ubuntu/+source/qt4-x11/4:4.8.7+dfsg-7ubuntu1 . Maybe you'll find your fix in their patches.