Added Colors\! optional package
This commit is contained in:
@@ -34,6 +34,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
|
|||||||
# Clockwerk - native audio/video compositing
|
# Clockwerk - native audio/video compositing
|
||||||
# CLucene - indexed file search
|
# CLucene - indexed file search
|
||||||
# CMake - cross platform make
|
# CMake - cross platform make
|
||||||
|
# Colors! - color picker application
|
||||||
# Ctags - exuberant ctags (source files indexing)
|
# Ctags - exuberant ctags (source files indexing)
|
||||||
# Curl - a client that groks URLs
|
# Curl - a client that groks URLs
|
||||||
# CVS - the version control system
|
# CVS - the version control system
|
||||||
@@ -463,6 +464,26 @@ if [ IsOptionalHaikuImagePackageAdded CMake ] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# Colors!
|
||||||
|
if [ IsOptionalHaikuImagePackageAdded Colors! ] {
|
||||||
|
if $(TARGET_ARCH) != x86 {
|
||||||
|
Echo "No optional package Colors! available for $(TARGET_ARCH)" ;
|
||||||
|
} else {
|
||||||
|
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||||
|
InstallOptionalHaikuImagePackage
|
||||||
|
Colors!-2.0-x86-gcc4-2012-04-30.zip
|
||||||
|
: $(baseURL)/Colors\!-2.0-x86-gcc4-2012-04-30.zip ;
|
||||||
|
} else {
|
||||||
|
InstallOptionalHaikuImagePackage
|
||||||
|
Colors!-2.0-x86-gcc2-2012-04-30.zip
|
||||||
|
: $(baseURL)/Colors\!-2.0-x86-gcc2-2012-04-30.zip ;
|
||||||
|
}
|
||||||
|
AddSymlinkToHaikuImage home config settings deskbar Applications
|
||||||
|
: /boot/apps/Colors\!/Colors\! ;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# Ctags
|
# Ctags
|
||||||
if [ IsOptionalHaikuImagePackageAdded Ctags ] {
|
if [ IsOptionalHaikuImagePackageAdded Ctags ] {
|
||||||
if $(TARGET_ARCH) != x86 {
|
if $(TARGET_ARCH) != x86 {
|
||||||
|
|||||||
Reference in New Issue
Block a user