]> git.pld-linux.org Git - packages/gnome-icon-theme.git/blob - gnome-icon-theme.spec
- updated gettext BR
[packages/gnome-icon-theme.git] / gnome-icon-theme.spec
1 Summary:        Default icon themes for GNOME environment
2 Summary(pl.UTF-8):      Domyślne motywy ikon dla środowiska GNOME
3 Name:           gnome-icon-theme
4 Version:        3.12.0
5 Release:        1
6 License:        LGPL v3 or CC-BY-SA v3.0
7 Group:          Themes
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/3.12/%{name}-%{version}.tar.xz
9 # Source0-md5:  f14bed7f804e843189ffa7021141addd
10 Patch0:         %{name}-am.patch
11 URL:            http://www.gnome.org/
12 BuildRequires:  autoconf >= 2.53
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  gettext-tools
15 BuildRequires:  gtk-update-icon-cache
16 BuildRequires:  icon-naming-utils >= 0.8.7
17 BuildRequires:  intltool >= 0.40.0
18 BuildRequires:  pkgconfig >= 1:0.19
19 BuildRequires:  rpmbuild(macros) >= 1.601
20 BuildRequires:  tar >= 1:1.22
21 BuildRequires:  xz
22 Requires(post): gtk-update-icon-cache
23 BuildArch:      noarch
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %define         _pkgconfigdir   %{_datadir}/pkgconfig
27
28 %description
29 Default icon themes for GNOME environment.
30
31 %description -l pl.UTF-8
32 Domyślne motywy ikon dla środowiska GNOME.
33
34 %prep
35 %setup -q
36 %patch0 -p0
37
38 %build
39 %{__glib_gettextize}
40 %{__intltoolize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__automake}
44 %configure \
45         GTK_UPDATE_ICON_CACHE=/bin/true
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 %{__make} install \
51         install_sh="install -p" \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 > $RPM_BUILD_ROOT%{_iconsdir}/gnome/icon-theme.cache
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %post
60 %update_icon_cache gnome
61
62 %files
63 %defattr(644,root,root,755)
64 %doc AUTHORS COPYING NEWS README TODO
65 %dir %{_iconsdir}/gnome
66 %{_iconsdir}/gnome/index.theme
67 %{_iconsdir}/gnome/[0-9]*x[0-9]*
68 %ghost %{_iconsdir}/gnome/icon-theme.cache
69 %{_pkgconfigdir}/gnome-icon-theme.pc
This page took 0.104429 seconds and 3 git commands to generate.