]> git.pld-linux.org Git - packages/xfce4-appfinder.git/blob - xfce4-appfinder.spec
82162556be9cb59a6ca0f270e3177c7ff439e0dd
[packages/xfce4-appfinder.git] / xfce4-appfinder.spec
1 Summary:        Appfinder for the Xfce Desktop Environment
2 Summary(pl.UTF-8):      Wyszukiwarka aplikacji dla środowiska Xfce
3 Name:           xfce4-appfinder
4 Version:        4.6.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
9 # Source0-md5:  a1bc7d88100cfd92714a300be531589b
10 URL:            http://www.xfce.org/projects/xfce4-appfinder/
11 BuildRequires:  Thunar-devel >= 1.0.0
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  glib2-devel >= 1:2.12.0
16 BuildRequires:  gtk+2-devel >= 2:2.10.6
17 BuildRequires:  intltool
18 BuildRequires:  libtool
19 BuildRequires:  libxfce4menu-devel >= %{version}
20 BuildRequires:  libxfce4util-devel >= %{version}
21 BuildRequires:  libxfcegui4-devel >= %{version}
22 BuildRequires:  pkgconfig
23 BuildRequires:  rpmbuild(macros) >= 1.311
24 BuildRequires:  xfce4-dev-tools >= 4.6.0
25 BuildRequires:  xfconf-devel >= %{version}
26 Requires(post,postun):  gtk+2
27 Requires(post,postun):  hicolor-icon-theme
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 xfce4-appfinder shows system wide installed applications.
32
33 %description -l pl.UTF-8
34 xfce4-appfinder pokazuje aplikacje zainstalowane w systemie.
35
36 %prep
37 %setup -q
38
39 %build
40 %{__intltoolize}
41 %{__libtoolize}
42 %{__aclocal}
43 %{__autoheader}
44 %{__automake}
45 %{__autoconf}
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %find_lang %{name}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %post
61 %update_icon_cache hicolor
62
63 %postun
64 %update_icon_cache hicolor
65
66 %files -f %{name}.lang
67 %defattr(644,root,root,755)
68 %doc AUTHORS ChangeLog NEWS README TODO
69 %attr(755,root,root) %{_bindir}/xfce4-appfinder
70 %{_desktopdir}/xfce4-appfinder.desktop
71 %{_iconsdir}/hicolor/48x48/apps/xfce4-appfinder.png
This page took 0.044099 seconds and 3 git commands to generate.