This commit is contained in:
parent
2b30b5b3cc
commit
e5183bc1a3
@ -47,6 +47,8 @@ PulseAudio Volume Control (pavucontrol) is a simple volume control tool
|
|||||||
tools this one allows you to control both the volume of hardware devices
|
tools this one allows you to control both the volume of hardware devices
|
||||||
and of each playback stream separately.
|
and of each playback stream separately.
|
||||||
|
|
||||||
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
sed -i '/Name=/s/$/ Qt/' src/%{name}.desktop.in
|
sed -i '/Name=/s/$/ Qt/' src/%{name}.desktop.in
|
||||||
@ -59,10 +61,16 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
|
%find_lang %{name} --with-qt
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc AUTHORS CHANGELOG README.md
|
%doc AUTHORS CHANGELOG README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%dir %{_datadir}/%{name}
|
||||||
|
%dir %{_datadir}/%{name}/translations
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user