Let's finally be consistent about this. [ci:skip-count]: Deliberately changing a lot of packages. [ci:skip-vercheck]: Updating co-maintainer does not need a pkgrel bump. Signed-off-by: Stefan Hansson <newbyte@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8688>
44 lines
1,005 B
Text
44 lines
1,005 B
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Co-Maintainer: Pablo Correa Gomez <pabloyoyoista@postmarketos.org>
|
|
# Co-Maintainer: Achill Gilgenast <achill@achill.org>
|
|
maintainer="Stefan Hansson <newbyte@postmarketos.org>"
|
|
pkgname=postmarketos-ui-gnome
|
|
pkgver=4
|
|
pkgrel=4
|
|
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-settings-daemon-mobile
|
|
!gnome-shell-mobile
|
|
!gnome-shell-mobile-schemas
|
|
!mutter-mobile
|
|
!mutter-mobile-schemas
|
|
gdm
|
|
gnome
|
|
postmarketos-base-ui-gnome
|
|
xdg-desktop-portal-gnome
|
|
"
|
|
_pmb_recommends="
|
|
gnome-calendar
|
|
gnome-disk-utility
|
|
gnome-extensions-app
|
|
gnome-system-monitor
|
|
snapshot
|
|
"
|
|
subpackages="$pkgname-openrc"
|
|
options="!check pmb:systemd"
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|
|
|
|
openrc() {
|
|
install_if="$pkgname=$pkgver-r$pkgrel openrc"
|
|
install="$subpkgname.post-install $subpkgname.post-upgrade"
|
|
depends="gdm-openrc openrc"
|
|
|
|
mkdir -p "$subpkgdir"
|
|
}
|