Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11047530
D8957.id21593.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
D8957.id21593.diff
View Options
diff --git a/files/java-jar.desktop b/files/java-8-jar.desktop
rename from files/java-jar.desktop
rename to files/java-8-jar.desktop
--- a/files/java-jar.desktop
+++ b/files/java-8-jar.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=OpenJDK Java 8 Runtime
Comment=OpenJDK Java 8 Runtime
-Exec=/usr/bin/java -jar %f
+Exec=/usr/lib64/openjdk-8/bin/java -jar %f
Terminal=false
Type=Application
Icon=openjdk-8
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : openjdk-8
version : 8.232
-release : 18
+release : 19
source :
- https://getsol.us/sources/java/jdk8u232-ga.tar.bz2 : 23abb7e548611b19fc24802165d27d217657d6648b4688573a0430168e86ea77
- https://getsol.us/sources/java/corba-u232-ga.tar.bz2 : 9958a19a9064a18e4cf249734ff1c03ad30444bff277d560027d02b8be5c3a68
@@ -40,6 +40,7 @@
# Now configure
SANEFLAGS="-std=c++98 -Wno-error -fno-delete-null-pointer-checks -fno-lifetime-dse"
bash ./configure --prefix="$installdir/usr" \
+ --with-boot-jdk="/usr/lib64/openjdk-8/" \
--with-update-version=232 \
--with-build-number=ga \
--with-milestone=solus \
@@ -85,8 +86,8 @@
mv -f $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' {} \;
- # Add java-jar.desktop into usable apps
- install -Dm00644 $pkgfiles/java-jar.desktop -t $installdir/usr/share/applications
+ # Add java-8-jar.desktop into usable apps
+ install -Dm00644 $pkgfiles/java-8-jar.desktop -t $installdir/usr/share/applications
# Symlink header files (because some apps look for them in $JAVA_HOME)
ln -s /usr/include/openjdk-8 $installdir/usr/lib64/openjdk-8/include
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>openjdk-8</Name>
<Packager>
- <Name>Fabio Forni</Name>
- <Email>livingsilver94.solus@redaril.me</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Packager>
<License>GPL-2.0-with-classpath-exception</License>
<PartOf>programming.java</PartOf>
@@ -627,7 +627,7 @@
<Path fileType="library">/usr/lib64/openjdk-8/sample/try-with-resources/src/Unzip.java</Path>
<Path fileType="library">/usr/lib64/openjdk-8/sample/try-with-resources/src/ZipCat.java</Path>
<Path fileType="library">/usr/lib64/openjdk-8/src.zip</Path>
- <Path fileType="data">/usr/share/applications/java-jar.desktop</Path>
+ <Path fileType="data">/usr/share/applications/java-8-jar.desktop</Path>
<Path fileType="man">/usr/share/man/ja/man1/appletviewer-8.1</Path>
<Path fileType="man">/usr/share/man/ja/man1/extcheck-8.1</Path>
<Path fileType="man">/usr/share/man/ja/man1/idlj-8.1</Path>
@@ -717,7 +717,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="18">openjdk-8</Dependency>
+ <Dependency release="19">openjdk-8</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/openjdk-8/classfile_constants.h</Path>
@@ -732,12 +732,12 @@
</Files>
</Package>
<History>
- <Update release="18">
- <Date>2020-05-13</Date>
+ <Update release="19">
+ <Date>2020-05-30</Date>
<Version>8.232</Version>
<Comment>Packaging update</Comment>
- <Name>Fabio Forni</Name>
- <Email>livingsilver94.solus@redaril.me</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 3:31 PM (3 h, 3 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5793506
Default Alt Text
D8957.id21593.diff (3 KB)
Attached To
Mode
D8957: Make java-jar.desktop compatible with multiple JDKs
Attached
Detach File
Event Timeline
Log In to Comment