main/postmarketos-ui-plasma-mobile: combine extras package into a subpackage (MR 1006)
This commit is contained in:
parent
6b1b89f271
commit
50aa62358b
@ -1,24 +0,0 @@
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-ui-plasma-mobile-extras
|
||||
pkgver=1
|
||||
pkgrel=2
|
||||
pkgdesc="Plasma Mobile with more apps pre-installed (video and music players, pdf reader, etc.)"
|
||||
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
||||
arch="noarch !armhf"
|
||||
license="GPL-3.0-or-later"
|
||||
depends="
|
||||
buho
|
||||
calindori
|
||||
kaidan
|
||||
ktrip
|
||||
nota
|
||||
okular-mobile
|
||||
postmarketos-ui-plasma-mobile
|
||||
trojita
|
||||
vvave
|
||||
"
|
||||
options="!check"
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-ui-plasma-mobile
|
||||
pkgver=2
|
||||
pkgrel=25
|
||||
pkgrel=26
|
||||
pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration, allows only numeric passwords!)"
|
||||
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
||||
arch="noarch !armhf" # Crashes on armhf due to https://gitlab.com/postmarketOS/pmaports/issues/75
|
||||
@ -54,6 +54,7 @@ source="kwinrc
|
||||
000-gschema.override
|
||||
gtk-app-wayland.sh
|
||||
"
|
||||
subpackages="$pkgname-extras"
|
||||
options="!check"
|
||||
|
||||
package() {
|
||||
@ -79,6 +80,22 @@ package() {
|
||||
"$pkgdir"/usr/share/glib-2.0/schemas/000-postmarketos.gschema.override
|
||||
}
|
||||
|
||||
extras() {
|
||||
pkgdesc="Meta package for additional Plasma mobile apps"
|
||||
depends="
|
||||
buho
|
||||
calindori
|
||||
kaidan
|
||||
ktrip
|
||||
nota
|
||||
okular-mobile
|
||||
trojita
|
||||
vvave
|
||||
"
|
||||
|
||||
mkdir -p "$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="a95d3bbd1e8051c9b394ad7a26e4beb2d1be8d3c38189819da61fd42b1c7fd3948c4737bc9246eee23eaf5fd9451cd6362fb06442f3d8f967f930d3bcc5cfbe9 kwinrc
|
||||
93d6c3e76b6e8d3c8c5424fcb921595ad3569e1aba1b03255b977230b33146dc73a97327e455e8a539018cb02c3bf1a700dd951622f798b50f36c5d381a1b342 kdeglobals
|
||||
341f0b866c315f37868ef3e7137cce8b53a0e8e6164e5af71b3e8e2fa68321afbf0652d76124ef84bade1393f701748852ac939aef9daff7e272a0df827780eb qtlogging.ini
|
||||
|
Loading…
Reference in New Issue
Block a user