Commit 804283a1 authored by Anton Midyukov's avatar Anton Midyukov

Remove workstation, will be developed in a separate git

parent 4940f5e9
ifeq (distro,$(IMAGE_CLASS))
distro/alt-workstation: workstation_groups_x86 = $(addprefix workstation/,\
3rdparty clamav cloud-clients freecad \
gtk-dictionary smartcard voip-clients)
ifneq (,$(filter-out e2k%,$(ARCH)))
distro/alt-workstation: mediaplayer = workstation/showtime
else
distro/alt-workstation: mediaplayer = workstation/smplayer
endif
distro/alt-workstation:: distro/.base +vmguest +wireless +efi \
mixin/desktop-installer mixin/alt-workstation \
mixin/alt-workstation-install \
use/memtest use/live/rescue use/bootloader/grub use/luks \
use/efi/shell use/live/suspend \
use/live/x11 use/live/repo use/live/rw \
use/vmguest/kvm/x11 use/stage2/kms \
use/branding/complete use/docs/license \
use/domain-client/full use/x11/amdgpu \
use/firmware/laptop \
use/e2k/multiseat/full use/e2k/x11/101 use/e2k/sound/401
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,MAIN_GROUPS,$(workstation_groups_x86))
endif
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,MAIN_GROUPS,workstation/blender)
@$(call add,MAIN_GROUPS,workstation/yandex-browser)
endif
@$(call add,MAIN_GROUPS,workstation/fractal)
ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
@$(call add,MAIN_GROUPS,workstation/flatpak)
@$(call add,MAIN_GROUPS,workstation/daily-planner)
@$(call add,MAIN_GROUPS,workstation/kvm)
@$(call add,MAIN_GROUPS,workstation/gnome-boxes)
endif
ifeq (,$(filter-out p11,$(BRANCH)))
ifeq (,$(filter-out aarch64,$(ARCH)))
@$(call set,KFLAVOURS,6.6 6.12)
endif
endif
ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call add,THE_PACKAGES,python-module-serial)
@$(call add,THE_PACKAGES,xorg-drv-smi) # use/x11/smi
@$(call add,THE_PACKAGES,flashrom)
@$(call add,MAIN_PACKAGES,alterator-secsetup)
ifeq (,$(filter-out e2k,$(ARCH)))
@$(call set,META_VOL_ID,ALT Workstation for Elbrus v3 (401-PC))
endif # e2k
ifeq (,$(filter-out e2kv4,$(ARCH)))
@$(call set,META_VOL_ID,ALT Workstation for Elbrus v4 (801/101-PC))
endif # e2kv4
ifeq (,$(filter-out e2kv5,$(ARCH)))
@$(call set,META_VOL_ID,ALT Workstation for Elbrus v5 (901-PC))
endif # e2kv5
ifeq (,$(filter-out e2kv6,$(ARCH)))
@$(call set,META_VOL_ID,ALT Workstation for Elbrus v6 (201-PC))
endif # e2kv6
endif # e2k%
@$(call add,MAIN_GROUPS,$(mediaplayer))
@$(call add,LIVE_LISTS,$(mediaplayer))
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,RESCUE_BOOTARGS,nomodeset)
endif
ifeq (,$(filter-out e2k%,$(ARCH)))
distro/alt-workstation:: +power; @:
endif
endif # distro
ifeq (vm,$(IMAGE_CLASS))
vm/.alt-workstation: vm/systemd \
use/oem/distro use/repo mixin/alt-workstation
@$(call add,THE_PACKAGES,installer-feature-quota-stage2)
@$(call add,THE_PACKAGES,alterator-gpupdate)
@$(call add,THE_LISTS,workstation/libreoffice)
vm/alt-workstation: vm/.alt-workstation mixin/vm-archdep +vmguest
@$(call add,THE_LISTS,$(mediaplayer))
ifeq (,$(filter-out aarch64,$(ARCH)))
vm/alt-workstation-rpi: vm/.alt-workstation use/arm-rpi4/full; @:
endif
vm/alt-workstation-cloud: vm/systemd use/repo \
mixin/alt-workstation mixin/cloud-init use/vmguest/kvm use/tty/S0
@$(call add,THE_PACKAGES,cloud-init-config-network-manager)
@$(call add,THE_KMODULES,drm)
@$(call add,VM_INITRDMODULES,sr_mod)
@$(call add,BASE_PACKAGES,systemd-settings-disable-kill-user-processes)
@$(call add,DEFAULT_SERVICES_ENABLE,getty@tty1 getty@ttyS0)
@$(call add,DEFAULT_SERVICES_DISABLE,consolesaver)
endif
# shared across all supported arches, can be complemented per arch
mixin/alt-workstation-install: workstation_groups = $(addprefix workstation/,\
10-office 20-networking 30-multimedia 35-gpolicy 40-virtualization \
z00-add-3dparty z01-add-clients clients-monitor clients-backup \
raccess alterator-web emulators ganttproject gnome-peer-to-peer \
photo-editing convert-images vector-graphics video-editors \
libreoffice pidgin scanning scribus \
sound-editing thunderbird freeipa-client gpolicy-adm gpolicy-client gpolicy-templates)
mixin/alt-workstation: +systemd +systemd-optimal +pipewire +nm \
use/kernel/net use/l10n/default/ru_RU \
use/x11/xorg use/x11/gdm use/x11-autostart use/x11/gtk4/nm \
use/ntp/chrony \
use/apt-conf/branch use/volumes/alt-workstation \
use/fonts/install2 \
use/fonts/otf/adobe use/fonts/otf/mozilla \
use/fonts/ttf/google use/fonts/ttf/google/extra \
use/fonts/ttf/redhat use/fonts/ttf/ubuntu \
use/branding use/control use/services \
use/sound use/xdg-user-dirs \
use/docs/manual use/docs/indexhtml \
use/browser/chromium-gost \
use/cleanup/live-no-cleanupdb
@$(call add,THE_LISTS,workstation/gnome)
@$(call add,PINNED_PACKAGES,gnome-console:Required)
@$(call add,THE_PACKAGES,qt5-wayland qt6-wayland)
@$(call add,THE_PACKAGES,cups-pk-helper cups)
@$(call add,THE_PACKAGES,fonts-ttf-lxgw-wenkai)
@$(call add,THE_PACKAGES,xdg-user-dirs-gtk)
@$(call add,THE_PACKAGES,etcnet etcnet-defaults-desktop alterator-net-eth) # Remove etcnet in future
@$(call add,MAIN_LISTS,kernel-headers)
@$(call set,BRANDING,alt-workstation)
@$(call add,THE_BRANDING,gnome-settings)
@$(call add,COMMON_PACKAGES,vim-console)
@$(call add,BASE_LISTS,workstation/base.pkgs)
@$(call add,THE_LISTS,workstation/the.pkgs)
@$(call add,THE_LISTS,$(call tags,archive extra))
@$(call add,BASE_LISTS,$(call tags,desktop cups))
@$(call add,THE_LISTS,$(call tags,regular desktop))
@$(call add,THE_LISTS,$(call tags,base regular))
@$(call add,THE_LISTS,$(call tags,base l10n))
@$(call add,THE_LISTS,$(call tags,base desktop))
@$(call add,THE_LISTS,$(call tags,xorg vaapi))
@$(call add,THE_KMODULES,staging)
@$(call add,CONTROL,xdg-user-dirs:enabled)
@$(call add,SERVICES_DISABLE,sshd)
@$(call add,SERVICES_DISABLE,auditd)
@$(call add,SERVICES_ENABLE,cups cups-browsed smb nmb httpd2 bluetoothd libvirtd)
@$(call add,SERVICES_ENABLE,crond)
@$(call add,SERVICES_ENABLE,fstrim.timer)
@$(call add,SERVICES_ENABLE,ahttpd) # in case it gets installed
@$(call add,SERVICES_DISABLE,powertop bridge gpm)
@$(call add,SYSTEMD_SERVICES_DISABLE,systemd-userdbd.service)
@$(call add,SYSTEMD_SERVICES_DISABLE,systemd-userdbd.socket)
@$(call add,CONTROL,libnss-role:enabled)
@$(call set,META_PUBLISHER,BaseALT Ltd)
@$(call set,META_VOL_SET,ALT)
@$(call set,META_VOL_ID,ALT Workstation $(DISTRO_VERSION) $(ARCH))
@$(call set,META_APP_ID,ALT Workstation $(DISTRO_VERSION) $(ARCH) $(shell date +%F))
@$(call set,DOCS,alt-workstation)
@$(call add,PINNED_PACKAGES,postfix)
mixin/alt-workstation-install: +live-installer-pkg \
use/live-install/repo use/live-install/oem \
use/stage2/ata use/stage2/fs use/stage2/hid use/stage2/md \
use/stage2/mmc use/stage2/net use/stage2/net-nfs use/stage2/cifs \
use/stage2/rtc use/stage2/sbc use/stage2/scsi use/stage2/usb
@$(call set,INSTALLER,alt-workstation)
@$(call add,LIVE_PACKAGES,installer-feature-slideshow)
ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call add,LIVE_PACKAGES,installer-feature-repo-add)
@$(call add,LIVE_PACKAGES,installer-feature-quota-stage2)
@$(call add,MAIN_LISTS,workstation/extras)
endif
@$(call add,LIVE_PACKAGES,alterator-gpupdate)
@$(call add,MAIN_PACKAGES,solaar)
@$(call add,STAGE2_PACKAGES,chrony)
@$(call add,MAIN_GROUPS,$(workstation_groups))
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Office
Name[ru_RU]=Офис
X-Alterator-Required=no
Comment=Office applications
Comment[ru_RU]=Офисные приложения
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Internet/Networking
Name[ru_RU]=Интернет/сети
X-Alterator-Required=no
Comment=Networking applications
Comment[ru_RU]=Сетевые приложения
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Multimedia
Name[ru_RU]=Мультимедиа
X-Alterator-Required=no
Comment=Multimedia applications
Comment[ru_RU]=Мультимедийные приложения
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Group policies
Name[ru_RU]=Групповые политики
X-Alterator-PackageList=workstation/gpolicy
X-Alterator-Required=no
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=3rd party app support (Chrome, VMware View...)
Name[ru_RU]=Поддержка сторонних приложений (1С, CryptoPro...)
X-Alterator-PackageList=workstation/3rdparty
X-Alterator-Required=no
X-Alterator-Parent=workstation/z00-add-3dparty
Categories=GNOME;MATE;XFCE;KDE;KDE4;
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Virtualization
Name[ru_RU]=Виртуализация
X-Alterator-Required=no
Comment=Virtualization/access applications
Comment[ru_RU]=Приложения для виртуализации и доступа
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Management Web interface
Name[ru_RU]=Веб-интерфейс управления
Comment=Alterator Web interface (port 8080)
Comment[ru_RU]=Веб-интерфейс Alterator (порт 8080)
X-Alterator-PackageList=workstation/alterator-web
X-Alterator-Required=no
X-Alterator-Parent=workstation/20-networking
Categories=GNOME;MATE;XFCE;KDE;KDE4;
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Blender 3D Modeller
Name[ru_RU]=Трёхмерное моделирование (Blender)
X-Alterator-PackageList=workstation/blender
X-Alterator-Required=no
X-Alterator-Parent=workstation/30-multimedia
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Celluloid mediaplayer
Name[ru_RU]=Медиаплеер (Celluloid)
X-Alterator-PackageList=workstation/celluloid
X-Alterator-Required=yes
X-Alterator-Parent=workstation/30-multimedia
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=ClamAV Antivirus
Name[ru_RU]=Антивирус ClamAV
X-Alterator-PackageList=workstation/clamav
X-Alterator-Required=no
X-Alterator-Parent=workstation/10-office
Categories=GNOME;MATE;XFCE;
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Claws Mail client
Name[ru_RU]=Электронная почта (Claws Mail)
X-Alterator-PackageList=workstation/claws-mail
X-Alterator-Required=yes
X-Alterator-Parent=workstation/20-networking
[Desktop Entry]
Type=Directory
X-Alterator-PackageList=workstation/clients-backup
X-Alterator-Required=no
X-Alterator-Parent=workstation/z01-add-clients
Categories=KDE;GNOME;XFCE
Name=Backup
Name[ru_RU]=Резервное копирование
Comment=Backup systems clients
Comment[ru_RU]=Клиенты систем резервного копирования
[Desktop Entry]
Type=Directory
X-Alterator-PackageList=workstation/clients-monitor
X-Alterator-Required=no
X-Alterator-Parent=workstation/z01-add-clients
Categories=KDE;GNOME;XFCE
Name=Мonitoring
Name[ru_RU]=Мониторинг
Comment=Monitoring systems clients
Comment[ru_RU]=Клиенты систем мониторинга
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Cloud storage clients (Owncloud, Seafile)
Name[ru_RU]=Клиенты облачного хранилища (Owncloud, Seafile)
X-Alterator-PackageList=workstation/cloud-clients
X-Alterator-Required=no
X-Alterator-Parent=workstation/20-networking
Categories=GNOME;MATE;XFCE;KDE;KDE4;
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Convert Images
Name[ru_RU]=Конвертация изображений
X-Alterator-PackageList=workstation/convert-images
X-Alterator-Required=no
X-Alterator-Parent=workstation/30-multimedia
Categories=KDE;KDE4;GNOME;XFCE;
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Daily planner
Name[ru_RU]=Ежедневник
X-Alterator-PackageList=workstation/daily-planner
X-Alterator-Required=yes
X-Alterator-Parent=workstation/10-office
Categories=GNOME;MATE;XFCE;KDE;KDE4;
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Run Windows/DOS software
Name[ru_RU]=Запуск программ Windows/DOS
X-Alterator-PackageList=workstation/emulators
X-Alterator-Conflicts=wine-local
X-Alterator-Parent=workstation/40-virtualization
Categories=KDE;KDE4;GNOME;XFCE;
#Comment=Run applications designed for other operating systems and computer architectures; for example, 32-bit programs in a 64-bit environment
#Comment[ru_RU]=Запуск приложений, предназначенных для других операционных систем и компьютерных архитектур; например, 32-битных программ в 64-битной среде
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Flatpak repository
X-Alterator-Parent=workstation/z00-add-3dparty
X-Alterator-PackageList=slinux/flatpak
X-Alterator-Required=no
Name[ru_RU]=Репозиторий Flatpak
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Matrix messaging app (Fractal)
Name[ru_RU]=Обмен мгновенными сообщениями в Matrix (Fractal)
X-Alterator-PackageList=workstation/fractal
X-Alterator-Required=no
X-Alterator-Parent=workstation/20-networking
Categories=GNOME;MATE;XFCE;KDE;KDE4;
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=FreeCAD system
Name[ru_RU]=САПР (FreeCAD)
X-Alterator-PackageList=workstation/freecad
X-Alterator-Required=no
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=FreeIPA domain client
Name[ru_RU]=Клиент домена FreeIPA
X-Alterator-PackageList=workstation/freeipa-client
X-Alterator-Required=no
X-Alterator-Parent=workstation/z01-add-clients
Categories=GNOME;MATE;XFCE;KDE;KDE4;
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Project management (GanttProject)
Name[ru_RU]=Управление проектами (диаграммы Гантта)
X-Alterator-PackageList=workstation/ganttproject
X-Alterator-Required=no
X-Alterator-Parent=workstation/10-office
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=GNOME Boxes desktop virtualization
Name[ru_RU]=Настольная виртуализация (GNOME Boxes)
X-Alterator-PackageList=workstation/gnome-boxes
X-Alterator-Required=no
X-Alterator-Parent=workstation/40-virtualization
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Peer-to-peer clients
Name[ru_RU]=Файлообменные сети
X-Alterator-PackageList=workstation/gnome-peer-to-peer
X-Alterator-Required=no
X-Alterator-Parent=workstation/20-networking
Categories=GNOME;XFCE;
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Administration tools
Name[ru_RU]=Инструменты администрирования
X-Alterator-PackageList=workstation/gpolicy-adm
X-Alterator-Required=no
X-Alterator-Parent=workstation/35-gpolicy
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Client (means of application)
Name[ru_RU]=Клиент (средства применения)
X-Alterator-PackageList=workstation/gpolicy-client
X-Alterator-Required=no
X-Alterator-Parent=workstation/35-gpolicy
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Group policy templates
Name[ru_RU]=Шаблоны групповых политик
X-Alterator-PackageList=workstation/gpolicy-templates
X-Alterator-Required=no
X-Alterator-Parent=workstation/35-gpolicy
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Dictionary
Name[ru_RU]=Словари
X-Alterator-PackageList=workstation/gtk-dictionary
X-Alterator-Required=no
X-Alterator-Parent=workstation/10-office
Categories=GNOME;XFCE;
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=QEMU/KVM virtualization client-server
Name[ru_RU]=Клиент-сервер виртуализации (QEMU/KVM)
X-Alterator-PackageList=workstation/kvm
X-Alterator-Required=no
X-Alterator-Parent=workstation/40-virtualization
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=LibreOffice
Name[ru_RU]=Офисный пакет (LibreOffice)
X-Alterator-PackageList=workstation/libreoffice
X-Alterator-Required=yes
X-Alterator-Parent=workstation/10-office
Categories=KDE;KDE4;GNOME;XFCE
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=User folder sharing
Name[ru_RU]=Общий доступ к папкам
X-Alterator-PackageList=workstation/mate-usershare
X-Alterator-Required=yes
X-Alterator-Parent=workstation/20-networking
Categories=GNOME;MATE;
Comment=Enables users to right-click a folder and mark it for network sharing
Comment[ru_RU]=Даёт возможность расшарить папку по сети щелчком правой кнопки мыши
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Panorama tools
Name[ru_RU]=Работа с панорамными снимками
X-Alterator-PackageList=workstation/panorama-tools
X-Alterator-Required=yes
X-Alterator-Parent=workstation/30-multimedia
Categories=KDE;KDE4;GNOME;XFCE;
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Photo editing
Name[ru_RU]=Обработка фотографий
X-Alterator-PackageList=workstation/photo-editing
X-Alterator-Required=no
X-Alterator-Parent=workstation/30-multimedia
Categories=KDE;KDE4;GNOME;XFCE;
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Pidgin IM client
Name[ru_RU]=Обмен мгновенными сообщениями (Pidgin)
X-Alterator-PackageList=workstation/pidgin
X-Alterator-Required=no
X-Alterator-Parent=workstation/20-networking
Categories=GNOME;XFCE;
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Remote Desktop access client
Name[ru_RU]=Доступ к удалённым рабочим столам
X-Alterator-Parent=workstation/20-networking
X-Alterator-PackageList=workstation/raccess
X-Alterator-Required=no
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=RunaWFE business process management system
Name[ru_RU]=Управление бизнес-процессами (Runa WFE)
X-Alterator-PackageList=workstation/runa-client
X-Alterator-Parent=workstation/10-office
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Scanning
Name[ru_RU]=Поддержка сканеров
X-Alterator-PackageList=workstation/scanning
X-Alterator-Required=yes
X-Alterator-Parent=workstation/10-office
Categories=KDE;KDE4;GNOME;XFCE
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Scribus desktop publishing system
Name[ru_RU]=Издательская система (Scribus)
X-Alterator-PackageList=workstation/scribus
X-Alterator-Required=no
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Showtime mediaplayer
Name[ru_RU]=Медиаплеер (Showtime)
X-Alterator-PackageList=workstation/showtime
X-Alterator-Required=yes
X-Alterator-Parent=workstation/30-multimedia
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Smartcard support
Name[ru_RU]=Поддержка смарт-карт
X-Alterator-PackageList=workstation/smartcard
X-Alterator-Required=yes
X-Alterator-Parent=workstation/10-office
Categories=KDE;KDE4;GNOME;XFCE
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=SMPlayer
Name[ru_RU]=Медиаплеер (SMPlayer)
X-Alterator-PackageList=workstation/smplayer
X-Alterator-Required=yes
X-Alterator-Parent=workstation/30-multimedia
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Audacity sound editor
Name[ru_RU]=Обработка звука (Audacity)
X-Alterator-PackageList=workstation/sound-editing
X-Alterator-Required=no
X-Alterator-Parent=workstation/30-multimedia
Categories=KDE;KDE4;GNOME;XFCE;
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Thunderbird email client
Name[ru_RU]=Электронная почта (Thunderbird)
X-Alterator-PackageList=workstation/thunderbird
X-Alterator-Required=yes
X-Alterator-Parent=workstation/20-networking
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Vector graphics (Inkscape)
Name[ru_RU]=Векторная графика (Inkscape)
X-Alterator-PackageList=workstation/vector-graphics
X-Alterator-Required=no
X-Alterator-Parent=workstation/30-multimedia
Categories=KDE;KDE4;GNOME;XFCE;
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Video Editors
Name[ru_RU]=Видеоредакторы
X-Alterator-PackageList=workstation/video-editors
X-Alterator-Required=no
X-Alterator-Parent=workstation/30-multimedia
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=VirtualBox desktop virtualization
Name[ru_RU]=Настольная виртуализация (VirtualBox)
X-Alterator-PackageList=workstation/virtualbox
X-Alterator-Required=no
X-Alterator-Parent=workstation/40-virtualization
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=VLC mediaplayer
Name[ru_RU]=Медиаплеер (VLC)
X-Alterator-PackageList=workstation/vlc
X-Alterator-Required=yes
X-Alterator-Parent=workstation/30-multimedia
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Internet telephony (GNOME Calls)
Name[ru_RU]=Интернет-телефония (GNOME Calls)
X-Alterator-PackageList=workstation/voip-clients
X-Alterator-Required=no
X-Alterator-Parent=workstation/20-networking
Categories=GNOME;MATE;XFCE;KDE;KDE4;
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Yandex Browser
Name[ru_RU]=Яндекс браузер
X-Alterator-PackageList=workstation/yandex-browser
X-Alterator-Required=no
X-Alterator-Parent=workstation/20-networking
Categories=GNOME;MATE;XFCE;KDE;KDE4;
[Desktop Entry]
Type=Directory
X-Alterator-Required=no
Categories=GNOME;MATE;XFCE;KDE;KDE4;
Name=Third-party software
Name[ru_RU]=Стороннее ПО
Comment=Third party software repositories
Comment[ru_RU]=Репозитории стороннего программного обеспечения
[Desktop Entry]
Type=Directory
X-Alterator-Required=no
Categories=GNOME;MATE;XFCE;KDE;KDE4;
Name=Service clients
Name[ru_RU]=Клиенты сервисов
Comment=Additional services clients
Comment[ru_RU]=Дополнительные клиенты различных сервисов
postgresql16-1C
postgresql16-1C-server
postgresql16-1C-contrib
cryptopro-preinstall-full@X86
cryptopro-preinstall@X86
alt-csp-cryptopro
google-chrome-preinstall@X86
#vmware-view-preinstall@X86
skype-preinstall@x86_64
teamviewer-preinstall@X86
# Hardware
mdadm
make-initrd-mdadm
make-initrd-ucode@X86
iucode_tool@X86
firmware-intel-ucode@X86
fwupd@x86_64
cups-browsed
# GUI utilities
timeshift
grub-customizer@X86
# CD/DVD writer
brasero
# Sotware manegement
packagekit
gnome-software
# alterator
alterator-roles-common
alterator-quota
alterator-control
alterator-x11
alterator-logs
alterator-updates
alterator-net-iptables
alterator-update-kernel
alterator-zram-swap
alterator-limits
alterator-multiseat
# Auth in Domain
task-auth-ad-sssd
task-auth-ldap-sssd
# Network
avahi-daemon
libnss-mdns
celluloid
celluloid-csd-disabled
claws-mail
claws-mail-plugin-attachwarner
claws-mail-plugin-notification
claws-mail-plugin-pgpcore
claws-mail-plugin-pgpinline
claws-mail-plugin-pgpmime
claws-mail-plugin-rssyl
claws-mail-plugin-spamassassin
claws-mail-plugin-vcalendar
claws-mail-tools
bacula13-client
#alterator-bacula-client
urbackup-client
zabbix-agent
alterator-zabbix-agent
zabbix-agent-sudo
wine@X86
wine-mono@X86
wine-gecko@X86
i586-wine@x86_64
wine-cpcsp_proxy@X86
i586-wine-cpcsp_proxy@x86_64
i586-xorg-dri-*@x86_64
i586-libnss-mdns@x86_64
i586-libnss-myhostname@x86_64
dosbox
rtc@E2K
# GOST encryption
openssl-engines
# for AltHa
alterator-secsetup
# just in case
#kernel-image-un-def
#kernel-modules-drm-ancient-un-def
#kernel-modules-drm-radeon-un-def
#kernel-modules-v4l-un-def
#kernel-modules-drm-un-def
#kernel-modules-staging-un-def
#kernel-modules-drm-nouveau-un-def@X86
#kernel-modules-virtualbox-un-def@x86_64
#kernel-headers-modules-un-def
#kernel-headers-un-def
chromium-gost@x86_64,aarch64
# Yandex browser
yandex-browser-stable@x86_64
# gostcrypo repo component is needed
#openvpn-gostcrypto openvpn-plugins-gostcrypto
alterator-openvpn-server
openssh-gostcrypto
openssh-common-gostcrypto
openssh-askpass-common-gostcrypto
openssh-clients-gostcrypto
openssh-server-control-gostcrypto
openssh-server-gostcrypto
gnupg2-gostcrypto
postgresql14
postgresql14-server
postgresql14-contrib
systemd-settings-enable-kill-user-processes
state-change-notify-postfix
vlock
# It can be useful in rare cases
lcdtest
mate-screensaver-screenkeyboard
# For install R7 applications
apt-conf-r7@x86_64
flatpak
flatpak-repo-flathub
freecad
#freecad-thumbnailer
freeipa-client
task-auth-freeipa
krb5-ticket-watcher
java-21-openjdk@!E2K,mipsel
java-1.8.0-openjdk@E2K,mipsel
ganttproject
#gnome3-minimal
gnome-session-wayland
gnome-session-xsession
gnome-control-center
gnome-shell
gnome-shell-extensions
gnome-tweaks
dconf-editor
fonts-otf-abattis-cantarell
gnome-backgrounds
yelp
gnome-system-monitor
gnome-logs
gnome-calculator
gnome-calendar
gnome-characters
gvfs-backends
fuse-gvfs
nautilus
nautilus-share
samba-usershares
gnome-console
file-roller
gnome-text-editor
loupe
gnome-weather
gnome-clocks
gnome-maps
gnome-icon-theme
gnome-icon-theme-symbolic
gnome-themes-extra
libgtk2-engine-adwaita
gnome-user-docs
# misc
gnome-tour
papers
power-profiles-daemon
g4music
# default session
gnome-session-alt
# view and edit keys
key-rack
# GNOME Shell extensions
gnome-extension-manager
local-policy
samba-dc-common
krb5-ticket-watcher
admx-basealt
admx-firefox
admx-chromium
admx-yandex-browser
admx-msi-setup
stardict
stardict-mueller7
stardict-quick_en-ru
stardict-quick_ru-en
#stardict-engcom
stardict-wn
qemu-system
libvirt
virt-manager
gtk2-ssh-askpass
LibreOffice-still@!E2K
LibreOffice-still-langpack-ru@!E2K
LibreOffice-still-gtk3@!E2K
LibreOffice-still-common@!E2K
LibreOffice@E2K
LibreOffice-langpack-ru@E2K
LibreOffice-common@E2K
java-21-openjdk@!E2K,mipsel
java-1.8.0-openjdk@E2K,mipsel
libreoffice-languagetool@!mipsel
libcmis
libwps
projectlibre@!mipsel
dia
LibreOffice
LibreOffice-langpack-ru
LibreOffice-gtk3
LibreOffice-common
java-21-openjdk@!E2K,mipsel
java-1.8.0-openjdk@E2K,mipsel
libreoffice-languagetool@!mipsel
libcmis
libwps
projectlibre@!mipsel
dia
# benchmark
glmark2
glmark2-es2
installer-feature-samba-usershares-stage2
samba-usershares
libnss-mdns
gimp
gimp-help-ru
gimp-help-en
gimp-plugin-gutenprint
gimp-plugin-ufraw
darktable
openuds-client
remmina
remmina-plugins
ansible
virt-viewer
gnome-connections
runawfe-adminkit
runawfe-client
runawfe-client-conf
runawfe-doc
runawfe-gpd
runawfe-notifier
runawfe-simulation
runawfe-jboss
sane
sane-airscan
simple-scan
#xsane
#xsane-doc
#xsane-doc-ru
papers
tesseract
tesseract-langpack-ru
tesseract-langpack-en
hplip-sane
epsonscan2
card-actions
# FIXME: cloned from ../tagged/base+smartcard :-/
opensc
pcsc-tools
pcsc-lite
pcsc-lite-acsccid
pcsc-lite-asedriveiiie-usb
pcsc-lite-ccid
pam_pkcs11
libjcpkcs11
isbc-pkcs11
openssl
openssl-engines
libp11
smplayer-mpv
totem-video-thumbnailer
simplescreenrecorder
cheese
gst-libav
# Common base packages
pam-limits-desktop
pam_gnome-keyring
udev-rules-rfkill-uaccess
su
sudo
beesu
eepm
gostsum
audit
xmessage
lsof
lftp
catdoc
lsb-release
libnss-role
bluez
gpm
fdisk
dvd+rw-tools
pv
mtr
net-tools
tcpdump
ipcalc
python3-module-serial
inxi
glxgears
glxinfo
vulkan-tools
clinfo
wayland-utils
hwinfo@!E2K
htop
iotop
color-prompt-and-man
hunspell-ru-lebedev
accountsservice
test-audio
xorg-conf-libinput-touchpad
screen
terminfo-extra
fuse-gvfs
gvfs-backends
libgtk2-engine-adwaita
pinentry-gnome3
dconf-editor
seahorse
yelp
gnome-keyring
gcr
# Man Pages
man-pages
man-pages-ru
man-pages-ru-extra
# alterator
alterator-notes
# Ensure that right gnupg2 will be pulled
gnupg2
libksba
gnupg2-gostcrypto-
libksba-gost-
libgcrypt-gost20-
# Support Chinese characters
fonts-bitmap-wqy
# compat libs
libusb-compat@IA32
# Console fonts workaround
vconsole-setup-kludge@X86
# Software Management
synaptic
rpminstall
# USB Flash Writer
impression@!E2K
#Codecs
gst-libav
gst-plugins-good1.0
# Search utilitiy
snoop
# Sketch and take handwritten notes
rnote@!E2K
# Russian Trusted Root CA
ca-certificates-digital.gov.ru
# h.264 for firefox-esr 52.9.0-alt1.E2K.8 (ffmpeg 3)
libavcodec57@E2K
libavdevice57@E2K
libavfilter6@E2K
libavformat57@E2K
# Accessibility
orca
virtualbox
kernel-modules-virtualbox-@KFLAVOUR
vlc
vlc-plugin-h264
vlc-plugin-h265
vlc-plugin-modplug
vlc-plugin-speex
vlc-plugin-gnutls
totem-video-thumbnailer@X86
simplescreenrecorder@X86
cheese@X86
gst-libav
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment