1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-01-04 04:44:13 +01:00

Removed temp stuff from sweethome3d ebuild.

This commit is contained in:
2024-04-13 21:20:28 +02:00
parent 1af2fd581e
commit 2ab1930959
2 changed files with 1 additions and 53 deletions

View File

@@ -1,2 +1,2 @@
DIST SweetHome3D-7.3-linux-x64.tgz 71723029 BLAKE2B f520fc5a5faaa2cfc52a0ad083821facc252d2ab845e8a6bbd53e19d5aade0f6c2548f38d7ee10ee21f389a28f8fd145c160ac6cb10f7047a4725414e2724034 SHA512 c28e2cfdd9ab02436e58347180f19f0987100b4ac01b4b8eedec8e9eb706dbe644171ffc61c881e3ed53127832f388d36a0e4a5cf4f440c9bf9bbb3298c34c4c
EBUILD sweethome3d-bin-7.3.ebuild 3280 BLAKE2B 338be6db91a7dae684e47235253fb6cc68459b6998dbfc3533eaabc5097c4e27bf4c3b9c0514c7c8dc5812559f1d243373f4bbf2df17dbd387b84b5812379d95 SHA512 038d29d8ada59f600df14b7f2f5c334f81c9d213ff834d15aee9dd83647381fe462181e05626ebf472a55a15c81064819bce6d37a3746bf57fa2ea764248f84d
EBUILD sweethome3d-bin-7.3.ebuild 1410 BLAKE2B 4fbc6ccd4b71898a90395f8afc34b6980dbd4b46412535afbada370405f9bc3adfe699cc6c42f020fe764e5e4aa4c87ecbc95ad8c0c175f7910e47021ba93f13 SHA512 27fef6a878a6ec8ff8aa69ee5bc3f7698d16d3034bfd27c73f94ebc613334762fecd3b04f822c8f37b1c6cb3b258edc0c96c41f4fa08f2aea5bdeb0b83681f82

View File

@@ -53,55 +53,3 @@ src_install() {
"${inst_path}/runtime/bin/java"
}
#
#
#
#
# REAL_PN="SweetHome3D"
#
# DESCRIPTION="Sweet Home 3D is a free interior design application."
# HOMEPAGE="https://sweethome3d.com/"
# SRC_URI="
# amd64? ( mirror://sourceforge/sweethome3d/${REAL_PN}-${PV}-linux-x64.tgz )
# x86? ( mirror://sourceforge/sweethome3d/${REAL_PN}-${PV}-linux-x86.tgz )
# "
# LICENSE="GPL-3"
# IUSE="gtk3"
# SLOT="0"
# KEYWORDS="~amd64 ~x86"
#
# RDEPEND="virtual/jre"
#
# # QA_PREBUILT="*java3d.*.so"
#
# src_prepare() {
# rm THIRDPARTY-LICENSE-* LICENSE.TXT COPYING.TXT || die
# rm -r lib/java3d-* || die # or maybe remove another ones, and keep it?
# rm -r runtime || die # bundled JRE
# rm "${REAL_PN}"{,-Java3D*} || die # upstream-generated wrappers
#
# # mv "${REAL_PN}Icon.png" "${REAL_PN}.png"
# default
# }
#
# src_install() {
# inst_path="/usr/share/${PF}"
# clp=$(find lib -name '*jar' | xargs | sed -e "s@lib/@${inst_path}/lib/@g" -e "s@ @:@g")
# java_vars=( "\${JAVA_HOME}/bin/java" "\${_JAVA_OPTIONS}" )
#
# use gtk3 && java_vars+=( "-Dawt.useSystemAAFontSettings=gasp -Dswing.aatext=true -Dsun.java2d.xrender=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel" )
#
# insinto "${inst_path}"
# doins -r *
#
# # make_wrapper "${REAL_PN}" "${java_vars[*]} -Xmx2g -classpath \"${clp}\" -Djava.library.path=${inst_path}/lib/java3d-1.6 -Djogamp.gluegen.UseTempJarCache=false -Dcom.eteks.sweethome3d.applicationId=SweetHome3D#Installer com.eteks.sweethome3d.SweetHome3D -open"
# make_wrapper "${REAL_PN}" "${java_vars[*]} -Xmx2g -classpath \"${clp}\" -Djava.library.path=${inst_path}/lib:${inst_path}/lib/yafaray -Djogamp.gluegen.UseTempJarCache=false -Dcom.eteks.sweethome3d.applicationId=SweetHome3D#Installer com.eteks.sweethome3d.SweetHome3D -open"
#
# doicon "${REAL_PN}Icon.png"
#
# make_desktop_entry "${REAL_PN}" "${REAL_PN}" "${REAL_PN}"
#
# # dosym "${PN}" /usr/bin/sweethome3d
# }