Registration is now invite-only. Any user can make an invite, you need to create it here and give resulting link to someone to register.

About project

ROSA Desktop Application Launcher

Last commit

avatar
Ural Mullabaev has added 6c4ebcfef8
Disabled creating preview for remoted files

Files in

100644 | 44 lines (37 sloc) | 1.07 KB
Summary:	ROSA Desktop Application Launcher
Name:		rosa-launcher
Version:	2.0.0
Release:	56.1
Epoch:		1
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://www.rosalab.ru/
Source0:	%{name}-%{version}.tar.gz
Patch0:		rosa-launcher-2.0.0-mdvbutton.patch
Patch1:		rosa-launcher-2.0.0-places-i18n.patch
Patch2:		rosa-launcher-2.0.0-remote-file-preview.patch
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(soprano)
Requires:	kdebase4-workspace

%description
ROSA Desktop Application Launcher.

%files -f ROSA_Launcher.lang
%{_kde_libdir}/kde4/plasma_applet_rosastarter.so
%{_kde_libdir}/libtimeframe.so
%{_kde_datadir}/kde4/services/plasma-applet-rosastarter.desktop
%{_kde_bindir}/rosa-launcher
%{_kde_datadir}/rosa-launcher/*
%{_datadir}/timeframe

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

%prep
%setup -q
%patch0 -p1 -b .mdvbutton~
%patch1 -p1 -b .places~
%patch2 -p1 -b .preview~

%build
%cmake_kde4

%install
%makeinstall_std -C build

%find_lang ROSA_Launcher