From ec14342e4479f8e51f36d8305e34b39d4b69cfe3 Mon Sep 17 00:00:00 2001 From: Piraty Date: Thu, 26 Nov 2020 18:42:04 +0100 Subject: [PATCH] acfgfs: update to 0.6.0. --- srcpkgs/acfgfs/patches/find-pkgconfig.patch | 18 ++++++++++++++++++ srcpkgs/acfgfs/template | 8 +++++--- 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/acfgfs/patches/find-pkgconfig.patch diff --git a/srcpkgs/acfgfs/patches/find-pkgconfig.patch b/srcpkgs/acfgfs/patches/find-pkgconfig.patch new file mode 100644 index 00000000000..6e0519d7518 --- /dev/null +++ b/srcpkgs/acfgfs/patches/find-pkgconfig.patch @@ -0,0 +1,18 @@ +commit 55e0712681c12d641c3bcfcb47eae2674f17e6b0 +Author: bjornstahl +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) diff --git a/srcpkgs/acfgfs/template b/srcpkgs/acfgfs/template index cc139b5939a..c1119df9119 100644 --- a/srcpkgs/acfgfs/template +++ b/srcpkgs/acfgfs/template @@ -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 " 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)