workstation: Use libreoffice-latest list on armh
There is no LibreOffice-still on armh now, so use separate libreoffice-latest list for LibreOffice.
This commit is contained in:
parent
8b964770b0
commit
5581dc91ec
@ -57,7 +57,11 @@ vm/.alt-workstation: vm/systemd use/x11/lightdm/gtk \
|
||||
@$(call add,THE_PACKAGES,installer-feature-lightdm-stage3)
|
||||
@$(call add,THE_PACKAGES,installer-feature-quota-stage2)
|
||||
@$(call add,THE_PACKAGES,alterator-gpupdate)
|
||||
ifeq (,$(filter-out armh,$(ARCH)))
|
||||
@$(call add,THE_LISTS,workstation/libreoffice-latest)
|
||||
else
|
||||
@$(call add,THE_LISTS,workstation/libreoffice)
|
||||
endif
|
||||
|
||||
vm/alt-workstation:: vm/.alt-workstation
|
||||
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
|
||||
|
@ -30,7 +30,9 @@ mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm +power \
|
||||
@$(call add,BASE_LISTS,$(call tags,desktop cups))
|
||||
@$(call add,LIVE_LISTS,workstation/live.pkgs)
|
||||
@$(call add,LIVE_LISTS,$(call tags,desktop sane))
|
||||
ifneq (,$(filter-out armh,$(ARCH)))
|
||||
@$(call add,LIVE_LISTS,$(call tags,desktop office))
|
||||
endif
|
||||
@$(call add,THE_LISTS,workstation/mate)
|
||||
@$(call add,THE_LISTS,workstation/the.pkgs)
|
||||
@$(call add,THE_LISTS,$(call tags,regular desktop))
|
||||
|
12
pkg.in/lists/workstation/libreoffice-latest
Normal file
12
pkg.in/lists/workstation/libreoffice-latest
Normal file
@ -0,0 +1,12 @@
|
||||
LibreOffice
|
||||
LibreOffice-langpack-ru
|
||||
LibreOffice-gtk3
|
||||
LibreOffice-common
|
||||
|
||||
java-1.8.0-openjdk@!mipsel
|
||||
libreoffice-languagetool@!mipsel
|
||||
libcmis
|
||||
libwps
|
||||
|
||||
projectlibre@!mipsel
|
||||
dia
|
Loading…
x
Reference in New Issue
Block a user