musikcube: update to 0.83.0
This commit is contained in:
parent
d18024b16d
commit
6e42e17f6b
2 changed files with 18 additions and 2 deletions
16
srcpkgs/musikcube/patches/no-strip.patch
Normal file
16
srcpkgs/musikcube/patches/no-strip.patch
Normal file
|
@ -0,0 +1,16 @@
|
|||
Musikcube does some stripping which breaks with a custom build directory,
|
||||
also not necessary as we do stripping ourselves
|
||||
|
||||
diff --git CMakeLists.txt CMakeLists.txt.2
|
||||
index 2dbd1f6e99..35405944b1 100644
|
||||
--- CMakeLists.txt
|
||||
+++ CMakeLists.txt.2
|
||||
@@ -322,8 +322,3 @@ endif()
|
||||
add_custom_target(postbuild ALL DEPENDS musikcube musikcubed)
|
||||
add_custom_command(TARGET postbuild POST_BUILD COMMAND cmake .)
|
||||
|
||||
-# strip binaries in release mode
|
||||
-if (CMAKE_BUILD_TYPE MATCHES Release)
|
||||
- message(STATUS "stripping binaries...")
|
||||
- add_custom_command(TARGET postbuild POST_BUILD COMMAND ./strip-nix.sh)
|
||||
-endif()
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'musikcube'
|
||||
pkgname=musikcube
|
||||
version=0.65.1
|
||||
version=0.83.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DNO_NCURSESW=1 -DENABLE_SNDIO=true"
|
||||
|
@ -13,7 +13,7 @@ maintainer="eater <=@eater.me>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://musikcube.com/"
|
||||
distfiles="https://github.com/clangen/musikcube/archive/${version}.tar.gz"
|
||||
checksum=e847bd71d3852e83a50b6b0a796e88386f61f09f3fb6379c866616edba4c8b72
|
||||
checksum=7841db0358d691fed768d10a7cbb2bfaace85c2a744ad59a65ce581ca972a426
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
armv[56]*|ppc|ppc-musl)
|
||||
|
|
Loading…
Reference in a new issue