]> git.pld-linux.org Git - packages/fbdesk.git/blob - fbdesk.spec
- up to 1.1.5 (gcc 3.3 fixes)
[packages/fbdesk.git] / fbdesk.spec
1 Summary:        Application to create and manage icons on fluxbox desktop
2 Summary(pl):    Aplikacja do tworzenia i zarz±dzania ikonami w fluxboksie
3 Name:           fbdesk
4 Version:        1.1.5
5 Release:        1
6 License:        GPL
7 Group:          X11/Window Managers/Tools
8 Source0:        http://fluxbox.org/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  c41319c9a2a03cf4d7d5e0586e57cba6
10 Patch0:         %{name}-XFT.patch
11 BuildRequires:  XFree86-devel
12 BuildRequires:  XFree86-xft-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  libpng-devel
16 Requires:       fluxbox
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This package include an application to create and manage icons on
21 fluxbox desktop. It supports antialiasing, XPM and PNG icons. You can
22 put text above or below, at the left or right side icons. Supports
23 UTF-8.
24
25 %description -l pl
26 Ten pakiet zawiera narzêdzie do tworzenia i zarz±dzania ikonami na
27 pulpicie fluxboksa. Wspiera antyaliasing, ikony zarówno w formacie XPM
28 jak i PNG. Tekst mo¿e byæ umiejscowiony pod lub nad ikonami, z lewej
29 albo z prawej strony. Obs³uguje UTF-8.
30
31 %prep
32 %setup  -q
33 %patch0 -p0
34
35 %build
36 %{__aclocal}
37 %{__autoconf}
38 %{__automake}
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT \
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc COPYING ChangeLog INSTALL README
54 %attr(755,root,root) %{_bindir}/*
This page took 0.163704 seconds and 3 git commands to generate.