]> git.pld-linux.org Git - SPECS.git/blob - icon-slicer.spec
SPECS updated Sat 31 Jul 20:27:02 CEST 2021
[SPECS.git] / icon-slicer.spec
1 Summary:        Utility for icon theme generation
2 Summary(pl.UTF-8):      Narzędzie do generowania motywów ikon
3 Name:           icon-slicer
4 Version:        0.3
5 Release:        3
6 License:        MIT
7 Group:          Development/Tools
8 Source0:        ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz
9 # Source0-md5:  5c5374d4f265b0abe4daef1d03f87104
10 Patch0:         %{name}-0.3-attachpoints.patch
11 BuildRequires:  gtk+2-devel
12 BuildRequires:  pkgconfig
13 BuildRequires:  popt-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 icon-slicer is a utility for generating icon themes and libXcursor
18 cursor themes.
19
20 %description -l pl.UTF-8
21 icon-slicer to narzędzie do generowania motywów ikon oraz motywów
22 kursorów libXcursor.
23
24 %prep
25 %setup -q
26 %patch0 -p1
27
28 %build
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc README
44 %attr(755,root,root) %{_bindir}/icon-slicer
This page took 0.512961 seconds and 3 git commands to generate.