]> git.pld-linux.org Git - packages/tango-icon-theme-extras.git/blame - tango-icon-theme-extras.spec
- update icon cache
[packages/tango-icon-theme-extras.git] / tango-icon-theme-extras.spec
CommitLineData
560022cc
PZ
1#
2# TODO:
3# - better summary and descriptions
560022cc
PZ
4# - add license
5#
6Summary: Additional freedesktop.org standard compliant icons
9e6172f1 7Summary(pl.UTF-8): Dodatkowe ikony implementujące standard freedesktop.org
560022cc
PZ
8Name: tango-icon-theme-extras
9Version: 0.1.0
f2f7f3dd 10Release: 2
560022cc
PZ
11License: Creative Commons License (see COPYING)
12Group: Themes
13Source0: http://tango-project.org/releases/%{name}-%{version}.tar.gz
14# Source0-md5: caaceaec7b61f1cbda0db9842f9db281
15URL: http://tango-project.org/Tango_Desktop_Project
16BuildRequires: ImageMagick-coder-png
17BuildRequires: ImageMagick-devel
18BuildRequires: icon-naming-utils >= 0.7.2
19BuildRequires: pkgconfig
20Requires: tango-icon-theme
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25Additional freedesktop.org standard compliant icons.
26
042fc3ec
JR
27%description -l pl.UTF-8
28Dodatkowe ikony implementujące standard freedesktop.org.
560022cc
PZ
29
30%prep
31%setup -q
32
33%build
db7d04ba
JR
34%configure \
35 --enable-png-creation
560022cc
PZ
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
f2f7f3dd
JR
47%post
48%update_icon_cache Tango
49
50%postun
51%update_icon_cache Tango
52
560022cc
PZ
53%files
54%defattr(644,root,root,755)
55%doc AUTHORS COPYING ChangeLog README
56%{_iconsdir}/Tango
This page took 0.08675 seconds and 4 git commands to generate.