196d555092
Contains everything from #940, except on top of master now. Also added a postmarketos-ui-luna package to be a meta- package for all of the Luna work. Every component included here builds & runs, but isn't functional without a handful more packages.
18 lines
644 B
Text
18 lines
644 B
Text
pkgname=postmarketos-ui-luna
|
|
pkgver=1
|
|
pkgrel=0
|
|
pkgdesc="(Wayland) webOS UI, ported from the LuneOS project (Not working yet)"
|
|
url="https://wiki.postmarketos.org/wiki/LuneOS_UI"
|
|
arch="noarch"
|
|
license="GPL3+"
|
|
depends="luna-next-cardshell luna-next luna-sysmgr luna-sysservice luna-appmanager luneos-components luna-init mesa"
|
|
makedepends=""
|
|
subpackages=""
|
|
source="start_luna.sh"
|
|
options="!check"
|
|
|
|
package() {
|
|
install -D -m755 "$srcdir"/start_luna.sh \
|
|
"$pkgdir"/usr/bin/start_luna.sh
|
|
}
|
|
sha512sums="f9940d2ce21a3f0de682ee1046681b25ceeaccbcd72d92b1a791ea70074c1bf9f63d43ca36be069551f73ff8bf75585053f1fbe9a0669c481ebed26b5e9098a1 start_luna.sh"
|