From 6330c2b0a7fbb643610f6226fb6d846953140d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E7=94=B5=E8=8A=BD=E8=A1=A3?= Date: Mon, 24 Aug 2026 21:30:59 -0400 Subject: [PATCH] Vendor omarchy-pkgs patch shipping the cn data layer Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp --- packages/omarchy-pkgs-cn.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/omarchy-pkgs-cn.patch diff --git a/packages/omarchy-pkgs-cn.patch b/packages/omarchy-pkgs-cn.patch new file mode 100644 index 00000000..a8ca800e --- /dev/null +++ b/packages/omarchy-pkgs-cn.patch @@ -0,0 +1,14 @@ +diff --git a/pkgbuilds/omarchy-dev/PKGBUILD b/pkgbuilds/omarchy-dev/PKGBUILD +index fac61db..3fc43ef 100644 +--- a/pkgbuilds/omarchy-dev/PKGBUILD ++++ b/pkgbuilds/omarchy-dev/PKGBUILD +@@ -131,6 +131,9 @@ package() { + # Versioned migrations runner reads from this tree. + cp -a migrations "$pkgdir/usr/share/omarchy/" + ++ # OmarchyCN data layer (mirrors, registries, keys, fcitx5, fontconfig) ++ cp -a cn "$pkgdir/usr/share/omarchy/" ++ + # Fresh users created after install are already on the package layout in this + # build, so seed migration markers through /etc/skel. Existing users keep + # their own state and still run pending migrations on update.