]> git.pld-linux.org Git - SPECS.git/blob - pekwm-themes2.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / pekwm-themes2.spec
1 %define _dname  %(echo %{name} | cut -d- -f1)
2 Summary:        Pack of themes for pekwm
3 Summary(pl.UTF-8):      Zestaw motywów dla pekwm
4 Name:           pekwm-themes2
5 Version:        1.0
6 Release:        1
7 License:        GPL
8 Group:          Themes
9 Source0:        %{name}.tar.bz2
10 # Source0-md5:  884085e39a8d1ba581a33fcc45581f47
11 Requires:       pekwm
12 Obsoletes:      pekwm-themes-pack2
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _themesdir      %{_datadir}/%{_dname}/themes
17
18 %description
19 23 Ounces of Glass - Originall artwork: pixelhead, ported by: Tilman Sauerbeck <tilman@code-monkey.de>
20 Glacier - Orginall artwork: Glacier, ported by cnx <ciano@medgen.univr.it>
21 Lave -  Originall artwork: pixelhead, ported by Joshua Beard <josh@hewbert.com>
22 QNX-Orange - Joshua Beard <josh@hewbert.com>
23 Sedation - Originall artwork: pixelmoose, ported by Joshua Beard <josh@hewbert.com>
24 adept-t - Tomas Green  <green@green.homelinux.net>
25 Atlantique - Orginall blueCrux, ported by Xumerle Luciano
26 bb-nyz -  Werner Hartnagel <werner@halesoft.de>
27 blueCrux - madKOT <mad_kot@mail.ru>
28 bluish -  tompen <tompen@tompa.homelinux.net>
29 crux - tompen <tompen@tompa.homelinux.net>
30 iony-g - Tomas Green <green@green.homelinux.net>
31 KDE2 -  George J. De Bruin <SoundChaser@myrealbox.com>
32 shade-blank - Tomas Green <green@green.homelinux.net>
33 True - regret <trueregret@yahoo.se>
34
35 %description -l pl.UTF-8
36 23 Ounces of Glass - Oryginał zrobiony przez: pixelhead, zaadaptowany przez Tilman Sauerbeck <tilman@code-monkey.de>
37 Glacier - Oryginał zrobiony przez: Glacier, zaadaptowany przez cnx <ciano@medgen.univr.it>
38 Lave -  Oryginał zrobiony przez: pixelhead, zaadaptowany przez Joshua Bearda <josh@hewbert.com>
39 QNX-Orange - Joshua Beard <josh@hewbert.com>
40 Sedation - Oryginał zrobiony przez: pixelmoose, zaadaptowany przez Joshua Bearda <josh@hewbert.com>
41 adept-t - Tomas Green <green@green.homelinux.net>
42 Atlantique - Oryginał blueCrux, zaadaptowany przez Xumerle Luciano
43 bb-nyz -  Werner Hartnagel <werner@halesoft.de>
44 blueCrux - madKOT <mad_kot@mail.ru>
45 bluish -  tompen <tompen@tompa.homelinux.net>
46 crux - tompen <tompen@tompa.homelinux.net>
47 iony-g - Tomas Green <green@green.homelinux.net>
48 KDE2 -  George J. De Bruin <SoundChaser@myrealbox.com>
49 shade-blank - Tomas Green <green@green.homelinux.net>
50 True - regret <trueregret@yahoo.se>
51
52 %prep
53 %setup -q -n %{name}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57 install -d $RPM_BUILD_ROOT%{_themesdir}
58
59 cp -R * $RPM_BUILD_ROOT%{_themesdir}
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %{_themesdir}/*
This page took 0.359672 seconds and 3 git commands to generate.