pmaports/main/postmarketos-ui-gnome-mobile/APKBUILD
Michal Vasilek 679ee5364b
main/postmarketos-base-ui-gnome: add xdg-desktop-portal-gnome dep (MR 3863)
xdg-desktop-portal-gnome is needed for example for mime type associations.
Without it, the default gnome based shell installations couldn't detect which
mime types were provided by which applications, xdg-open and the
Default Applications tab in GNOME Control Center didn't work.

This dependency was missing from postmarketos-ui-phosh, so let's add it
and xdg-user-dirs to postmarketos-base-ui-gnome to make sure it's not repeated
in every gnome based UI.
2023-02-11 12:08:09 +01:00

75 lines
1.5 KiB
Text

# Reference: https://postmarketos.org/uipkg
# Maintainer: Newbyte <newbyte@postmarketos.org>
pkgname=postmarketos-ui-gnome-mobile
pkgver=1
pkgrel=1
pkgdesc="(Wayland) Gnome Shell patched to adapt better to phones (Experimental)"
url="https://gnome.org/"
arch="noarch !armhf !riscv64" # gnome-shell / riscv64: mutter-mobile
license="GPL-3.0-or-later"
depends="
bolt
dbus-x11
gdm
gnome-backgrounds
gnome-browser-connector
gnome-control-center
gnome-initial-setup
gnome-keyring
gnome-online-accounts
gnome-online-miners
gnome-remote-desktop
gnome-shell-mobile
gnome-shell-extensions
gnome-user-docs
gsettings-desktop-schemas
gvfs
iio-sensor-proxy
networkmanager-elogind
pinentry-gnome
polkit-elogind
polkit-gnome
postmarketos-base-ui-gnome
postmarketos-artwork-wallpapers
tracker
udisks2
xwayland
"
_pmb_recommends="
calls
chatty
eog
firefox-esr
font-noto
font-noto-emoji
gnome-text-editor
gnome-calculator
gnome-clocks
gnome-contacts
gnome-software
karlender
kgx
lollypop
megapixels
mobile-config-firefox
portfolio
postmarketos-artwork-wallpapers
postmarketos-hidden-desktop-entries
postmarketos-tweaks
postmarketos-welcome
postprocessd
ttyescape
xdg-user-dirs
"
install="$pkgname.post-install $pkgname.post-upgrade"
source="firefox-wayland.sh"
options="!check"
package() {
install -Dm755 \
"$srcdir"/firefox-wayland.sh \
-t "$pkgdir"/etc/profile.d/
}
sha512sums="
0d9ec58be7dc354e181989c7f08e7d4dd93fefd06a99e784b87fe898479dd47a40dfa9689c6a63ebdc04bf87883a270686aec27f7cc34cb21ec0f370a4afe2d8 firefox-wayland.sh
"