From e6179daf3b4bc9cb87d90a80f7868ec2e4b663cf Mon Sep 17 00:00:00 2001 From: Michael Brumbelow Date: Fri, 2 Feb 2024 01:19:42 -0500 Subject: [PATCH] paladin; bump revision (#9978) --- haiku-apps/paladin/paladin-2.7.recipe | 78 ------------------- ...adin-2.8~git.recipe => paladin-2.9.recipe} | 8 +- ...cc2.patchset => paladin-2.9-gcc2.patchset} | 0 3 files changed, 4 insertions(+), 82 deletions(-) delete mode 100644 haiku-apps/paladin/paladin-2.7.recipe rename haiku-apps/paladin/{paladin-2.8~git.recipe => paladin-2.9.recipe} (90%) rename haiku-apps/paladin/patches/{paladin-2.8~git-gcc2.patchset => paladin-2.9-gcc2.patchset} (100%) diff --git a/haiku-apps/paladin/paladin-2.7.recipe b/haiku-apps/paladin/paladin-2.7.recipe deleted file mode 100644 index fa9536152..000000000 --- a/haiku-apps/paladin/paladin-2.7.recipe +++ /dev/null @@ -1,78 +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 -- Quick find file with Alt+F -- 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 - 2018-2019 Adam Fowler" -LICENSE="MIT" -REVISION="1" -SOURCE_URI="https://github.com/adamfowleruk/Paladin/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="5489b0e49de6c70b39a7efd9c06ae464c8057654a4bbff3f975e033924e4f134" -SOURCE_FILENAME="paladin-$portVersion.tar.gz" -SOURCE_DIR="Paladin-$portVersion" - -ARCHITECTURES="all" - -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 - unittest++_devel - 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 -} diff --git a/haiku-apps/paladin/paladin-2.8~git.recipe b/haiku-apps/paladin/paladin-2.9.recipe similarity index 90% rename from haiku-apps/paladin/paladin-2.8~git.recipe rename to haiku-apps/paladin/paladin-2.9.recipe index fc9972d9f..296be5672 100644 --- a/haiku-apps/paladin/paladin-2.8~git.recipe +++ b/haiku-apps/paladin/paladin-2.9.recipe @@ -19,16 +19,16 @@ Paladin's feature set includes: - Out-of-the-box makefile generation - Integrated source code management - 1-click project backups" -HOMEPAGE="https://github.com/adamfowleruk/Paladin" +HOMEPAGE="https://github.com/HaikuArchives/Paladin" COPYRIGHT="2001-2010 DarkWyrm 2014 John Scipione 2018-2019 Adam Fowler 2023 Michael Brumbelow" LICENSE="MIT" -REVISION="4" -srcGitRev="402d53a4258d5b44269fbdfe4935700b249a8649" +REVISION="1" +srcGitRev="aa3896f05646b2e89c0e3925c245eec9b4fdb99c" SOURCE_URI="https://github.com/HaikuArchives/Paladin/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="6261612812b939f7d709209425243fed066a9346ca8a597a76098f311690a7db" +CHECKSUM_SHA256="bf05d86b028fd3c27e9c586822826cf077073b39a4bcf5cf9d2fb637d3581798" SOURCE_DIR="Paladin-$srcGitRev" if [ $effectiveTargetArchitecture == 'x86_gcc2' ]; then PATCHES="$PATCHES diff --git a/haiku-apps/paladin/patches/paladin-2.8~git-gcc2.patchset b/haiku-apps/paladin/patches/paladin-2.9-gcc2.patchset similarity index 100% rename from haiku-apps/paladin/patches/paladin-2.8~git-gcc2.patchset rename to haiku-apps/paladin/patches/paladin-2.9-gcc2.patchset