Skip to content

Commit

Permalink
sysutils/kio-fuse: Update to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BSDKaffee committed Jan 14, 2024
1 parent 16feaa0 commit 085d19d
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 63 deletions.
5 changes: 2 additions & 3 deletions sysutils/kio-fuse/Makefile
@@ -1,8 +1,7 @@
PORTNAME= kio-fuse
DISTVERSION= 5.0.1
PORTREVISION= 1
DISTVERSION= 5.1.0
CATEGORIES= sysutils kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
MASTER_SITES= KDE/stable/${PORTNAME}

MAINTAINER= kde@FreeBSD.org
COMMENT= FUSE Interface for KIO
Expand Down
6 changes: 3 additions & 3 deletions sysutils/kio-fuse/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1616667702
SHA256 (kio-fuse-5.0.1.tar.xz) = 66679a8bf68fe60e19f31449f4110d4cf822915b3d245af3c0cd0056081466dd
SIZE (kio-fuse-5.0.1.tar.xz) = 47596
TIMESTAMP = 1705202711
SHA256 (kio-fuse-5.1.0.tar.xz) = 7d104581227d5a19b424b33f4168d181556b1015d6df2218e01a88d64449e94b
SIZE (kio-fuse-5.1.0.tar.xz) = 48820
19 changes: 19 additions & 0 deletions sysutils/kio-fuse/files/patch-CMakeLists.txt
@@ -0,0 +1,19 @@
--- CMakeLists.txt.orig 2024-01-14 03:25:35 UTC
+++ CMakeLists.txt
@@ -72,10 +72,12 @@ ecm_generate_dbus_service_file(
DESTINATION ${KDE_INSTALL_DBUSSERVICEDIR}
)

-if(DEFINED KDE_INSTALL_SYSTEMDUSERUNITDIR)
- ecm_install_configured_files(INPUT kio-fuse.service.in DESTINATION ${KDE_INSTALL_SYSTEMDUSERUNITDIR})
-else()
- ecm_install_configured_files(INPUT kio-fuse.service.in DESTINATION ${SYSTEMD_USER_UNIT_INSTALL_DIR})
+if(CMAKE_SYSTEM_NAME MATCHES "Linux")
+ if(DEFINED KDE_INSTALL_SYSTEMDUSERUNITDIR)
+ ecm_install_configured_files(INPUT kio-fuse.service.in DESTINATION ${KDE_INSTALL_SYSTEMDUSERUNITDIR})
+ else()
+ ecm_install_configured_files(INPUT kio-fuse.service.in DESTINATION ${SYSTEMD_USER_UNIT_INSTALL_DIR})
+ endif()
endif()

feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)

This file was deleted.

This file was deleted.

0 comments on commit 085d19d

Please sign in to comment.