]> git.pld-linux.org Git - SPECS.git/blob - kde-icons-gartoon.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / kde-icons-gartoon.spec
1 %define         _name gartoon
2 Summary:        KDE icons - %{_name}
3 Summary(pl.UTF-8):      Motyw ikon do KDE - %{_name}
4 Name:           kde-icons-%{_name}
5 Version:        1.3
6 Release:        0.2
7 License:        Design Science
8 Group:          Themes
9 Source0:        http://www.nasland.nu/gartoon/ICONS-Gartoon-SVG-v%{version}.tar.bz2
10 # NoSource0-md5:        6b9453198ca1e29fbd52b033fa9fd82a
11 NoSource:       0
12 Source1:        http://www.nasland.nu/gartoon/ICONS-Gartoon.Blue-SVG-v%{version}.tar.bz2
13 # NoSource1-md5:        4081cce286fc3bf21886001d47e6eb22
14 NoSource:       1
15 URL:            http://www.kde-look.org/content/show.php?content=17362
16 Requires:       kdelibs >= 9:3.3
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Fun looking icons with bright colors and bold outlines.
22
23 %description -l pl.UTF-8
24 Śmiesznie wyglądające ikony z jasnymi kolorami i grubymi liniami
25 otaczającymi.
26
27 %package blue
28 Summary:        KDE icons - %{_name} blue
29 Summary(pl.UTF-8):      Motyw ikon do KDE - %{_name} blue
30 Group:          Themes
31
32 %description blue
33 Fun looking icons with bright colors and bold outlines. Blue theme.
34
35 %description blue -l pl.UTF-8
36 Śmiesznie wyglądające ikony z jasnymi kolorami i grubymi liniami
37 otaczającymi. Motyw niebieski.
38
39 %prep
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT%{_iconsdir}/%{_name}{,-blue}
44
45 %{__tar} xjf %{SOURCE0} --strip-components=1 -C $RPM_BUILD_ROOT%{_iconsdir}/%{_name}
46 %{__tar} xjf %{SOURCE1} --strip-components=1 -C $RPM_BUILD_ROOT%{_iconsdir}/%{_name}-blue
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %{_iconsdir}/%{_name}
54
55 %files blue
56 %defattr(644,root,root,755)
57 %{_iconsdir}/%{_name}-blue
This page took 0.8357 seconds and 3 git commands to generate.