aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kf5newstuff/0001-Fix-KF5NewStuffWidgets_EXPORTS-is-not-defined-on-cla.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/kf5newstuff/0001-Fix-KF5NewStuffWidgets_EXPORTS-is-not-defined-on-cla.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/kf5newstuff/0001-Fix-KF5NewStuffWidgets_EXPORTS-is-not-defined-on-cla.patch')
-rw-r--r--vcpkg/ports/kf5newstuff/0001-Fix-KF5NewStuffWidgets_EXPORTS-is-not-defined-on-cla.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/kf5newstuff/0001-Fix-KF5NewStuffWidgets_EXPORTS-is-not-defined-on-cla.patch b/vcpkg/ports/kf5newstuff/0001-Fix-KF5NewStuffWidgets_EXPORTS-is-not-defined-on-cla.patch
new file mode 100644
index 0000000..ebe0c3e
--- /dev/null
+++ b/vcpkg/ports/kf5newstuff/0001-Fix-KF5NewStuffWidgets_EXPORTS-is-not-defined-on-cla.patch
@@ -0,0 +1,14 @@
+diff --git a/src/widgets/action.h b/src/widgets/action.h
+index 0207e557..748add43 100644
+--- a/src/widgets/action.h
++++ b/src/widgets/action.h
+@@ -65,7 +65,7 @@ Q_SIGNALS:
+ void dialogFinished(const KNS3::Entry::List &changedEntries);
+ #endif
+ // Only show this overload when we hide deprecated methods or build the lib
+-#if !KNEWSTUFFWIDGETS_ENABLE_DEPRECATED_SINCE(5, 90) || KF5NewStuffWidgets_EXPORTS
++#if !KNEWSTUFFWIDGETS_ENABLE_DEPRECATED_SINCE(5, 90) || 1
+ /// emitted when the Hot New Stuff dialog has been closed
+ void dialogFinished(const QList<KNSCore::Entry> &changedEntries);
+ #endif
+--