filesystem: add mingw32.ico and mingw64.ico

Fixes #2081
This commit is contained in:
Christoph Reiter
2020-08-06 00:00:09 +02:00
parent 81e6f36ac9
commit 8a7ada7fbf
3 changed files with 7 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
PKGEXT='.pkg.tar.xz'
pkgname=filesystem
pkgver=2020.02
pkgrel=5
pkgrel=6
pkgdesc='Base filesystem'
arch=('i686' 'x86_64')
license=('BSD')
@@ -26,6 +26,8 @@ source=('bash.bash_logout'
'dot.inputrc'
'dot.profile'
'fstab'
'mingw32.ico'
'mingw64.ico'
'msys2.ico'
'msys2_shell.cmd'
'msystem'
@@ -59,6 +61,8 @@ sha256sums=('742a7d66b7a5ebd2b8461728c5b44a46b2305fd2116208eecae5f45828938ea0'
'2972d2f333a3b090aaaff4a546b16edf121cbb3e159f32a9ebdb3d125243a7d6'
'5a51474700064f5c4527e4423a866ac957332f7e932675ab5fa6a419b47b1834'
'387ca1e86c1a18a143eb077ca194ad44c0a2faf98795a0d437f2d210d5a6df18'
'40a10a03382b93f196464b11ec179f903b9af6d281a9327472b4fb9693b0ca8f'
'be368cc325f33db9035dc4839bb967bebe9b896bdd7582749124245ccbc38c9f'
'7d6994d7caf52a459b562cfb0da1d758a4b7bca478d1df00de3a96686e59008e'
'db6738b88e6cf8092522fd794779059b3082ed1f4f72259d92df9df50b9c9cd4'
'65f59306dfe6437ea2694d50ed4e2fe95937148549157809ad3daac5d7e11ddf'
@@ -120,6 +124,8 @@ package() {
install -m644 ${srcdir}/profile.tzset.sh etc/profile.d/tzset.sh
install -m644 ${srcdir}/profile.lang.sh etc/profile.d/lang.sh
install -m644 ${srcdir}/mingw32.ico mingw32.ico
install -m644 ${srcdir}/mingw64.ico mingw64.ico
install -m644 ${srcdir}/msys2.ico msys2.ico
install -m755 ${srcdir}/msys2_shell.cmd msys2_shell.cmd

BIN
filesystem/mingw32.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
filesystem/mingw64.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB