mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Paladin: bump version (#4452)
This commit is contained in:
committed by
Sergei Reznikov
parent
3bd689b105
commit
dc02a84771
@@ -1,76 +0,0 @@
|
|||||||
SUMMARY="An open source integrated development environment (IDE)"
|
|
||||||
DESCRIPTION="Paladin is an open source integrated development environment (IDE) \
|
|
||||||
modeled after BeOS' BeIDE.
|
|
||||||
|
|
||||||
Paladin's feature set includes:
|
|
||||||
|
|
||||||
- Command-line build support
|
|
||||||
- Multithreaded builds
|
|
||||||
- Revision control-friendly project files
|
|
||||||
- More run options for projects
|
|
||||||
- Explicit support for debugging with gdb under Haiku
|
|
||||||
- Bundled helper tools
|
|
||||||
- Streamlined project settings
|
|
||||||
- Out-of-the-box support for Lex and Yacc
|
|
||||||
- Support for text and binary resource files
|
|
||||||
- Projects can include notes and other files that aren't source code
|
|
||||||
- Project templates
|
|
||||||
- Out-of-the-box makefile generation
|
|
||||||
- Integrated source code management
|
|
||||||
- 1-click project backups"
|
|
||||||
HOMEPAGE="https://github.com/adamfowleruk/Paladin"
|
|
||||||
COPYRIGHT="2001-2010 DarkWyrm
|
|
||||||
2014 John Scipione
|
|
||||||
2019 Adam Fowler"
|
|
||||||
LICENSE="MIT"
|
|
||||||
REVISION="1"
|
|
||||||
SOURCE_URI="https://github.com/adamfowleruk/Paladin/archive/v$portVersion.tar.gz"
|
|
||||||
CHECKSUM_SHA256="c8399d7989ca94c57c19053fd4afe517a6d00c70c8febf60de6aadb1a46c3fb1"
|
|
||||||
SOURCE_FILENAME="paladin-$portVersion.tar.gz"
|
|
||||||
SOURCE_DIR="Paladin-$portVersion"
|
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 x86_64"
|
|
||||||
|
|
||||||
USER_SETTINGS_FILES="settings/Paladin_settings"
|
|
||||||
|
|
||||||
PROVIDES="
|
|
||||||
paladin = $portVersion
|
|
||||||
app:Paladin
|
|
||||||
app:SymbolFinder
|
|
||||||
"
|
|
||||||
REQUIRES="
|
|
||||||
haiku
|
|
||||||
lib:libpcre
|
|
||||||
lib:libz
|
|
||||||
"
|
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
|
||||||
haiku_devel
|
|
||||||
devel:libpcre
|
|
||||||
devel:libz
|
|
||||||
"
|
|
||||||
BUILD_PREREQUIRES="
|
|
||||||
makefile_engine
|
|
||||||
cmd:find
|
|
||||||
cmd:gcc
|
|
||||||
cmd:ld
|
|
||||||
cmd:make
|
|
||||||
"
|
|
||||||
|
|
||||||
BUILD()
|
|
||||||
{
|
|
||||||
./buildsuite.sh $jobs
|
|
||||||
}
|
|
||||||
|
|
||||||
INSTALL()
|
|
||||||
{
|
|
||||||
mkdir -p $appsDir/Paladin $appsDir/Paladin/Documentation
|
|
||||||
mkdir -p $binDir
|
|
||||||
|
|
||||||
cp -r Documentation $appsDir/Paladin
|
|
||||||
rm $appsDir/Paladin/Documentation/KeltFont.zip
|
|
||||||
cp -r Paladin/Paladin Paladin/Templates $appsDir/Paladin/
|
|
||||||
cp SymbolFinder/SymbolFinder $appsDir/Paladin/
|
|
||||||
|
|
||||||
addAppDeskbarSymlink $appsDir/Paladin/Paladin Paladin
|
|
||||||
}
|
|
||||||
@@ -25,7 +25,7 @@ COPYRIGHT="2001-2010 DarkWyrm
|
|||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
SOURCE_URI="https://github.com/adamfowleruk/Paladin/archive/v$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/adamfowleruk/Paladin/archive/v$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="047163dbec8dbf56e8a1d3e63c30080dd647000b3c79df34288ada164466f43b"
|
CHECKSUM_SHA256="943cda99d073cf3072475307b56bc93a2a0e9d002dce389317396c419077c6fe"
|
||||||
SOURCE_FILENAME="paladin-$portVersion.tar.gz"
|
SOURCE_FILENAME="paladin-$portVersion.tar.gz"
|
||||||
SOURCE_DIR="Paladin-$portVersion"
|
SOURCE_DIR="Paladin-$portVersion"
|
||||||
|
|
||||||
Reference in New Issue
Block a user