SHA256
1
0
forked from pool/lxqt-runner
Stephan Kulow 2015-02-16 20:07:59 +00:00 committed by Git OBS Bridge
parent 7af12fc00d
commit 89383591e7
4 changed files with 28 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:515d55e6a253550b7ce84e6f2c3f9d47ca91c4a83a17ad9e6c378831a519b5a7
size 195808

3
lxqt-runner-0.9.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d9d4d85acb2a9e17892ca41637a677939ef7788df5cd45ba44d178ac066439a
size 192812

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 9 22:52:59 UTC 2015 - sfalken@opensuse.org
- New upstream version 0.9.0
- Added -lang subpackage
-------------------------------------------------------------------
Mon Jan 26 00:38:02 UTC 2015 - sfalken@opensuse.org

View File

@ -17,26 +17,35 @@
Name: lxqt-runner
Version: 0.8.0
Version: 0.9.0
Release: 0
Summary: Launch applications quickly by typing commands
License: LGPL-2.1+
Group: System/GUI/LXDE-Qt
Url: http://www.lxde.org
Source: %{name}-%{version}.tar.xz
Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: kwindowsystem-devel
BuildRequires: pkgconfig(Qt5Script)
BuildRequires: pkgconfig(Qt5Xdg)
BuildRequires: pkgconfig(lxqt-globalkeys-qt5)
BuildRequires: pkgconfig(lxqt-qt5) >= 0.8.0
BuildRequires: pkgconfig(Qt5UiTools)
BuildRequires: pkgconfig(Qt5Xdg)
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
%prep
%setup -q
@ -44,7 +53,6 @@ Tool to launch programs quickly, by typing their names
mkdir build
pushd build
cmake \
-DUSE_QT5=ON \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
..
%__make %{?_smp_mflags}
@ -60,7 +68,10 @@ popd
%defattr(-,root,root)
%doc AUTHORS COPYING
%{_bindir}/lxqt-runner
%{_datadir}/lxqt
%{_datadir}/lxqt-qt5/translations/lxqt-runner
%{_datadir}/lxqt/lxqt-runner
%files -n %{name}-lang
%defattr(-,root,root)
%{_datadir}/lxqt/translations
%changelog