]> git.pld-linux.org Git - packages/gnome-themes-standard.git/blame - gnome-themes-standard.spec
- updated to 3.8.0
[packages/gnome-themes-standard.git] / gnome-themes-standard.spec
CommitLineData
daf5dcdd
AF
1Summary: Default themes for GNOME environment
2Summary(pl.UTF-8): Domyślne motywy dla środowiska GNOME
3Name: gnome-themes-standard
ef515711
ŁK
4Version: 3.8.0
5Release: 1
daf5dcdd
AF
6License: LGPL
7Group: Themes
ef515711
ŁK
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-standard/3.8/%{name}-%{version}.tar.xz
9# Source0-md5: 135d2cd61463fd4958da4ee780b83b1a
daf5dcdd
AF
10URL: http://www.gnome.org/
11BuildRequires: autoconf >= 2.53
12BuildRequires: automake >= 1:1.9
13BuildRequires: gettext-devel
13b6c527
ŁK
14BuildRequires: gtk+2-devel >= 2:2.24.15
15BuildRequires: gtk+3-devel >= 3.6.2
4832785a 16BuildRequires: intltool >= 0.40
16f055e8 17BuildRequires: librsvg-devel
daf5dcdd 18BuildRequires: libtool
4832785a 19BuildRequires: pkgconfig >= 1:0.19
55b77874 20BuildRequires: rpmbuild(macros) >= 1.311
30739857
ŁK
21BuildRequires: tar >= 1:1.22
22BuildRequires: xz
55b77874 23Requires(post): gtk-update-icon-cache
e35c06cc 24Requires: gnome-icon-theme >= 3.4.0
fecf12a4 25Suggests: gtk2-theme-engine-adwaita
cf94ccb2 26Obsoletes: gnome-themes-HighContrast < 3.0-1
cf94ccb2 27Obsoletes: gnome-themes-HighContrastLargePrint < 3.0-1
daf5dcdd
AF
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31Default themes for GNOME environment.
32
33%description -l pl.UTF-8
34Domyślne motywy dla środowiska GNOME.
35
fecf12a4
MB
36%package -n gtk2-theme-engine-adwaita
37Summary: Adwaita gtk2 theme
38Group: Themes/GTK+
39
40%description -n gtk2-theme-engine-adwaita
41This package contains a gtk2 theme for presenting widgets with a GNOME
42look and feel.
43
daf5dcdd
AF
44%prep
45%setup -q
46
47%build
48%{__glib_gettextize}
49%{__intltoolize}
50%{__libtoolize}
51%{__aclocal}
52%{__automake}
53%{__autoconf}
54%configure
55%{__make}
56
57%install
58rm -rf $RPM_BUILD_ROOT
daf5dcdd 59%{__make} install \
74ce53eb 60 INSTALL="install -p" \
daf5dcdd
AF
61 DESTDIR=$RPM_BUILD_ROOT
62
478c0e38 63%{__rm} $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/2.10.0/engines/libadwaita.la
daf5dcdd
AF
64%{__rm} $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/3.0.0/theming-engines/libadwaita.la
65
322a2d97
ER
66# gtk+2 cache
67touch $RPM_BUILD_ROOT%{_iconsdir}/HighContrast/icon-theme.cache
68
daf5dcdd
AF
69%clean
70rm -rf $RPM_BUILD_ROOT
71
727e604c 72%post
727e604c 73%update_icon_cache HighContrast
727e604c 74
ef515711 75%files
daf5dcdd 76%defattr(644,root,root,755)
78026959 77%attr(755,root,root) %{_libdir}/gtk-3.0/3.0.0/theming-engines/libadwaita.so
daf5dcdd 78%{_datadir}/themes/Adwaita
fecf12a4 79%exclude %{_datadir}/themes/Adwaita/gtk-2.0
727e604c 80%{_datadir}/themes/HighContrast
fecf12a4 81%exclude %{_datadir}/themes/HighContrast/gtk-2.0
322a2d97
ER
82%dir %{_iconsdir}/Adwaita
83%{_iconsdir}/Adwaita/cursors
84%dir %{_iconsdir}/HighContrast
85%{_iconsdir}/HighContrast/*x*
86%{_iconsdir}/HighContrast/scalable
87%ghost %{_iconsdir}/HighContrast/icon-theme.cache
fecf12a4
MB
88
89%files -n gtk2-theme-engine-adwaita
90%defattr(644,root,root,755)
91%attr(755,root,root) %{_libdir}/gtk-2.0/2.10.0/engines/libadwaita.so
92%{_datadir}/themes/Adwaita/gtk-2.0
93%{_datadir}/themes/HighContrast/gtk-2.0
6ccb7022 94%{_datadir}/gnome-background-properties/adwaita.xml
a45252f7
ER
95
96# XXX: package here, not to pull libgnome deps
97%dir %{_datadir}/gnome-background-properties
This page took 0.142283 seconds and 4 git commands to generate.