]> git.pld-linux.org Git - packages/adwaita-icon-theme.git/blob - adwaita-icon-theme.spec
- updated to 3.18.0
[packages/adwaita-icon-theme.git] / adwaita-icon-theme.spec
1 Summary:        Adwaita icon theme for GNOME environment
2 Summary(pl.UTF-8):      Motyw ikon Adwaita dla środowiska GNOME
3 Name:           adwaita-icon-theme
4 Version:        3.18.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/adwaita-icon-theme/3.18/%{name}-%{version}.tar.xz
9 # Source0-md5:  ec1fa3fde83ad166ae7075a97dc1ec4b
10 URL:            http://www.gnome.org/
11 BuildRequires:  autoconf >= 2.53
12 BuildRequires:  automake >= 1:1.9
13 BuildRequires:  gettext-devel
14 BuildRequires:  glib2-devel >= 2.0
15 BuildRequires:  intltool >= 0.40.0
16 BuildRequires:  pkgconfig >= 1:0.19
17 BuildRequires:  rpmbuild(macros) >= 1.601
18 BuildRequires:  tar >= 1:1.22
19 BuildRequires:  xz
20 Requires(post): gtk-update-icon-cache >= 3.14
21 Conflicts:      gnome-themes-standard < 3.14
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Adwaita icon theme for GNOME environment.
27
28 %description -l pl.UTF-8
29 Motyw ikon Adwaita dla środowiska GNOME.
30
31 %prep
32 %setup -q
33
34 %build
35 %{__glib_gettextize}
36 %{__intltoolize}
37 %{__aclocal}
38 %{__autoconf}
39 %{__automake}
40 %configure \
41         GTK_UPDATE_ICON_CACHE=/bin/true
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 %{__make} install \
47         install_sh="install -p" \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 > $RPM_BUILD_ROOT%{_iconsdir}/Adwaita/icon-theme.cache
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %post
56 %update_icon_cache Adwaita
57
58 %files
59 %defattr(644,root,root,755)
60 %doc AUTHORS COPYING NEWS README
61 %dir %{_iconsdir}/Adwaita
62 %{_iconsdir}/Adwaita/index.theme
63 %{_iconsdir}/Adwaita/[0-9]*x[0-9]*
64 %{_iconsdir}/Adwaita/cursors
65 %{_iconsdir}/Adwaita/scalable
66 %{_iconsdir}/Adwaita/scalable-up-to-32
67 %ghost %{_iconsdir}/Adwaita/icon-theme.cache
68 %{_npkgconfigdir}/adwaita-icon-theme.pc
This page took 0.067562 seconds and 4 git commands to generate.