From a9c1bd430c71fa42471bca4131530269f0eeced3 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sun, 5 Jul 2020 09:40:37 +0200 Subject: [PATCH] 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. --- ...28.recipe => calendar-1.0_20200705.recipe} | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) rename haiku-apps/calendar/{calendar-1.0_20181028.recipe => calendar-1.0_20200705.recipe} (66%) diff --git a/haiku-apps/calendar/calendar-1.0_20181028.recipe b/haiku-apps/calendar/calendar-1.0_20200705.recipe similarity index 66% rename from haiku-apps/calendar/calendar-1.0_20181028.recipe rename to haiku-apps/calendar/calendar-1.0_20200705.recipe index a29612d24..03eb6088e 100644 --- a/haiku-apps/calendar/calendar-1.0_20181028.recipe +++ b/haiku-apps/calendar/calendar-1.0_20200705.recipe @@ -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 "