diff --git a/modules/00-vanilla-desktop-base.yml b/modules/00-vanilla-desktop-base.yml index 74e36bf..e2f0fcf 100644 --- a/modules/00-vanilla-desktop-base.yml +++ b/modules/00-vanilla-desktop-base.yml @@ -1,6 +1,19 @@ -name: base-files +name: desktop-base type: dpkg-buildpackage source: type: git url: https://github.com/Vanilla-OS/desktop-base.git branch: main + commit: latest + paths: + - desktop-base +modules: +- name: desktop-base-deps-install + type: apt + source: + packages: + - dpkg-dev + - build-essential + - inkscape + - librsvg2-bin + - optipng