mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
Uranium: update to 3.0.3.
This commit is contained in:
parent
276d566ab6
commit
088e5651eb
2 changed files with 4 additions and 20 deletions
|
@ -1,16 +0,0 @@
|
||||||
diff --git CMakeLists.txt CMakeLists.txt
|
|
||||||
--- CMakeLists.txt
|
|
||||||
+++ CMakeLists.txt
|
|
||||||
@@ -45,11 +45,7 @@ add_custom_target(extract-messages ${CMAKE_SOURCE_DIR}/scripts/extract-messages
|
|
||||||
# Build Translations
|
|
||||||
CREATE_TRANSLATION_TARGETS()
|
|
||||||
|
|
||||||
-if(APPLE OR WIN32)
|
|
||||||
- install(DIRECTORY UM DESTINATION lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
|
|
||||||
-else()
|
|
||||||
- install(DIRECTORY UM DESTINATION lib/python${PYTHON_VERSION_MAJOR}/dist-packages)
|
|
||||||
-endif()
|
|
||||||
+install(DIRECTORY UM DESTINATION lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
|
|
||||||
install(FILES ${CMAKE_SOURCE_DIR}/cmake/UraniumTranslationTools.cmake
|
|
||||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/cmake-${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}/Modules/ )
|
|
||||||
install(DIRECTORY resources DESTINATION ${CMAKE_INSTALL_DATADIR}/uranium)
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'Uranium'
|
# Template file for 'Uranium'
|
||||||
pkgname=Uranium
|
pkgname=Uranium
|
||||||
version=2.7.0
|
version=3.0.3
|
||||||
revision=2
|
revision=1
|
||||||
python_version=3
|
python_version=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -11,7 +11,7 @@ depends="libArcus-python3 python3-numpy python3-PyQt5 python3-PyQt5-quick
|
||||||
qt5-quickcontrols"
|
qt5-quickcontrols"
|
||||||
short_desc="A Python framework for building Desktop applications"
|
short_desc="A Python framework for building Desktop applications"
|
||||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||||
license="AGPL-3"
|
license="LGPL-3"
|
||||||
homepage="https://github.com/Ultimaker/Uranium"
|
homepage="https://github.com/Ultimaker/Uranium"
|
||||||
distfiles="https://github.com/Ultimaker/Uranium/archive/${version}.tar.gz"
|
distfiles="https://github.com/Ultimaker/Uranium/archive/${version}.tar.gz"
|
||||||
checksum=367a6408413bd5cfd8121745f2ae0d855ac0895c7c14326bfd4c9227223ed87b
|
checksum=6021d5843fa0b09c13c41dee1c04a71fa9ff9090fa73f7e0430a77822e621cb1
|
||||||
|
|
Loading…
Add table
Reference in a new issue