mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
cudatext, don't depend on python library, add cmd:python3 for it (#10262)
* cudatext, don't depend on python library, add cmd:python3 for it * Update app-editors/cudatext/cudatext-1.211.3.0.recipe Co-authored-by: OscarL <oscar.lesta@gmail.com> --------- Co-authored-by: OscarL <oscar.lesta@gmail.com>
This commit is contained in:
@@ -26,7 +26,7 @@ HOMEPAGE="https://cudatext.github.io/
|
||||
https://github.com/Alexey-T/CudaText"
|
||||
COPYRIGHT="2024 Alexey-T"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
srcGitRev="80d23b8fa740fe759f3bcafea446955ede34263e"
|
||||
SOURCE_URI="https://github.com/Begasus/CudaText-Haikuports/archive/$srcGitRev.tar.gz"
|
||||
@@ -54,8 +54,8 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:python3 # indirect way of asking for any `lib:libpython3.xx` to be installed.
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libpython3.9$secondaryArchSuffix
|
||||
"
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
REQUIRES+="
|
||||
|
||||
Reference in New Issue
Block a user