forked from pool/lxqt-runner
0a15e781b8
* Add README.md * Math: Enhance evaluation logic * Math: Use libmuparser for math evaluation * runner: Follow virtual desktop switching * Properly hide the runner when it loses focus * runner: Sort history items by relevance * build: Use external translations (#41) * ts-files removal (#40) * Use QString() instead of "" * Fix layout and focus to get history items right * Bump year * main: Add activation by running second instance * Italian translation update * dialog: Default icons * dialog: Fill background * upd: lxqt-runner_hu.ts * Update lxqt-runner_it.ts - Add keyring - Remove Qt5Script in favour of libmuparser as BuildRequire OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-runner?expand=0&rev=3
62 lines
1.9 KiB
RPMSpec
62 lines
1.9 KiB
RPMSpec
#
|
|
# spec file for package lxqt-runner
|
|
#
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: lxqt-runner
|
|
Version: 0.11.0
|
|
Release: 0
|
|
Summary: LXQt application launcher
|
|
License: LGPL-2.1+
|
|
Group: System/GUI/LXQt
|
|
Url: http://www.lxqt.org
|
|
Source0: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
|
|
Source1: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
|
|
Source2: %{name}.keyring
|
|
BuildRequires: cmake >= 3.0.2
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: cmake(KF5WindowSystem)
|
|
BuildRequires: pkgconfig(muparser)
|
|
BuildRequires: pkgconfig(Qt5UiTools)
|
|
BuildRequires: pkgconfig(Qt5Xdg)
|
|
BuildRequires: pkgconfig(libmenu-cache)
|
|
BuildRequires: pkgconfig(lxqt) >= %{version}
|
|
BuildRequires: pkgconfig(lxqt-globalkeys) >= %{version}
|
|
Recommends: %{name}-lang
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Tool to launch programs quickly, by typing their names
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake -DPULL_TRANSLATIONS=No
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%cmake_install
|
|
install -Dm 0644 man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS LICENSE
|
|
%{_bindir}/lxqt-runner
|
|
%{_mandir}/man?/%{name}.?%{ext_man}
|
|
|
|
%changelog
|