Commit b056cb58 authored by Roman Alifanov's avatar Roman Alifanov

add: dev-tools group and russian lang is default now!

parent c476962e
# regular build/usage images
ifeq (distro,$(IMAGE_CLASS))
mixin/ximper-desktop: +alsa +nm-native \
use/x11/xorg use/xdg-user-dirs use/l10n \
use/branding/notes
@$(call set,LOCALES,en_US)
@$(call add,THE_PACKAGES,pam-limits-desktop beesu polkit dvd+rw-tools)
@$(call add,THE_PACKAGES,polkit-rule-admin-root)
@$(call add,THE_BRANDING,alterator graphics indexhtml)
@$(call add,THE_BRANDING,notes)
@$(call add,THE_PACKAGES,$$(THE_IMAGEWRITER))
@$(call set,THE_IMAGEWRITER,altmediawriter)
@$(call add,THE_PACKAGES,upower udev-rules-rfkill-uaccess)
@$(call add,DEFAULT_SERVICES_DISABLE,gssd idmapd krb5kdc rpcbind)
@$(call add,DEFAULT_SERVICES_ENABLE,cups)
@$(call add,DEFAULT_SERVICES_ENABLE,alteratord)
@$(call add,CONTROL,fusermount:public)
@$(call add,CONTROL,libnss-role:disabled)
mixin/ximper-x11: use/luks \
use/kernel/disable-usb-autosuspend \
use/branding use/ntp/chrony use/services/lvm2-disable
......@@ -58,7 +76,7 @@ distro/.ximper-x11: distro/.ximper-base mixin/ximper-x11 \
@$(call add,DEFAULT_SERVICES_DISABLE,gpm powertop)
distro/.ximper-wm: distro/.ximper-x11 \
mixin/regular-desktop +vmguest \
mixin/ximper-desktop +vmguest \
use/live/rw +live-installer
@$(call set,INSTALLER,alt-workstation)
@$(call set,GRUB_DEFAULT,live)
......@@ -86,8 +104,8 @@ endif
distro/.ximper-install-x11: distro/.ximper-install +vmguest +wireless \
use/install2/suspend mixin/regular-desktop mixin/ximper-x11 \
use/branding/complete use/branding/slideshow/once mixin/desktop-installer use/install2/fs use/efi/shell use/rescue/base
use/install2/suspend mixin/ximper-desktop mixin/ximper-x11 \
use/branding/complete use/branding/slideshow/once mixin/desktop-installer use/install2/fs use/efi/shell use/l10n/default/ru_RU use/rescue/base
@$(call set,INSTALLER,alt-workstation)
@$(call add,RESCUE_LISTS,$(call tags,rescue misc))
@$(call add,MAIN_PACKAGES,anacron man-whatis usb-modeswitch)
......@@ -107,6 +125,7 @@ distro/ximper-install: distro/.ximper-install-x11-systemd mixin/ximper-gnome3 \
etersoft/01_games etersoft/games-portproton etersoft/games-lutris etersoft/games-mangohud etersoft/games-32bit-libs etersoft/games-vkbasalt\
etersoft/02_peripheral etersoft/peripherals-openrgb\
etersoft/03_browsers etersoft/browsers-firefox etersoft/browsers-firefox-esr etersoft/browsers-gnome-web etersoft/browsers-newmoon etersoft/browsers-chromium etersoft/browsers-chromium-gost\
etersoft/04_dev-tools etersoft/dev-tools-codium etersoft/dev-tools-etersoft-build-utils etersoft/dev-tools-gnome-ssh-agent\
etersoft/99_timeshift)
distro/ximper: distro/.ximper-desktop mixin/regular-gnome3 \
......
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Development tools
X-Alterator-Required=no
X-Alterator-PackageList=zero
Name[ru_RU]=Средства разработки
Categories=Development
\ No newline at end of file
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=VSCodium (Open source analogue of Visual Studio Code)
X-Alterator-Required=no
X-Alterator-Parent=etersoft/04_dev-tools
X-Alterator-PackageList=etersoft/codium
Name[ru_RU]=VSCodium (Свободный аналог Visual Studio Code)
Categories=Development
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Etersoft build utils (Set of rpm build utilities from Etersoft)
X-Alterator-Required=no
X-Alterator-Parent=etersoft/04_dev-tools
X-Alterator-PackageList=etersoft/etersoft-build-utils
Name[ru_RU]=Etersoft build utils (Набор утилит для упрощения сборки rpm от Etersoft)
Categories=Development
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=GNOME ssh agent
X-Alterator-Required=no
X-Alterator-Parent=etersoft/04_dev-tools
X-Alterator-PackageList=etersoft/gnome-ssh-agent
Name[ru_RU]=GNOME ssh агент
Categories=Development
codium
\ No newline at end of file
etersoft-build-utils
\ No newline at end of file
gnome-keyring-ssh
\ No newline at end of file
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