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)
Fri, Apr 19, 3:16 PM
Unknown Object (File)
Thu, Apr 18, 9:57 AM
Unknown Object (File)
Mar 22 2024, 6:16 PM
Unknown Object (File)
Mar 22 2024, 2:24 PM
Unknown Object (File)
Mar 22 2024, 2:24 PM
Unknown Object (File)
Mar 22 2024, 2:24 PM
Unknown Object (File)
Mar 22 2024, 2:24 PM
Unknown Object (File)
Mar 22 2024, 10:32 AM
Subscribers
None

Details

Summary

Move the three ports into one

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 16340
Build 16277: arc lint + arc unit

Event Timeline

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

https://github.com/FedoraQt/adwaita-qt
MOVED
10179–10181

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

x11-themes/adwaita-qt/Makefile
7

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.