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