Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package haruna for openSUSE:Factory checked 
in at 2024-06-24 20:51:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/haruna (Old)
 and      /work/SRC/openSUSE:Factory/.haruna.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "haruna"

Mon Jun 24 20:51:34 2024 rev:35 rq:1182491 version:1.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/haruna/haruna.changes    2024-06-06 
12:35:05.457880056 +0200
+++ /work/SRC/openSUSE:Factory/.haruna.new.18349/haruna.changes 2024-06-24 
20:52:29.702558223 +0200
@@ -1,0 +2,5 @@
+Fri Jun 21 09:32:05 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Use the kf6-filesystem variables and macros
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ haruna.spec ++++++
--- /var/tmp/diff_new_pack.4bcTdb/_old  2024-06-24 20:52:30.650592877 +0200
+++ /var/tmp/diff_new_pack.4bcTdb/_new  2024-06-24 20:52:30.674593754 +0200
@@ -60,7 +60,7 @@
 Requires:       yt-dlp
 
 %description
-%{name} is a video player built with Qt/QML on top of libmpv.
+Haruna is a video player built with Qt/QML on top of libmpv.
 
 %lang_package
 
@@ -68,13 +68,12 @@
 %autosetup -p1
 
 %build
-export CXX=g++
-test -x "$(type -p g++-13)" && export CXX=g++-13
-%cmake
-%cmake_build
+%cmake_kf6
+
+%kf6_build
 
 %install
-%cmake_install
+%kf6_install
 
 %find_lang %{name}
 
@@ -82,17 +81,17 @@
 rm -r %{buildroot}%{_datadir}/doc
 
 # remove oddly-sized icons
-rm -r %{buildroot}%{_datadir}/icons/hicolor/44x44 \
-       %{buildroot}%{_datadir}/icons/hicolor/150x150 \
-       %{buildroot}%{_datadir}/icons/hicolor/310x310
+rm -r %{buildroot}%{_kf6_iconsdir}/hicolor/44x44 \
+      %{buildroot}%{_kf6_iconsdir}/hicolor/150x150 \
+      %{buildroot}%{_kf6_iconsdir}/hicolor/310x310
 
 %files
 %license LICENSES/CC-BY-4.0.txt LICENSES/GPL-3.0-or-later.txt
 %doc README.md
-%{_bindir}/%{name}
-%{_datadir}/applications/org.kde.haruna.desktop
-%{_datadir}/icons/hicolor/*/apps/haruna.*g
-%{_datadir}/metainfo/org.kde.haruna.metainfo.xml
+%{_kf6_bindir}/%{name}
+%{_kf6_applicationsdir}/org.kde.haruna.desktop
+%{_kf6_iconsdir}/hicolor/*/apps/haruna.*g
+%{_kf6_appstreamdir}/org.kde.haruna.metainfo.xml
 
 %files lang -f %{name}.lang
 

Reply via email to