kwrk: readd Workstation K
This commit is contained in:
parent
e10fc4d36c
commit
a6823cc02e
212
conf.d/kworkstation.mk
Normal file
212
conf.d/kworkstation.mk
Normal file
@ -0,0 +1,212 @@
|
||||
# desktop distributions
|
||||
ifeq (distro,$(IMAGE_CLASS))
|
||||
|
||||
mixin/kworkstation-common-deps: \
|
||||
use/kernel/desktop use/kernel/net use/kernel/laptop \
|
||||
use/live/x11 use/live use/live/sound use/live/repo/online \
|
||||
use/syslinux/ui/gfxboot use/plymouth/full \
|
||||
use/efi/refind use/efi/shell \
|
||||
use/x11/xorg \
|
||||
use/branding/complete \
|
||||
use/firmware/wireless use/firmware/laptop use/firmware/cpu use/wireless/full \
|
||||
use/vmguest/complete use/vmguest/vbox/x11 use/vmguest/vmware/x11 \
|
||||
use/power/acpi \
|
||||
use/luks \
|
||||
use/net-eth/dhcp use/net-ssh use/net/nm/nodelay \
|
||||
use/docs/full \
|
||||
use/xdg-user-dirs \
|
||||
use/l10n/default/ru_RU \
|
||||
use/control use/services \
|
||||
use/x11/3d use/x11/radeon use/x11/amdgpu use/x11/nvidia \
|
||||
use/x11/sddm \
|
||||
use/memtest \
|
||||
use/init/systemd/settings/optimal \
|
||||
+net-eth +wireless +pulse +plymouth +systemd-optimal +wireless +vmguest +efi +nm
|
||||
# use/x11/nvidia/optimus \
|
||||
|
||||
mixin/kworkstation-common-opts:
|
||||
ifeq (,$(filter-out aarch64,$(ARCH)))
|
||||
@$(call add,INSTALL2_PACKAGES,installer-feature-cleanup-kernel-stage3)
|
||||
@$(call add,LIVE_PACKAGES,installer-feature-cleanup-kernel-stage3)
|
||||
endif
|
||||
@$(call add,EFI_BOOTARGS,lang=ru_RU)
|
||||
@$(call add,STAGE1_MODLISTS,stage2-mmc)
|
||||
@$(call set,BRANDING,xalt-kworkstation)
|
||||
@$(call set,DOCS,alt-kworkstation)
|
||||
@$(call add,BASE_KMODULES,kvm virtualbox)
|
||||
@$(call add,THE_KMODULES,staging)
|
||||
@$(call add,BASE_PACKAGES,os-prober)
|
||||
@$(call add,BASE_PACKAGES,plymouth-plugin-label)
|
||||
@$(call add,THE_PACKAGES,pam-limits-desktop)
|
||||
@$(call add,THE_PACKAGES,systemd-presets-kdesktop)
|
||||
@$(call add,THE_PACKAGES,etcnet-defaults-desktop)
|
||||
@$(call add,THE_PACKAGES,grub-efi)
|
||||
@$(call add,THE_PACKAGES,btrfs-progs)
|
||||
@$(call add,THE_PACKAGES,fonts-ttf-dejavu)
|
||||
@$(call add,THE_PACKAGES,fonts-ttf-google-droid-sans)
|
||||
@$(call add,THE_PACKAGES,fonts-ttf-google-droid-serif)
|
||||
@$(call add,THE_PACKAGES,fonts-ttf-google-droid-sans-mono)
|
||||
@$(call add,THE_PACKAGES,fonts-ttf-google-crosextra-caladea)
|
||||
@$(call add,THE_PACKAGES,fonts-ttf-google-crosextra-carlito)
|
||||
@$(call add,THE_PACKAGES,fonts-ttf-google-noto-sans-symbols)
|
||||
@$(call add,MAIN_LISTS,kworkstation/disk-install)
|
||||
@$(call add,THE_LISTS,tagged/desktop+xorg)
|
||||
@$(call add,THE_LISTS,tagged/xorg+misc)
|
||||
@$(call add,CONTROL,xdg-user-dirs:enabled)
|
||||
@$(call add,SERVICES_ENABLE,smb)
|
||||
@$(call add,SERVICES_ENABLE,nmb)
|
||||
@$(call add,SERVICES_ENABLE,postfix)
|
||||
@$(call add,SERVICES_ENABLE,crond)
|
||||
@$(call add,SERVICES_ENABLE,x11presetdrv)
|
||||
@$(call add,SERVICES_ENABLE,bluetooth)
|
||||
@$(call add,SERVICES_ENABLE,ModemManager)
|
||||
@$(call add,SERVICES_ENABLE,NetworkManager)
|
||||
@$(call add,SERVICES_DISABLE,NetworkManager-wait-online)
|
||||
@$(call add,SERVICES_ENABLE,autofs)
|
||||
@$(call add,SERVICES_ENABLE,fstrim.timer)
|
||||
@$(call add,SERVICES_ENABLE,org.cups.cupsd.socket)
|
||||
@$(call add,SERVICES_ENABLE,cups.socket)
|
||||
@$(call add,SERVICES_ENABLE,org.cups.cupsd.path)
|
||||
@$(call add,SERVICES_ENABLE,cups.path)
|
||||
@$(call add,SERVICES_ENABLE,cups-browsed.service)
|
||||
@$(call add,SERVICES_DISABLE,org.cups.cupsd.service)
|
||||
@$(call add,SERVICES_DISABLE,cups.service)
|
||||
@$(call add,SERVICES_ENABLE,rngd)
|
||||
@$(call add,SERVICES_ENABLE,alteratord ahttpd)
|
||||
@$(call add,SERVICES_DISABLE,sysreport)
|
||||
@$(call add,SERVICES_DISABLE,rescue-remote)
|
||||
@$(call add,SERVICES_DISABLE,nscd)
|
||||
@$(call add,SERVICES_DISABLE,lircd)
|
||||
@$(call add,SERVICES_DISABLE,openl2tp)
|
||||
@$(call add,SERVICES_DISABLE,slapd)
|
||||
@$(call add,CLEANUP_BASE_PACKAGES,'libwbclient-sssd')
|
||||
@$(call add,CLEANUP_PACKAGES,'^kernel-modules-drm-nouveau.*')
|
||||
@$(call set,META_VOL_SET,ALT)
|
||||
@$(call set,META_PUBLISHER,BaseALT Ltd)
|
||||
@$(call set,META_VOL_ID,ALT $(DISTRO_VERSION) Workstation K $(ARCH))
|
||||
@$(call set,META_APP_ID,ALT $(DISTRO_VERSION) Workstation K $(ARCH) $(shell date +%F))
|
||||
|
||||
mixin/kworkstation-install-deps: \
|
||||
distro/.installer mixin/desktop-installer \
|
||||
use/install2/suspend use/install2/net use/install2 use/install2/stage3 \
|
||||
use/install2/vmguest \
|
||||
+installer
|
||||
|
||||
mixin/kworkstation-install-opts:
|
||||
@$(call set,INSTALLER,centaurus)
|
||||
@$(call add,STAGE1_MODLISTS,stage2-ntfs)
|
||||
@$(call add,STAGE2_KMODULES,drm-nouveau)
|
||||
@$(call add,STAGE2_BOOTARGS,logo.nologo loglevel=3 udev.log-priority=3) # vga=current
|
||||
@$(call add,STAGE2_BOOTARGS,systemd.show_status=0)
|
||||
@$(call add,THE_PACKAGES,installer-feature-nfs-client-stage3)
|
||||
@$(call add,INSTALL2_PACKAGES,ntfs-3g)
|
||||
@$(call add,INSTALL2_PACKAGES,btrfs-progs)
|
||||
@$(call add,INSTALL2_PACKAGES,installer-feature-samba-usershares-stage2)
|
||||
@$(call add,INSTALL2_PACKAGES,installer-feature-samba-automount-stage2)
|
||||
@$(call add,INSTALL2_PACKAGES,installer-feature-weak-passwd)
|
||||
@$(call add,INSTALL2_PACKAGES,installer-feature-desktop-disable-remote-stage2)
|
||||
@$(call add,INSTALL2_PACKAGES,installer-feature-desktop-etcissue)
|
||||
@$(call add,INSTALL2_PACKAGES,installer-feature-kdesktop-tmpfs)
|
||||
@$(call add,INSTALL2_PACKAGES,installer-feature-kdesktop-services)
|
||||
@$(call add,INSTALL2_PACKAGES,installer-feature-vmservices)
|
||||
@$(call add,INSTALL2_PACKAGES,installer-feature-online-repo)
|
||||
@$(call add,INSTALL2_PACKAGES,installer-feature-set-tz)
|
||||
@$(call add,INSTALL2_PACKAGES,installer-feature-rootgtktheme-stage2)
|
||||
@$(call add,INSTALL2_PACKAGES,apt-scripts-nvidia)
|
||||
@$(call add,INSTALL2_PACKAGES,volumes-profile-kdesktop)
|
||||
@$(call add,INSTALL2_PACKAGES,udev-rules-ioschedulers)
|
||||
@$(call add,INSTALL2_CLEANUP_PACKAGES,xorg-dri-nouveau xorg-drv-nouveau)
|
||||
@$(call add,MAIN_GROUPS,$(kworkstation_groups))
|
||||
@$(call add,BASE_PACKAGES,alterator-postinstall)
|
||||
@$(call add,BASE_PACKAGES,make-initrd-mdadm mdadm)
|
||||
@$(call add,BASE_PACKAGES,apt-scripts-nvidia)
|
||||
@$(call add,LIVE_LISTS,$(call tags,base rescue))
|
||||
@$(call add,LIVE_LISTS,$(call tags,rescue fs))
|
||||
@$(call add,LIVE_LISTS,$(call tags,rescue live))
|
||||
@$(call add,LIVE_LISTS,$(call tags,rescue x11))
|
||||
@$(call add,LIVE_LISTS,$(call tags,rescue crypto))
|
||||
@$(call add,LIVE_LISTS,$(call tags,rescue extra))
|
||||
@$(call add,LIVE_LISTS,sound/pulseaudio)
|
||||
@$(call add,LIVE_LISTS,kworkstation/live-rescue)
|
||||
@$(call add,THE_LISTS,kworkstation/kde5-base)
|
||||
@$(call add,SERVICES_ENABLE,sshd)
|
||||
@$(call set,META_VOL_ID,ALT $(DISTRO_VERSION) Workstation K Install $(ARCH))
|
||||
@$(call set,META_APP_ID,ALT $(DISTRO_VERSION) Workstation K Install $(ARCH) $(shell date +%F))
|
||||
|
||||
mixin/kworkstation-live-deps: \
|
||||
distro/.base use/rescue/base \
|
||||
use/x11/xorg use/x11-autostart \
|
||||
+net-eth +vmguest
|
||||
|
||||
mixin/kworkstation-live-opts:
|
||||
@$(call add,BASE_LISTS, \
|
||||
$(call tags,(base || desktop) && (l10n || network)))
|
||||
@$(call add,EFI_BOOTARGS,live_rw)
|
||||
@$(call add,SYSLINUX_CFG,live_rw)
|
||||
@$(call add,SYSLINUX_CFG,live_rw_default)
|
||||
@$(call add,LIVE_LISTS,kworkstation/kde5-base)
|
||||
@$(call add,LIVE_LISTS,kworkstation/kde5)
|
||||
@$(call add,LIVE_LISTS,kworkstation/emulators)
|
||||
@$(call add,LIVE_LISTS,kworkstation/graphics-editing)
|
||||
@$(call add,LIVE_LISTS,kworkstation/printing)
|
||||
@$(call add,LIVE_LISTS,kworkstation/publishing)
|
||||
@$(call add,LIVE_LISTS,kworkstation/scanning)
|
||||
@$(call add,LIVE_LISTS,kworkstation/remote-desktop)
|
||||
@$(call add,LIVE_LISTS,kworkstation/sound-editing)
|
||||
@$(call add,LIVE_LISTS,kworkstation/video-editing)
|
||||
@$(call add,SERVICES_DISABLE,sshd)
|
||||
@$(call set,META_VOL_ID,ALT $(DISTRO_VERSION) Workstation K Live $(ARCH))
|
||||
@$(call set,META_APP_ID,ALT $(DISTRO_VERSION) Workstation K Live $(ARCH) $(shell date +%F))
|
||||
|
||||
distro/kworkstation-install: \
|
||||
kworkstation_groups = $(addprefix kworkstation/,\
|
||||
kde5 \
|
||||
games \
|
||||
emulators remote-desktop \
|
||||
printing scanning \
|
||||
video-editing sound-editing graphics-editing \
|
||||
z01-add-clients clients-ad clients-ipa clients-backup clients-cloud clients-monitor)
|
||||
|
||||
distro/kworkstation-install: \
|
||||
mixin/kworkstation-install-deps \
|
||||
mixin/kworkstation-common-deps \
|
||||
mixin/kworkstation-common-opts \
|
||||
mixin/kworkstation-install-opts
|
||||
|
||||
distro/kworkstation-live: \
|
||||
mixin/kworkstation-live-deps \
|
||||
mixin/kworkstation-common-deps \
|
||||
mixin/kworkstation-common-opts \
|
||||
mixin/kworkstation-live-opts
|
||||
|
||||
distro/kworkstation-install-undef: \
|
||||
distro/kworkstation-install
|
||||
@$(call set,KFLAVOURS,un-def)
|
||||
|
||||
distro/kworkstation-live-undef: \
|
||||
distro/kworkstation-live
|
||||
@$(call set,KFLAVOURS,un-def)
|
||||
|
||||
mixin/kworkstation-fsin-opts:
|
||||
@$(call add,THE_PACKAGES,libwbclient task-auth-ad-sssd)
|
||||
@$(call add,THE_PACKAGES,task-auth-freeipa task-auth-ldap-sssd)
|
||||
@$(call add,THE_PACKAGES,task-samba-dc bind-utils tdb-utils installer-feature-sambaDC-stage3)
|
||||
@$(call add,THE_PACKAGES,task-auth-ldap-sssd)
|
||||
@$(call add,THE_PACKAGES,kde5-autofs-shares krb5-ticket-watcher kde5-file-actions-gost)
|
||||
@$(call add,THE_PACKAGES,openssl-gost-engine)
|
||||
@$(call add,THE_PACKAGES,openvpn-gostcrypto openvpn-plugins-gostcrypto alterator-openvpn-server)
|
||||
@$(call add,THE_PACKAGES,alt-customize-branding)
|
||||
@$(call add,THE_PACKAGES,alterator-kiosk)
|
||||
@$(call add,SERVICES_ENABLE,kiosk)
|
||||
|
||||
distro/kworkstation-install-fsin: \
|
||||
distro/kworkstation-install \
|
||||
mixin/kworkstation-fsin-opts
|
||||
@$(call set,KFLAVOURS,std-def)
|
||||
|
||||
endif
|
||||
|
||||
|
||||
# @$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
|
||||
# use/mediacheck \
|
||||
# use/domain-client/full \
|
11
pkg.in/groups/kworkstation/clients-ad.directory
Normal file
11
pkg.in/groups/kworkstation/clients-ad.directory
Normal file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
X-Alterator-PackageList=kworkstation/clients-ad
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=kworkstation/z01-add-clients
|
||||
Categories=KDE;GNOME;XFCE
|
||||
|
||||
Name=Active Directory
|
||||
Name[ru_RU]=Активный каталог
|
||||
Comment=Active Directory client.
|
||||
Comment[ru_RU]=Клиент службы каталогов Active Directory.
|
11
pkg.in/groups/kworkstation/clients-backup.directory
Normal file
11
pkg.in/groups/kworkstation/clients-backup.directory
Normal file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
X-Alterator-PackageList=kworkstation/clients-backup
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=kworkstation/z01-add-clients
|
||||
Categories=KDE;GNOME;XFCE
|
||||
|
||||
Name=Backup
|
||||
Name[ru_RU]=Резервное копирование
|
||||
Comment=Data backup services clients.
|
||||
Comment[ru_RU]=Клиенты резервного копирования данных.
|
11
pkg.in/groups/kworkstation/clients-cloud.directory
Normal file
11
pkg.in/groups/kworkstation/clients-cloud.directory
Normal file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
X-Alterator-PackageList=kworkstation/clients-cloud
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=kworkstation/z01-add-clients
|
||||
Categories=KDE;GNOME;XFCE
|
||||
|
||||
Name=Clouds
|
||||
Name[ru_RU]=Облака
|
||||
Comment=Cloud data services clients.
|
||||
Comment[ru_RU]=Клиенты облачных сервисов хранения данных.
|
11
pkg.in/groups/kworkstation/clients-ipa.directory
Normal file
11
pkg.in/groups/kworkstation/clients-ipa.directory
Normal file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
X-Alterator-PackageList=kworkstation/clients-ipa
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=kworkstation/z01-add-clients
|
||||
Categories=KDE;GNOME;XFCE
|
||||
|
||||
Name=ALT domain (IPA)
|
||||
Name[ru_RU]=Домен Альт (IPA)
|
||||
Comment=FreeIPA client for ALT domain.
|
||||
Comment[ru_RU]=FreeIPA-клиент домена Альт.
|
11
pkg.in/groups/kworkstation/clients-monitor.directory
Normal file
11
pkg.in/groups/kworkstation/clients-monitor.directory
Normal file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
X-Alterator-PackageList=kworkstation/clients-monitor
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=kworkstation/z01-add-clients
|
||||
Categories=KDE;GNOME;XFCE
|
||||
|
||||
Name=Мonitoring
|
||||
Name[ru_RU]=Наблюдение
|
||||
Comment=Monitoring systems clients.
|
||||
Comment[ru_RU]=Клиенты систем мониторинга.
|
10
pkg.in/groups/kworkstation/edu.directory
Normal file
10
pkg.in/groups/kworkstation/edu.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
Name=Edutainment
|
||||
Comment=Edutainment applications.
|
||||
X-Alterator-PackageList=kworkstation/edu
|
||||
X-Alterator-Required=no
|
||||
Categories=KDE;
|
||||
|
||||
Name[ru_RU]=Образование
|
||||
Comment[ru_RU]=Образовательные приложения.
|
11
pkg.in/groups/kworkstation/emulators.directory
Normal file
11
pkg.in/groups/kworkstation/emulators.directory
Normal file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
Name=Emulators
|
||||
Comment=Support the use of applications designed for other operating systems and computer architectures. For example, 32-bit programs in a 64-bit environment.
|
||||
X-Alterator-PackageList=kworkstation/emulators
|
||||
X-Alterator-Required=yes
|
||||
X-Alterator-Conflicts=wine-local
|
||||
Categories=KDE;GNOME;
|
||||
|
||||
Name[ru_RU]=Эмуляторы
|
||||
Comment[ru_RU]=Поддержка использования приложений, предназначенных для других операционных систем и компьютерных архитектур. Например, 32-битные программы в 64-битной среде.
|
10
pkg.in/groups/kworkstation/games.directory
Normal file
10
pkg.in/groups/kworkstation/games.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
Name=Games
|
||||
Comment=Games сollection.
|
||||
X-Alterator-PackageList=kworkstation/games
|
||||
X-Alterator-Required=no
|
||||
Categories=KDE;GNOME;
|
||||
|
||||
Name[ru_RU]=Игры
|
||||
Comment[ru_RU]=Сборник игр.
|
10
pkg.in/groups/kworkstation/graphics-editing.directory
Normal file
10
pkg.in/groups/kworkstation/graphics-editing.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
Name=Graphics editing
|
||||
Comment=Graphics editing applications.
|
||||
X-Alterator-PackageList=kworkstation/graphics-editing
|
||||
X-Alterator-Required=yes
|
||||
Categories=KDE;GNOME
|
||||
|
||||
Name[ru_RU]=Обработка графики
|
||||
Comment[ru_RU]=Приложения для обработки графических изображений.
|
10
pkg.in/groups/kworkstation/kde5.directory
Normal file
10
pkg.in/groups/kworkstation/kde5.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
Name=K Desktop Environment (recommended)
|
||||
Comment=Main KDE components, without which it may be difficult to work with the system.
|
||||
X-Alterator-PackageList=kworkstation/kde5
|
||||
X-Alterator-Required=yes
|
||||
Categories=KDE;
|
||||
|
||||
Name[ru_RU]=Графическое окружение KDE (рекомендуется)
|
||||
Comment[ru_RU]=Основные компоненты графического окружения KDE, без которых может быть затруднена работа с системой.
|
10
pkg.in/groups/kworkstation/printing.directory
Normal file
10
pkg.in/groups/kworkstation/printing.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
Name=Printing
|
||||
Comment=Applications and drivers for printing devices support.
|
||||
X-Alterator-PackageList=kworkstation/printing
|
||||
X-Alterator-Required=yes
|
||||
Categories=KDE;
|
||||
|
||||
Name[ru_RU]=Поддержка принтеров
|
||||
Comment[ru_RU]=Приложения и драйвера для поддержки работы с устройствами печати.
|
10
pkg.in/groups/kworkstation/publishing.directory
Normal file
10
pkg.in/groups/kworkstation/publishing.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
Name=Publishing
|
||||
Comment=Desktop publishing applications.
|
||||
X-Alterator-PackageList=kworkstation/publishing
|
||||
X-Alterator-Required=no
|
||||
Categories=KDE;GNOME;
|
||||
|
||||
Name[ru_RU]=Издательская система
|
||||
Comment[ru_RU]=Приложения для визуальной вёрстки документов.
|
10
pkg.in/groups/kworkstation/remote-desktop.directory
Normal file
10
pkg.in/groups/kworkstation/remote-desktop.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
Name=Remote Desktop
|
||||
Comment=Remote desktop support applications.
|
||||
X-Alterator-PackageList=kworkstation/remote-desktop
|
||||
X-Alterator-Required=no
|
||||
Categories=KDE;
|
||||
|
||||
Name[ru_RU]=Сетевой рабочий стол
|
||||
Comment[ru_RU]=Приложения для поддержки работы с сетевым рабочим столом.
|
10
pkg.in/groups/kworkstation/scanning.directory
Normal file
10
pkg.in/groups/kworkstation/scanning.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
Name=Scanning
|
||||
Comment=Applications and drivers for images scanning devices support.
|
||||
X-Alterator-PackageList=kworkstation/scanning
|
||||
X-Alterator-Required=yes
|
||||
Categories=KDE;GNOME;XFCE;
|
||||
|
||||
Name[ru_RU]=Поддержка сканеров
|
||||
Comment[ru_RU]=Приложения и драйвера для поддержки работы с устройствами сканирования изображений
|
10
pkg.in/groups/kworkstation/sound-editing.directory
Normal file
10
pkg.in/groups/kworkstation/sound-editing.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
Name=Sound editing
|
||||
Comment=Sound editing applications.
|
||||
X-Alterator-PackageList=kworkstation/sound-editing
|
||||
X-Alterator-Required=yes
|
||||
Categories=KDE;GNOME;XFCE;
|
||||
|
||||
Name[ru_RU]=Обработка звука
|
||||
Comment[ru_RU]=Приложения для обработки звуковых материалов.
|
10
pkg.in/groups/kworkstation/video-editing.directory
Normal file
10
pkg.in/groups/kworkstation/video-editing.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
Name=Video editing
|
||||
Comment=Video editing applications.
|
||||
X-Alterator-PackageList=kworkstation/video-editing
|
||||
X-Alterator-Required=yes
|
||||
Categories=KDE;
|
||||
|
||||
Name[ru_RU]=Обработка видео
|
||||
Comment[ru_RU]=Приложения для обработки видеоматериалов.
|
10
pkg.in/groups/kworkstation/z01-add-clients.directory
Normal file
10
pkg.in/groups/kworkstation/z01-add-clients.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Directory
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-PackageList=kworkstation/clients-base
|
||||
Categories=KDE;
|
||||
|
||||
Name=Service clients
|
||||
Name[ru_RU]=Клиенты сервисов
|
||||
Comment=Additional services clients.
|
||||
Comment[ru_RU]=Дополнительные клиенты различных сервисов.
|
8
pkg.in/lists/kworkstation/clients-ad
Normal file
8
pkg.in/lists/kworkstation/clients-ad
Normal file
@ -0,0 +1,8 @@
|
||||
libwbclient
|
||||
task-auth-ad-sssd
|
||||
kde5-autofs-shares
|
||||
krb5-ticket-watcher
|
||||
usbguard
|
||||
usbguard-dbus
|
||||
task-auth-ldap-sssd
|
||||
alterator-gpupdate
|
3
pkg.in/lists/kworkstation/clients-backup
Normal file
3
pkg.in/lists/kworkstation/clients-backup
Normal file
@ -0,0 +1,3 @@
|
||||
bacula9-client
|
||||
#alterator-bacula-client
|
||||
timeshift
|
0
pkg.in/lists/kworkstation/clients-base
Normal file
0
pkg.in/lists/kworkstation/clients-base
Normal file
2
pkg.in/lists/kworkstation/clients-cloud
Normal file
2
pkg.in/lists/kworkstation/clients-cloud
Normal file
@ -0,0 +1,2 @@
|
||||
owncloud-client-kde5
|
||||
seafile-client
|
9
pkg.in/lists/kworkstation/clients-ipa
Normal file
9
pkg.in/lists/kworkstation/clients-ipa
Normal file
@ -0,0 +1,9 @@
|
||||
task-auth-freeipa
|
||||
installer-feature-sudo-enable-by-default-stage3
|
||||
#installer-feature-sudo-enable-by-default-kde5su-stage3
|
||||
kde5-autofs-shares
|
||||
krb5-ticket-watcher
|
||||
usbguard
|
||||
usbguard-dbus
|
||||
task-auth-ldap-sssd
|
||||
alterator-gpupdate
|
2
pkg.in/lists/kworkstation/clients-monitor
Normal file
2
pkg.in/lists/kworkstation/clients-monitor
Normal file
@ -0,0 +1,2 @@
|
||||
zabbix-agent
|
||||
alterator-zabbix-agent
|
29
pkg.in/lists/kworkstation/disk-install
Normal file
29
pkg.in/lists/kworkstation/disk-install
Normal file
@ -0,0 +1,29 @@
|
||||
# R7 Office
|
||||
libGConf
|
||||
fonts-ttf-liberation
|
||||
# CryptoPRO
|
||||
cryptopro-preinstall-full
|
||||
cryptopro-preinstall
|
||||
gnupg-pkcs11-scd
|
||||
libpkcs11-helper
|
||||
gnupg2
|
||||
# 1C
|
||||
1c-preinstall
|
||||
# FSIN
|
||||
openssh-gostcrypto
|
||||
openssh-clients-gostcrypto openssh-askpass-common-gostcrypto
|
||||
openssh-server-gostcrypto openssh-server-control-gostcrypto
|
||||
openssh-common-gostcrypto
|
||||
#
|
||||
openvpn-gostcrypto openvpn-plugins-gostcrypto alterator-openvpn-server
|
||||
#
|
||||
freeipa-server freeipa-server-dns
|
||||
#
|
||||
alt-customize-branding
|
||||
task-samba-dc bind-utils tdb-utils installer-feature-sambaDC-stage3
|
||||
#
|
||||
alterator-kiosk
|
||||
#
|
||||
# MISC
|
||||
#kde5-maxi
|
||||
exim
|
7
pkg.in/lists/kworkstation/edu
Normal file
7
pkg.in/lists/kworkstation/edu
Normal file
@ -0,0 +1,7 @@
|
||||
kde5-edu
|
||||
kumir
|
||||
#stellarium
|
||||
gcompris-qt
|
||||
tuxpaint
|
||||
tuxpaint-stamps
|
||||
tuxmath
|
12
pkg.in/lists/kworkstation/emulators
Normal file
12
pkg.in/lists/kworkstation/emulators
Normal file
@ -0,0 +1,12 @@
|
||||
libnss-mdns@IA32
|
||||
libnss-myhostname@IA32
|
||||
xorg-dri-*@IA32
|
||||
|
||||
wine-mono
|
||||
wine-gecko
|
||||
winetricks
|
||||
wine-vanilla@IA32
|
||||
libwine-vanilla-gl@IA32
|
||||
libwine-vanilla-twain@IA32
|
||||
|
||||
virtualbox@x86_64
|
19
pkg.in/lists/kworkstation/games
Normal file
19
pkg.in/lists/kworkstation/games
Normal file
@ -0,0 +1,19 @@
|
||||
#kde5-games
|
||||
kde5-kmines
|
||||
kde5-lskat
|
||||
kde5-kpat
|
||||
kde5-kmahjongg
|
||||
|
||||
knights
|
||||
#frozen-bubble
|
||||
#freeciv
|
||||
kcheckers
|
||||
#lbreakout2
|
||||
#openpref
|
||||
#pingus
|
||||
#supertux2
|
||||
#tuxkart
|
||||
##xmoto
|
||||
|
||||
libtxc_dxtn@IA32
|
||||
steam
|
18
pkg.in/lists/kworkstation/graphics-editing
Normal file
18
pkg.in/lists/kworkstation/graphics-editing
Normal file
@ -0,0 +1,18 @@
|
||||
gimp
|
||||
gimp-help-ru
|
||||
#gimp-help-en
|
||||
gimp-plugin-gutenprint
|
||||
#gimp-plugin-separateplus
|
||||
gimp-script-ISONoiseReduction
|
||||
gimp-plugin-ufraw
|
||||
#darktable
|
||||
inkscape
|
||||
hugin
|
||||
|
||||
kde5-digikam
|
||||
kde5-kipi-plugins
|
||||
|
||||
# 3D
|
||||
blender
|
||||
#blender-i18n
|
||||
#blender-docs
|
81
pkg.in/lists/kworkstation/kde5
Normal file
81
pkg.in/lists/kworkstation/kde5
Normal file
@ -0,0 +1,81 @@
|
||||
|
||||
pam0_kwallet5
|
||||
|
||||
catdoc
|
||||
libnss-mdns
|
||||
fuse-cryfs
|
||||
|
||||
pinentry-qt5
|
||||
quick-usb-formatter
|
||||
rosa-imagewriter
|
||||
#
|
||||
gparted
|
||||
#
|
||||
kde5-ksystemlog
|
||||
kde5-kcm-grub2
|
||||
synaptic-kde
|
||||
#plasma5-discover-maxi
|
||||
plasma5-discover
|
||||
plasma5-discover-flatpak
|
||||
plasma5-discover-fwupd
|
||||
apt-indicator
|
||||
openssl-gost-engine
|
||||
kde5-kreslimit
|
||||
kde5-file-actions-gost
|
||||
|
||||
#altlinux-freedesktop-menu-nested-menu
|
||||
|
||||
chromium-gost
|
||||
#chromium-ublock_origin
|
||||
ppapi-plugin-adobe-flash
|
||||
|
||||
qmmp1
|
||||
qmmp-skins
|
||||
|
||||
kde5-big
|
||||
|
||||
samba
|
||||
# system-config-samba
|
||||
|
||||
kde5-telepathy
|
||||
kde5-konversation
|
||||
choqok
|
||||
#ring-client-kde5
|
||||
kde5-connect
|
||||
|
||||
isomaster
|
||||
kde5-k3b
|
||||
fbreader
|
||||
#kde5-basket
|
||||
kmymoney
|
||||
kmymoney-i18n
|
||||
#kde5-plasma-yawp
|
||||
|
||||
qstardict
|
||||
stardict-mueller7
|
||||
stardict-slovnyk_en-ru
|
||||
stardict-slovnyk_ru-en
|
||||
#stardict-slovnyk_en-uk
|
||||
#stardict-slovnyk_uk-en
|
||||
stardict-wn
|
||||
|
||||
hunspell-ru-lebedev
|
||||
#hunspell-uk
|
||||
|
||||
#LibreOffice-still
|
||||
LibreOffice-still-mimetypes
|
||||
LibreOffice-still-integrated
|
||||
LibreOffice-still-kde5
|
||||
LibreOffice-still-langpack-ru
|
||||
#LibreOffice-still-langpack-tt
|
||||
#LibreOffice-still-langpack-uk
|
||||
#^docs-ooo_infra_.*
|
||||
|
||||
kamoso
|
||||
|
||||
kde5-ktorrent
|
||||
#eiskaltdcpp-qt
|
||||
kde5-kio-gdrive
|
||||
|
||||
# 3dparty
|
||||
#skype-preinstall@IA32
|
125
pkg.in/lists/kworkstation/kde5-base
Normal file
125
pkg.in/lists/kworkstation/kde5-base
Normal file
@ -0,0 +1,125 @@
|
||||
|
||||
firmware-alsa-sof
|
||||
|
||||
gst-plugins-good1.0-qt5
|
||||
pavucontrol
|
||||
|
||||
alt-kworkstation-addon
|
||||
alterator-standalone
|
||||
alterator-auth
|
||||
alterator-control
|
||||
#alterator-controlpp
|
||||
alterator-datetime
|
||||
state-change-notify-postfix
|
||||
alterator-fbi
|
||||
alterator-groups
|
||||
alterator-limits
|
||||
alterator-logs
|
||||
alterator-net-iptables
|
||||
alterator-net-openvpn
|
||||
alterator-net-routing
|
||||
alterator-net-shares
|
||||
alterator-notes
|
||||
alterator-quota
|
||||
alterator-secsetup
|
||||
alterator-services
|
||||
alterator-sysconfig
|
||||
alterator-updates
|
||||
alterator-x11
|
||||
alterator-xkb
|
||||
alterator-zram-swap
|
||||
|
||||
wireless-tools
|
||||
rfkill
|
||||
wpa_supplicant
|
||||
ppp-pppoe
|
||||
|
||||
apt-https
|
||||
apt-rsync
|
||||
apt-repo
|
||||
arj
|
||||
audit
|
||||
avahi-daemon
|
||||
bash-completion
|
||||
bc
|
||||
bind-utils
|
||||
bridge-utils
|
||||
cpufreq-simple
|
||||
cifs-utils
|
||||
curl
|
||||
ddcprobe
|
||||
dmidecode
|
||||
easy-rsa
|
||||
etcnet-full
|
||||
fdisk
|
||||
fuse-exfat
|
||||
gpm
|
||||
hdparm
|
||||
ipcalc
|
||||
jfsutils
|
||||
libproxy-kde
|
||||
libva-utils
|
||||
lsb-release
|
||||
lsblk
|
||||
lshw
|
||||
mc-full
|
||||
make-initrd-lvm
|
||||
make-initrd-ucode
|
||||
man-pages-ru
|
||||
mtr
|
||||
nano-editor
|
||||
net-tools
|
||||
netcat
|
||||
netlist
|
||||
nfs-clients
|
||||
pciutils
|
||||
pcmciautils
|
||||
pinfo
|
||||
pm-utils
|
||||
pulseaudio-bluez
|
||||
quota
|
||||
rpminstall
|
||||
rng-tools
|
||||
screen
|
||||
smartmontools
|
||||
strace
|
||||
sudo
|
||||
system-report
|
||||
systemd-analyze
|
||||
tcpdump
|
||||
udev-android
|
||||
udev-rule-generator-cdrom
|
||||
udev-rules-ioschedulers
|
||||
update-kernel
|
||||
usb-modeswitch
|
||||
usbutils
|
||||
#userpasswd
|
||||
vim-console
|
||||
wget
|
||||
xinput
|
||||
xfsprogs
|
||||
xorg-conf-synaptics
|
||||
xorg-conf-libinput-touchpad
|
||||
|
||||
ocl-nvidia
|
||||
libva-driver-intel
|
||||
libva-intel-media-driver@x86_64
|
||||
#libva-driver-vdpau
|
||||
#libvdpau-va-gl
|
||||
|
||||
chromium-gost
|
||||
|
||||
openvpn-gostcrypto
|
||||
kde5-network-manager-etcnet
|
||||
openssh openssh-clients openssh-askpass-common openssh-server openssh-common openssh-server-control
|
||||
kde5-network-manager-nm
|
||||
kde5-video-player-smplayer
|
||||
kde5-audio-player-qmmp
|
||||
kde5-small
|
||||
plasma5-kscreen
|
||||
|
||||
alt-app-starter
|
||||
|
||||
# GTK2/GTK3 theme
|
||||
gtk3-theme-breeze
|
||||
gtk2-theme-breeze
|
15
pkg.in/lists/kworkstation/live-rescue
Normal file
15
pkg.in/lists/kworkstation/live-rescue
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
kde5-plasma-applet-places-widget
|
||||
|
||||
kamoso
|
||||
plasma5-kinfocenter
|
||||
plasma5-bluedevil
|
||||
kde5-khelpcenter
|
||||
kde5-filelight
|
||||
kde5-spectacle
|
||||
glxgears
|
||||
efivar
|
||||
sos
|
||||
system-report
|
||||
startup-rescue
|
||||
qt-fsarchiver
|
15
pkg.in/lists/kworkstation/printing
Normal file
15
pkg.in/lists/kworkstation/printing
Normal file
@ -0,0 +1,15 @@
|
||||
kde5-printing
|
||||
|
||||
cups
|
||||
cups-ppd
|
||||
samba-client-cups
|
||||
printer-drivers-base
|
||||
printer-drivers-X11
|
||||
hplip-hpijs
|
||||
hplip-PPDs
|
||||
printer-testpages
|
||||
|
||||
bluez-cups
|
||||
|
||||
system-config-printer-lib
|
||||
#system-config-printer
|
2
pkg.in/lists/kworkstation/publishing
Normal file
2
pkg.in/lists/kworkstation/publishing
Normal file
@ -0,0 +1,2 @@
|
||||
scribus
|
||||
#docs-scribus_intro
|
4
pkg.in/lists/kworkstation/remote-desktop
Normal file
4
pkg.in/lists/kworkstation/remote-desktop
Normal file
@ -0,0 +1,4 @@
|
||||
kde5-krfb
|
||||
kde5-krdc
|
||||
|
||||
rdesktop
|
9
pkg.in/lists/kworkstation/scanning
Normal file
9
pkg.in/lists/kworkstation/scanning
Normal file
@ -0,0 +1,9 @@
|
||||
kde5-scanning
|
||||
|
||||
tesseract-langpack-en
|
||||
tesseract-langpack-ru
|
||||
#tesseract-langpack-uk
|
||||
gimagereader-qt5
|
||||
hplip-sane
|
||||
libsane-gphoto2
|
||||
sane-airscan
|
5
pkg.in/lists/kworkstation/sound-editing
Normal file
5
pkg.in/lists/kworkstation/sound-editing
Normal file
@ -0,0 +1,5 @@
|
||||
kde5-soundkonverter
|
||||
kde5-kid3
|
||||
flacon
|
||||
|
||||
kde5-kwave
|
4
pkg.in/lists/kworkstation/video-editing
Normal file
4
pkg.in/lists/kworkstation/video-editing
Normal file
@ -0,0 +1,4 @@
|
||||
kdenlive
|
||||
|
||||
avidemux-qt
|
||||
simplescreenrecorder
|
Loading…
Reference in New Issue
Block a user