diff --git a/kmix-14.12.0.tar.xz b/kmix-14.12.0.tar.xz new file mode 100644 index 0000000..17b0484 --- /dev/null +++ b/kmix-14.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97165a5d3809fd3a924e8a6ba46b5d11656814674384e388c36efe6c153ab95f +size 387044 diff --git a/kmix-4.14.3.tar.xz b/kmix-4.14.3.tar.xz deleted file mode 100644 index 5a417eb..0000000 --- a/kmix-4.14.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7dd97ad5ee005fa039696d88ce21a6ede2b5d795001f1d023899f5a848b6e94 -size 379220 diff --git a/kmix.spec b/kmix.spec index 6ca4aec..0e69455 100644 --- a/kmix.spec +++ b/kmix.spec @@ -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 diff --git a/kmix5.changes b/kmix5.changes new file mode 100644 index 0000000..76f3fed --- /dev/null +++ b/kmix5.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Wed Dec 17 20:46:47 UTC 2014 - tittiatcoke@gmail.com + +- Initial package for KDE Frameworks + diff --git a/kmix5.spec b/kmix5.spec new file mode 100644 index 0000000..5562565 --- /dev/null +++ b/kmix5.spec @@ -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