]> git.pld-linux.org Git - packages/xfce4-appfinder.git/blame - xfce4-appfinder.spec
- merged from DEVEL
[packages/xfce4-appfinder.git] / xfce4-appfinder.spec
CommitLineData
1c76a64d 1Summary: Appfinder for the Xfce Desktop Environment
5b6991dd 2Summary(pl.UTF-8): Wyszukiwarka aplikacji dla środowiska Xfce
d2ed288e 3Name: xfce4-appfinder
6914283a
MB
4Version: 4.8.0
5Release: 1
0cac34a7
MC
6License: GPL
7Group: X11/Applications
6914283a
MB
8Source0: http://archive.xfce.org/src/xfce/xfce4-appfinder/4.8/%{name}-%{version}.tar.bz2
9# Source0-md5: fb4797ef91b90d111b989e98c3e000e0
10URL: http://www.xfce.org/projects/xfce4-appfinder
9e4c08b8
KK
11BuildRequires: autoconf >= 2.50
12BuildRequires: automake
6914283a 13BuildRequires: garcon-devel >= 0.1.3
9e4c08b8 14BuildRequires: gettext-devel
6914283a
MB
15BuildRequires: glib2-devel >= 1:2.16.0
16BuildRequires: gtk+2-devel >= 2:2.14.0
fb038854 17BuildRequires: intltool
9e4c08b8 18BuildRequires: libtool
6914283a
MB
19BuildRequires: libxfce4ui-devel >= 4.8.0
20BuildRequires: libxfce4util-devel >= 4.8.0
9e4c08b8 21BuildRequires: pkgconfig
6914283a
MB
22BuildRequires: rpmbuild(macros) >= 1.601
23BuildRequires: xfce4-dev-tools >= 4.8.0
24BuildRequires: xfconf-devel >= 4.8.0
25Requires: garcon >= 0.1.3
26Requires: gtk-update-icon-cache
27Requires: hicolor-icon-theme
28Requires: xfconf >= 4.8.0
0cac34a7
MC
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
32xfce4-appfinder shows system wide installed applications.
33
560c3e8b 34%description -l pl.UTF-8
884504dc 35xfce4-appfinder pokazuje aplikacje zainstalowane w systemie.
0cac34a7
MC
36
37%prep
38%setup -q
39
40%build
2fa2c0eb 41%{__intltoolize}
ccb1fc2f 42%{__libtoolize}
fb038854 43%{__aclocal}
ccb1fc2f 44%{__autoheader}
45%{__automake}
46%{__autoconf}
6914283a
MB
47%configure \
48 --disable-silent-rules
49
0cac34a7
MC
50%{__make}
51
52%install
53rm -rf $RPM_BUILD_ROOT
54
55%{__make} install \
56 DESTDIR=$RPM_BUILD_ROOT
57
6914283a 58%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
c3623811 59
0cac34a7
MC
60%find_lang %{name}
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
c95d1253
MB
65%post
66%update_icon_cache hicolor
67
68%postun
69%update_icon_cache hicolor
70
0cac34a7
MC
71%files -f %{name}.lang
72%defattr(644,root,root,755)
73%doc AUTHORS ChangeLog NEWS README TODO
731ecbf8 74%attr(755,root,root) %{_bindir}/xfce4-appfinder
0cac34a7 75%{_desktopdir}/xfce4-appfinder.desktop
fb038854 76%{_iconsdir}/hicolor/48x48/apps/xfce4-appfinder.png
This page took 0.080871 seconds and 4 git commands to generate.