Page MenuHomeSolus

D10711.id26090.diff
No OneTemporary

D10711.id26090.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : kotlin-native
version : 1.4.31
-release : 13
+release : 14
source :
- https://github.com/JetBrains/kotlin-native/archive/1.4.31.tar.gz : 8198a7ed6dc99c5b71b194ddeb9d28f6cee1be74ae66b28e5358478bbb12502f
- https://download.jetbrains.com/kotlin/native/clang-llvm-8.0.0-linux-x86-64.tar.gz : a9ebf55170bdbe5e089dbf884e0bc52065b5b7bc52e9354415e25a36e10e56c5
@@ -23,7 +23,7 @@
Kotlin/Native is primarily designed to allow compilation for platforms where virtual machines are not desirable or possible (such as embedded targets), or where a developer wants to produce a reasonably-sized self-contained program without the need to ship an additional execution runtime.
networking : true
builddeps :
- - gradle
+ - openjdk-11
rundeps :
- openjdk-11
environment: |
@@ -38,13 +38,15 @@
%patch -p1 < $pkgfiles/0001-resolve-build-error-due-to-resolution-ambiguity.patch
build : |
export GRADLE_USER_HOME="$workdir/.gradle_home"
+ export JAVA_HOME="/usr/lib64/openjdk-11"
- gradle :dependencies:update bundle \
+ ./gradlew :dependencies:update bundle \
--no-daemon \
--stacktrace \
-Ptest.disable_update=true
install : |
install -Dm 00755 dist/bin/* -t $installdir/usr/share/kotlin-native/bin/
+ rm $installdir/usr/share/kotlin-native/bin/kotlinc # deprecated upstream, conflicts with real kotlinc
cp -r dist/{klib,konan,tools} $installdir/usr/share/kotlin-native/
sed -i "2r $pkgfiles/java-shim.txt" $installdir/usr/share/kotlin-native/bin/run_konan
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -30,7 +30,6 @@
<Path fileType="executable">/usr/bin/klib</Path>
<Path fileType="executable">/usr/bin/konan-lldb</Path>
<Path fileType="executable">/usr/bin/konanc</Path>
- <Path fileType="executable">/usr/bin/kotlinc</Path>
<Path fileType="executable">/usr/bin/kotlinc-native</Path>
<Path fileType="executable">/usr/bin/run_konan</Path>
<Path fileType="data">/usr/share/kotlin-native/bin/cinterop</Path>
@@ -39,7 +38,6 @@
<Path fileType="data">/usr/share/kotlin-native/bin/klib</Path>
<Path fileType="data">/usr/share/kotlin-native/bin/konan-lldb</Path>
<Path fileType="data">/usr/share/kotlin-native/bin/konanc</Path>
- <Path fileType="data">/usr/share/kotlin-native/bin/kotlinc</Path>
<Path fileType="data">/usr/share/kotlin-native/bin/kotlinc-native</Path>
<Path fileType="data">/usr/share/kotlin-native/bin/run_konan</Path>
<Path fileType="data">/usr/share/kotlin-native/klib/common/org.jetbrains.kotlinx.kotlinx-cli/default/ir/bodies.knb</Path>
@@ -2935,8 +2933,8 @@
</Files>
</Package>
<History>
- <Update release="13">
- <Date>2021-02-27</Date>
+ <Update release="14">
+ <Date>2021-03-17</Date>
<Version>1.4.31</Version>
<Comment>Packaging update</Comment>
<Name>Campbell Jones</Name>

File Metadata

Mime Type
text/plain
Expires
May 15 2023, 10:46 PM (12 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5791485
Default Alt Text
D10711.id26090.diff (3 KB)

Event Timeline