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