mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Renamed "Radio" to "StreamRadio"
with added patch doing the renaming in About banner and code.
This commit is contained in:
4366
haiku-apps/streamradio/patches/streamradio-0.0.3_14.patchset
Normal file
4366
haiku-apps/streamradio/patches/streamradio-0.0.3_14.patchset
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,6 @@
|
||||
SUMMARY="Find and listen to internet radio stations"
|
||||
DESCRIPTION="'Radio' helps you find and listen to internet radio streams."
|
||||
DESCRIPTION="'StreamRadio' helps you find and listen to internet radio \
|
||||
streams."
|
||||
HOMEPAGE="https://github.com/fishpond-haiku/Haiku-Radio"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2017 Kai Niessen"
|
||||
@@ -8,12 +9,12 @@ srcGitRev="26f3bbda29da165c849d246038af98e17270249c"
|
||||
SOURCE_URI="https://github.com/fishpond-haiku/Haiku-Radio/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="05a015706082618e7282db537852aa697b949cb1a34f698733d0b69131938d3b"
|
||||
SOURCE_DIR="Haiku-Radio-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 !x86_64"
|
||||
PATCHES="streamradio-$portVersion.patchset"
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
radio = $portVersion
|
||||
app:Radio = $portVersion
|
||||
streamradio = $portVersion
|
||||
app:StreamRadio = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
@@ -30,6 +31,10 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/StreamRadio.settings
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p dist
|
||||
@@ -39,7 +44,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
mv ./dist/Radio $appsDir/Radio
|
||||
mv ./dist/StreamRadio $appsDir
|
||||
|
||||
addAppDeskbarSymlink $appsDir/Radio
|
||||
addAppDeskbarSymlink $appsDir/StreamRadio
|
||||
}
|
||||
Reference in New Issue
Block a user