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