mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libArcus: update to 3.6.0
This commit is contained in:
parent
afdfdf9991
commit
06d101eca8
2 changed files with 4 additions and 22 deletions
|
@ -1,18 +0,0 @@
|
||||||
When cross compiling in void, FIND_FILE fails to find the python
|
|
||||||
script used to configure SIP.
|
|
||||||
|
|
||||||
diff --git cmake/FindSIP.cmake cmake/FindSIP.cmake
|
|
||||||
--- cmake/FindSIP.cmake
|
|
||||||
+++ cmake/FindSIP.cmake
|
|
||||||
@@ -37,10 +37,8 @@ IF(SIP_VERSION)
|
|
||||||
SET(SIP_FOUND TRUE)
|
|
||||||
ELSE(SIP_VERSION)
|
|
||||||
|
|
||||||
- FIND_FILE(_find_sip_py FindSIP.py PATHS ${CMAKE_MODULE_PATH})
|
|
||||||
-
|
|
||||||
SET(ENV{PYTHONPATH} ${CMAKE_INSTALL_PREFIX}/${PYTHON_SITE_PACKAGES_DIR})
|
|
||||||
- EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} ${_find_sip_py}
|
|
||||||
+ EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/cmake/FindSIP.py
|
|
||||||
OUTPUT_VARIABLE sip_config
|
|
||||||
RESULT_VARIABLE sip_config_returncode)
|
|
||||||
IF(sip_config_returncode EQUAL 0)
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'libArcus'
|
# Template file for 'libArcus'
|
||||||
pkgname=libArcus
|
pkgname=libArcus
|
||||||
version=3.4.1
|
version=3.6.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_EXAMPLES=OFF"
|
configure_args="-DBUILD_EXAMPLES=OFF"
|
||||||
hostmakedepends="protobuf python3-sip-devel"
|
hostmakedepends="protobuf python3-sip-devel"
|
||||||
makedepends="protobuf-devel python3-devel"
|
makedepends="protobuf-devel python3-devel python3-sip-devel"
|
||||||
depends="python3-sip"
|
depends="python3-sip"
|
||||||
short_desc="Communication library for Ultimaker software components"
|
short_desc="Communication library for Ultimaker software components"
|
||||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://github.com/Ultimaker/libArcus"
|
homepage="https://github.com/Ultimaker/libArcus"
|
||||||
distfiles="https://github.com/Ultimaker/libArcus/archive/${version}.tar.gz"
|
distfiles="https://github.com/Ultimaker/libArcus/archive/${version}.tar.gz"
|
||||||
checksum=c72e20bf7dc95fb5d2b2fd8c7773e40feca3c5cdf894a35f7e03effb4249503a
|
checksum=d9dee21a558e3a13b23f5ee5f264e08ec8f231a0b6a6354f6eabb081a9e5da9f
|
||||||
|
|
||||||
libArcus-devel_package() {
|
libArcus-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue