diff options
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/krusader2/Makefile | 5 | ||||
-rw-r--r-- | x11-fm/krusader2/files/patch-plugins_krarc_krarc.cpp | 17 | ||||
-rw-r--r-- | x11-fm/thunar/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/thunar/distinfo | 6 |
4 files changed, 26 insertions, 4 deletions
diff --git a/x11-fm/krusader2/Makefile b/x11-fm/krusader2/Makefile index 44486aae19e2..470830fa8b8b 100644 --- a/x11-fm/krusader2/Makefile +++ b/x11-fm/krusader2/Makefile @@ -1,5 +1,6 @@ PORTNAME= krusader DISTVERSION= 2.9.0 +PORTREVISION= 1 CATEGORIES= x11-fm kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ @@ -22,4 +23,8 @@ USE_KDE= archive bookmarks codecs completion config coreaddons \ USE_QT= 5compat base USE_XORG= x11 +post-patch: +# Prefer unzip from ports to the base bsdunzip. + ${REINPLACE_CMD} 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/plugins/krarc/krarc.cpp + .include <bsd.port.mk> diff --git a/x11-fm/krusader2/files/patch-plugins_krarc_krarc.cpp b/x11-fm/krusader2/files/patch-plugins_krarc_krarc.cpp new file mode 100644 index 000000000000..2c23e15c75fc --- /dev/null +++ b/x11-fm/krusader2/files/patch-plugins_krarc_krarc.cpp @@ -0,0 +1,17 @@ +--- plugins/krarc/krarc.cpp.orig 2025-07-16 12:16:19 UTC ++++ plugins/krarc/krarc.cpp +@@ -1568,10 +1568,10 @@ KIO::WorkerResult kio_krarcProtocol::initArcParameters + + if (arcType == "zip") { + noencoding = true; +- cmd = fullPathName("unzip"); +- listCmd << fullPathName("unzip") << "-ZTs-z-t-h"; +- getCmd << fullPathName("unzip") << "-p"; +- copyCmd << fullPathName("unzip") << "-jo"; ++ cmd = QString("%%LOCALBASE%%/bin/unzip"); ++ listCmd << cmd << "-ZTs-z-t-h"; ++ getCmd << cmd << "-p"; ++ copyCmd << cmd << "-jo"; + + if (QStandardPaths::findExecutable(QStringLiteral("zip")).isEmpty()) { + delCmd = QStringList(); diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index e158981930cb..a911550f7503 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -1,5 +1,5 @@ PORTNAME= thunar -DISTVERSION= 4.20.3 +DISTVERSION= 4.20.4 CATEGORIES= x11-fm xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 diff --git a/x11-fm/thunar/distinfo b/x11-fm/thunar/distinfo index aa858ea0fbf8..10238d5b259c 100644 --- a/x11-fm/thunar/distinfo +++ b/x11-fm/thunar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747393966 -SHA256 (xfce4/thunar-4.20.3.tar.bz2) = fe1908b396298e6515a90fa9ddaec0db8b684e4b3d7773118e21561baf8f9639 -SIZE (xfce4/thunar-4.20.3.tar.bz2) = 4530792 +TIMESTAMP = 1752854231 +SHA256 (xfce4/thunar-4.20.4.tar.bz2) = c4f2fc55d285deef134859847ef6f0e9096ed7987ef7aa066de5a9e347a15fd9 +SIZE (xfce4/thunar-4.20.4.tar.bz2) = 4519971 |