Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 529274 Details for
Bug 648130
media-gfx/cura-3.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Cura 3.3 ebuild
cura-3.3.ebuild (text/plain), 1.45 KB, created by
qwertyqwertyq
on 2018-05-01 18:30:51 UTC
(
hide
)
Description:
Cura 3.3 ebuild
Filename:
MIME Type:
Creator:
qwertyqwertyq
Created:
2018-05-01 18:30:51 UTC
Size:
1.45 KB
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI="6" > >PYTHON_COMPAT=( python3_{4,5,6} ) >inherit cmake-utils fdo-mime gnome2-utils python-single-r1 > >MY_PN=Cura >MY_PV=${PV/_beta} >#MY_PV=${PV} > >DESCRIPTION="A 3D model slicing application for 3D printing" >HOMEPAGE="https://github.com/Ultimaker/Cura" >SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" >#https://github.com/Ultimaker/Cura/archive/3.0.tar.gz > >LICENSE="AGPL-3+" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="+usb" >REQUIRED_USE="${PYTHON_REQUIRED_USE}" > >RDEPEND="${PYTHON_DEPS} > dev-libs/libarcus:=[python,${PYTHON_USEDEP}] > dev-python/uranium[${PYTHON_USEDEP}] > sci-libs/scipy[${PYTHON_USEDEP}] > usb? ( dev-python/pyserial[${PYTHON_USEDEP}] ) > ~media-gfx/curaengine-${MY_PV} > ~dev-libs/libsavitar-${MY_PV}" >DEPEND="${RDEPEND} > sys-devel/gettext" > >S="${WORKDIR}/${MY_PN}-${MY_PV}" >DOCS=( README.md ) > >src_configure() { > local mycmakeargs=( > -DPYTHON_SITE_PACKAGES_DIR="$(python_get_sitedir)" ) > cmake-utils_src_configure >} > >src_compile() { > cmake-utils_src_compile >} > >src_install() { > cmake-utils_src_install > doicon icons/*.png > python_optimize "${D}${get_libdir}" >} > >pkg_preinst() { > gnome2_icon_savelist >} > >pkg_postinst() { > fdo-mime_desktop_database_update > fdo-mime_mime_database_update > gnome2_icon_cache_update >} > >pkg_postrm() { > fdo-mime_desktop_database_update > fdo-mime_mime_database_update > gnome2_icon_cache_update >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 648130
:
520118
|
520120
|
520122
|
520124
|
520126
|
520128
|
520132
|
521366
|
529264
|
529266
|
529268
|
529270
|
529272
| 529274