main/postmarketos-base-ui: depend on tzdata (MR 4175)
Most UIs already implicitly depend on this in some way, and from the user-facing point of view, it is sensible to have the full DB of timezones available, in case the user wants to swap timezone or requires working with them in different ways. Having it as a explicit dependency makes more sense than relying on backward dependencies. Background: https://gitlab.com/postmarketOS/pmaports/-/issues/2168#note_1426261355 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
4f88b15af5
commit
ef00e24e5a
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||
pkgname=postmarketos-base-ui
|
||||
pkgver=10
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Meta package for minimal postmarketOS UI base"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch"
|
||||
|
@ -15,6 +15,7 @@ depends="
|
|||
postmarketos-artwork-icons
|
||||
postmarketos-base
|
||||
shadow
|
||||
tzdata
|
||||
util-linux
|
||||
wireless-regdb
|
||||
wpa_supplicant
|
||||
|
|
Loading…
Reference in a new issue