control_look/decor: Add Flat style to haiku_extras package

* Works a bit better with dark themes
* Has some interesting alternative design elements
* MIT licensed

Change-Id: I6cfd1d4d05016fb014d515d94cff3b8c8d0298b2
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4508
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Jérôme Duval <[email protected]>
Reviewed-by: Alex von Gluck IV <[email protected]>
This commit is contained in:
nhtello
2021-10-06 15:23:27 +00:00
committed by Alex von Gluck IV
parent b9b2a1dcd2
commit a56c73f9ff
13 changed files with 3555 additions and 8 deletions
-4
View File
@@ -266,10 +266,6 @@ AddFilesToPackage add-ons disk_systems
# Kernel bluetooth stack
AddFilesToPackage add-ons kernel bluetooth : $(SYSTEM_BT_STACK) ;
# decorators
AddFilesToPackage add-ons decorators : BeDecorator ;
# MacDecorator WinDecorator
# the MIME DB
CopyDirectoryToPackage data : <mimedb>mime_db : : : isTarget ;
+13 -2
View File
@@ -3,11 +3,22 @@ local architecture = $(HAIKU_PACKAGING_ARCHS[1]) ;
local extrasPackage = haiku_extras.hpkg ;
HaikuPackage $(extrasPackage) ;
## Driver Oddities
# kernel modules
AddFilesToPackage add-ons kernel partitioning_systems
: amiga_rdb@!m68k apple@!ppc sun@!sparc ;
AddFilesToPackage add-ons control_look : BeControlLook ;
## Visual Oddities
# MacDecorator WinDecorator need improved stack and tile support
# Control Looks
AddFilesToPackage add-ons control_look : BeControlLook FlatControlLook ;
# Decorators
AddFilesToPackage add-ons decorators : BeDecorator FlatDecorator ;
BuildHaikuPackage $(extrasPackage) : haiku_extras ;