Skip to content

Commit

Permalink
serpent-artwork: Plymouth compat symlink
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Nov 24, 2024
1 parent f1b9318 commit 900f92f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Binary file modified s/serpent-artwork/manifest.x86_64.bin
Binary file not shown.
5 changes: 3 additions & 2 deletions s/serpent-artwork/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
"/usr/share/gnome-background-properties/austin.xml",
"/usr/share/gnome-background-properties/mike.xml",
"/usr/share/icons/serpent-logo-dark.png",
"/usr/share/icons/serpent-logo.png"
"/usr/share/icons/serpent-logo.png",
"/usr/share/pixmaps/system-logo-white.png"
],
"name": "serpent-artwork"
}
},
"source-name": "serpent-artwork",
"source-release": "3",
"source-release": "4",
"source-version": "0"
}
6 changes: 5 additions & 1 deletion s/serpent-artwork/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
name : serpent-artwork
version : "0"
release : 3
release : 4
summary : Serpent OS Artwork
license : Distributable
homepage : https://github.com/serpent-os/artwork
Expand All @@ -21,3 +21,7 @@ install : |
DESTDIR=%(installroot) just install
%install_file %(pkgdir)/logo/black_notext_4x.png %(installroot)%(datadir)/icons/serpent-logo.png
%install_file %(pkgdir)/logo/white_notext_4x.png %(installroot)%(datadir)/icons/serpent-logo-dark.png
%install_dir %(installroot)%(datadir)/pixmaps
ln -s /usr/share/icons/serpent-logo-dark.png %(installroot)/usr/share/pixmaps/system-logo-white.png

0 comments on commit 900f92f

Please sign in to comment.