mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
remove font deps from copr
This commit is contained in:
3
.github/workflows/copr-release.yml
vendored
3
.github/workflows/copr-release.yml
vendored
@@ -91,9 +91,6 @@ jobs:
|
|||||||
Requires: accountsservice
|
Requires: accountsservice
|
||||||
Requires: dms-cli
|
Requires: dms-cli
|
||||||
Requires: dgop
|
Requires: dgop
|
||||||
Requires: fira-code-fonts
|
|
||||||
Requires: material-symbols-fonts
|
|
||||||
Requires: rsms-inter-fonts
|
|
||||||
|
|
||||||
Recommends: brightnessctl
|
Recommends: brightnessctl
|
||||||
Recommends: cava
|
Recommends: cava
|
||||||
|
|||||||
@@ -1,37 +0,0 @@
|
|||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 2 * * 5"
|
|
||||||
jobs:
|
|
||||||
update-symbols:
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
steps:
|
|
||||||
- name: free disk space
|
|
||||||
run: |
|
|
||||||
sudo swapoff -a
|
|
||||||
sudo rm -f /swapfile
|
|
||||||
sudo apt clean
|
|
||||||
docker image prune -a -f
|
|
||||||
df -h
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Set up Python
|
|
||||||
uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: 3.11
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
python -m pip install --upgrade pip
|
|
||||||
pip install -r update/requirements.txt
|
|
||||||
- name: Run Update Script
|
|
||||||
working-directory: ./update
|
|
||||||
run: |
|
|
||||||
python update_symbols.py
|
|
||||||
- name: commit
|
|
||||||
run: |
|
|
||||||
git add .
|
|
||||||
git diff --staged --quiet || git -c user.name='GitHub Actions Bot' -c user.email='<>' commit -m 'Update Symbols'
|
|
||||||
git push origin master
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
node_modules
|
|
||||||
update/venv/
|
|
||||||
venv/
|
|
||||||
update/__pycache__/
|
|
||||||
__pycache__/
|
|
||||||
@@ -19,7 +19,6 @@ BuildRequires: rpkg
|
|||||||
|
|
||||||
Requires: greetd
|
Requires: greetd
|
||||||
Requires: (quickshell-git or quickshell)
|
Requires: (quickshell-git or quickshell)
|
||||||
Requires: material-symbols-fonts
|
|
||||||
Requires(post): /usr/sbin/useradd
|
Requires(post): /usr/sbin/useradd
|
||||||
Requires(post): /usr/sbin/groupadd
|
Requires(post): /usr/sbin/groupadd
|
||||||
|
|
||||||
|
|||||||
3
dms.spec
3
dms.spec
@@ -30,9 +30,6 @@ Requires: (quickshell-git or quickshell)
|
|||||||
Requires: accountsservice
|
Requires: accountsservice
|
||||||
Requires: dms-cli
|
Requires: dms-cli
|
||||||
Requires: dgop
|
Requires: dgop
|
||||||
Requires: fira-code-fonts
|
|
||||||
Requires: material-symbols-fonts
|
|
||||||
Requires: rsms-inter-fonts
|
|
||||||
|
|
||||||
# Core utilities (Highly recommended for DMS functionality)
|
# Core utilities (Highly recommended for DMS functionality)
|
||||||
Recommends: brightnessctl
|
Recommends: brightnessctl
|
||||||
|
|||||||
Reference in New Issue
Block a user