From 72dc14c03c28f5c00977684252f4f99dbd90e748 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Thu, 30 Oct 2014 17:50:04 +0100 Subject: [PATCH] Update SRC_URI to latest commit. Add 2nd architecture. --- .../copynametoclipboard-1.0.1.recipe | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/haiku-apps/copynametoclipboard/copynametoclipboard-1.0.1.recipe b/haiku-apps/copynametoclipboard/copynametoclipboard-1.0.1.recipe index 675f4ff5f..db5e17904 100644 --- a/haiku-apps/copynametoclipboard/copynametoclipboard-1.0.1.recipe +++ b/haiku-apps/copynametoclipboard/copynametoclipboard-1.0.1.recipe @@ -2,19 +2,20 @@ SUMMARY="A Tracker add-on to get the path to a file quick and easy" DESCRIPTION=" This Tracker add-on allows you to get the path to one or more files, \ in different ways: -Holding shift copies just the file name, and holding control \ +Holding SHIFT copies just the file name, and holding CTRL \ prints just one file name/path per line. " HOMEPAGE="https://github.com/HaikuArchives/CopyNameToClipboard" -SRC_URI="git://github.com/HaikuArchives/CopyNameToClipboard.git#d0d1c757a156981232aec44e0f88a2f35cfe0b96" -REVISION="1" +SRC_URI="git://github.com/HaikuArchives/CopyNameToClipboard#1da1d52429db53f15c3debf817e982d9ce6346b4" +REVISION="2" LICENSE="MIT" COPYRIGHT=" 2000 Werner Freytag 2012 Humdinger " -ARCHITECTURES="x86_gcc2" +ARCHITECTURES="x86_gcc2 x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" copynametoclipboard = $portVersion @@ -26,21 +27,19 @@ REQUIRES=" BUILD_PREREQUIRES=" makefile_engine cmd:mkdepend - cmd:g++ - cmd:xres + cmd:gcc$secondaryArchSuffix + " BUILD_REQUIRES=" - haiku_devel >= $haikuVersion + haiku${secondaryArchSuffix}_devel >= $haikuVersion " BUILD() { - cd trunk - make + make $jobArgs } INSTALL() { - cd trunk - make install INSTALL_DIR=$addOnsDir/Tracker + make $jobArgs install INSTALL_DIR=$addOnsDir/Tracker }