main/postmarketos-ui-sway: fix missing subpkg (MR 5397)
Fix the missing postmarketos-ui-sway-logo-key-alt subpackage. This was caused by having two subpackages variables. Fixes: 244847 ("main/postmarketos-ui-sway: add -openrc subpackage (MR 5374)") [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
f788a4be3d
commit
32be2978f8
1 changed files with 2 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
||||||
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||||
pkgname=postmarketos-ui-sway
|
pkgname=postmarketos-ui-sway
|
||||||
pkgver=3.1
|
pkgver=3.1
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="(Wayland) Tiling WM, drop-in replacement for i3wm (DOES NOT RUN WITHOUT HW ACCELERATION!)"
|
pkgdesc="(Wayland) Tiling WM, drop-in replacement for i3wm (DOES NOT RUN WITHOUT HW ACCELERATION!)"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
subpackages="$pkgname-logo-key-alt:logo_key_alt"
|
subpackages="$pkgname-openrc $pkgname-logo-key-alt:logo_key_alt"
|
||||||
depends="
|
depends="
|
||||||
bluez
|
bluez
|
||||||
dnsmasq
|
dnsmasq
|
||||||
|
@ -30,7 +30,6 @@ _pmb_recommends="
|
||||||
_pmb_groups="
|
_pmb_groups="
|
||||||
seat
|
seat
|
||||||
"
|
"
|
||||||
subpackages="$pkgname-openrc"
|
|
||||||
source="
|
source="
|
||||||
etc-sway-config
|
etc-sway-config
|
||||||
etc-sway-config.d-00-logo-key.conf
|
etc-sway-config.d-00-logo-key.conf
|
||||||
|
|
Loading…
Reference in a new issue