Skip to content

Commit

Permalink
update (all): refactor some code. change to project structure and imp…
Browse files Browse the repository at this point in the history
…rovements to rawhide build.
  • Loading branch information
lenuswalker committed Sep 29, 2024
1 parent 50f4616 commit c2774b4
Show file tree
Hide file tree
Showing 31 changed files with 90 additions and 80 deletions.
10 changes: 10 additions & 0 deletions files/rpm-ostree/szydell-system76.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[copr:copr.fedorainfracloud.org:szydell:system76]
name=Copr repo for system76 owned by szydell
baseurl=https://download.copr.fedorainfracloud.org/results/szydell/system76/fedora-$releasever-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/szydell/system76/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ install:
- AppIndicator and KStatusNotifierItem Support
- Dash to Dock
# - Night Theme Switcher
# - PaperWM
- Open Bar
- PaperWM
File renamed without changes.
File renamed without changes.
File renamed without changes.
28 changes: 14 additions & 14 deletions recipes/recipe-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ image-version: 41 # latest is also supported if you want new updates ASAP
# module configuration, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/common-akmods.yml
- from-file: common/common-bling.yml
- from-file: common/common-chezmoi.yml
- from-file: common/common-files.yml
- from-file: common/common-flatpaks.yml
- from-file: common/common-fonts.yml
- from-file: common/common-packages.yml
- from-file: common/common-scripts.yml
- from-file: cosmic/cosmic-packages.yml
- from-file: dell/dell-xps-packages.yml
- from-file: dell/intel-packages.yml
- from-file: dell/intel-specific.yml
- from-file: gnome/gnome-extensions.yml
- from-file: gnome/gschema-overrides.yml
- from-file: modules/common/common-akmods.yml
- from-file: modules/common/common-bling.yml
- from-file: modules/common/common-chezmoi.yml
- from-file: modules/common/common-files.yml
- from-file: modules/common/common-flatpaks.yml
- from-file: modules/common/common-fonts.yml
- from-file: modules/common/common-packages.yml
- from-file: modules/common/common-scripts.yml
- from-file: modules/cosmic/cosmic-packages.yml
- from-file: modules/dell/dell-xps-packages.yml
- from-file: modules/intel/intel-packages.yml
- from-file: modules/intel/intel-specific.yml
- from-file: modules/gnome/gnome-extensions.yml
- from-file: modules/gnome/gschema-overrides.yml
- type: signing
26 changes: 13 additions & 13 deletions recipes/recipe-cosmic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ image-version: 40 # latest is also supported if you want new updates ASAP
# module configuration, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/common-akmods.yml
- from-file: common/common-bling.yml
- from-file: common/common-chezmoi.yml
- from-file: common/common-files.yml
- from-file: common/common-flatpaks.yml
- from-file: common/common-fonts.yml
- from-file: common/common-packages.yml
- from-file: common/common-scripts.yml
- from-file: dell/dell-xps-packages.yml
- from-file: dell/intel-packages.yml
- from-file: dell/intel-specific.yml
- from-file: gnome/gnome-extensions.yml
- from-file: gnome/gschema-overrides.yml
- from-file: modules/common/common-akmods.yml
- from-file: modules/common/common-bling.yml
- from-file: modules/common/common-chezmoi.yml
- from-file: modules/common/common-files.yml
- from-file: modules/common/common-flatpaks.yml
- from-file: modules/common/common-fonts.yml
- from-file: modules/common/common-packages.yml
- from-file: modules/common/common-scripts.yml
- from-file: modules/dell/dell-xps-packages.yml
- from-file: modules/intel/intel-packages.yml
- from-file: modules/intel/intel-specific.yml
- from-file: modules/gnome/gnome-extensions.yml
- from-file: modules/gnome/gschema-overrides.yml
- type: signing
24 changes: 12 additions & 12 deletions recipes/recipe-hyprland.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ image-version: latest # latest is also supported if you want new updates ASAP
# module configuration, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/common-akmods.yml
- from-file: common/common-bling.yml
- from-file: common/common-chezmoi.yml
- from-file: common/common-files.yml
- from-file: common/common-flatpaks.yml
- from-file: common/common-fonts.yml
- from-file: common/common-packages.yml
- from-file: common/common-scripts.yml
- from-file: hyprland/hyprland-extras.yml
- from-file: dell/dell-xps-packages.yml
- from-file: dell/intel-packages.yml
- from-file: dell/intel-specific.yml
- from-file: modules/common/common-akmods.yml
- from-file: modules/common/common-bling.yml
- from-file: modules/common/common-chezmoi.yml
- from-file: modules/common/common-files.yml
- from-file: modules/common/common-flatpaks.yml
- from-file: modules/common/common-fonts.yml
- from-file: modules/common/common-packages.yml
- from-file: modules/common/common-scripts.yml
- from-file: modules/hyprland/hyprland-extras.yml
- from-file: modules/dell/dell-xps-packages.yml
- from-file: modules/intel/intel-packages.yml
- from-file: modules/intel/intel-specific.yml
- type: signing
26 changes: 13 additions & 13 deletions recipes/recipe-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ image-version: latest # latest is also supported if you want new updates ASAP
# module configuration, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/common-akmods.yml
- from-file: common/common-bling.yml
- from-file: common/common-chezmoi.yml
- from-file: common/common-files.yml
- from-file: common/common-flatpaks.yml
- from-file: common/common-fonts.yml
- from-file: common/common-packages.yml
- from-file: common/common-scripts.yml
- from-file: cosmic/cosmic-packages.yml
- from-file: dell/dell-xps-packages.yml
- from-file: dell/intel-packages.yml
- from-file: gnome/gnome-extensions.yml
- from-file: gnome/gschema-overrides.yml
- from-file: modules/common/common-akmods.yml
- from-file: modules/common/common-bling.yml
- from-file: modules/common/common-chezmoi.yml
- from-file: modules/common/common-files.yml
- from-file: modules/common/common-flatpaks.yml
- from-file: modules/common/common-fonts.yml
- from-file: modules/common/common-packages.yml
- from-file: modules/common/common-scripts.yml
- from-file: modules/cosmic/cosmic-packages.yml
- from-file: modules/dell/dell-xps-packages.yml
- from-file: modules/intel/intel-packages.yml
- from-file: modules/gnome/gnome-extensions.yml
- from-file: modules/gnome/gschema-overrides.yml
- type: signing
25 changes: 12 additions & 13 deletions recipes/recipe-rawhide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ image-version: rawhide # latest is also supported if you want new updates ASAP
# module configuration, executed in order
# you can include multiple instances of the same module
modules:
- from-file: rawhide/rawhide-rpmfusion-repos.yml
- from-file: rawhide/rawhide-gnome-extensions.yml
- from-file: rawhide/rawhide-packages.yml
- from-file: rawhide/rawhide-scripts.yml
# - from-file: common/common-bling.yml
- from-file: common/common-chezmoi.yml
- from-file: common/common-files.yml
- from-file: common/common-flatpaks.yml
- from-file: common/common-fonts.yml
- from-file: cosmic/cosmic-packages.yml
- from-file: dell/dell-xps-packages.yml
- from-file: dell/intel-packages.yml
- from-file: gnome/gschema-overrides.yml
- from-file: modules/rawhide/rawhide-rpmfusion-repos.yml
- from-file: modules/rawhide/rawhide-gnome-extensions.yml
- from-file: modules/rawhide/rawhide-packages.yml
- from-file: modules/rawhide/rawhide-scripts.yml
- from-file: modules/common/common-chezmoi.yml
- from-file: modules/common/common-files.yml
- from-file: modules/common/common-flatpaks.yml
- from-file: modules/common/common-fonts.yml
- from-file: modules/cosmic/cosmic-packages.yml
- from-file: modules/dell/dell-xps-packages.yml
- from-file: modules/intel/intel-packages.yml
- from-file: modules/gnome/gschema-overrides.yml
- type: signing
28 changes: 14 additions & 14 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ image-version: latest # latest is also supported if you want new updates ASAP
# module configuration, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/common-akmods.yml
- from-file: common/common-bling.yml
- from-file: common/common-chezmoi.yml
- from-file: common/common-files.yml
- from-file: common/common-flatpaks.yml
- from-file: common/common-fonts.yml
- from-file: common/common-packages.yml
- from-file: common/common-scripts.yml
- from-file: cosmic/cosmic-packages.yml
- from-file: dell/dell-xps-packages.yml
- from-file: dell/intel-packages.yml
- from-file: dell/intel-specific.yml
- from-file: gnome/gnome-extensions.yml
- from-file: gnome/gschema-overrides.yml
- from-file: modules/common/common-akmods.yml
- from-file: modules/common/common-bling.yml
- from-file: modules/common/common-chezmoi.yml
- from-file: modules/common/common-files.yml
- from-file: modules/common/common-flatpaks.yml
- from-file: modules/common/common-fonts.yml
- from-file: modules/common/common-packages.yml
- from-file: modules/common/common-scripts.yml
- from-file: modules/cosmic/cosmic-packages.yml
- from-file: modules/dell/dell-xps-packages.yml
- from-file: modules/intel/intel-packages.yml
- from-file: modules/intel/intel-specific.yml
- from-file: modules/gnome/gnome-extensions.yml
- from-file: modules/gnome/gschema-overrides.yml
- type: signing

0 comments on commit c2774b4

Please sign in to comment.