summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4f88d48a05b..d248bf7b5826 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -63,6 +63,7 @@ pkgname = qubes-vm-core
depends = librsvg
depends = socat
depends = pacman-contrib
+ depends = icu
depends = python<3.10
optdepends = gnome-keyring
optdepends = gnome-settings-daemon
diff --git a/PKGBUILD b/PKGBUILD
index e606e251b3eb..1551b8288082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -75,7 +75,7 @@ package_qubes-vm-core() {
gnome-packagekit imagemagick fakeroot notification-daemon dconf
zenity qubes-libvchan qubes-db-vm haveged python-gobject
python-dbus xdg-utils notification-daemon gawk sed procps-ng librsvg
- socat pacman-contrib
+ socat pacman-contrib icu
# Block updating if there is a major python update as the python API will be in the wrong PYTHONPATH
'python<3.10'
)