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.
88 lines
3.6 KiB
88 lines
3.6 KiB
3 years ago
|
Name: mos-std-desktop
|
||
|
Version: 1.0
|
||
|
Release: alt1
|
||
|
|
||
|
Summary: M OS default desktop settings
|
||
|
Summary(ru_RU.UTF-8): Начальные настройки пользователя операционной системы М
|
||
|
|
||
|
License: GPLv3
|
||
|
Group: System/Configuration/Other
|
||
|
Url: http://osmesh.ru
|
||
|
BuildArch: noarch
|
||
|
Requires: xmlstarlet
|
||
|
Source: %name-%version.tar
|
||
|
|
||
|
%description
|
||
|
Standart files on Desktop and M OS icons, ovewrite basealt logo
|
||
|
Default settings for applications
|
||
|
|
||
|
%description -l ru_RU.UTF-8
|
||
|
Файлы по умолчанию для Рабочего стола Эмки, настройка приложений и настройка иконок.
|
||
|
Файловый триггер используется, чтобы не создавалось ошибочного впечателния, что М - продукт компании Базальт.
|
||
|
Все изображения логотипа затираются и используются изображения логотипа М.
|
||
|
|
||
|
%prep
|
||
|
%setup
|
||
|
|
||
|
%install
|
||
|
%define skeldir "/etc/skel"
|
||
|
%define skelconfigdir "/etc/skel/.config"
|
||
|
%define skellocalsharedir "/etc/skel/.local/share"
|
||
|
%define skeldesktopdir "/etc/skel/Рабочий стол"
|
||
|
%define ftdir "/usr/lib/rpm"
|
||
|
%define aptdir "/etc/apt/sources.list.d"
|
||
|
|
||
|
mkdir -p %buildroot%skelconfigdir
|
||
|
mkdir -p %buildroot%skelconfigdir/inkscape
|
||
|
mkdir -p %buildroot%skelconfigdir/chromium/Default
|
||
|
mkdir -p %buildroot%skelconfigdir/libreoffice/4/user
|
||
|
mkdir -p %buildroot%skellocalsharedir/OpenBoard
|
||
|
mkdir -p %buildroot%skeldesktopdir
|
||
|
mkdir -p %buildroot%ftdir
|
||
|
mkdir -p %buildroot%aptdir
|
||
|
|
||
|
install -pm644 powermanagementprofilesrc %buildroot%skelconfigdir
|
||
|
install -pm644 inkscape.xml %buildroot%skelconfigdir/inkscape/preferences.xml
|
||
|
install -pm644 chromium.json %buildroot%skelconfigdir/chromium/Default/Preferences
|
||
|
install -pm644 libreoffice.xcu %buildroot%skelconfigdir/libreoffice/4/user/registrymodifications.xcu
|
||
|
install -pm644 OpenBoardUser.config %buildroot%skellocalsharedir/OpenBoard
|
||
|
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 -pm755 brandicons.filetrigger %buildroot%ftdir
|
||
|
install -pm755 previewplugins.filetrigger %buildroot%ftdir
|
||
|
install -pm644 mos.list %buildroot%aptdir
|
||
|
|
||
|
%files
|
||
|
"/etc/skel/.config/powermanagementprofilesrc"
|
||
|
"/etc/skel/.config/inkscape/preferences.xml"
|
||
|
"/etc/skel/.config/chromium/Default/Preferences"
|
||
|
"/etc/skel/.config/libreoffice/4/user/registrymodifications.xcu"
|
||
|
"/etc/skel/.local/share/OpenBoard/OpenBoardUser.config"
|
||
|
"/etc/skel/Рабочий стол/Home.desktop"
|
||
|
"/etc/skel/Рабочий стол/trash.desktop"
|
||
|
"/etc/skel/Рабочий стол/Документ.ott"
|
||
|
"/etc/skel/Рабочий стол/Презентация.otp"
|
||
|
"/etc/skel/Рабочий стол/Таблица.ots"
|
||
|
"/usr/lib/rpm/brandicons.filetrigger"
|
||
|
"/usr/lib/rpm/previewplugins.filetrigger"
|
||
|
"/etc/apt/sources.list.d/mos.list"
|
||
|
|
||
|
%changelog
|
||
|
* Thu Apr 21 2022 Artem Proskurnev <tema@altlinux.org> 1.0-alt1
|
||
|
- Power management
|
||
|
- OpenBoard settings
|
||
|
- LibreOffice VerticalRuler
|
||
|
- Kometa repo
|
||
|
- kdeglobals -> kometa-xdg
|
||
|
- Disable presenter console LO Impress
|
||
|
- Docs -> kometa-docdir
|
||
|
- KDE5 preview plugins
|
||
|
- Chromium - default
|
||
|
- Change Inkscape deafult theme. In a standard theme, icons are not visible on a dark background. Chromium <- yandex.ru
|
||
|
- Only desktop icons + filetrigger kometa -> basealt, altlinux
|
||
|
- Dolphin, single click, ru/us == РУС/АНГ, Num Lock
|
||
|
|