]> git.pld-linux.org Git - packages/tango-icon-theme-extras.git/blame - tango-icon-theme-extras.spec
- pull librsvg-devel to fix configure time detection
[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
171b7078 10Release: 3
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
857efc90 19BuildRequires: librsvg-devel
560022cc
PZ
20BuildRequires: pkgconfig
21Requires: tango-icon-theme
22BuildArch: noarch
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Additional freedesktop.org standard compliant icons.
27
042fc3ec
JR
28%description -l pl.UTF-8
29Dodatkowe ikony implementujące standard freedesktop.org.
560022cc
PZ
30
31%prep
32%setup -q
33
34%build
db7d04ba
JR
35%configure \
36 --enable-png-creation
560022cc
PZ
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
f2f7f3dd
JR
48%post
49%update_icon_cache Tango
50
51%postun
52%update_icon_cache Tango
53
560022cc
PZ
54%files
55%defattr(644,root,root,755)
56%doc AUTHORS COPYING ChangeLog README
57%{_iconsdir}/Tango
This page took 0.178742 seconds and 4 git commands to generate.