Skip to content

Commit

Permalink
Prepare v1.0.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Feb 14, 2021
1 parent 5518003 commit f108e90
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cdk.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir %CDK_INSTALL_PATH%\system\etc 2> nul
set BUILD_WIN32=True
set BUILD_X86=True

echo fre:ac Component Development Kit v1.1.3
echo fre:ac Component Development Kit v1.1.4
echo Copyright (C) 2001-2021 Robert Kausch

bash
2 changes: 1 addition & 1 deletion cdk64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir %CDK_INSTALL_PATH%\system64\etc 2> nul
set BUILD_WIN32=True
set BUILD_X86_64=True

echo fre:ac Component Development Kit v1.1.3 (x64)
echo fre:ac Component Development Kit v1.1.4 (x64)
echo Copyright (C) 2001-2021 Robert Kausch

bash
12 changes: 6 additions & 6 deletions packaging/haiku/boca-version.recipe.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ HOMEPAGE="https://github.com/enzo1982/BoCA"
COPYRIGHT="2007-2021 Robert Kausch"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://github.com/enzo1982/BoCA/releases/download/v${portVersion/\~/-}/boca-${portVersion/\~/-}.tar.gz"
SOURCE_URI="https://github.com/enzo1982/BoCA/releases/download/v${portVersion}/boca-${portVersion}.tar.gz"
CHECKSUM_SHA256="<checksum>"
SOURCE_DIR="boca-${portVersion/\~/-}"
SOURCE_DIR="boca-${portVersion}"

ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"

libVersion="${portVersion%~*}"
libVersion="${portVersion%.*}"
libVersionCompat="2 compat >= 2"

PROVIDES="
Expand All @@ -23,7 +23,7 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
smooth$secondaryArchSuffix >= 0.9.6
smooth$secondaryArchSuffix >= 0.9.0
lib:libsmooth_0.9$secondaryArchSuffix >= 0
lib:libexpat$secondaryArchSuffix
lib:liburiparser$secondaryArchSuffix
Expand All @@ -36,13 +36,13 @@ PROVIDES_devel="
"
REQUIRES_devel="
boca$secondaryArchSuffix == $portVersion base
smooth${secondaryArchSuffix}_devel >= 0.9.6
smooth${secondaryArchSuffix}_devel >= 0.9.0
devel:libsmooth_0.9$secondaryArchSuffix >= 0
"

BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
smooth${secondaryArchSuffix}_devel >= 0.9.6
smooth${secondaryArchSuffix}_devel >= 0.9.0
devel:libsmooth_0.9$secondaryArchSuffix
devel:libexpat$secondaryArchSuffix
devel:liburiparser$secondaryArchSuffix
Expand Down

0 comments on commit f108e90

Please sign in to comment.