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:
Pablo Correa Gómez 2023-06-11 18:44:17 +02:00 committed by Oliver Smith
parent 4f88b15af5
commit ef00e24e5a
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -1,7 +1,7 @@
# Maintainer: Clayton Craft <clayton@craftyguy.net> # Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=postmarketos-base-ui pkgname=postmarketos-base-ui
pkgver=10 pkgver=10
pkgrel=0 pkgrel=1
pkgdesc="Meta package for minimal postmarketOS UI base" pkgdesc="Meta package for minimal postmarketOS UI base"
url="https://postmarketos.org" url="https://postmarketos.org"
arch="noarch" arch="noarch"
@ -15,6 +15,7 @@ depends="
postmarketos-artwork-icons postmarketos-artwork-icons
postmarketos-base postmarketos-base
shadow shadow
tzdata
util-linux util-linux
wireless-regdb wireless-regdb
wpa_supplicant wpa_supplicant