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