[packages/kp6-ocean-sound-theme] - updated to 6.3.3
witekfl
witekfl at pld-linux.org
Sun Mar 16 18:26:23 CET 2025
commit a5c3da1c4cb46ebd4046f531ac94da6c62d38f73
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Sun Mar 16 18:01:11 2025 +0100
- updated to 6.3.3
kp6-ocean-sound-theme.spec | 59 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+)
---
diff --git a/kp6-ocean-sound-theme.spec b/kp6-ocean-sound-theme.spec
new file mode 100644
index 0000000..8164314
--- /dev/null
+++ b/kp6-ocean-sound-theme.spec
@@ -0,0 +1,59 @@
+#
+# Conditional build:
+%bcond_with tests # build with tests
+%define kdeplasmaver 6.3.3
+%define qtver 5.15.2
+%define kpname ocean-sound-theme
+Summary: Sound files for Plasma
+Summary(pl.UTF-8): Pliki dżwiękowe dla Plasmy
+Name: kp6-%{kpname}
+Version: 6.3.3
+Release: 1
+License: BSD-2-Clause/CC-BY-3.0/CC0-1.0/LGPL-3.0-or-later
+Group: X11/Applications/Sound
+Source0: https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
+# Source0-md5: 972d10d6c011d4ef0e3eddb4dcfbfc21
+URL: http://www.kde.org/
+BuildRequires: cmake >= 3.16.0
+BuildRequires: kf6-extra-cmake-modules >= 1.4.0
+BuildRequires: ninja
+BuildRequires: rpmbuild(macros) >= 1.164
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+Obsoletes: kp5-%{kpname} < %{version}
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Sound files for Plasma. Ocean sound theme.
+
+%description -l pl.UTF-8
+Pliki dżwiękowe dla Plasmy. Temat muzyczny "Ocean".
+
+%prep
+%setup -q -n %{kpname}-%{version}
+
+%build
+%cmake -B build \
+ -G Ninja \
+ %{!?with_tests:-DBUILD_TESTING=OFF} \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DKDE_INSTALL_DOCBUNDLEDIR=%{_kdedocdir} \
+ -DBUILD_QT5=OFF \
+ -DBUILD_QT6=ON
+%ninja_build -C build
+
+%if %{with tests}
+ctest
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%ninja_install -C build
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/sounds/ocean
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kp6-ocean-sound-theme.git/commitdiff/a5c3da1c4cb46ebd4046f531ac94da6c62d38f73
More information about the pld-cvs-commit
mailing list