a85db1dc7b
At the moment we have Contributor: lines on some packages (but not all of them), but often they don't represent the actual contributors to the package very well. E.g. when we added them retroactively to the device packages we only added the initial contributor (which isn't necessarily the person who made most of the work for a device...) The Git history is the most representative source for figuring out who contributed to a package, so there is no reason to duplicate that into the APKBUILD. [skip ci]: way too many packages
27 lines
753 B
Text
27 lines
753 B
Text
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
|
pkgname=postmarketos-ui-gnome
|
|
pkgver=1
|
|
pkgrel=1
|
|
pkgdesc="(Wayland) Gnome Shell (not for armhf)"
|
|
url="https://gnome.org/"
|
|
# armhf: gdm missing
|
|
arch="noarch !armhf"
|
|
license="GPL-3.0-or-later"
|
|
depends="
|
|
gdm
|
|
gnome
|
|
kgx
|
|
polkit-elogind
|
|
postmarketos-artwork-wallpapers
|
|
pulseaudio
|
|
xorg-server-xwayland
|
|
"
|
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
|
source="000-gschema.override"
|
|
options="!check"
|
|
|
|
package() {
|
|
install -Dm644 "$srcdir"/000-gschema.override \
|
|
"$pkgdir"/usr/share/glib-2.0/schemas/000-postmarketos.gschema.override
|
|
}
|
|
sha512sums="fa1e3b91b0c94f623fcc5ad28a738e1d2f35a9144c2c975c8234d993119e7f33f270e248ff87131ad626e2e5f4f41fab0b595617966c62d7c646e81ab9e11a17 000-gschema.override"
|