mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-24 04:21:25 +02:00
Removed temp stuff from sweethome3d ebuild.
This commit is contained in:
@@ -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
|
||||
# }
|
||||
|
||||
Reference in New Issue
Block a user