Accepting request 343356 from X11:LXQt
1 OBS-URL: https://build.opensuse.org/request/show/343356 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=6
This commit is contained in:
parent
ad8d981f1a
commit
d10a4a4729
3
lxqt-qtplugin-0.10.0.tar.xz
Normal file
3
lxqt-qtplugin-0.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4
|
||||
size 20984
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7bc715d55ccf7b4356dc89b23f441b79b2a79a523efdb67bc4a81acaa86243c5
|
||||
size 15732
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 6 16:33:28 UTC 2015 - mvetter@suse.com
|
||||
|
||||
- Upstream release 0.10.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 20:48:04 UTC 2015 - sfalken@opensuse.org
|
||||
|
||||
|
@ -17,22 +17,27 @@
|
||||
|
||||
|
||||
Name: lxqt-qtplugin
|
||||
Version: 0.9.0
|
||||
Version: 0.10.0
|
||||
Release: 0
|
||||
Summary: LxQt platform integration plugin for Qt 5
|
||||
Summary: LXQt platform integration plugin for Qt 5
|
||||
License: LGPL-2.1+
|
||||
Group: System/GUI/LXDE-Qt
|
||||
Group: System/GUI/LXQt
|
||||
Url: http://www.lxde.org
|
||||
Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cmake >= 3.0.2
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: kwindowsystem-devel
|
||||
BuildRequires: libQt5Gui-private-headers-devel
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5UiTools)
|
||||
BuildRequires: pkgconfig(lxqt) >= %{version}
|
||||
|
||||
BuildRequires: pkgconfig(lxqt) >= %{version}
|
||||
BuildRequires: pkgconfig(dbusmenu-qt5)
|
||||
%if 0%{?fedora_version}
|
||||
%requires_eq qt5-qtbase-gui
|
||||
%else
|
||||
%requires_eq libQt5Gui5
|
||||
%endif
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -52,14 +57,14 @@ about all plugins in the console when running any Qt5 programs.)
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%__make %{?_smp_mflags}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README
|
||||
%doc AUTHORS LICENSE README.md
|
||||
%dir %{_libdir}/qt5/plugins
|
||||
%dir %{_libdir}/qt5/plugins/platformthemes
|
||||
%{_libdir}/qt5/plugins/platformthemes/libqtlxqt.so
|
||||
|
Loading…
Reference in New Issue
Block a user