Accepting request 280295 from home:dimstar:branches:KDE:Extra
- Add hicolor-icon-theme BuildRequires and add call to icon_theme_cache_post/postun. OBS-URL: https://build.opensuse.org/request/show/280295 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/quassel?expand=0&rev=20
This commit is contained in:
parent
4c3b8c9160
commit
a796167dab
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 8 11:39:24 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Add hicolor-icon-theme BuildRequires and add call to
|
||||||
|
icon_theme_cache_post/postun.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 19 12:31:40 UTC 2014 - tchvatal@suse.com
|
Sun Oct 19 12:31:40 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package quassel
|
# spec file for package quassel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -33,6 +33,7 @@ Source5: quassel-rpmlintrc
|
|||||||
BuildRequires: cmake >= 2.8.10
|
BuildRequires: cmake >= 2.8.10
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: phonon4qt5-devel
|
BuildRequires: phonon4qt5-devel
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: pkgconfig(Qt5CLucene)
|
BuildRequires: pkgconfig(Qt5CLucene)
|
||||||
@ -186,6 +187,12 @@ install -D -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.
|
|||||||
%postun core
|
%postun core
|
||||||
%service_del_postun quasselcore.service
|
%service_del_postun quasselcore.service
|
||||||
|
|
||||||
|
%post base
|
||||||
|
%icon_theme_cache_post
|
||||||
|
|
||||||
|
%postun base
|
||||||
|
%icon_theme_cache_postun
|
||||||
|
|
||||||
%files mono
|
%files mono
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog README
|
%doc AUTHORS ChangeLog README
|
||||||
|
Loading…
x
Reference in New Issue
Block a user