Skip to content
Snippets Groups Projects
Unverified Commit ce40d054 authored by Clayton Craft's avatar Clayton Craft :speech_balloon: Committed by Oliver Smith
Browse files

pine64-pinephone: create "kirigami" subpackage (MR 3815)

kirigami may be installed outside of plamo, however there are some
changes that should only be applied when plamo is installed
parent a8450a53
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ arch="aarch64"
options="!check !archcheck"
subpackages="
$pkgname-gnome
$pkgname-kirigami:kirigami
$pkgname-nonfree-firmware:nonfree_firmware
$pkgname-shelli
$pkgname-plasma-mobile:plasma_mobile
......@@ -171,10 +172,9 @@ nonfree_firmware() {
mkdir "$subpkgdir"
}
plasma_mobile() {
kirigami() {
install_if="$pkgname=$pkgver-r$pkgrel kirigami2"
install -Dm644 "$srcdir"/kirigami-lowpower.sh "$subpkgdir"/etc/profile.d/kirigami-lowpower.sh
install -Dm644 "$srcdir"/kxkbrc -t "$subpkgdir"/etc/xdg
}
gnome() {
......@@ -185,6 +185,11 @@ gnome() {
"$subpkgdir"/usr/share/glib-2.0/schemas
}
plasma_mobile() {
install_if="$pkgname=$pkgver-r$pkgrel postmarketos-ui-plasma-mobile"
install -Dm644 "$srcdir"/kxkbrc -t "$subpkgdir"/etc/xdg
}
upower() {
install_if="$pkgname=$pkgver-r$pkgrel upower"
replaces="upower"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment