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