]> git.pld-linux.org Git - SPECS.git/blob - idesk.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / idesk.spec
1 Summary:        Idesk allows You to create desktop icons
2 Summary(pl.UTF-8):      Idesk umożliwia tworzenie ikon na pulpicie
3 Name:           idesk
4 Version:        0.7.5
5 Release:        2
6 License:        BSD
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/idesk/%{name}-%{version}.tar.bz2
9 # Source0-md5:  beb48c97815c7b085e3b3d601297fbb8
10 URL:            http://idesk.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  imlib2-devel
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  libtool
16 BuildRequires:  pkgconfig
17 BuildRequires:  startup-notification-devel
18 BuildRequires:  xorg-lib-libXft-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Idesk allows creation of desktop icons. Feature quite nice, and not
23 provided by all window managers. The icon graphics are either from a
24 PNG or SVG (vector) file and support some eyecandy effects like
25 transparency. Each icon can be configured to run one or more shell
26 commands and the actions which run those commands are completely
27 configurable.
28
29 %description -l pl.UTF-8
30 Idesk umożliwia tworzenie ikon na pulpicie - cecha przydatna, ale nie
31 oferowana przez wszystkich zarządców okien. Grafiki ikon pochodzą z
32 plików PNG lub (wektorowych) SVG i wspierają niektóre efekty takie
33 jak przezroczystość. Każda ikona może być skonfigurowana do
34 uruchamiania jednego lub większej liczby poleceń powłoki, a akcje
35 uruchamiające te polecenia są w pełni konfigurowalne.
36
37 %prep
38 %setup -q
39
40 %build
41 %{__libtoolize}
42 %{__aclocal}
43 %{__autoconf}
44 %{__automake}
45 %configure
46
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc AUTHORS ChangeLog COPYING NEWS TODO
61 %attr(755,root,root) %{_bindir}/*
62 %{_datadir}/idesk
This page took 0.242173 seconds and 3 git commands to generate.