Skip to content

Commit

Permalink
Move control center to own module
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss authored and mirkobrombin committed Jan 21, 2024
1 parent 6ff1a0c commit 20bbd61
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
11 changes: 0 additions & 11 deletions modules/20-gnome-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,4 @@ source:
- xdg-desktop-portal
- xdg-desktop-portal-gnome
- xdg-desktop-portal-gtk
modules:
- name: gnome-control-center
type: shell
source:
type: tar
url: https://github.com/Vanilla-OS/gnome-control-center/releases/download/continuous/gnome-control-center.tar.xz
checksum: 81eff2e3fa32a918902cf49cd07d5bf43db0b3bcfef0ce80b78e7f2494bfd060
commands:
- dpkg -i /sources/gnome-control-center-data_45~rc-2_all.deb
- dpkg -i /sources/gnome-control-center_45~rc-2_amd64.deb
- apt -y install -f

10 changes: 10 additions & 0 deletions modules/21-gnome-control-center.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: gnome-control-center
type: shell
source:
type: tar
url: https://github.com/Vanilla-OS/gnome-control-center/releases/download/continuous/gnome-control-center.tar.xz
checksum: 81eff2e3fa32a918902cf49cd07d5bf43db0b3bcfef0ce80b78e7f2494bfd060
commands:
- dpkg -i /sources/gnome-control-center-data_45~rc-2_all.deb
- dpkg -i /sources/gnome-control-center_45~rc-2_amd64.deb
- apt -y install -f
1 change: 1 addition & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ modules:
- modules/03-fswarn
- modules/10-vanilla-abroot-rollback-notifier
- modules/20-gnome-core
- modules/21-gnome-control-center
- modules/30-gnome-essentials
- modules/40-gnome-appearance
- modules/50-laptop-goodies
Expand Down

0 comments on commit 20bbd61

Please sign in to comment.