Skip to content

Commit

Permalink
media-gfx/fdm-materials: add 4.12.0
Browse files Browse the repository at this point in the history
Oddly enough, no 4.12.1 upstream.

Signed-off-by: Marek Szuba <[email protected]>
  • Loading branch information
Marek Szuba committed Feb 10, 2022
1 parent 4a975c4 commit 57f2e43
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-gfx/fdm-materials/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST fdm-materials-4.12.0.tar.gz 56076 BLAKE2B bf774ca70cc40da1b8c484198932d0c6bff01a35b5cba6a2e2112fd56b60bb3d51ddca6748716df9fd28c856311f38d13b48aa69f48a5d892e5f5870233d239d SHA512 891ba751dd94d5e733c2b283b39549dbdc075fcacbbc77598cdfcc944a225c9bded3c2f5ba75f5538bccfc8484cf7a7fcab869c199d81c047ac236225220f230
DIST fdm-materials-4.9.1.tar.gz 46874 BLAKE2B 59aed353a7ed8cf1307de491f11a2b550df370553eee4ecfd803c07018f0a04a052653af49edc89a84172148b8ca1dac37a96236744d19d2f53fc320f42586bb SHA512 a615e1a75e0125642c348aeb28a1a52d1a32bec6946c8d4d6788455442cbdb2575326c7331c429df2031f1eb41b790dfd929792b40296262f18150decaf8baed
26 changes: 26 additions & 0 deletions media-gfx/fdm-materials/fdm-materials-4.12.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

MY_PN="fdm_materials"

DESCRIPTION="FDM materials for media-gfx/cura"
HOMEPAGE="https://github.com/Ultimaker/fdm_materials"
SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="embedded"

S="${WORKDIR}/${MY_PN}-${PV}"

src_configure() {
local mycmakeargs=(
-DEMBEDDED=$(usex embedded on off)
)
cmake_src_configure
}

0 comments on commit 57f2e43

Please sign in to comment.