Skip to content

Commit

Permalink
filesystems/kio-fuse: switch to KF6/Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxBrazhnikov committed Feb 3, 2025
1 parent 72499a9 commit b2f565f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions filesystems/kio-fuse/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= kio-fuse
DISTVERSION= 5.1.0
PORTREVISION= 1
CATEGORIES= filesystems sysutils kde
MASTER_SITES= KDE/stable/${PORTNAME}

Expand All @@ -10,11 +11,10 @@ WWW= https://invent.kde.org/system/kio-fuse
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt

USES= cmake compiler:c++11-lang fuse:3 kde:5 pkgconfig qt:5 tar:xz
USE_KDE= config coreaddons kio service \
USES= cmake compiler:c++11-lang fuse:3 kde:6 pkgconfig qt:6 tar:xz
USE_KDE= coreaddons kio \
ecm:build
USE_QT= concurrent core dbus network \
buildtools:build qmake:build
USE_QT= base

PLIST_FILES= lib/libexec/kio-fuse \
share/dbus-1/services/org.kde.KIOFuse.service
Expand Down

0 comments on commit b2f565f

Please sign in to comment.