calendar: update + removing secondary arch

No need to have a gcc2 and a _x86 package for 32bit.
That results in both packages being in HaikuDepot, both with
separate ratings and comments.
This commit is contained in:
Humdinger
2020-07-05 09:40:37 +02:00
parent f0f95761e7
commit a9c1bd430c

View File

@@ -1,4 +1,4 @@
SUMMARY="A native Calendar application for Haiku"
SUMMARY="A native calendar application"
DESCRIPTION="Features:
* Create, modify and delete events.
* Generate notifications for events.
@@ -12,34 +12,35 @@ Calendar'.
* App localization: DateTime strings are localised and updates with locale \
preferences change but GUI string still needs to be localized."
HOMEPAGE="https://github.com/HaikuArchives/Calendar"
COPYRIGHT="2017-2018 Akshay Agarwal"
COPYRIGHT="2017 Akshay Agarwal
2017-2018 Janus, Bach Nguyen
2020 Brianna C"
LICENSE="MIT"
REVISION="1"
srcGitRev="e2f662c556459764568f3a90953f0d318d3ee48c"
srcGitRev="8c39d02839a7f6dc2608f9fcbce2d4b08672e830"
SOURCE_URI="https://github.com/HaikuArchives/Calendar/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="2daa1755bded4d9314b65b2138c4af1d91e7c1318e5a68e7ae6841dcdf5b387a"
CHECKSUM_SHA256="2a89264369b18ce585071c63f2af6c5d044a5f8a9d1f49fcd07a5cd1442fc5ac"
SOURCE_FILENAME="calendar-$portVersion-$srcGitRev.tar.gz"
SOURCE_DIR="Calendar-$srcGitRev"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
ARCHITECTURES="x86_gcc2 x86_64"
PROVIDES="
calendar$secondaryArchSuffix = $portVersion
calendar = $portVersion
app:Calendar
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libsqlite3$secondaryArchSuffix
haiku
lib:libsqlite3
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libsqlite3$secondaryArchSuffix
haiku_devel
devel:libsqlite3
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc$secondaryArchSuffix
cmd:g++
cmd:make
"