Accepting request 137401 from KDE:Distro:Factory
Update to 4.9.2 OBS-URL: https://build.opensuse.org/request/show/137401 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmix?expand=0&rev=1
This commit is contained in:
82
kmix.spec
Normal file
82
kmix.spec
Normal file
@@ -0,0 +1,82 @@
|
||||
#
|
||||
# spec file for package kmix
|
||||
#
|
||||
# Copyright (c) 2012 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 4.8.95_20120629.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: kmix
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: libpulse-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: xz
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Multimedia/Sound/Mixers
|
||||
Summary: Sound Mixer
|
||||
Url: http://www.kde.org
|
||||
Version: 4.9.2
|
||||
Release: 1
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Patch1: kmix-autostart.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
|
||||
%description
|
||||
KDE's full featured mini mixer
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
pushd build
|
||||
%makeinstall
|
||||
popd
|
||||
%suse_update_desktop_file kmix AudioVideo Mixer
|
||||
%kde_post_install
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_applicationsdir}/kmix.desktop
|
||||
%{_kde4_appsdir}/kmix/
|
||||
%{_kde4_appsdir}/plasma/
|
||||
%{_kde4_bindir}/kmix
|
||||
%{_kde4_bindir}/kmixctrl
|
||||
%{_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_modulesdir}/plasma_engine_mixer.so
|
||||
%{_kde4_servicesdir}/kded/kmixd.desktop
|
||||
%{_kde4_servicesdir}/kmixctrl_restore.desktop
|
||||
%{_kde4_servicesdir}/plasma-engine-mixer.desktop
|
||||
|
||||
|
||||
%changelog
|
Reference in New Issue
Block a user