diff --git a/haiku-apps/vision/vision-0.10.3.recipe b/haiku-apps/vision/vision-0.10.3.recipe deleted file mode 100644 index 24b1e59c5..000000000 --- a/haiku-apps/vision/vision-0.10.3.recipe +++ /dev/null @@ -1,53 +0,0 @@ -SUMMARY="A fast and full-featured native IRC client for Haiku" -DESCRIPTION="Vision is an IRC (Internet Relay Chat) client, originally for \ -BeOS, now for Haiku. The goal of this project is to provide the Haiku \ -community with an elegant, fast, and--most importantly--stable client to \ -communicate with other users and make new friends around the world." -HOMEPAGE="https://github.com/HaikuArchives/Vision/" -COPYRIGHT="1999-2018 The Vision Team" -LICENSE="MPL v1.1" -REVISION="2" -SOURCE_URI="https://github.com/HaikuArchives/Vision/archive/7190969cb473e324119f778e27f5a54b003baeb8.zip" -CHECKSUM_SHA256="01e2c6b19e0de62c8cb4bb5c4436f75e59854d3918a54d464f2a4e135bc59443" -SOURCE_DIR="Vision-7190969cb473e324119f778e27f5a54b003baeb8" - -ARCHITECTURES="x86_gcc2 x86 x86_64" - -USER_SETTINGS_FILES=" - settings/Vision directory - " - -PROVIDES=" - vision = $portVersion - app:Vision = $portVersion - " -REQUIRES=" - haiku - " - -BUILD_REQUIRES=" - haiku_devel >= r1~alpha4_pm_hrev52220 - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:g++ - cmd:ld - cmd:make - " - -BUILD() -{ - cd src - make $jobArgs - make bindcatalogs - cd .. -} - -INSTALL() -{ - visionDir=$appsDir/Vision - mkdir -p $appsDir - - cp -r dist $visionDir - addAppDeskbarSymlink $visionDir/Vision -} diff --git a/haiku-apps/vision/vision-0.10.2.recipe b/haiku-apps/vision/vision-0.10.4.recipe similarity index 81% rename from haiku-apps/vision/vision-0.10.2.recipe rename to haiku-apps/vision/vision-0.10.4.recipe index 77b636d4c..d30b8996e 100644 --- a/haiku-apps/vision/vision-0.10.2.recipe +++ b/haiku-apps/vision/vision-0.10.4.recipe @@ -1,14 +1,14 @@ -SUMMARY="A fast and full-featured native IRC client for Haiku" +SUMMARY="A fast and full-featured native IRC client" DESCRIPTION="Vision is an IRC (Internet Relay Chat) client, originally for \ BeOS, now for Haiku. The goal of this project is to provide the Haiku \ community with an elegant, fast, and--most importantly--stable client to \ communicate with other users and make new friends around the world." HOMEPAGE="https://github.com/HaikuArchives/Vision/" -COPYRIGHT="1999-2017 The Vision Team" +COPYRIGHT="1999-2020 The Vision Team" LICENSE="MPL v1.1" REVISION="1" SOURCE_URI="https://github.com/HaikuArchives/Vision/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="3d2c8b43c106d8b28a6cd407a1f6a09ccc4b5c366ce9ec5cfe78e46867e37302" +CHECKSUM_SHA256="b2b4d58806f48dc0ceb9445e2845cdb4936ef98cb5bd690760f6af8387faeea0" SOURCE_DIR="Vision-$portVersion" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -26,7 +26,7 @@ REQUIRES=" " BUILD_REQUIRES=" - haiku_devel + haiku_devel >= r1~alpha4_pm_hrev52220 " BUILD_PREREQUIRES=" makefile_engine