]> git.pld-linux.org Git - packages/fbdesk.git/blob - fbdesk.spec
- updated X11 BRs
[packages/fbdesk.git] / fbdesk.spec
1 Summary:        Application to create and manage icons on fluxbox desktop
2 Summary(pl.UTF-8):      Aplikacja do tworzenia i zarządzania ikonami w fluxboksie
3 Name:           fbdesk
4 Version:        1.4.1
5 Release:        2
6 License:        MIT
7 Group:          X11/Window Managers/Tools
8 Source0:        http://fluxbox.org/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  b65136d2d52524492c8a5bc233b7f34b
10 Source1:        xft.m4
11 URL:            http://www.fluxbox.org/fbdesk/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  imlib2-devel >= 1.0.0
15 BuildRequires:  libpng-devel
16 BuildRequires:  libstdc++-devel
17 BuildRequires:  libtool
18 BuildRequires:  pkgconfig
19 BuildRequires:  xorg-lib-libX11-devel
20 BuildRequires:  xorg-lib-libXext-devel
21 BuildRequires:  xorg-lib-libXft-devel
22 BuildRequires:  xorg-lib-libXpm-devel
23 BuildRequires:  xorg-lib-libXrender-devel
24 Requires:       fluxbox
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 This package include an application to create and manage icons on
29 fluxbox desktop. It supports antialiasing, XPM and PNG icons. You can
30 put text above or below, at the left or right side icons. Supports
31 UTF-8.
32
33 %description -l pl.UTF-8
34 Ten pakiet zawiera narzędzie do tworzenia i zarządzania ikonami na
35 pulpicie fluxboksa. Wspiera antyaliasing, ikony zarówno w formacie XPM
36 jak i PNG. Tekst może być umiejscowiony pod lub nad ikonami, z lewej
37 albo z prawej strony. Obsługuje UTF-8.
38
39 %prep
40 %setup -q
41 install %{SOURCE1} .
42
43 %build
44 %{__aclocal} -I .
45 %{__autoconf}
46 %{__automake}
47 %configure
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT \
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc COPYING ChangeLog README
62 %attr(755,root,root) %{_bindir}/fbdesk
This page took 0.032628 seconds and 3 git commands to generate.