From 068cdd393e54210b8363718fbe744aeb5505b9b2 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sat, 27 Aug 2016 18:18:12 +0200 Subject: [PATCH] Fixing recipes (mostly non-safe source warnings) These packages were failing to build thru PulkoMandy's buildbot at http://pulkomandy.tk/~pulkomandy/ --- haiku-apps/paladin/paladin-git.recipe | 23 +++++++++---------- haiku-apps/pecorename/pecorename-1.5.recipe | 7 ++++-- .../photograbber/photograbber-2.2.recipe | 7 ++++-- 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/haiku-apps/paladin/paladin-git.recipe b/haiku-apps/paladin/paladin-git.recipe index 247e1a325..80816afde 100644 --- a/haiku-apps/paladin/paladin-git.recipe +++ b/haiku-apps/paladin/paladin-git.recipe @@ -17,15 +17,16 @@ Paladin's feature set includes: - Project templates - Out-of-the-box makefile generation - Integrated source code management -- 1-click project backups -" +- 1-click project backups" HOMEPAGE="http://github.com/HaikuArchives/Paladin" -SOURCE_URI="git://github.com/HaikuArchives/Paladin#dd61cdf" -REVISION="6" -LICENSE="MIT" COPYRIGHT="2001-2010 DarkWyrm - 2014 John Scipione - " + 2014 John Scipione" +LICENSE="MIT" +REVISION="7" +commit="5c0071b352eee23a83243fdaa3cbee85c615c441" +SOURCE_URI="https://github.com/HaikuArchives/Paladin/archive/$commit.tar.gz" +CHECKSUM_SHA256="8ac9ca54be8f970ce1a191090f3a1fe94ad04be51810d977fa9d0f77da796d0e" +SOURCE_DIR="Paladin-$commit" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" @@ -37,7 +38,6 @@ PROVIDES=" cmd:luagrep cmd:luare " - REQUIRES=" haiku$secondaryArchSuffix lib:libpcre$secondaryArchSuffix @@ -49,18 +49,17 @@ BUILD_REQUIRES=" devel:libpcre$secondaryArchSuffix devel:libz$secondaryArchSuffix " - BUILD_PREREQUIRES=" haiku${secondaryArchSuffix}_devel cmd:gcc$secondaryArchSuffix - cmd:ld cmd:find + cmd:ld + cmd:make + makefile_engine " USER_SETTINGS_FILES="settings/Paladin_settings" -SOURCE_DIR="Paladin" - BUILD() { ./buildsuite.sh $jobs diff --git a/haiku-apps/pecorename/pecorename-1.5.recipe b/haiku-apps/pecorename/pecorename-1.5.recipe index c566245b8..6543c60b4 100644 --- a/haiku-apps/pecorename/pecorename-1.5.recipe +++ b/haiku-apps/pecorename/pecorename-1.5.recipe @@ -21,8 +21,11 @@ program!" HOMEPAGE="http://www.maybe.de/software/pecorename" COPYRIGHT="2008 Werner Freytag" LICENSE="MIT" -REVISION="3" -SOURCE_URI="git://github.com/HaikuArchives/PecoRename#ac7e6b511b1a24866e4a34fa170023e9a89448fb" +REVISION="4" +commit="9b3ceb76a73881ad821b2b9535e4ad258b486c45" +SOURCE_URI="https://github.com/HaikuArchives/PecoRename/archive/$commit.tar.gz" +CHECKSUM_SHA256="52228295d058a7348a3ff9385bcf0f3dc058da10853538aa27eca0c1619b9f20" +SOURCE_DIR="PecoRename-$commit" ARCHITECTURES="x86_gcc2 !x86 !x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 !x86" diff --git a/haiku-apps/photograbber/photograbber-2.2.recipe b/haiku-apps/photograbber/photograbber-2.2.recipe index bd52049b1..080d13f21 100644 --- a/haiku-apps/photograbber/photograbber-2.2.recipe +++ b/haiku-apps/photograbber/photograbber-2.2.recipe @@ -11,8 +11,11 @@ cameras. In the future Mass Storage and Bluethooth support may be added." HOMEPAGE="https://github.com/HaikuArchives/PhotoGrabber" COPYRIGHT="2010 Jan-Rixt Van Hoye (Jixt)" LICENSE="MIT" -REVISION="1" -SOURCE_URI="git://github.com/HaikuArchives/PhotoGrabber#1221b33" +REVISION="2" +commit="d1df3fbe63fca6efb99c00f53515a1b0515ec441" +SOURCE_URI="https://github.com/HaikuArchives/PhotoGrabber/archive/$commit.tar.gz" +CHECKSUM_SHA256="05da59c345544ac0e972452f6a86a5d17189d4770717db40b7ea86e0c9ab2326" +SOURCE_DIR="PhotoGrabber-$commit" ARCHITECTURES="x86_gcc2 x86 ?x86_64"