Page MenuHomeFreeBSD

Flavorize x11-themes/adwaita-qt4 and x11-themes/adwaita-qt5 (via x11-themes/adwaita-common).
ClosedPublic

Authored by tcberner on Apr 29 2018, 7:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 2, 9:27 PM
Unknown Object (File)
Jun 16 2025, 1:58 AM
Unknown Object (File)
Jun 12 2025, 11:47 PM
Unknown Object (File)
Jun 11 2025, 2:11 PM
Unknown Object (File)
Jun 11 2025, 12:00 AM
Unknown Object (File)
May 30 2025, 7:34 PM
Unknown Object (File)
May 27 2025, 5:37 PM
Unknown Object (File)
May 24 2025, 11:45 AM
Subscribers
None

Details

Summary

Move the three ports into one

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Drop now unnecessary GH_PROJECT, and siwtch GH_PROJECT to the proper one:

https://github.com/FedoraQt/adwaita-qt
MOVED
10279–10281 ↗(On Diff #43888)

MOVED supports flavors, so you may want to add @qt4/@qt5 where appropriate.

x11-themes/adwaita-qt/Makefile
7 ↗(On Diff #43888)

We prefer that the helpers be used instead of defining PKGNAMESUFFIX in such a manner. Something like:

qt4_PKGNAMESUFFIX= 4
qt5_PKGNAMESUFFIX= 5

in the flavors block of the Makefile.

  • Fixup MOVED
  • set PKGNAMESUFFIX via the helper
This revision was not accepted when it landed; it landed in state Needs Review.Jun 19 2018, 2:07 PM
This revision was automatically updated to reflect the committed changes.