]> git.pld-linux.org Git - SPECS.git/blob - matchbox-common.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / matchbox-common.spec
1 #
2 # Conditional build:
3 %bcond_with     pda     # use PDA-style app folder setup (rather than Desktop)
4 #
5 Summary:        Common files for Matchbox desktop
6 Summary(pl.UTF-8):      Wspólne pliki dla środowiska Matchbox
7 Name:           matchbox-common
8 Version:        0.9.1
9 Release:        3
10 License:        GPL v2
11 Group:          X11/Applications
12 Source0:        http://downloads.yoctoproject.org/releases/matchbox/matchbox-common/0.9/%{name}-%{version}.tar.bz2
13 # Source0-md5:  8e8ba0ee170a9ac78fdc583b00ccf76b
14 URL:            https://www.yoctoproject.org/software-item/matchbox/
15 # just to check for png support in libmatchbox
16 BuildRequires:  libmatchbox-devel >= 1.1
17 BuildRequires:  pkgconfig
18 Suggests:       matchbox-desktop >= 0.9
19 Suggests:       matchbox-panel >= 0.9
20 Requires:       matchbox-window-manager >= 0.9
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Common files for Matchbox desktop.
26
27 %description -l pl.UTF-8
28 Wspólne pliki dla środowiska Matchbox.
29
30 %prep
31 %setup -q
32
33 %build
34 %configure \
35         %{?with_pda:--enable-pda-folders}
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc ChangeLog
50 %attr(755,root,root) %{_bindir}/matchbox-session
51 %dir %{_datadir}/matchbox
52 %dir %{_datadir}/matchbox/vfolders
53 %{_datadir}/matchbox/vfolders/*.directory
54 %{_datadir}/matchbox/vfolders/Root.order
55 %{_iconsdir}/blondie
56 %{_pixmapsdir}/*.png
This page took 0.794066 seconds and 3 git commands to generate.