a56c73f9ff
* 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 <no-reply+buildbot@haiku-os.org> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
25 lines
573 B
Plaintext
25 lines
573 B
Plaintext
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 ;
|
|
|
|
|
|
## 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 ;
|