]> git.pld-linux.org Git - packages/xfce4-appfinder.git/blob - xfce4-appfinder.spec
- updated to 4.13.2
[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.13.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/xfce/xfce4-appfinder/4.13/%{name}-%{version}.tar.bz2
9 # Source0-md5:  8b4c2ab413748fcd0cc51444418d5af3
10 URL:            http://www.xfce.org/projects/xfce4-appfinder
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake
13 BuildRequires:  garcon-devel >= 0.4.0
14 BuildRequires:  gettext-tools
15 BuildRequires:  glib2-devel >= 1:2.30.0
16 BuildRequires:  gtk+3-devel
17 BuildRequires:  intltool
18 BuildRequires:  libtool
19 BuildRequires:  libxfce4ui-devel >= 4.12.0
20 BuildRequires:  libxfce4util-devel >= 4.12.0
21 BuildRequires:  pkgconfig
22 BuildRequires:  rpmbuild(macros) >= 1.601
23 BuildRequires:  xfce4-dev-tools >= 4.12.0
24 BuildRequires:  xfconf-devel >= 4.12.0
25 Requires:       garcon >= 0.4.0
26 Requires:       gtk-update-icon-cache
27 Requires:       hicolor-icon-theme
28 Requires:       xfconf >= 4.10.0
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 xfce4-appfinder shows system wide installed applications.
33
34 %description -l pl.UTF-8
35 xfce4-appfinder pokazuje aplikacje zainstalowane w systemie.
36
37 %prep
38 %setup -q
39
40 %build
41 %{__intltoolize}
42 %{__libtoolize}
43 %{__aclocal}
44 %{__autoheader}
45 %{__automake}
46 %{__autoconf}
47 %configure \
48         --disable-silent-rules
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
59
60 %find_lang %{name}
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files -f %{name}.lang
66 %defattr(644,root,root,755)
67 %doc AUTHORS ChangeLog NEWS README TODO
68 %attr(755,root,root) %{_bindir}/xfce4-appfinder
69 %attr(755,root,root) %{_bindir}/xfrun4
70 %{_desktopdir}/xfce4-appfinder.desktop
71 %{_desktopdir}/xfce4-run.desktop
72 %{_datadir}/metainfo/org.xfce.xfce4-appfinder.appdata.xml
This page took 0.091063 seconds and 4 git commands to generate.