Update cereus-artwork from 2022.06.14_1 to 2023.01.30_1
This commit is contained in:
parent
7715e935da
commit
0919fec7c7
1 changed files with 19 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cereus-artwork'
|
# Template file for 'cereus-artwork'
|
||||||
pkgname=cereus-artwork
|
pkgname=cereus-artwork
|
||||||
version=2022.06.14
|
version=2023.01.30
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
_wallpaperdir="usr/share/backgrounds"
|
_wallpaperdir="usr/share/backgrounds"
|
||||||
|
@ -17,7 +17,7 @@ do_fetch() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# Create directories in fake root
|
# Create directories in targetdir
|
||||||
for dir in ${_wallpaperdir} ${_icondir} ${_logodir}
|
for dir in ${_wallpaperdir} ${_icondir} ${_logodir}
|
||||||
do vmkdir ${dir}
|
do vmkdir ${dir}
|
||||||
done
|
done
|
||||||
|
@ -41,16 +41,29 @@ do_install() {
|
||||||
|
|
||||||
|
|
||||||
# Install icons
|
# Install icons
|
||||||
vinstall branding/cereus-logo-512x512.svg 0644 \
|
|
||||||
${_icondir}/scalable/apps cereus-logo.svg
|
for logo in cereus-logo{,-dark,-light}; do
|
||||||
|
vinstall Branding/${logo}-512x512.svg 0644 \
|
||||||
|
${_icondir}/scalable/apps ${logo}.svg
|
||||||
|
done
|
||||||
|
|
||||||
for res in 16 22 32 48 64 128 256 512
|
for res in 16 22 32 48 64 128 256 512
|
||||||
do vinstall branding/cereus-logo-${res}x${res}.png 0644 \
|
do vinstall Branding/cereus-logo-${res}x${res}.png 0644 \
|
||||||
${_icondir}/${res}x${res}/apps/ cereus-logo.png
|
${_icondir}/${res}x${res}/apps/ cereus-logo.png
|
||||||
done
|
done
|
||||||
|
|
||||||
|
for res in 16 22 32 48 64 128 256 512
|
||||||
|
do vinstall Branding/cereus-logo-light-${res}x${res}.png 0644 \
|
||||||
|
${_icondir}/${res}x${res}/apps/ cereus-logo-light.png
|
||||||
|
done
|
||||||
|
|
||||||
|
for res in 16 22 32 48 64 128 256 512
|
||||||
|
do vinstall Branding/cereus-logo-dark-${res}x${res}.png 0644 \
|
||||||
|
${_icondir}/${res}x${res}/apps/ cereus-logo-dark.png
|
||||||
|
done
|
||||||
|
|
||||||
# Install logos
|
# Install logos
|
||||||
vcopy branding/* ${_logodir}
|
vcopy Branding/* ${_logodir}
|
||||||
|
|
||||||
# Install license
|
# Install license
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue