code style.

This commit is contained in:
Jerome Duval
2018-09-10 08:04:21 +02:00
parent 3a180506b9
commit 0113e6f1a9
23 changed files with 252 additions and 266 deletions

View File

@@ -4,8 +4,8 @@ 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 themes. \
It is add-ons based, so it can be extended."
HOMEPAGE="https://github.com/mmuman/HaikuThemeManager/"
LICENSE="MIT"
COPYRIGHT="2000-2015 François Revol"
LICENSE="MIT"
REVISION="3"
srcGitRev="38a90a92ea0150a4589865e8ce2054e9726f6352"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
@@ -22,6 +22,7 @@ PROVIDES="
REQUIRES="
haiku
"
#XXX: suggests?
#thememanager_themes
BUILD_REQUIRES="
@@ -29,10 +30,10 @@ BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
makefile_engine
cmd:git
cmd:gcc
cmd:make
cmd:git
cmd:ld
cmd:make
"
BUILD()