Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : wine | name : wine | ||||
| version : '3.1' | version : 3.2 | ||||
| release : 33 | release : 34 | ||||
| source : | source : | ||||
| - https://dl.winehq.org/wine/source/3.x/wine-3.1.tar.xz : 0f33c021b9fdd35954c812dc09dc243f13796c254b41bb5fc47250f7cca42099 | - https://dl.winehq.org/wine/source/3.x/wine-3.2.tar.xz : 5281066150b981d1c731584ee8f70bae5f38b393d411e29fa910de3ee20221a0 | ||||
| license : LGPL-2.1 | license : LGPL-2.1 | ||||
| component : virt | component : virt | ||||
| summary : Wine compatibility layer for Windows emulation. | summary : Wine compatibility layer for Windows emulation. | ||||
| description: | | description: | | ||||
| 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, Mac OSX, & 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. | 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, Mac OSX, & 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. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(dri2proto) | - pkgconfig(dri2proto) | ||||
| - pkgconfig(xproto) | - pkgconfig(xproto) | ||||
| ▲ Show 20 Lines • Show All 86 Lines • ▼ Show 20 Lines | install : | | ||||
| # Note: systemd-binfmt must be (re)started for this to work | # Note: systemd-binfmt must be (re)started for this to work | ||||
| install -Dm00644 $pkgfiles/wine.binfmt $installdir/%libdir%/binfmt.d/wine.conf | install -Dm00644 $pkgfiles/wine.binfmt $installdir/%libdir%/binfmt.d/wine.conf | ||||
| # Font aliasing settings for Win32 applications | # Font aliasing settings for Win32 applications | ||||
| install -dm00755 $installdir/usr/share/fonts/conf.d | install -dm00755 $installdir/usr/share/fonts/conf.d | ||||
| install -Dm00644 $pkgfiles/30-win32-aliases.conf -t $installdir/usr/share/fontconfig/conf.avail | install -Dm00644 $pkgfiles/30-win32-aliases.conf -t $installdir/usr/share/fontconfig/conf.avail | ||||
| ln -s /usr/share/fontconfig/conf.avail/30-win32-aliases.conf $installdir/usr/share/fonts/conf.d/30-win32-aliases.conf | ln -s /usr/share/fontconfig/conf.avail/30-win32-aliases.conf $installdir/usr/share/fonts/conf.d/30-win32-aliases.conf | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.