main/postmarketos-ui-gnome-mobile: add -openrc subpackage (MR 5374)

This commit is contained in:
Bart Ribbers 2024-07-23 22:03:57 +02:00 committed by Clayton Craft
parent 31b49599c9
commit 5f73dcac9a
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A
4 changed files with 13 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Newbyte <newbyte@postmarketos.org> # Maintainer: Newbyte <newbyte@postmarketos.org>
pkgname=postmarketos-ui-gnome-mobile pkgname=postmarketos-ui-gnome-mobile
pkgver=2 pkgver=2
pkgrel=4 pkgrel=5
pkgdesc="(Wayland) Gnome Shell patched to adapt better to phones (Experimental)" pkgdesc="(Wayland) Gnome Shell patched to adapt better to phones (Experimental)"
url="https://gnome.org/" url="https://gnome.org/"
arch="noarch !armhf !riscv64" # gnome-shell / riscv64: mutter-mobile arch="noarch !armhf !riscv64" # gnome-shell / riscv64: mutter-mobile
@ -43,10 +43,8 @@ _pmb_recommends="
postprocessd postprocessd
ttyescape ttyescape
" "
install="$pkgname.post-install $pkgname.post-upgrade" subpackages="$pkgname-openrc"
source=" source="firefox-wayland.sh"
firefox-wayland.sh
"
options="!check" options="!check"
package() { package() {
@ -54,6 +52,15 @@ package() {
"$srcdir"/firefox-wayland.sh \ "$srcdir"/firefox-wayland.sh \
-t "$pkgdir"/etc/profile.d/ -t "$pkgdir"/etc/profile.d/
} }
openrc() {
install_if="$pkgname=$pkgver-r$pkgrel"
install="$subpkgname.post-install $subpkgname.post-upgrade"
depends="gdm-openrc"
mkdir -p "$subpkgdir"
}
sha512sums=" sha512sums="
0d9ec58be7dc354e181989c7f08e7d4dd93fefd06a99e784b87fe898479dd47a40dfa9689c6a63ebdc04bf87883a270686aec27f7cc34cb21ec0f370a4afe2d8 firefox-wayland.sh 0d9ec58be7dc354e181989c7f08e7d4dd93fefd06a99e784b87fe898479dd47a40dfa9689c6a63ebdc04bf87883a270686aec27f7cc34cb21ec0f370a4afe2d8 firefox-wayland.sh
" "

View file

@ -0,0 +1 @@
postmarketos-ui-gnome-mobile-openrc.post-install

View file

@ -1 +0,0 @@
postmarketos-ui-gnome-mobile.post-install