]> git.pld-linux.org Git - packages/lxlauncher.git/blob - lxlauncher.spec
- new
[packages/lxlauncher.git] / lxlauncher.spec
1 Summary:        lxauncher
2 Name:           lxlauncher
3 Version:        0.2.1
4 Release:        1
5 License:        GPL v3
6 Group:          X11/Applications
7 Source0:        http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
8 # Source0-md5:  5dbe6076eb1a411278e1fc2bccf2d75d
9 # From Mandriva
10 Patch0:         %{name}-0.2.1-fix-segfault.patch
11 URL:            http://www.lxde.org/
12 BuildRequires:  gettext-devel
13 BuildRequires:  gtk+2-devel >= 2:2.12.0
14 BuildRequires:  intltool >= 0.40.0
15 BuildRequires:  pkgconfig
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 LXLauncher is an open source clone of Asus launcher for EeePC.
20 It outperformes the original launcher developed by Xandros.
21
22 %prep
23 %setup -q
24 %patch0 -p0
25
26 %build
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %find_lang %{name}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files -f %{name}.lang
42 %defattr(644,root,root,755)
43 %doc AUTHORS README NEWS
44 %{_sysconfdir}/xdg/lxlauncher
45 %{_sysconfdir}/xdg/menus/lxlauncher-applications.menu
46 %attr(755,root,root) %{_bindir}/lxlauncher
47 %{_datadir}/desktop-directories/*directory
This page took 0.185406 seconds and 4 git commands to generate.