]> git.pld-linux.org Git - SPECS.git/blob - gtk2-theme-engine-Flat.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gtk2-theme-engine-Flat.spec
1 Summary:        Flat theme without distracting stuff
2 Summary(pl.UTF-8):      Płaski motyw bez zbędnych drobiazgów
3 Name:           gtk2-theme-engine-Flat
4 Version:        2.0
5 Release:        2
6 License:        GPL
7 Group:          Themes/GTK+
8 Source0:        http://ftp.gnome.org/pub/GNOME/teams/art.gnome.org/themes/gtk2/GTK2-Flat-Engine.tar.gz
9 # Source0-md5:  a4d6866a518f05087bd7aef43a55432a
10 URL:            http://art.gnome.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gtk+2-devel
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This theme engine gives gtk+2 a flattened appearance with elements
20 taken from the MacOS and Metal uis. Modified from the default and
21 metal theme engines; the colors and background pixmaps are fully
22 customizable.
23
24 %description -l pl.UTF-8
25 Ten motyw daje bibliotece gtk+2 płaski wygląd z elementami wziętymi z
26 interfejsów MacOS i Metal. Jest zmodyfikowany w stosunku do domyślnego
27 i metalowego motywu; kolory i pixmapy tła są w pełni konfigurowalne.
28
29 %prep
30 %setup  -q -n gtk-flat-theme-%{version}
31
32 %build
33 %{__libtoolize}
34 %{__aclocal}
35 %{__autoconf}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/*.{a,la}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS README
54 %attr(755,root,root) %{_libdir}/gtk-2.0/*/engines/*.so
55 %{_datadir}/themes/Flat
This page took 0.109681 seconds and 3 git commands to generate.