From ef00e24e5a22535a6d8feace20fc5502c316f018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Sun, 11 Jun 2023 18:44:17 +0200 Subject: [PATCH] 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 --- main/postmarketos-base-ui/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/postmarketos-base-ui/APKBUILD b/main/postmarketos-base-ui/APKBUILD index 0622a604a..37b3f612d 100644 --- a/main/postmarketos-base-ui/APKBUILD +++ b/main/postmarketos-base-ui/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Clayton Craft 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