mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libSavitar: remove package
This package is sorely outdated and only supports the now-removed cura.
This commit is contained in:
parent
de670c4e00
commit
1291159869
4 changed files with 3 additions and 36 deletions
|
@ -1 +0,0 @@
|
||||||
libSavitar
|
|
|
@ -1 +0,0 @@
|
||||||
libSavitar
|
|
|
@ -1,34 +0,0 @@
|
||||||
# Template file for 'libSavitar'
|
|
||||||
pkgname=libSavitar
|
|
||||||
version=4.13.1
|
|
||||||
revision=3
|
|
||||||
build_style=cmake
|
|
||||||
hostmakedepends="python3 python3-setuptools"
|
|
||||||
makedepends="python3-sip-devel python3-devel pugixml-devel"
|
|
||||||
short_desc="C++ implementation of 3mf loading"
|
|
||||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
|
||||||
license="LGPL-3.0-or-later"
|
|
||||||
homepage="https://github.com/Ultimaker/libSavitar"
|
|
||||||
distfiles="https://github.com/Ultimaker/libSavitar/archive/${version}.tar.gz"
|
|
||||||
checksum=0bd50f54d557bed70f2c8420405c690b819b287156e81e10b6f51651cebce2e9
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" python3-sip-devel"
|
|
||||||
fi
|
|
||||||
|
|
||||||
libSavitar-devel_package() {
|
|
||||||
depends="libSavitar-${version}_${revision}"
|
|
||||||
short_desc+=" - development files"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/include
|
|
||||||
vmove usr/lib/cmake
|
|
||||||
vmove "usr/lib/*.so"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
libSavitar-python3_package() {
|
|
||||||
short_desc+=" - Python3 bindings"
|
|
||||||
pkg_install() {
|
|
||||||
vmove ${py3_sitelib}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -343,6 +343,9 @@ replaces="
|
||||||
libArcus-devel<=4.13.1_8
|
libArcus-devel<=4.13.1_8
|
||||||
libArcus-python3<=4.13.1_8
|
libArcus-python3<=4.13.1_8
|
||||||
libCharon<=4.13.0_3
|
libCharon<=4.13.0_3
|
||||||
|
libSavitar<=4.13.1_3
|
||||||
|
libSavitar-devel<=4.13.1_3
|
||||||
|
libSavitar-python3<=4.13.1_3
|
||||||
libXevie<=1.0.3_8
|
libXevie<=1.0.3_8
|
||||||
libXfontcache<=1.0.5_2
|
libXfontcache<=1.0.5_2
|
||||||
libXxf86misc<=1.0.4_1
|
libXxf86misc<=1.0.4_1
|
||||||
|
|
Loading…
Add table
Reference in a new issue