Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11047580
D8786.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D8786.id.diff
View Options
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -20,4 +20,3 @@
libpango-1.0.so.0
libpangoft2-1.0.so.0
libpthread.so.0
-librt.so.1
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : openjfx-8
version : '8.201'
-release : 6
+release : 7
source :
- https://hg.openjdk.java.net/openjfx/8u-dev/rt/archive/8u201-ga.tar.bz2 : a5f69e13deaf36002ab597e3e630fd4e3a7162755245a8762e1a6e5a6e75b848
license : GPL-2.0-or-later WITH Classpath-exception-2.0
@@ -30,16 +30,14 @@
export GRADLE_USER_HOME=$workdir
gradle --no-daemon --stacktrace
install : |
- install -d $installdir/usr/lib64/openjdk-8/bin
- install -m 00755 build/sdk/bin/* $installdir/usr/lib64/openjdk-8/bin
+ install -Dm00755 build/sdk/bin/* -t $installdir/usr/lib64/openjdk-8/bin
- install -d $installdir/usr/lib64/openjdk-8/jre/lib/{amd64,ext}
- install -m 00755 build/sdk/rt/lib/amd64/* $installdir/usr/lib64/openjdk-8/jre/lib/amd64
- install -m 00644 build/sdk/rt/lib/ext/* $installdir/usr/lib64/openjdk-8/jre/lib/ext
- install -m 00644 build/sdk/rt/lib/*.* $installdir/usr/lib64/openjdk-8/jre/lib
+ install -dm00755 $installdir/usr/lib64/openjdk-8/jre
+ cp -a build/sdk/rt/lib $installdir/usr/lib64/openjdk-8/jre
+ cp -a build/sdk/lib $installdir/usr/lib64/openjdk-8
- install -d $installdir/usr/lib64/openjdk-8/lib
- install -m 00644 build/sdk/lib/* $installdir/usr/lib64/openjdk-8/lib
-
- install -d $installdir/usr/share/man/man1
- install -m 00644 build/sdk/man/man1/* $installdir/usr/share/man/man1
+ # Sort out the manpages (with a "-8" suffix)
+ install -dm00755 $installdir/usr/share
+ cp -a build/sdk/man $installdir/usr/share
+ mv $installdir/usr/share/man/ja_JP.UTF-8 $installdir/usr/share/man/ja
+ find $installdir/usr/share/man -type f -exec rename -- .1 -8.1 {} \;
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>openjfx-8</Name>
<Packager>
- <Name>Campbell Jones</Name>
- <Email>dev@serebit.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Packager>
<License>GPL-2.0-or-later WITH Classpath-exception-2.0</License>
<PartOf>programming.java</PartOf>
@@ -42,17 +42,19 @@
<Path fileType="library">/usr/lib64/openjdk-8/lib/ant-javafx.jar</Path>
<Path fileType="library">/usr/lib64/openjdk-8/lib/javafx-mx.jar</Path>
<Path fileType="library">/usr/lib64/openjdk-8/lib/packager.jar</Path>
- <Path fileType="man">/usr/share/man/man1/javafxpackager.1</Path>
- <Path fileType="man">/usr/share/man/man1/javapackager.1</Path>
+ <Path fileType="man">/usr/share/man/ja/man1/javafxpackager-8.1</Path>
+ <Path fileType="man">/usr/share/man/ja/man1/javapackager-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/javafxpackager-8.1</Path>
+ <Path fileType="man">/usr/share/man/man1/javapackager-8.1</Path>
</Files>
</Package>
<History>
- <Update release="6">
- <Date>2019-11-15</Date>
+ <Update release="7">
+ <Date>2020-05-01</Date>
<Version>8.201</Version>
<Comment>Packaging update</Comment>
- <Name>Campbell Jones</Name>
- <Email>dev@serebit.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 3:33 PM (3 h, 3 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5799712
Default Alt Text
D8786.id.diff (3 KB)
Attached To
Mode
D8786: Adapt openjfx-8 for multiple installations
Attached
Detach File
Event Timeline
Log In to Comment