mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Fix description, tidy up *REQUIRES functions
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
SUMMARY="Manages Haiku themes."
|
SUMMARY="Manages Haiku themes."
|
||||||
DESCRIPTION="The Haiku Theme Manager is compatible with the one
|
DESCRIPTION="The Haiku Theme Manager is compatible with the one
|
||||||
shipping with ZETA. Users can choose which part of a theme to apply or
|
that shipped with ZETA. Users can choose which part of a theme to apply or
|
||||||
save. It can also import BeTheme themes, and to some degree, MS Plus
|
save. It can also import BeTheme themes, and to some degree, MS Plus
|
||||||
themes. It is add-ons based, so it can be extended."
|
themes. It is add-ons based, so it can be extended."
|
||||||
HOMEPAGE="https://github.com/HaikuArchives/HaikuThemeManager"
|
HOMEPAGE="https://github.com/HaikuArchives/HaikuThemeManager"
|
||||||
@@ -17,17 +17,17 @@ PROVIDES="
|
|||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku >= $haikuVersion
|
haiku >= $haikuVersion
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku_devel >= $haikuVersion
|
haiku_devel >= $haikuVersion
|
||||||
|
"
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
|
makefile_engine
|
||||||
cmd:git
|
cmd:git
|
||||||
cmd:gcc
|
cmd:gcc
|
||||||
cmd:make
|
cmd:make
|
||||||
cmd:mkdepend
|
cmd:mkdepend
|
||||||
cmd:ld
|
cmd:ld
|
||||||
"
|
"
|
||||||
BUILD_REQUIRES="
|
|
||||||
makefile_engine
|
|
||||||
"
|
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user