From 1499c1c79365ea6e83f7bb1c66c26994f780bfb5 Mon Sep 17 00:00:00 2001 From: Mateus Melchiades Date: Tue, 9 Jan 2024 11:01:40 -0300 Subject: [PATCH] Build plymouth-theme-vanilla in image --- modules/130-plymouth.yml | 5 +---- modules/131-plymouth-theme-vanilla.yml | 12 ++++++++++++ recipe.yml | 1 + 3 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 modules/131-plymouth-theme-vanilla.yml diff --git a/modules/130-plymouth.yml b/modules/130-plymouth.yml index aa6aabb..56a2026 100644 --- a/modules/130-plymouth.yml +++ b/modules/130-plymouth.yml @@ -2,8 +2,5 @@ name: plymouth type: apt source: packages: + - plymouth - plymouth-themes - - plymouth-theme-vanilla - - plymouth-theme-vanilla-bgrt - - plymouth-theme-vanilla-logo - - plymouth-theme-vanilla-text diff --git a/modules/131-plymouth-theme-vanilla.yml b/modules/131-plymouth-theme-vanilla.yml new file mode 100644 index 0000000..c5816c9 --- /dev/null +++ b/modules/131-plymouth-theme-vanilla.yml @@ -0,0 +1,12 @@ +name: plymouth-theme-vanilla +type: dpkg-buildpackage +source: + type: git + url: https://github.com/Vanilla-OS/plymouth-theme-vanilla + branch: main + commit: latest + paths: + - plymouth-theme-vanilla + - plymouth-theme-vanilla-bgrt + - plymouth-theme-vanilla-logo + - plymouth-theme-vanilla-text diff --git a/recipe.yml b/recipe.yml index b0ee963..b1b137f 100644 --- a/recipe.yml +++ b/recipe.yml @@ -56,6 +56,7 @@ modules: - modules/110-fonts - modules/120-network - modules/130-plymouth + - modules/131-plymouth-theme-vanilla - modules/140-password - modules/160-utilities - modules/170-gnome-software-vso-plugin