Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 84c960148b3ffbf9e5bd42d99198c863 > files > 4

app-launcher-0.0.1-0.1mdv2009.0.src.rpm

Name: app-launcher
Summary: A mechanism for the user to launch applications
Version: 0.0.1
Release: %mkrel 0.1
Url: http://www.moblin.org/projects/application-launcher
License: LGPLv2+
Group: Graphical desktop/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# From GIT http://git.moblin.org/repos/users/jketreno/app-launcher.git
Source0: %name-%version.tar.bz2
# Makefile is a terrible mess, lets cmakefy this
Source1: %name-%version-cmakelist
Source2: app-launcher-run
BuildRequires: genesis-devel
BuildRequires: clutter-devel 
BuildRequires: clutter-cairo-devel
BuildRequires: clutter-box2d-devel
BuildRequires: cmake
BuildRequires: gtk+2-devel
BuildRequires: libxml2-devel
BuildRequires: pkgconfig

%description
The Moblin Application Launcher (app-launcher) provides a platform mechanism for the user to launch applications. Leveraging existing standards from freedesktop.org relating to application categories (currently parsed via Genesis), the Moblin Application Launcher is able to present a view of the applications available using predefined application categories.

%files
%defattr(-,root,root)
%_bindir/*
%_datadir/apps/*

#--------------------------------------------------------------------

%prep
%setup -q

cp %SOURCE1 CMakeLists.txt

%build
%cmake

%install
rm -fr %buildroot
%makeinstall_std -C build

# Script to proper run
install -m 0755 %SOURCE2 %buildroot/%_bindir

%clean
rm -rf "%{buildroot}"


%changelog
* Fri Oct 24 2008 Olivier Blin <oblin@mandriva.com> 0.0.1-0.1mdv2009.0
+ Revision: 296992
- fix permissions for background.jpg in cmakelist

  + Helio Chissini de Castro <helio@mandriva.com>
    - import app-launcher