From 6392a2398a803bba66e441254dfc970415c6c68cea8f0f2928fdadd6d44c72ff Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 21 Nov 2017 22:30:43 +0000 Subject: [PATCH] KDE Applications 17.12 beta OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmix?expand=0&rev=69 --- kmix-17.08.3.tar.xz | 3 --- kmix-17.11.80.tar.xz | 3 +++ kmix.changes | 10 ++++++++++ kmix.spec | 26 ++++++++++++++++++++++---- 4 files changed, 35 insertions(+), 7 deletions(-) delete mode 100644 kmix-17.08.3.tar.xz create mode 100644 kmix-17.11.80.tar.xz diff --git a/kmix-17.08.3.tar.xz b/kmix-17.08.3.tar.xz deleted file mode 100644 index 3d34b43..0000000 --- a/kmix-17.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c73c1182fbc7747f760eb4b5fd758aad226fb9e109fc571ebaf7ad6cd542a339 -size 389064 diff --git a/kmix-17.11.80.tar.xz b/kmix-17.11.80.tar.xz new file mode 100644 index 0000000..0460b01 --- /dev/null +++ b/kmix-17.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1434480aca69b4ee84cf7ca25ab00354308c8b964bfc7cb193d839f364e175 +size 1281064 diff --git a/kmix.changes b/kmix.changes index e517bc6..9b995e8 100644 --- a/kmix.changes +++ b/kmix.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Nov 20 06:59:17 CET 2017 - lbeltrame@kde.org + +- Update to 17.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12-beta.php +- Changes since 17.08.3: + * Too many changes to list here + ------------------------------------------------------------------- Thu Nov 09 23:11:55 CET 2017 - lbeltrame@kde.org diff --git a/kmix.spec b/kmix.spec index 24ab2d2..37ac5b9 100644 --- a/kmix.spec +++ b/kmix.spec @@ -15,9 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_without lang Name: kmix -Version: 17.08.3 +Version: 17.11.80 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) @@ -52,10 +53,17 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 Obsoletes: %{name}5 < %{version} Obsoletes: kmix5 < %{version} Provides: %{name}5 = %{version} +%if %{with lang} +Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -KDE's full featured mini mixer +KMix is a fully featured audio mixer by KDE. + +%if %{with lang} +%lang_package +%endif %prep %setup -q @@ -66,8 +74,11 @@ KDE's full featured mini mixer %install %kf5_makeinstall -C build - - %suse_update_desktop_file kmix AudioVideo Mixer +%if %{with lang} + %find_lang %{name} --with-man --all-name + %kf5_find_htmldocs +%endif + %suse_update_desktop_file org.kde.kmix AudioVideo Mixer %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -87,5 +98,12 @@ KDE's full featured mini mixer %{_kf5_plugindir}/ %{_kf5_servicesdir}/ %{_kf5_sharedir}/kmix/ +%dir %{_kf5_htmldir}/en/kmix/ +%{_kf5_htmldir}/en/kmix/* +%{_kf5_appstreamdir}/org.kde.kmix.appdata.xml + +%if %{with lang} +%files lang -f %{name}.lang +%endif %changelog