diff --git a/srcpkgs/bCNC/INSTALL.msg b/srcpkgs/bCNC/INSTALL.msg new file mode 100644 index 0000000000..1ed6f8cd32 --- /dev/null +++ b/srcpkgs/bCNC/INSTALL.msg @@ -0,0 +1,2 @@ +If you would like to enable webcam streaming in bCNC, please install the +libopencv-python3 package. diff --git a/srcpkgs/bcnc/template b/srcpkgs/bCNC/template similarity index 63% rename from srcpkgs/bcnc/template rename to srcpkgs/bCNC/template index c0c7bfb840..054a118ecf 100644 --- a/srcpkgs/bcnc/template +++ b/srcpkgs/bCNC/template @@ -1,20 +1,17 @@ -# Template file for 'bcnc' -pkgname=bcnc -version=0.9.14.303 +# Template file for 'bCNC' +pkgname=bCNC +version=0.9.14.306 revision=1 archs=noarch -wrksrc=bCNC-$version build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy - libopencv-python3" +depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy" short_desc="GRBL CNC command sender, autoleveler and g-code editor" maintainer="Urs Schulz " license="GPL-2.0-only" homepage="https://github.com/vlachoudis/bCNC" -distfiles="${PYPI_SITE}/b/bCNC/bCNC-${version}.tar.gz" -checksum=2df238989184179726870559f0531aea1e85ae9369d194bf8dba3638107671d7 -nocross="libopencv-python3 is not cross-compilable" +distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz" +checksum=3af8590e3d2b6320fc1d0db019ba5584736c7a30dd205de531656f6d8f3b04cc post_install() { vmkdir usr/share/applications @@ -23,3 +20,9 @@ post_install() { ln -s "/${py3_sitelib}/bCNC/bCNC.png" "${DESTDIR}/usr/share/pixmaps/" ln -s "bCNC" "${DESTDIR}/usr/bin/bcnc" } + +bcnc_package() { + depends="bCNC>=${version}_${revision}" + short_desc+=" (transitional dummy package)" + build_style=meta +} diff --git a/srcpkgs/bcnc b/srcpkgs/bcnc new file mode 120000 index 0000000000..f70a8d863f --- /dev/null +++ b/srcpkgs/bcnc @@ -0,0 +1 @@ +bCNC \ No newline at end of file