pmaports/main/postmarketos-ui-gnome-mobile/APKBUILD
Pablo Correa Gómez c1cc234088
main/postmarketos-ui-gnome-mobile: add GS APK plugin to pmb_recommends (MR 3851)
We removed the "install_if" of the APK plugin on GS so that one could
use GNOME Software exclusively for flatpak
2023-04-06 09:48:15 +02:00

74 lines
1.5 KiB
Text

# Reference: https://postmarketos.org/uipkg
# Maintainer: Newbyte <newbyte@postmarketos.org>
pkgname=postmarketos-ui-gnome-mobile
pkgver=1
pkgrel=3
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
networkmanager-elogind
pinentry-gnome
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
gnome-software-plugin-apk
karlender
kgx
lollypop
mobile-config-firefox
portfolio
postmarketos-artwork-wallpapers
postmarketos-default-camera
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
"