acfgfs: update to 0.6.0.

This commit is contained in:
Piraty 2020-11-26 18:42:04 +01:00 committed by Piraty
parent 96985d8c72
commit ec14342e44
2 changed files with 23 additions and 3 deletions

View File

@ -0,0 +1,18 @@
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)

View File

@ -1,18 +1,20 @@
# Template file for 'acfgfs'
# needs to be synced with the arcan package
# !! keep synced with arcan
pkgname=acfgfs
version=0.5.5.2
version=0.6.0
revision=1
wrksrc=arcan-${version}
build_wrksrc=src/tools/acfgfs
build_style=cmake
hostmakedepends="pkg-config"
makedepends="arcan-devel fuse3-devel"
short_desc="Configuration file system for Arcan"
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=a5f775789e22f6a4f16742ae9375bb5b7999aab83398adeab2bdc3f70c321cc0
checksum=7b7aeb0fa6b89b7e3779d2e078b626566bdfa86c756d7ea1cc4f84b9e60d16a0
patch_args="-Np1"
case "${XBPS_TARGET_MACHINE}" in
i686|armv6l|armv7l|ppc)