Accepting request 307054 from KDE:Applications
Update to KDE Applications 15.04.1 bugfix release OBS-URL: https://build.opensuse.org/request/show/307054 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmix?expand=0&rev=42
This commit is contained in:
committed by
Git OBS Bridge
parent
e424764eab
commit
a549c7197f
83
kmix.spec
83
kmix.spec
@@ -17,66 +17,69 @@
|
||||
|
||||
|
||||
Name: kmix
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: libpulse-devel
|
||||
BuildRequires: xz
|
||||
Version: 15.04.1
|
||||
Release: 0
|
||||
Summary: Sound Mixer
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Multimedia/Sound/Mixers
|
||||
Url: http://www.kde.org
|
||||
Version: 14.12.3
|
||||
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
|
||||
# control volume, also remove the Event slider within KMix
|
||||
Patch0: Who-needs-event-slider.patch
|
||||
Patch1: kmix-4.14.3-fix-bashisms.patch
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
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
|
||||
Obsoletes: kmix5 < %{version}
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
|
||||
%description
|
||||
KDE's full featured mini mixer
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%if 0%{?suse_version} >= 1310
|
||||
%patch0 -p1
|
||||
%endif
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%cmake_kf5 -d build -- -DKMIX_KF5_BUILD=ON
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
pushd build
|
||||
%kde4_makeinstall
|
||||
popd
|
||||
%suse_update_desktop_file kmix AudioVideo Mixer
|
||||
%kde_post_install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%suse_update_desktop_file kmix AudioVideo Mixer
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_applicationsdir}/kmix.desktop
|
||||
%{_kde4_appsdir}/kmix/
|
||||
%{_kde4_bindir}/kmix
|
||||
%{_kde4_bindir}/kmixctrl
|
||||
%{_kde4_bindir}/kmixremote
|
||||
%{_kde4_datadir}/autostart/kmix_autostart.desktop
|
||||
%{_kde4_datadir}/autostart/restore_kmix_volumes.desktop
|
||||
%{_kde4_datadir}/dbus-1/interfaces/org.kde.kmix.*
|
||||
%{_kde4_htmldir}/en/kmix/
|
||||
%{_kde4_iconsdir}/hicolor/*/apps/kmix.*
|
||||
%{_kde4_libdir}/libkdeinit4_kmix.so
|
||||
%{_kde4_libdir}/libkdeinit4_kmixctrl.so
|
||||
%{_kde4_modulesdir}/kded_kmixd.so
|
||||
%{_kde4_servicesdir}/kded/kmixd.desktop
|
||||
%{_kde4_servicesdir}/kmixctrl_restore.desktop
|
||||
%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
|
||||
|
Reference in New Issue
Block a user