void-artwork: add logo with transparent background and white outline.

This commit is contained in:
Enno Boland 2017-05-17 22:46:16 +02:00
parent 0b92184eb6
commit 66a7f7446c
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -1,6 +1,6 @@
# Template file for 'void-artwork'
pkgname=void-artwork
version=20141219
version=20170517
revision=1
noarch=yes
short_desc="Void Linux artwork"
@ -12,4 +12,5 @@ do_install() {
vinstall ${FILESDIR}/splash.png 644 usr/share/void-artwork
vinstall ${FILESDIR}/splashwhite.png 644 usr/share/void-artwork
vinstall ${FILESDIR}/void-logo.png 644 usr/share/void-artwork
vinstall ${FILESDIR}/void-transparent.png 644 usr/share/void-artwork
}