acfgfs: update to 0.6.0.1.
This commit is contained in:
parent
2125c9a10d
commit
f6ae9505a8
|
@ -1,18 +0,0 @@
|
|||
commit 55e0712681c12d641c3bcfcb47eae2674f17e6b0
|
||||
Author: bjornstahl <arcanfe@nospam>
|
||||
Date: Fri Nov 27 18:37:40 2020 +0100
|
||||
|
||||
(build) find_sse/-DENABLE_SIMD=OFF + acfg pkgtool
|
||||
|
||||
diff --git a/src/tools/acfgfs/CMakeLists.txt b/src/tools/acfgfs/CMakeLists.txt
|
||||
index 77f19475..4c151ef7 100644
|
||||
--- a/src/tools/acfgfs/CMakeLists.txt
|
||||
+++ b/src/tools/acfgfs/CMakeLists.txt
|
||||
@@ -6,6 +6,7 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
add_definitions(-D_DEBUG)
|
||||
endif()
|
||||
|
||||
+find_package(PkgConfig REQUIRED)
|
||||
find_package(arcan_shmif REQUIRED)
|
||||
pkg_check_modules(FUSE3 REQUIRED fuse3)
|
||||
find_package(Math REQUIRED)
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'acfgfs'
|
||||
# !! keep synced with arcan
|
||||
pkgname=acfgfs
|
||||
version=0.6.0
|
||||
version=0.6.0.1
|
||||
revision=1
|
||||
wrksrc=arcan-${version}
|
||||
build_wrksrc=src/tools/acfgfs
|
||||
|
@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://arcan-fe.com"
|
||||
distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
|
||||
checksum=7b7aeb0fa6b89b7e3779d2e078b626566bdfa86c756d7ea1cc4f84b9e60d16a0
|
||||
checksum=7ae00a9dee79f9b58ac2bacbf532ff0631280297cfde30e8996382a3f42a52ed
|
||||
patch_args="-Np1"
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
|
|
Loading…
Reference in New Issue