Accepting request 343363 from X11:LXQt
1 OBS-URL: https://build.opensuse.org/request/show/343363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-runner?expand=0&rev=5
This commit is contained in:
parent
c159973973
commit
1a444eea67
3
lxqt-runner-0.10.0.tar.xz
Normal file
3
lxqt-runner-0.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d02998b2b438cff94a458fb4510eb493d7c1a4205c20a50be977e099e5d6ee81
|
||||
size 193104
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d9d4d85acb2a9e17892ca41637a677939ef7788df5cd45ba44d178ac066439a
|
||||
size 192812
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 6 16:38:34 UTC 2015 - mvetter@suse.com
|
||||
|
||||
- Upstream release 0.10.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 21:23:53 UTC 2015 - sfalken@opensuse.org
|
||||
|
||||
|
@ -17,41 +17,36 @@
|
||||
|
||||
|
||||
Name: lxqt-runner
|
||||
Version: 0.9.0
|
||||
Version: 0.10.0
|
||||
Release: 0
|
||||
Summary: Launch applications quickly by typing commands
|
||||
Summary: LXQt application launcher
|
||||
License: LGPL-2.1+
|
||||
Group: System/GUI/LXDE-Qt
|
||||
Url: http://www.lxde.org
|
||||
Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cmake >= 3.0.2
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: kwindowsystem-devel
|
||||
BuildRequires: pkgconfig(Qt5Script)
|
||||
BuildRequires: pkgconfig(Qt5UiTools)
|
||||
BuildRequires: pkgconfig(Qt5Xdg)
|
||||
BuildRequires: pkgconfig(lxqt) >= %{version}
|
||||
BuildRequires: pkgconfig(libmenu-cache)
|
||||
BuildRequires: pkgconfig(lxqt) >= %{version}
|
||||
BuildRequires: pkgconfig(lxqt-globalkeys) >= %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Tool to launch programs quickly, by typing their names
|
||||
|
||||
%package -n %{name}-lang
|
||||
Summary: Translations for lxqt-runner
|
||||
Group: System/GUI/LXDE-Qt
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description -n %{name}-lang
|
||||
Translation files for lxqt-runner
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%__make %{?_smp_mflags}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
@ -59,11 +54,10 @@ Translation files for lxqt-runner
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING
|
||||
%doc AUTHORS LICENSE
|
||||
%{_bindir}/lxqt-runner
|
||||
%{_datadir}/lxqt/lxqt-runner
|
||||
|
||||
%files -n %{name}-lang
|
||||
%files lang
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/lxqt/translations
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user