pine64-pinetab: remove dmenu dep from sway subpackage (MR 1324)
This commit is contained in:
parent
1e9d04e60c
commit
b23860aba6
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=device-pine64-pinetab
|
pkgname=device-pine64-pinetab
|
||||||
pkgdesc="PINE64 PineTab"
|
pkgdesc="PINE64 PineTab"
|
||||||
pkgver=0.1
|
pkgver=0.1
|
||||||
pkgrel=19
|
pkgrel=20
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
|
@ -44,7 +44,6 @@ build() {
|
||||||
|
|
||||||
sway() {
|
sway() {
|
||||||
install_if="$pkgname postmarketos-ui-sway"
|
install_if="$pkgname postmarketos-ui-sway"
|
||||||
depends="dmenu"
|
|
||||||
install -D -m644 "$srcdir"/sway.conf \
|
install -D -m644 "$srcdir"/sway.conf \
|
||||||
"$subpkgdir"/etc/sway/config.d/pinetab
|
"$subpkgdir"/etc/sway/config.d/pinetab
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue