mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
sci-physics/ovito: new package, add 3.10.1
Signed-off-by: Denis Strizhkin <strdenis02@gmail.com>
This commit is contained in:
2
sci-physics/ovito/Manifest
Normal file
2
sci-physics/ovito/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST logo_rgb-768x737.png 203649 BLAKE2B db797ac474fa9a9da838446cc97b30a6c4c05e141706e695a762f915d9c21e3bd8624851e10e41782aeb0c7bee37b606ebd8485b4c58d4c1654aa201af6feb13 SHA512 1afe91e9634a6574ba58535cb9b636b63daa02d9157f50d9c5c959c9da151e9635ca73d0616fd8ccac2e7742f2289a6eba05e62b206baee4f738c53526ec4bb8
|
||||
DIST ovito-v3.10.1.tar.bz2 60090909 BLAKE2B 165ed02213b645aad8a6e5c0745ec60c4517d52ef682511e3f7cda17fc590a96eb3bf06ebdcd402faaabbeb3215facb515272235fc9a1d33bb4740ecac51adc3 SHA512 5e04ed9ac5d3adc77ba11ce416ae7facbcff02ec675712782eb19192eed84567ae880d6038a59b7ace69ceb239591eade065bf5facdf5d07473a2d9c02a6b0a9
|
||||
10
sci-physics/ovito/files/ovito.desktop
Normal file
10
sci-physics/ovito/files/ovito.desktop
Normal file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=OVITO
|
||||
Comment=Open Visualization Tool
|
||||
Exec=ovito
|
||||
Icon=ovito
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
Categories=Education;Science;
|
||||
7
sci-physics/ovito/metadata.xml
Normal file
7
sci-physics/ovito/metadata.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<remote-id type="gitlab">stuko/ovito</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
40
sci-physics/ovito/ovito-3.10.1.ebuild
Normal file
40
sci-physics/ovito/ovito-3.10.1.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
EAPI=8
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
|
||||
DESCRIPTION="Open Visualization Tool"
|
||||
HOMEPAGE="https://www.ovito.org"
|
||||
|
||||
ICON="logo_rgb-768x737.png"
|
||||
|
||||
SRC_URI="
|
||||
https://gitlab.com/stuko/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
|
||||
https://www.ovito.org/wp-content/uploads/${ICON}
|
||||
"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
|
||||
inherit cmake desktop
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtbase:6[gui]
|
||||
dev-qt/qtsvg:6
|
||||
sci-libs/hdf5
|
||||
dev-libs/boost
|
||||
sci-libs/netcdf
|
||||
media-video/ffmpeg
|
||||
virtual/opengl
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
|
||||
domenu "${FILESDIR}/ovito.desktop"
|
||||
newicon "${DISTDIR}/${ICON}" ovito.png
|
||||
}
|
||||
Reference in New Issue
Block a user