You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.6 KiB
53 lines
1.6 KiB
Name: kometa-std-desktop
|
|
Version: 1.0
|
|
Release: kometa1
|
|
|
|
Summary: Kometa Desktop
|
|
License: GPLv3
|
|
Group: System/Configuration/Other
|
|
Url: http://oskometa.ru
|
|
BuildArch: noarch
|
|
Source: %name-%version.tar
|
|
|
|
%description
|
|
Standart files on Desktop and defaults
|
|
|
|
%description -l ru_RU.UTF-8
|
|
Файлы по умолчанию для Рабочего стола Кометы и настройки приложений
|
|
|
|
%prep
|
|
%setup
|
|
|
|
%install
|
|
%define skeldesktopdir "/etc/skel/Рабочий стол"
|
|
%define skelconfig "/etc/skel/.config"
|
|
mkdir -p %buildroot%skeldesktopdir
|
|
mkdir -p %buildroot%skelconfig
|
|
install -pm644 Home.desktop %buildroot%skeldesktopdir
|
|
install -pm644 trash.desktop %buildroot%skeldesktopdir
|
|
install -pm644 Документ.ott %buildroot%skeldesktopdir
|
|
install -pm644 Таблица.ots %buildroot%skeldesktopdir
|
|
install -pm644 Презентация.otp %buildroot%skeldesktopdir
|
|
install -pm644 dolphinrc %buildroot%skelconfig
|
|
install -pm644 kdeglobals %buildroot%skelconfig
|
|
install -pm644 kxkbrc %buildroot%skelconfig
|
|
install -pm644 kcminputrc %buildroot%skelconfig
|
|
|
|
%files
|
|
"/etc/skel/Рабочий стол/Home.desktop"
|
|
"/etc/skel/Рабочий стол/trash.desktop"
|
|
"/etc/skel/Рабочий стол/Документ.ott"
|
|
"/etc/skel/Рабочий стол/Презентация.otp"
|
|
"/etc/skel/Рабочий стол/Таблица.ots"
|
|
"/etc/skel/.config/dolphinrc"
|
|
"/etc/skel/.config/kdeglobals"
|
|
"/etc/skel/.config/kxkbrc"
|
|
"/etc/skel/.config/kcminputrc"
|
|
|
|
|
|
%changelog
|
|
* Thu Oct 21 2021 1.0-kometa1
|
|
- Dolphin, single click, ru/us == РУС/АНГ, Num Lock
|
|
|
|
* Mon Nov 02 2020 1.0-kometa0
|
|
- initial build
|
|
|