diff --git a/srcpkgs/aclip/patches/0001-build-add-missing-include-after-c80cd084921c-254.patch b/srcpkgs/aclip/patches/0001-build-add-missing-include-after-c80cd084921c-254.patch deleted file mode 100644 index 3d717f710fb..00000000000 --- a/srcpkgs/aclip/patches/0001-build-add-missing-include-after-c80cd084921c-254.patch +++ /dev/null @@ -1,57 +0,0 @@ -From f1ff13a78c8a9c07d962335cfdf900cb5e6e2218 Mon Sep 17 00:00:00 2001 -From: Jan Beich -Date: Sat, 16 Jul 2022 19:39:04 +0000 -Subject: [PATCH] (build) add missing include after c80cd084921c (#254) - -===> Checking for items in STAGEDIR missing from pkg-plist -Error: Orphaned: /man1/aclip.1 -===> Checking for items in pkg-plist which are not in STAGEDIR -Error: Missing: share/man/man1/aclip.1.gz ---- - src/tools/acfgfs/CMakeLists.txt | 2 ++ - src/tools/aclip/CMakeLists.txt | 2 ++ - src/tools/aloadimage/CMakeLists.txt | 2 ++ - 3 files changed, 6 insertions(+) - -diff --git a/src/tools/acfgfs/CMakeLists.txt b/src/tools/acfgfs/CMakeLists.txt -index ca1a4e2d..7cdffc9b 100644 ---- a/src/tools/acfgfs/CMakeLists.txt -+++ b/src/tools/acfgfs/CMakeLists.txt -@@ -14,6 +14,8 @@ find_package(RT REQUIRED) - find_package(Threads REQUIRED) - find_package(DL REQUIRED) - -+include(GNUInstallDirs) # CMAKE_INSTALL_MANDIR -+ - add_definitions( - -Wall - -D__UNIX -diff --git a/src/tools/aclip/CMakeLists.txt b/src/tools/aclip/CMakeLists.txt -index 30dee001..615852ea 100644 ---- a/src/tools/aclip/CMakeLists.txt -+++ b/src/tools/aclip/CMakeLists.txt -@@ -17,6 +17,8 @@ find_package(RT REQUIRED) - find_package(Threads REQUIRED) - find_package(DL REQUIRED) - -+include(GNUInstallDirs) # CMAKE_INSTALL_MANDIR -+ - add_definitions( - -Wall - -D__UNIX -diff --git a/src/tools/aloadimage/CMakeLists.txt b/src/tools/aloadimage/CMakeLists.txt -index b9bce35e..ced8f2c9 100644 ---- a/src/tools/aloadimage/CMakeLists.txt -+++ b/src/tools/aloadimage/CMakeLists.txt -@@ -19,6 +19,8 @@ find_package(DL REQUIRED) - find_package(Threads REQUIRED) - find_package(Sanitizers REQUIRED) - -+include(GNUInstallDirs) # CMAKE_INSTALL_MANDIR -+ - SET(LIBRARIES - Math::Math - RT::RT --- -2.37.1 - diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template index 89a65d336de..703f0116a67 100644 --- a/srcpkgs/aclip/template +++ b/srcpkgs/aclip/template @@ -1,7 +1,7 @@ # Template file for 'aclip' # !! keep synced with arcan pkgname=aclip -version=0.6.2 +version=0.6.2.1 revision=1 build_wrksrc=src/tools/aclip build_style=cmake @@ -11,7 +11,7 @@ maintainer="Piraty " license="BSD-3-Clause" homepage="https://arcan-fe.com/" distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz" -checksum=635c447c341c7b803fd13317d3027ce438e8965803943a213a8f4409352d889c +checksum=7bf083412bc61555472877313c13116431a0a36fccbf142f97559db43b4a1475 post_install() { vlicense ../../../COPYING