diff options
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/ghc_filesystem/cmake_project_version.patch | 31 | ||||
-rw-r--r-- | libraries/ghc_filesystem/ghc_filesystem.SlackBuild | 3 | ||||
-rw-r--r-- | libraries/ghc_filesystem/ghc_filesystem.info | 6 |
3 files changed, 4 insertions, 36 deletions
diff --git a/libraries/ghc_filesystem/cmake_project_version.patch b/libraries/ghc_filesystem/cmake_project_version.patch deleted file mode 100644 index 7ff8fe83922a1..0000000000000 --- a/libraries/ghc_filesystem/cmake_project_version.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- a/CMakeLists.txt 2022-06-26 22:21:15.977039733 +0200 -+++ b/CMakeLists.txt 2022-06-26 22:20:35.782042699 +0200 -@@ -1,5 +1,8 @@ - cmake_minimum_required(VERSION 3.7.2) --project(ghcfilesystem) -+project( -+ ghcfilesystem, -+ VERSION 1.5.12 -+) - - if (POLICY CMP0077) - cmake_policy(SET CMP0077 NEW) -@@ -70,7 +73,16 @@ - "${PROJECT_BINARY_DIR}/cmake/ghc_filesystem-config.cmake" - INSTALL_DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/ghc_filesystem" - PATH_VARS CMAKE_INSTALL_INCLUDEDIR) -- install(FILES "${PROJECT_BINARY_DIR}/cmake/ghc_filesystem-config.cmake" -- DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/ghc_filesystem") -+ write_basic_package_version_file( -+ "${PROJECT_BINARY_DIR}/cmake/ghc_filesystem-config-version.cmake" -+ VERSION ${PROJECT_VERSION} -+ COMPATIBILITY SameMajorVersion -+ ) -+ install( -+ FILES -+ "${PROJECT_BINARY_DIR}/cmake/ghc_filesystem-config.cmake" -+ "${PROJECT_BINARY_DIR}/cmake/ghc_filesystem-config-version.cmake" -+ DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/ghc_filesystem" -+ ) - add_library(ghcFilesystem::ghc_filesystem ALIAS ghc_filesystem) - endif() diff --git a/libraries/ghc_filesystem/ghc_filesystem.SlackBuild b/libraries/ghc_filesystem/ghc_filesystem.SlackBuild index 4f11f863d9729..48fdc34e816c7 100644 --- a/libraries/ghc_filesystem/ghc_filesystem.SlackBuild +++ b/libraries/ghc_filesystem/ghc_filesystem.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ghc_filesystem -VERSION=${VERSION:-1.5.12} +VERSION=${VERSION:-1.5.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -62,7 +62,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -cat $CWD/cmake_project_version.patch | patch -Np1 mkdir -p build cd build diff --git a/libraries/ghc_filesystem/ghc_filesystem.info b/libraries/ghc_filesystem/ghc_filesystem.info index e931cccca4925..453c21e0b93dd 100644 --- a/libraries/ghc_filesystem/ghc_filesystem.info +++ b/libraries/ghc_filesystem/ghc_filesystem.info @@ -1,8 +1,8 @@ PRGNAM="ghc_filesystem" -VERSION="1.5.12" +VERSION="1.5.14" HOMEPAGE="https://github.com/gulrak/filesystem" -DOWNLOAD="https://github.com/gulrak/filesystem/archive/v1.5.12/filesystem-1.5.12.tar.gz" -MD5SUM="88ebdd8120216ddd3ca7be99310a7310" +DOWNLOAD="https://github.com/gulrak/filesystem/archive/v1.5.14/filesystem-1.5.14.tar.gz" +MD5SUM="bbd0250475eb1dbb54e9fc162126d1df" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |