]> git.pld-linux.org Git - packages/tango-icon-theme-extras.git/blob - tango-icon-theme-extras.spec
41c38a1c13e6e6804b7a96b786779fe2697fb792
[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:        2
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:  pkgconfig
20 Requires:       tango-icon-theme
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Additional freedesktop.org standard compliant icons.
26
27 %description -l pl.UTF-8
28 Dodatkowe ikony implementujÄ…ce standard freedesktop.org.
29
30 %prep
31 %setup -q
32
33 %build
34 %configure \
35         --enable-png-creation
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %post
48 %update_icon_cache Tango
49
50 %postun
51 %update_icon_cache Tango
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS COPYING ChangeLog README
56 %{_iconsdir}/Tango
This page took 0.058776 seconds and 2 git commands to generate.