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
F154052206: D15228.id44023.diff
Sat, Apr 25, 6:51 PM
Unknown Object (File)
Sat, Apr 25, 10:08 AM
Unknown Object (File)
Tue, Apr 21, 4:56 PM
Unknown Object (File)
Tue, Apr 21, 12:08 AM
Unknown Object (File)
Mon, Apr 20, 5:09 PM
Unknown Object (File)
Mon, Apr 20, 8:15 AM
Unknown Object (File)
Wed, Apr 15, 4:39 AM
Unknown Object (File)
Thu, Apr 9, 8:05 PM
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 17337
Build 17172: 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
10279–10281

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.