mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
code style.
remove old patches.
This commit is contained in:
@@ -10,13 +10,17 @@ HOMEPAGE="https://github.com/HaikuArchives/Album/"
|
||||
COPYRIGHT="2006-2015 by Matjaž Kovač"
|
||||
LICENSE="MIT"
|
||||
REVISION="5"
|
||||
COMMIT=19d7f4d658f09800a05f4d3d9c7260d87ece47ef
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Album/archive/$COMMIT.tar.gz"
|
||||
srcGitRev="19d7f4d658f09800a05f4d3d9c7260d87ece47ef"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Album/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="b0f256a72cf248637ce0cb2952c144d58dd4cff365bd8635ac962ab2d5c8398d"
|
||||
SOURCE_DIR="Album-$COMMIT"
|
||||
SOURCE_DIR="Album-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/Album_settings
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
album = $portVersion
|
||||
app:Album = $portVersion
|
||||
@@ -38,10 +42,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/Album_settings
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd src
|
||||
|
||||
@@ -5,10 +5,10 @@ HOMEPAGE="https://github.com/HaikuArchives/$APP"
|
||||
COPYRIGHT="2002 Marcin 'Shard' Konicki"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
COMMIT="3a9361a6214734293c65849b77b4f62d6242b749"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/$APP/archive/$COMMIT.tar.gz"
|
||||
srcGitRev="3a9361a6214734293c65849b77b4f62d6242b749"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/$APP/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="ca224148993da6614baa53d2a4e02e96213cd01ec300487eaa6418bc24cb7c3a"
|
||||
SOURCE_DIR="$APP-$COMMIT"
|
||||
SOURCE_DIR="$APP-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 !x86_64"
|
||||
|
||||
|
||||
@@ -4,45 +4,40 @@ BeIndexed searches all your files and builds a database with their content. \
|
||||
You can then search for files by content, like on Google etc. Index files with \
|
||||
Indexer, Find files with Finder.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BeIndexed" #Or web.archive.org and eiman.tv/BeIndexed
|
||||
SOURCE_URI="git://github.com/HaikuArchives/BeIndexed.git#4bbd3e9709d7288ffefbc215ab41a152a24a2276"
|
||||
|
||||
REVISION="1"
|
||||
|
||||
LICENSE="BSD (3-clause)"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BeIndexed"
|
||||
COPYRIGHT="2003 Mikael Eiman"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/BeIndexed.git#4bbd3e9709d7288ffefbc215ab41a152a24a2276"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
data/BeIndexed directory
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
beindexed = $portVersion
|
||||
app:Finder = $portVersion
|
||||
cmd:Indexer = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libsqlite3
|
||||
lib:liblayout
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:g++
|
||||
cmd:xres
|
||||
cmd:make
|
||||
lib:libsqlite3
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
makefile_engine
|
||||
haiku_devel
|
||||
devel:libsqlite3
|
||||
makefile_engine
|
||||
devel:liblayout
|
||||
devel:libsqlite3
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
data/BeIndexed directory
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:g++
|
||||
cmd:make
|
||||
cmd:xres
|
||||
"
|
||||
|
||||
BUILD()
|
||||
|
||||
@@ -9,10 +9,10 @@ HOMEPAGE="http://eiman.tv/LnLauncher"
|
||||
COPYRIGHT="2000-2015 Mikael Eiman"
|
||||
LICENSE="MIT"
|
||||
REVISION="7"
|
||||
commit="ddd60a641c31"
|
||||
SOURCE_URI="https://bitbucket.org/m_eiman/lnlauncher/get/$commit.zip"
|
||||
srcGitRev="ddd60a641c31"
|
||||
SOURCE_URI="https://bitbucket.org/m_eiman/lnlauncher/get/$srcGitRev.zip"
|
||||
CHECKSUM_SHA256="9b8f1452a2f22a916954e6954e775cb4593b380e33ddf2bd3a3c3fd1d9a37cf6"
|
||||
SOURCE_DIR="m_eiman-lnlauncher-$commit"
|
||||
SOURCE_DIR="m_eiman-lnlauncher-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
From 9d30974e209c35115d24295622b5480e272a41fd Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Mon, 17 Jul 2017 20:40:32 +0200
|
||||
Subject: link JamExt against libstdc++.
|
||||
|
||||
|
||||
diff --git a/Languages/Sources/Jamfile b/Languages/Sources/Jamfile
|
||||
index 943b926..f67076d 100644
|
||||
--- a/Languages/Sources/Jamfile
|
||||
+++ b/Languages/Sources/Jamfile
|
||||
@@ -76,7 +76,7 @@ PeLanguage HtmlCssJsPhpExt
|
||||
# <pe-src>
|
||||
PeLanguage JamExt
|
||||
: Jam_Language.cpp
|
||||
- : be
|
||||
+ : be $(STDC++LIB)
|
||||
: keywords.jam.rsrc
|
||||
;
|
||||
# </pe-src>
|
||||
--
|
||||
2.12.2
|
||||
|
||||
@@ -17,10 +17,13 @@ SOURCE_URI="https://github.com/HaikuArchives/Pe/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="94e3946437bc5f5e0163ed3f44b3f597c4471106999d00262ccd9fff763df091"
|
||||
SOURCE_FILENAME="pe-$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="Pe-$srcGitRev"
|
||||
PATCHSET="pe-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/pe directory
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
pe = $portVersion
|
||||
app:Pe = $portVersion compat >= 2
|
||||
@@ -45,10 +48,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/pe directory
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# multi-job builds don't work reliably
|
||||
|
||||
Reference in New Issue
Block a user