2016-09-25 01:23:11 +02:00
|
|
|
#
|
|
|
|
# spec file for package obconf-qt
|
|
|
|
#
|
2019-01-31 11:37:20 +01:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2016-09-25 01:23:11 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2019-01-31 11:37:20 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2016-09-25 01:23:11 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: obconf-qt
|
2019-01-31 11:37:20 +01:00
|
|
|
Version: 0.14.0
|
2016-09-25 01:23:11 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: OpenBox window manager configuration tool
|
2018-05-22 16:33:33 +02:00
|
|
|
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
2016-09-25 01:23:11 +02:00
|
|
|
Group: System/GUI/LXQt
|
2018-05-22 16:33:33 +02:00
|
|
|
URL: http://www.lxqt.org
|
2017-10-23 13:49:46 +02:00
|
|
|
Source: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
2016-09-25 01:23:11 +02:00
|
|
|
Source2: %{name}.keyring
|
2019-01-31 11:37:20 +01:00
|
|
|
BuildRequires: cmake >= 3.1.0
|
2016-09-25 01:23:11 +02:00
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: hicolor-icon-theme
|
2019-01-31 11:37:20 +01:00
|
|
|
BuildRequires: lxqt-build-tools-devel >= 0.6.0
|
2016-09-25 01:23:11 +02:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: cmake(KF5WindowSystem)
|
|
|
|
BuildRequires: cmake(Qt5LinguistTools)
|
|
|
|
BuildRequires: pkgconfig(Qt5Widgets)
|
|
|
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
BuildRequires: pkgconfig(lxqt)
|
|
|
|
BuildRequires: pkgconfig(obrender-3.5)
|
|
|
|
BuildRequires: pkgconfig(obt-3.5)
|
|
|
|
Requires(post): desktop-file-utils
|
|
|
|
Requires(post): update-alternatives
|
|
|
|
Requires(postun): update-alternatives
|
|
|
|
Requires(pre): desktop-file-utils
|
|
|
|
Recommends: %{name}-lang
|
|
|
|
Conflicts: obconf
|
|
|
|
|
|
|
|
%description
|
|
|
|
Configuration tool for the OpenBox Window Manager.
|
|
|
|
This tool is used by LXQt to configure OpenBox, since it is
|
|
|
|
used as the default WindowManager in LXQt.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake \
|
|
|
|
-DUSE_QT5=ON \
|
|
|
|
-DPULL_TRANSLATIONS=OFF
|
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%cmake_install
|
|
|
|
install -dm 755 %{buildroot}%{_sysconfdir}/alternatives/
|
|
|
|
touch %{buildroot}%{_sysconfdir}/alternatives/obconf
|
|
|
|
ln -s %{_sysconfdir}/alternatives/obconf \
|
|
|
|
%{buildroot}%{_bindir}/obconf
|
|
|
|
|
|
|
|
%post
|
|
|
|
%desktop_database_post
|
|
|
|
%icon_theme_cache_post
|
|
|
|
%{_sbindir}/update-alternatives --install \
|
|
|
|
%{_bindir}/obconf \
|
|
|
|
obconf \
|
|
|
|
%{_bindir}/%{name} \
|
|
|
|
40
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%desktop_database_postun
|
|
|
|
%icon_theme_cache_postun
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
%{_sbindir}/update-alternatives --remove obconf \
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
fi
|
|
|
|
|
|
|
|
%files
|
2018-05-22 16:33:33 +02:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS README.md
|
2016-09-25 01:23:11 +02:00
|
|
|
%{_bindir}/obconf
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.??g
|
|
|
|
%ghost %{_sysconfdir}/alternatives/obconf
|
|
|
|
|
|
|
|
%changelog
|