mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Fix ThemeManager's recipe file, work by GCI2013 student
mindstormscreator
This commit is contained in:
@@ -1,20 +0,0 @@
|
|||||||
DESCRIPTION="ThemeManager"
|
|
||||||
HOMEPAGE="http://dev.osdrawer.net/projects/thememanager/"
|
|
||||||
SRC_URI="http://svn.osdrawer.net/thememanager/trunk"
|
|
||||||
REVISION="1"
|
|
||||||
STATUS_HAIKU="stable"
|
|
||||||
DEPEND=""
|
|
||||||
#CHECKSUM_MD5=""
|
|
||||||
BUILD()
|
|
||||||
{
|
|
||||||
cd trunk
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
INSTALL()
|
|
||||||
{
|
|
||||||
cd trunk
|
|
||||||
}
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
COPYRIGHT="2000-2012 François Revol"
|
|
||||||
43
haiku-apps/thememanager/thememanager-1.0_git.recipe
Normal file
43
haiku-apps/thememanager/thememanager-1.0_git.recipe
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
SUMMARY="Manages Haiku themes."
|
||||||
|
DESCRIPTION="The Haiku Theme Manager is compatible with the one shipping 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/HaikuArchives/HaikuThemeManager"
|
||||||
|
SRC_URI="git://github.com/HaikuArchives/HaikuThemeManager.git#400a0ff17173a2510e24bf737df0bb218a9c531c"
|
||||||
|
# 20 October 2013 commit
|
||||||
|
LICENSE="MIT"
|
||||||
|
COPYRIGHT="2000-2012 François Revol"
|
||||||
|
REVISION="1"
|
||||||
|
STATUS_HAIKU="stable"
|
||||||
|
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||||
|
PROVIDES="
|
||||||
|
thememanager = $portVersion
|
||||||
|
cmd:ThemeManager = $portVersion
|
||||||
|
"
|
||||||
|
REQUIRES="
|
||||||
|
haiku >= $haikuVersion
|
||||||
|
"
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
|
haiku_devel >= $haikuVersion
|
||||||
|
cmd:git
|
||||||
|
cmd:gcc
|
||||||
|
cmd:make
|
||||||
|
cmd:mkdepend
|
||||||
|
cmd:ld
|
||||||
|
cmd:strip
|
||||||
|
"
|
||||||
|
BUILD_REQUIRES="
|
||||||
|
makefile_engine
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD()
|
||||||
|
{
|
||||||
|
cd src
|
||||||
|
make OBJ_DIR=objects BUILDHOME=/boot/system/develop $jobArgs
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL()
|
||||||
|
{
|
||||||
|
cd src
|
||||||
|
make OBJ_DIR=objects BUILDHOME=/boot/system/develop INSTALL_DIR=$binDir install
|
||||||
|
strip $binDir/*
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user