Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: cleanup fonts #2200

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions build_files/base/05-override-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,4 @@ dnf5 -y swap fedora-logos bluefin-logos
# Consolidate Just Files
find /tmp/just -iname '*.just' -exec printf "\n\n" \; -exec cat {} \; >> /usr/share/ublue-os/just/60-custom.just

# Register Fonts
fc-cache -f /usr/share/fonts/ubuntu
fc-cache -f /usr/share/fonts/inter

echo "::endgroup::"
3 changes: 0 additions & 3 deletions build_files/dx/01-install-copr-repos-dx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ dnf5 -y copr enable ublue-os/staging
#karmab-kcli
dnf5 -y copr enable karmab/kcli

# Fonts
dnf5 -y copr enable atim/ubuntu-fonts

# Kvmfr module
dnf5 -y copr enable hikariknight/looking-glass-kvmfr

Expand Down
12 changes: 0 additions & 12 deletions build_files/dx/04-override-install-dx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,4 @@ curl --retry 3 -Lo /tmp/kind "https://github.com/kubernetes-sigs/kind/releases/l
chmod +x /tmp/kind
mv /tmp/kind /usr/bin/kind

# GitHub Monaspace Font
DOWNLOAD_URL=$(curl --retry 3 https://api.github.com/repos/githubnext/monaspace/releases/latest | jq -r '.assets[] | select(.name| test(".*.zip$")).browser_download_url')
curl --retry 3 -Lo /tmp/monaspace-font.zip "$DOWNLOAD_URL"

unzip -qo /tmp/monaspace-font.zip -d /tmp/monaspace-font
mkdir -p /usr/share/fonts/monaspace
mv /tmp/monaspace-font/monaspace-v*/fonts/variable/* /usr/share/fonts/monaspace/
rm -rf /tmp/monaspace-font*

fc-cache -f /usr/share/fonts/monaspace
fc-cache --system-only --really-force --verbose

echo "::endgroup::"
1 change: 0 additions & 1 deletion build_files/dx/09-cleanup-dx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ if [[ "${FEDORA_MAJOR_VERSION}" -lt "42" ]]; then
fi
dnf5 -y copr disable ganto/umoci
dnf5 -y copr disable karmab/kcli
dnf5 -y copr disable atim/ubuntu-fonts
dnf5 -y copr disable hikariknight/looking-glass-kvmfr
dnf5 -y copr disable gmaglione/podman-bootc
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/vscode.repo
Expand Down
7 changes: 1 addition & 6 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"python3-pip",
"rclone",
"restic",
"rsms-inter-fonts",
"samba-dcerpc",
"samba-ldb-ldap-modules",
"samba-winbind-clients",
Expand Down Expand Up @@ -93,7 +94,6 @@

],
"dx": [
"adobe-source-code-pro-fonts",
"android-tools",
"bcc",
"bpftop",
Expand All @@ -118,17 +118,13 @@
"edk2-ovmf",
"flatpak-builder",
"genisoimage",
"google-droid-sans-mono-fonts",
"google-go-mono-fonts",
"ibm-plex-mono-fonts",
"incus",
"incus-agent",
"iotop",
"kcli",
"libvirt",
"libvirt-nss",
"lxc",
"mozilla-fira-mono-fonts",
"nicstat",
"numactl",
"osbuild-selinux",
Expand Down Expand Up @@ -156,7 +152,6 @@
"sysprof",
"tiptop",
"trace-cmd",
"ubuntu-family-fonts",
"udica",
"umoci",
"virt-manager",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
93 changes: 0 additions & 93 deletions system_files/dx/usr/share/fonts/intelmono/OFL.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
13 changes: 0 additions & 13 deletions system_files/shared/usr/share/fonts/MesloLGS NF/LICENSE.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

37 changes: 0 additions & 37 deletions system_files/shared/usr/share/fonts/commit-mono/license.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
92 changes: 0 additions & 92 deletions system_files/shared/usr/share/fonts/inter/LICENSE.txt

This file was deleted.

Loading