09eb3346d6
These are useful on desktops/laptops/tablets. This was only added to the gnome (desktop) UI because: 1) The system monitor could be useful on mobile devices however the UI is not adaptive. 2) Disk utility isn't that useful on mobile devices since it tends to show dozens of partitions on android phones, and so it's kinda confusing and it would be easy for users to mess things up. [ci:skip-build]: already built successfully in CI
37 lines
898 B
Text
37 lines
898 B
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
|
pkgname=postmarketos-ui-gnome
|
|
pkgver=3
|
|
pkgrel=9
|
|
pkgdesc="(Wayland) Gnome Shell"
|
|
url="https://gnome.org/"
|
|
# armhf blocked by gnome-shell -> gjs -> mozjs102
|
|
arch="noarch !armhf"
|
|
license="GPL-3.0-or-later"
|
|
depends="
|
|
!gnome-shell-mobile
|
|
!gnome-shell-mobile-schemas
|
|
!mutter-mobile
|
|
!mutter-mobile-schemas
|
|
gdm
|
|
gnome
|
|
postmarketos-base-ui-gnome
|
|
"
|
|
_pmb_recommends="
|
|
gnome-calendar
|
|
gnome-disk-utility
|
|
gnome-system-monitor
|
|
nautilus
|
|
"
|
|
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
|
|
"
|