workstation: Add flatpak group
This commit is contained in:
committed by
Anton Midyukov
parent
0b2258c409
commit
5d89e5d3db
@ -34,6 +34,9 @@ ifeq (,$(filter-out x86_64,$(ARCH)))
|
||||
@$(call add,MAIN_GROUPS,workstation/virtualbox)
|
||||
@$(call add,BASE_KMODULES,kvm virtualbox)
|
||||
endif
|
||||
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
|
||||
@$(call add,MAIN_GROUPS,workstation/flatpak)
|
||||
endif
|
||||
ifeq (,$(filter-out e2k%,$(ARCH)))
|
||||
@$(call add,THE_PACKAGES,python-module-serial)
|
||||
@$(call add,THE_PACKAGES,setup-mate-nocomposite)
|
||||
|
7
pkg.in/groups/workstation/flatpak.directory
Normal file
7
pkg.in/groups/workstation/flatpak.directory
Normal file
@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Flatpak repository
|
||||
X-Alterator-PackageList=slinux/flatpak
|
||||
X-Alterator-Required=no
|
||||
Name[ru_RU]=Репозиторий Flatpak
|
2
pkg.in/lists/workstation/flatpak
Normal file
2
pkg.in/lists/workstation/flatpak
Normal file
@ -0,0 +1,2 @@
|
||||
flatpak
|
||||
flatpak-repo-flathub
|
Reference in New Issue
Block a user