parent
eae87122f6
commit
aa3d6feb9e
@ -0,0 +1,4 @@ |
|||||||
|
[General] |
||||||
|
GlobalViewProps=false |
||||||
|
[PreviewSettings] |
||||||
|
Plugins=webarchivethumbnail,ffmpegthumbs,imagethumbnail,exrthumbnail,jpegthumbnail,windowsimagethumbnail,svgthumbnail,directorythumbnail,htmlthumbnail,textthumbnail,djvuthumbnail |
@ -0,0 +1,2 @@ |
|||||||
|
[Keyboard] |
||||||
|
NumLock=1 |
@ -0,0 +1,4 @@ |
|||||||
|
[KDE] |
||||||
|
SingleClick=false |
||||||
|
[Translations] |
||||||
|
LANGUAGE=ru |
@ -0,0 +1,13 @@ |
|||||||
|
[Layout] |
||||||
|
DisplayNames=АНГ,РУС |
||||||
|
LayoutList=us,ru |
||||||
|
LayoutLoopCount=-1 |
||||||
|
Model=pc101 |
||||||
|
Options=compose:menu,grp:alt_shift_toggle |
||||||
|
ResetOldOptions=true |
||||||
|
ShowFlag=false |
||||||
|
ShowLabel=true |
||||||
|
ShowLayoutIndicator=true |
||||||
|
ShowSingle=false |
||||||
|
SwitchMode=WinClass |
||||||
|
Use=true |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,53 @@ |
|||||||
|
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 |
Loading…
Reference in new issue