@Szleaves I updated jcef
package to dev
branch, which relies on upstream's cef
binary instead of jetbrain's, and can be build normally.
Search Criteria
Package Base Details: java17-jetbrains-imfix
Package Actions
Git Clone URL: | https://aur.archlinux.org/java17-jetbrains-imfix.git (read-only, click to copy) |
---|---|
Submitter: | huyz |
Maintainer: | huyz |
Last Packager: | huyz |
Votes: | 4 |
Popularity: | 0.83 |
First Submitted: | 2022-03-14 11:40 (UTC) |
Last Updated: | 2023-03-29 05:12 (UTC) |
Packages (2)
huyz commented on 2022-10-10 14:51 (UTC)
huyz commented on 2022-10-10 14:49 (UTC)
If you failed to build b629.2
or newer, upgrade your jcef
first.
Szleaves commented on 2022-10-06 12:03 (UTC) (edited on 2022-10-06 12:04 (UTC) by Szleaves)
package cef-jetbrains-bin-git
need change CMakeLists.txt
set the CEF_VERSION
to the old one
- set(CEF_VERSION "98.3.42+gf00e174+chromium-98.0.4758.102")
+ set(CEF_VERSION "98.3.34+g97a5ae6+chromium-98.0.4758.102")
use makepkg -i
to build and install it, then install jdk17-jetbrains-imfix
normally
huyz commented on 2022-07-30 07:48 (UTC)
@cdm It's upstream's fault.
Upstream updates jcef
's CMakeLists
to download the new cef
binary, but they does not upload the new cef
binary.
So you can either build cef
by yourself (by install cef-jetbrains-git
from AUR), or manually install old cef-jetbrains-bin-git
by download old CMakeLists
from jcef
's repository.
cdm commented on 2022-07-29 09:55 (UTC)
Archive: cef.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of cef.zip or cef.zip.zip, and cannot find cef.zip.ZIP, period. ==> 错误: 在 package() 中发生一个错误。 正在放弃... -> 生成时出错: cef-jetbrains-bin-git
edward-p commented on 2022-03-24 08:18 (UTC)
more --add-opens and --add-exports
-Dsun.java2d.metal=true
--add-opens=java.desktop/java.awt.event=ALL-UNNAMED
--add-opens=java.desktop/sun.font=ALL-UNNAMED
--add-opens=java.desktop/java.awt=ALL-UNNAMED
--add-opens=java.desktop/sun.awt=ALL-UNNAMED
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.util=ALL-UNNAMED
--add-opens=java.desktop/javax.swing=ALL-UNNAMED
--add-opens=java.desktop/sun.swing=ALL-UNNAMED
--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED
--add-opens=java.desktop/java.awt.peer=ALL-UNNAMED
--add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED
--add-opens=java.desktop/sun.awt.X11=ALL-UNNAMED
--add-opens=java.desktop/sun.awt.datatransfer=ALL-UNNAMED
--add-exports=java.desktop/sun.font=ALL-UNNAMED
--add-exports=java.desktop/sun.awt.X11=ALL-UNNAMED
--add-exports=java.desktop/sun.awt.datatransfer=ALL-UNNAMED
Pinned Comments
huyz commented on 2022-10-10 14:49 (UTC)
If you failed to build
b629.2
or newer, upgrade yourjcef
first.