mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
Weather: update to 1.1.0
This commit is contained in:
@@ -1,49 +0,0 @@
|
|||||||
SUMMARY="A simple weather application"
|
|
||||||
DESCRIPTION="This simple weather app was originally a project for the \
|
|
||||||
Google Code-In 2014/2015.
|
|
||||||
After supplying a location it will gather data over the internet to display \
|
|
||||||
a forecast for the next days with icons (sunshine, clouds, rain, etc.) and \
|
|
||||||
temperatures. As a Replicant, the app can be neatly integrated into the \
|
|
||||||
Desktop."
|
|
||||||
HOMEPAGE="https://github.com/HaikuArchives/Weather"
|
|
||||||
COPYRIGHT="2014 George White
|
|
||||||
2015 Przemysław Buczkowski
|
|
||||||
2015-2022 HaikuArchives Team"
|
|
||||||
LICENSE="MIT"
|
|
||||||
REVISION="4"
|
|
||||||
srcGitRev="bb0cdb91ea061a3cdcf16a36e263cb5f981f800c"
|
|
||||||
SOURCE_URI="https://github.com/HaikuArchives/Weather/archive/$srcGitRev.tar.gz"
|
|
||||||
CHECKSUM_SHA256="f4753319b05685052aecff5a652cabfd1e1777aa40bdaa94260fa9a4c87845b8"
|
|
||||||
SOURCE_DIR="Weather-$srcGitRev"
|
|
||||||
|
|
||||||
ARCHITECTURES="all"
|
|
||||||
|
|
||||||
PROVIDES="
|
|
||||||
weather
|
|
||||||
app:Weather = $portVersion
|
|
||||||
"
|
|
||||||
REQUIRES="
|
|
||||||
haiku
|
|
||||||
"
|
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
|
||||||
haiku_devel
|
|
||||||
"
|
|
||||||
BUILD_PREREQUIRES="
|
|
||||||
makefile_engine
|
|
||||||
cmd:g++
|
|
||||||
cmd:make
|
|
||||||
"
|
|
||||||
|
|
||||||
BUILD()
|
|
||||||
{
|
|
||||||
make $jobArgs OBJ_DIR=objects
|
|
||||||
make bindcatalogs OBJ_DIR=objects
|
|
||||||
}
|
|
||||||
|
|
||||||
INSTALL()
|
|
||||||
{
|
|
||||||
mkdir -p $appsDir
|
|
||||||
cp objects/Weather $appsDir
|
|
||||||
addAppDeskbarSymlink $appsDir/Weather
|
|
||||||
}
|
|
||||||
46
haiku-apps/weather/weather-1.1.0.recipe
Normal file
46
haiku-apps/weather/weather-1.1.0.recipe
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
SUMMARY="A simple weather application"
|
||||||
|
DESCRIPTION="After supplying a location, this simple weather app gathers \
|
||||||
|
data from an online service to display a forecast for the next days with \
|
||||||
|
icons (sunshine, clouds, rain, etc.) and temperatures.
|
||||||
|
As a Replicant, the app can be neatly integrated into the Desktop."
|
||||||
|
HOMEPAGE="https://github.com/HaikuArchives/Weather"
|
||||||
|
COPYRIGHT="2014 George White
|
||||||
|
2015 Przemysław Buczkowski
|
||||||
|
2015-2022 HaikuArchives Team"
|
||||||
|
LICENSE="MIT"
|
||||||
|
REVISION="1"
|
||||||
|
SOURCE_URI="https://github.com/HaikuArchives/Weather/archive/$portVersion.tar.gz"
|
||||||
|
CHECKSUM_SHA256="f12b51e1983751d20c846720c6cf8d1e398945263ecd02663525349afed3a46d"
|
||||||
|
SOURCE_DIR="Weather-$portVersion"
|
||||||
|
|
||||||
|
ARCHITECTURES="all"
|
||||||
|
|
||||||
|
PROVIDES="
|
||||||
|
weather
|
||||||
|
app:Weather = $portVersion
|
||||||
|
"
|
||||||
|
REQUIRES="
|
||||||
|
haiku
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_REQUIRES="
|
||||||
|
haiku_devel
|
||||||
|
"
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
|
makefile_engine
|
||||||
|
cmd:g++
|
||||||
|
cmd:make
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD()
|
||||||
|
{
|
||||||
|
make $jobArgs OBJ_DIR=objects
|
||||||
|
make bindcatalogs OBJ_DIR=objects
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL()
|
||||||
|
{
|
||||||
|
mkdir -p $appsDir
|
||||||
|
cp objects/Weather $appsDir
|
||||||
|
addAppDeskbarSymlink $appsDir/Weather
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user