KDE Applications 18.08.0 beta (third time's the charm)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmix?expand=0&rev=80
This commit is contained in:
parent
913bb87fd7
commit
44579402fb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61bb02ccbef20168229be722be68f697e60555f9a352e699c6ad6b462ef18e3d
|
||||
size 1284556
|
3
kmix-18.07.80.tar.xz
Normal file
3
kmix-18.07.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a04168c97cf808d6e0f5b47e4745b44f257078c476ef2950e3aaa03512d2597d
|
||||
size 1072028
|
22
kmix.changes
22
kmix.changes
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 13:00:48 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.07.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.07.80.php
|
||||
- Changes since 18.04.3:
|
||||
* Bump version and date in docs
|
||||
* Update docs
|
||||
* Preferences dialogue: Improve appearance of "Sound Menu" tab
|
||||
* System tray popup menu: Add "Configure KMix" action
|
||||
* Preferences dialogue: Improve appearance of "General" and "Startup" tabs
|
||||
* Update X-KDE-Library data to new binary name (not used, just to be correct)
|
||||
* Remove unused entry X-KDE-DBus-ModuleName from the kded plugin metadata
|
||||
* Use PRIVATE linking for the shared library where appropriate
|
||||
* Version the library, to avoid Neon packaging problems
|
||||
* Put back English translations removed by scripty
|
||||
* Reorganise CMakeLists.txt, use libraries to reduce duplication
|
||||
* Convert KMixD KDED module to JSON metadata
|
||||
* Configure Channels dialog: Avoid zero margin
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 04:50:01 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -18,11 +18,11 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: kmix
|
||||
Version: 18.04.3
|
||||
Version: 18.07.80
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: Sound Mixer
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Multimedia/Sound/Mixers
|
||||
@ -101,6 +101,8 @@ KMix is a fully featured audio mixer by KDE.
|
||||
%dir %{_kf5_htmldir}/en/kmix/
|
||||
%{_kf5_htmldir}/en/kmix/*
|
||||
%{_kf5_appstreamdir}/org.kde.kmix.appdata.xml
|
||||
%{_libdir}/libkmixcore.so.*
|
||||
%{_kf5_notifydir}/kmix.notifyrc
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user