mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
singularity: add music (#10151)
Co-authored-by: zeldakatze <mail@zeldakatze.de>
This commit is contained in:
@@ -5,11 +5,13 @@ have a chance."
|
||||
HOMEPAGE="https://singularity.github.io/"
|
||||
COPYRIGHT="2005-2023 EMH Software, Singularity community"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
srcGitTag="1.00"
|
||||
SOURCE_URI="https://github.com/singularity/singularity/archive/v$srcGitTag.tar.gz"
|
||||
musicVersion="007"
|
||||
SOURCE_URI="https://github.com/singularity/singularity/archive/v$portVersion.tar.gz"
|
||||
SOURCE_URI_2="https://www.emhsoft.com/singularity/endgame-singularity-music-$musicVersion.zip"
|
||||
CHECKSUM_SHA256="5e747268d9e96e69adace1f346fe40d0c3ec05764b98e82cc3ab0335d96d9171"
|
||||
SOURCE_DIR="singularity-$srcGitTag"
|
||||
CHECKSUM_SHA256_2="eb5a3c2730731fda0cc7861977cd97937950b85d3fe08bc431054a639cc2c26d"
|
||||
ADDITIONAL_FILES="singularity.rdef.in"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -77,4 +79,8 @@ INSTALL()
|
||||
resattr -o $appsDir/Singularity singularity.rsrc
|
||||
|
||||
addAppDeskbarSymlink $appsDir/Singularity "Endgame: Singularity"
|
||||
|
||||
# install music
|
||||
local pythonDir="python3.10"
|
||||
cp -r $sourceDir2/ $prefix/lib/$pythonDir/vendor-packages/singularity/music
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user