]> git.pld-linux.org Git - packages/matchbox-themes-extra.git/blob - matchbox-themes-extra.spec
- updated URLs
[packages/matchbox-themes-extra.git] / matchbox-themes-extra.spec
1 Summary:        Extra themes for Matchbox
2 Summary(pl.UTF-8):      Dodatkowe motywy dla środowiska Matchbox
3 Name:           matchbox-themes-extra
4 Version:        0.3
5 Release:        2
6 License:        GPL v2+
7 Group:          Themes
8 Source0:        http://downloads.yoctoproject.org/releases/matchbox/matchbox-themes-extra/%{version}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  04312628f4a21f4105bce1251ea08035
10 URL:            https://www.yoctoproject.org/software-item/matchbox/
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Extra themes for Matchbox: Industrial, expose, mbcrystal.
16
17 %description -l pl.UTF-8
18 Dodatkowe motywy dla środowiska Matchbox: Industrial, expose,
19 mbcrystal.
20
21 %prep
22 %setup -q
23
24 %build
25 %configure
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %{__make} install \
32         DESTDIR=$RPM_BUILD_ROOT
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc TODO
40 %{_iconsdir}/Industrial
41 %{_iconsdir}/expose
42 %{_iconsdir}/mbcrystal
43 %dir %{_datadir}/themes/Industrial
44 %{_datadir}/themes/Industrial/matchbox
45 %dir %{_datadir}/themes/expose
46 %{_datadir}/themes/expose/background
47 %{_datadir}/themes/expose/gtk-2.0
48 %{_datadir}/themes/expose/matchbox
49 %dir %{_datadir}/themes/mbcrystal
50 %{_datadir}/themes/mbcrystal/background
51 %{_datadir}/themes/mbcrystal/gtkrc-2.0
52 %{_datadir}/themes/mbcrystal/matchbox
This page took 1.425407 seconds and 3 git commands to generate.