icons
@ -1,6 +1,6 @@
|
||||
name='vesktop'
|
||||
version='1.5.2'
|
||||
release='1'
|
||||
release='2'
|
||||
desc='Vesktop gives you the performance of web Discord and the comfort of Discord Desktop'
|
||||
homepage='https://github.com/Vencord/Vesktop'
|
||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||
@ -42,6 +42,8 @@ package() {
|
||||
install -Dm755 "${scriptdir}/vesktop.sh" "$pkgdir/usr/bin/vesktop"
|
||||
|
||||
install -Dm 644 "${scriptdir}/vesktop.desktop" "${pkgdir}/usr/share/applications/vesktop.desktop"
|
||||
install -Dm 644 "Vesktop-${version}/static/icon.png" "${pkgdir}/usr/share/pixmaps/${name}.png"
|
||||
for _icons in 16x16 32x32 48x48 64x64 128x128 256x256 512x512 1024x1024;do
|
||||
install -Dm644 "${scriptdir}/hicolor/${_icons}/apps/vesktop.png" \
|
||||
-t "${pkgdir}/usr/share/icons/hicolor/${_icons}/apps"
|
||||
install -Dm 644 "Vesktop-${version}/LICENSE" "${pkgdir}/usr/share/licenses/${name}/LICENSE"
|
||||
}
|
||||
|
BIN
vesktop/hicolor/1024x1024/apps/vesktop.png
Normal file
After Width: | Height: | Size: 102 KiB |
BIN
vesktop/hicolor/128x128/apps/vesktop.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
vesktop/hicolor/16x16/apps/vesktop.png
Normal file
After Width: | Height: | Size: 954 B |
BIN
vesktop/hicolor/256x256/apps/vesktop.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
vesktop/hicolor/32x32/apps/vesktop.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
vesktop/hicolor/48x48/apps/vesktop.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
vesktop/hicolor/512x512/apps/vesktop.png
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
vesktop/hicolor/64x64/apps/vesktop.png
Normal file
After Width: | Height: | Size: 7.4 KiB |