public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libplasma] f43: Add QML dependencies
@ 2026-06-12 10:34 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-06-12 10:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libplasma
Branch : f43
Commit : 069e4329ab98e50299aced694750ce8b2df3ba8f
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-05-26T13:30:48-04:00
Stats : +14/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libplasma/c/069e4329ab98e50299aced694750ce8b2df3ba8f?branch=f43
Log:
Add QML dependencies
These are checked at build time.
---
diff --git a/libplasma.spec b/libplasma.spec
index a00605d..b51f864 100644
--- a/libplasma.spec
+++ b/libplasma.spec
@@ -1,6 +1,6 @@
Name: libplasma
Version: 6.6.90
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Plasma is the foundation of the KDE user interface (v6)
# LicenseRef-QtCommercial is also in the licenses, but is being omitted as it is optional.
@@ -57,6 +57,16 @@ BuildRequires: cmake(KF6Archive)
BuildRequires: cmake(KF6Parts)
BuildRequires: cmake(KF6WidgetsAddons)
+# QML module dependencies, checked at build time
+BuildRequires: qt6qml(Qt5Compat.GraphicalEffects)
+BuildRequires: qt6qml(org.kde.config)
+BuildRequires: qt6qml(org.kde.kirigami)
+BuildRequires: qt6qml(org.kde.ksvg)
+Requires: qt6qml(Qt5Compat.GraphicalEffects)
+Requires: qt6qml(org.kde.config)
+Requires: qt6qml(org.kde.kirigami)
+Requires: qt6qml(org.kde.ksvg)
+
Requires: kf6-filesystem
# Renamed from kf6-plasma
@@ -129,6 +139,9 @@ mkdir -p %{buildroot}%{_kf6_qmldir}/org/kde/private
%files doc
%changelog
+* Tue May 26 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 6.6.90-2
+- Add QML dependencies
+
* Sat May 16 2026 Steve Cossette <farchord@gmail.com> - 6.6.90-1
- 6.6.90
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-12 10:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-12 10:34 [rpms/libplasma] f43: Add QML dependencies Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox