Accepting request 266701 from KDE:Distro:Factory

Update to KDE Applications 14.12

OBS-URL: https://build.opensuse.org/request/show/266701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmix?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2015-01-08 22:17:21 +00:00 committed by Git OBS Bridge
parent 1f1c1a89c0
commit 047d383128
5 changed files with 94 additions and 7 deletions

3
kmix-14.12.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97165a5d3809fd3a924e8a6ba46b5d11656814674384e388c36efe6c153ab95f
size 387044

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d7dd97ad5ee005fa039696d88ce21a6ede2b5d795001f1d023899f5a848b6e94
size 379220

View File

@ -27,7 +27,7 @@ Summary: Sound Mixer
License: GPL-2.0+
Group: Productivity/Multimedia/Sound/Mixers
Url: http://www.kde.org
Version: 4.14.3
Version: 14.12.0
Release: 0
Source0: %{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE Who-needs-event-slider.patch -- since KNotify will no longer be able pretending it can
@ -65,7 +65,6 @@ KDE's full featured mini mixer
%defattr(-,root,root)
%{_kde4_applicationsdir}/kmix.desktop
%{_kde4_appsdir}/kmix/
%{_kde4_appsdir}/plasma/
%{_kde4_bindir}/kmix
%{_kde4_bindir}/kmixctrl
%{_kde4_bindir}/kmixremote
@ -77,9 +76,7 @@ KDE's full featured mini mixer
%{_kde4_libdir}/libkdeinit4_kmix.so
%{_kde4_libdir}/libkdeinit4_kmixctrl.so
%{_kde4_modulesdir}/kded_kmixd.so
%{_kde4_modulesdir}/plasma_engine_mixer.so
%{_kde4_servicesdir}/kded/kmixd.desktop
%{_kde4_servicesdir}/kmixctrl_restore.desktop
%{_kde4_servicesdir}/plasma-engine-mixer.desktop
%changelog

5
kmix5.changes Normal file
View File

@ -0,0 +1,5 @@
-------------------------------------------------------------------
Wed Dec 17 20:46:47 UTC 2014 - tittiatcoke@gmail.com
- Initial package for KDE Frameworks

85
kmix5.spec Normal file
View File

@ -0,0 +1,85 @@
#
# spec file for package kmix5
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: kmix5
Version: 14.12.0
Release: 0
Summary: Sound Mixer
License: GPL-2.0+
Group: Productivity/Multimedia/Sound/Mixers
Url: http://www.kde.org
Source: kmix-%{version}.tar.xz
Patch1: kmix-4.14.3-fix-bashisms.patch
BuildRequires: alsa-devel
BuildRequires: extra-cmake-modules
BuildRequires: glib2-devel
BuildRequires: kcmutils-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kdbusaddons-devel
BuildRequires: kdelibs4support-devel
BuildRequires: kf5-filesystem
BuildRequires: kglobalaccel-devel
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: kxmlgui-devel
BuildRequires: libcanberra-devel
BuildRequires: libpulse-devel
BuildRequires: phonon4qt5-devel
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
Conflicts: kmix
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
KDE's full featured mini mixer
%prep
%setup -q -n kmix-%{version}
%patch1 -p1
%build
%cmake_kf5 -d build -- -DKMIX_KF5_BUILD=ON
%make_jobs
%install
%kf5_makeinstall -C build
%suse_update_desktop_file kmix AudioVideo Mixer
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING*
%{_kf5_bindir}/kmix*
%{_kf5_libdir}/libkdeinit5_kmix.so
%{_kf5_libdir}/libkdeinit5_kmixctrl.so
%{_kf5_applicationsdir}/*kmix*.desktop
%{_kf5_plugindir}/
%{_kf5_configdir}/autostart/*kmix*.desktop
%{_kf5_sharedir}/dbus-1/interfaces/org.kde.kmix.*
%{_kf5_servicesdir}/
%{_kf5_iconsdir}/hicolor/*/*/*
%{_kf5_sharedir}/kmix/
%changelog