mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
add winclada
This commit is contained in:
parent
1a1df7b3c0
commit
ec33d4049c
4 changed files with 49 additions and 0 deletions
26
winclada/PKGBUILD
Normal file
26
winclada/PKGBUILD
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Maintainer: Malacology <guoyizhang at malacology dot com>
|
||||||
|
# Contributor: Malacology <guoyizhang at malacology dot com>
|
||||||
|
|
||||||
|
pkgname=winclada
|
||||||
|
pkgver=1.6.1
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="Winclada‐ASADO"
|
||||||
|
arch=('x86_64')
|
||||||
|
url="http://www.diversityoflife.org/winclada/"
|
||||||
|
license=('custom')
|
||||||
|
depends=(
|
||||||
|
'wine'
|
||||||
|
'wine_gecko'
|
||||||
|
'wine-mono'
|
||||||
|
'nona'
|
||||||
|
)
|
||||||
|
source=("http://www.diversityoflife.org/winclada/Winclad.exe" "winclada.desktop" "winclada.png")
|
||||||
|
sha256sums=('4c6647c3ca56a57a74ab508feb71755f0ffdf7204b148e326397953ac8d32a6b'
|
||||||
|
'09b52775bc0ee2693e586f2603b44977278269fd671be5fac7db1621f4c88a8b'
|
||||||
|
'3308a84fdc339350dde47a03ad502ca6d8a6d573bb3e5695c0c964ba72761279')
|
||||||
|
|
||||||
|
package() {
|
||||||
|
install -Dm755 ${srcdir}/Winclad.exe ${pkgdir}/usr/share/winclada/Winclada.exe
|
||||||
|
install -Dm755 ${srcdir}/winclada.png ${pkgdir}/usr/share/winclada/winclada.png
|
||||||
|
install -Dm755 ${srcdir}/winclada.desktop ${pkgdir}/usr/share/applications/winclada.desktop
|
||||||
|
}
|
4
winclada/lilac.yaml
Normal file
4
winclada/lilac.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
build_prefix: multilib
|
||||||
|
maintainers:
|
||||||
|
- github: starsareintherose
|
||||||
|
email: starsareintherose@outlook.com
|
19
winclada/winclada.desktop
Normal file
19
winclada/winclada.desktop
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Categories=
|
||||||
|
Encoding=UTF-8
|
||||||
|
Exec=wine /usr/share/winclada/Winclada.exe
|
||||||
|
GenericName=
|
||||||
|
GenericName[zh]=
|
||||||
|
Icon=/usr/share/winclada/winclada.png
|
||||||
|
MimeType=
|
||||||
|
Name=WinClada
|
||||||
|
Name[zh]=WinClada
|
||||||
|
ServiceTypes=
|
||||||
|
SwallowExec=
|
||||||
|
SwallowTitle=
|
||||||
|
Terminal=false
|
||||||
|
TerminalOptions=
|
||||||
|
Type=Application
|
||||||
|
X-KDE-SubstituteUID=false
|
||||||
|
X-KDE-Username=root
|
||||||
|
|
BIN
winclada/winclada.png
Executable file
BIN
winclada/winclada.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 574 B |
Loading…
Add table
Reference in a new issue