]> git.pld-linux.org Git - packages/xfce4-appfinder.git/blob - xfce4-appfinder.spec
- up to 4.18.1
[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.18.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        https://archive.xfce.org/src/xfce/xfce4-appfinder/4.18/%{name}-%{version}.tar.bz2
9 # Source0-md5:  621d811f93b3edaac4a0205bc18ef5c5
10 URL:            https://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.50.0
16 BuildRequires:  gtk+3-devel >= 3.22
17 BuildRequires:  intltool
18 BuildRequires:  libtool
19 BuildRequires:  libxfce4ui-devel >= 4.18.0
20 BuildRequires:  libxfce4util-devel >= 4.18.0
21 BuildRequires:  pkgconfig
22 BuildRequires:  rpmbuild(macros) >= 2.000
23 BuildRequires:  xfce4-dev-tools >= 4.18.0
24 BuildRequires:  xfconf-devel >= 4.18.0
25 Requires:       garcon >= 0.4.0
26 Requires:       gtk-update-icon-cache
27 Requires:       hicolor-icon-theme
28 Requires:       xfconf >= 4.18.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%{_localedir}/{hye,ie,ur_PK}
59 %{__mv} $RPM_BUILD_ROOT%{_localedir}/{hy_AM,hy}
60
61 %find_lang %{name}
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files -f %{name}.lang
67 %defattr(644,root,root,755)
68 %doc AUTHORS ChangeLog NEWS TODO
69 %attr(755,root,root) %{_bindir}/xfce4-appfinder
70 %attr(755,root,root) %{_bindir}/xfrun4
71 %{_desktopdir}/xfce4-appfinder.desktop
72 %{_desktopdir}/xfce4-run.desktop
73 %{_datadir}/metainfo/org.xfce.xfce4-appfinder.appdata.xml
74 %{_iconsdir}/hicolor/*x*/apps/org.xfce.appfinder.png
75 %{_iconsdir}/hicolor/scalable/apps/org.xfce.appfinder.svg
This page took 0.163675 seconds and 4 git commands to generate.