Commit 9e80c254 authored by Anton Midyukov's avatar Anton Midyukov

mobile: separate gnome-apps list

a little preparation for making images without gnome applications.
parent 0e5767e6
...@@ -20,6 +20,7 @@ endif ...@@ -20,6 +20,7 @@ endif
@$(call add,THE_PACKAGES,$$(CAMERA)) @$(call add,THE_PACKAGES,$$(CAMERA))
@$(call add,THE_BRANDING,graphics notes indexhtml) @$(call add,THE_BRANDING,graphics notes indexhtml)
@$(call add,THE_LISTS,mobile/base) @$(call add,THE_LISTS,mobile/base)
@$(call add,THE_LISTS,mobile/apps)
@$(call add,THE_PACKAGES,polkit-rule-mobile) @$(call add,THE_PACKAGES,polkit-rule-mobile)
@$(call add,THE_PACKAGES,mesa-dri-drivers) @$(call add,THE_PACKAGES,mesa-dri-drivers)
@$(call add,THE_PACKAGES,eg25-manager) @$(call add,THE_PACKAGES,eg25-manager)
...@@ -37,10 +38,15 @@ endif ...@@ -37,10 +38,15 @@ endif
mixin/phosh: use/services +nm-gtk4 +nm-native mixin/phosh: use/services +nm-gtk4 +nm-native
@$(call add,THE_BRANDING,phosh-settings) @$(call add,THE_BRANDING,phosh-settings)
@$(call add,THE_LISTS,mobile/phosh) @$(call add,THE_LISTS,mobile/phosh)
@$(call add,THE_LISTS,mobile/gnome-apps)
@$(call add,DEFAULT_SERVICES_ENABLE,phosh) @$(call add,DEFAULT_SERVICES_ENABLE,phosh)
@$(call set,DEFAULT_SESSION,phosh) @$(call set,DEFAULT_SESSION,phosh)
@$(call add,THE_PACKAGES,dconf-epiphany-mobile-user-agent) ifeq (sisyphus,$(BRANCH))
@$(call add,THE_PACKAGES,nautilus) @$(call add,THE_PACKAGES,gnome-maps)
endif
ifeq (x86_64,$(ARCH))
@$(call add,THE_PACKAGES,udev-rules-MIG-goodix-touchpad)
endif
ifneq (sisyphus,$(BRANCH)) ifneq (sisyphus,$(BRANCH))
mixin/mobile-base:: mixin/mobile-base::
...@@ -50,14 +56,7 @@ endif ...@@ -50,14 +56,7 @@ endif
ifeq (vm,$(IMAGE_CLASS)) ifeq (vm,$(IMAGE_CLASS))
vm/.phosh: vm/systemd mixin/mobile-base mixin/phosh +systemd \ vm/.phosh: vm/systemd mixin/mobile-base mixin/phosh +systemd \
mixin/waydroid use/fonts/ttf/google \ mixin/waydroid use/fonts/ttf/google \
use/auto-resize use/auto-resize; @:
@$(call add,THE_LISTS,mobile/apps)
ifeq (sisyphus,$(BRANCH))
@$(call add,THE_PACKAGES,gnome-maps)
endif
ifeq (x86_64,$(ARCH))
@$(call add,THE_PACKAGES,udev-rules-MIG-goodix-touchpad)
endif
vm/alt-mobile-phosh-def: vm/.phosh mixin/uboot-extlinux-efi use/tty/S0; @: vm/alt-mobile-phosh-def: vm/.phosh mixin/uboot-extlinux-efi use/tty/S0; @:
......
# connectivity # connectivity
gnome-calls
gnome-contacts
chatty
telegram-desktop telegram-desktop
# terminal
gnome-console
# web, mail # web, mail
chromium@x86_64 chromium@x86_64
firefox firefox
epiphany
geary
# Messaging app # Messaging app
fractal fractal
...@@ -20,9 +12,6 @@ fractal ...@@ -20,9 +12,6 @@ fractal
livi livi
amberol amberol
# image viewer
loupe
# readers # readers
papers papers
foliate foliate
...@@ -41,9 +30,6 @@ fonts-ttf-google-noto-emoji-color ...@@ -41,9 +30,6 @@ fonts-ttf-google-noto-emoji-color
# CJK fonts # CJK fonts
fonts-ttf-lxgw-wenkai fonts-ttf-lxgw-wenkai
# Dictophone
gnome-sound-recorder
# notes & organizers # notes & organizers
iotas iotas
errands errands
...@@ -51,26 +37,8 @@ errands ...@@ -51,26 +37,8 @@ errands
# translation # translation
dialect dialect
# games
gnome-games-2048
gnome-games-chess
gnome-games-sudoku
# system monitor
resources
# misc # misc
gnome-calculator
gnome-calendar
gnome-characters
gnome-clocks
#gnome-maps # need replace geoinfo source
gnome-weather
grim grim
wl-clipboard wl-clipboard
wallpapers-mobile wallpapers-mobile
# libadwaita theme ported to gtk3
# $ gsettings get org.gnome.desktop.interface gtk-theme
# 'adw-gtk3'
gtk3-theme-adw-gtk3
# base applications
gnome-control-center
gnome-software
foldy
# terminal
gnome-console
# file manager
nautilus
tracker3
# web
epiphany
dconf-epiphany-mobile-user-agent
# mail
geary
# connectivity
gnome-calls
gnome-contacts
chatty
# image viewer
loupe
# Dictophone
gnome-sound-recorder
# games
gnome-games-2048
gnome-games-chess
gnome-games-sudoku
# misc
gnome-calculator
gnome-calendar
gnome-characters
gnome-clocks
#gnome-maps # need replace geoinfo source
gnome-weather
# system monitor
resources
...@@ -18,19 +18,12 @@ fonts-otf-abattis-cantarell ...@@ -18,19 +18,12 @@ fonts-otf-abattis-cantarell
fonts-ttf-adwaita fonts-ttf-adwaita
# base applications # base applications
gnome-control-center
phosh-mobile-settings phosh-mobile-settings
alt-tweaks alt-tweaks
gnome-software
foldy
# extra applications # extra applications
phosh-antispam phosh-antispam
# file manager
#nautilus
tracker3
# base libraries # base libraries
at-spi2-core at-spi2-core
libat-spi2-core-gir libat-spi2-core-gir
...@@ -40,3 +33,8 @@ librsvg-gir ...@@ -40,3 +33,8 @@ librsvg-gir
libportal-gtk3-gir libportal-gtk3-gir
libportal-gtk4-gir libportal-gtk4-gir
libtelepathy-mission-control libtelepathy-mission-control
# libadwaita theme ported to gtk3
# $ gsettings get org.gnome.desktop.interface gtk-theme
# 'adw-gtk3'
gtk3-theme-adw-gtk3
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