diff --git a/lxqt-runner-0.8.0.tar.xz b/lxqt-runner-0.8.0.tar.xz deleted file mode 100644 index 076a993..0000000 --- a/lxqt-runner-0.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:515d55e6a253550b7ce84e6f2c3f9d47ca91c4a83a17ad9e6c378831a519b5a7 -size 195808 diff --git a/lxqt-runner-0.9.0.tar.xz b/lxqt-runner-0.9.0.tar.xz new file mode 100644 index 0000000..aa66ebc --- /dev/null +++ b/lxqt-runner-0.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9d4d85acb2a9e17892ca41637a677939ef7788df5cd45ba44d178ac066439a +size 192812 diff --git a/lxqt-runner.changes b/lxqt-runner.changes index 0759d6a..f368363 100644 --- a/lxqt-runner.changes +++ b/lxqt-runner.changes @@ -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 diff --git a/lxqt-runner.spec b/lxqt-runner.spec index c4ad303..4973020 100644 --- a/lxqt-runner.spec +++ b/lxqt-runner.spec @@ -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