2022-07-27 16:33:50 +02:00
|
|
|
#
|
|
|
|
# spec file for package plasma-branding-MicroOS
|
|
|
|
#
|
|
|
|
# Copyright (c) 2022 SUSE LLC
|
|
|
|
# Copyright (c) 2021 SUSE Software Solutions GmbH
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: plasma-branding-MicroOS
|
|
|
|
Summary: MicroOS Desktop default settings
|
|
|
|
License: BSD-3-Clause
|
|
|
|
Source: COPYING
|
|
|
|
Source1: flathub.flatpakrepo
|
|
|
|
Source2: mod-firstboot.desktop
|
|
|
|
Source3: mod-firstboot
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: flatpak
|
|
|
|
Requires: flatpak
|
|
|
|
Requires: libqt5-qdbus
|
|
|
|
Requires: kdialog
|
|
|
|
Requires: sound-theme-freedesktop
|
2022-08-05 14:54:29 +02:00
|
|
|
Conflicts: gnome-branding-MicroOS
|
2022-07-27 16:33:50 +02:00
|
|
|
Version: 20210427
|
|
|
|
Release: 0
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package installs MicroOS default applications for Plasma.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -T -c %{name}-%{version}
|
|
|
|
cp -a %{SOURCE0} COPYING
|
|
|
|
cp -a %{SOURCE1} flathub.flatpakrepo
|
|
|
|
cp -a %{SOURCE2} mod-firstboot.desktop
|
|
|
|
cp -a %{SOURCE3} mod-firstboot
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
install -d %{buildroot}%{_prefix}/share/microos-desktop
|
|
|
|
install -m0644 flathub.flatpakrepo %{buildroot}%{_prefix}/share/microos-desktop
|
|
|
|
install -d %{buildroot}%{_sysconfdir}/skel/.config/autostart
|
|
|
|
install -m0644 mod-firstboot.desktop %{buildroot}%{_sysconfdir}/skel/.config/autostart/mod-firstboot.desktop
|
|
|
|
install -d %{buildroot}%{_bindir}
|
|
|
|
install -m0755 mod-firstboot %{buildroot}%{_bindir}/mod-firstboot
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%dir %{_prefix}/share/microos-desktop
|
|
|
|
%{_prefix}/share/microos-desktop/flathub.flatpakrepo
|
|
|
|
%dir %{_sysconfdir}/skel/.config
|
|
|
|
%dir %{_sysconfdir}/skel/.config/autostart
|
|
|
|
%config(noreplace) %{_sysconfdir}/skel/.config/autostart/mod-firstboot.desktop
|
|
|
|
%{_bindir}/mod-firstboot
|
|
|
|
|
|
|
|
%changelog
|