parent
c263bcc9a0
commit
5af45519ca
@ -1,3 +1,3 @@
|
|||||||
/wine-4.18.tar.xz
|
/wine-4.19.tar.xz
|
||||||
/wine-4.18.tar.xz.sign
|
/wine-4.19.tar.xz.sign
|
||||||
/wine-staging-4.18.tar.gz
|
/wine-staging-4.19.tar.gz
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
SHA512 (wine-4.18.tar.xz) = 794802289fa021092a86c939a3618563ad1523689cdafb6fd58aed06c6a5c867fc5ef0d3dbb2435a65c3eb0d3b982b37e983257a7a7d20c3b6d71df9bf5bf1f1
|
SHA512 (wine-4.19.tar.xz) = a86bd7ccfb1878445ea946e4ca72769c10b4d966bcc893536a8c3eaa29484ba687dc3a44755ec92a2ad6073e736985b814c0c682bf4f90b5ffe2bca0ebbf4b25
|
||||||
SHA512 (wine-4.18.tar.xz.sign) = 160a284c09ef6f2bc89759c83625c0806c46fd37bea0b78b6dd966720d5c886480e57eb1407729854339f892fe0d2f980472f2545f17c53a646b0751202616d6
|
SHA512 (wine-4.19.tar.xz.sign) = 831ba26b3052787bbe12d9e66196064a9d6f66d3be72fe295f90822b4a44a2b4f73b815d1c6487baa546dd187b93c081f8a0440b065dcdd08c9be4704295634f
|
||||||
SHA512 (wine-staging-4.18.tar.gz) = e5ddb7ac09322b5f2c8e8facff9639699a6a3e72a96f4028e88e23e81f73c766bde1479e54a9a80bd7f33c7747a8220e2699f4dcfe55117b9832ff4cdba60a04
|
SHA512 (wine-staging-4.19.tar.gz) = a47ae16dd39797b54011f942fe7e722897af7ddc0bed2bf2e39c46aecf60a02769f7287609c63b4c0c3f1c8e40172e0cdf3bdb53562a07d7a2b7ac53e570dbdc
|
||||||
|
@ -0,0 +1,25 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="desktop">
|
||||||
|
<id>wine.desktop</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<project_license>LGPLv2+</project_license>
|
||||||
|
<name>Wine</name>
|
||||||
|
<summary>A compatibility layer for Windows applications</summary>
|
||||||
|
<description>
|
||||||
|
<p>
|
||||||
|
Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility
|
||||||
|
layer capable of running Windows applications on several POSIX-compliant operating
|
||||||
|
systems, such as Linux, macOS, & BSD. Instead of simulating internal Windows
|
||||||
|
logic like a virtual machine or emulator, Wine translates Windows API calls into
|
||||||
|
POSIX calls on-the-fly, eliminating the performance and memory penalties of other
|
||||||
|
methods and allowing you to cleanly integrate Windows applications into your desktop.
|
||||||
|
</p>
|
||||||
|
</description>
|
||||||
|
<url type="homepage">https://www.winehq.org/</url>
|
||||||
|
<url type="bugtracker">https://bugs.winehq.org/</url>
|
||||||
|
<url type="faq">https://wiki.winehq.org/FAQ</url>
|
||||||
|
<url type="help">https://wiki.winehq.org/</url>
|
||||||
|
<url type="donation">https://www.winehq.org/donate</url>
|
||||||
|
<url type="translate">https://wiki.winehq.org/Translating</url>
|
||||||
|
</component>
|
||||||
|
|
Loading…
Reference in new issue