wine-7.18
This commit is contained in:
@@ -38,6 +38,7 @@ def setup():
|
|||||||
--with-dbus \
|
--with-dbus \
|
||||||
--with-opengl \
|
--with-opengl \
|
||||||
--with-alsa \
|
--with-alsa \
|
||||||
|
--prefix=/usr \
|
||||||
--with-x \
|
--with-x \
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -72,9 +73,9 @@ def install():
|
|||||||
shelltools.cd("build-wine")
|
shelltools.cd("build-wine")
|
||||||
|
|
||||||
if get.buildTYPE() == "emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
autotools.install("UPDATE_DESKTOP_DATABASE=/bin/true libdir=%s/usr/lib32 dlldir=%s/usr/lib32/wine" % (get.installDIR(), get.installDIR()))
|
autotools.install("LDCONFIG=/bin/true UPDATE_DESKTOP_DATABASE=/bin/true prefix=%s/usr libdir=%s/usr/lib32 dlldir=%s/usr/lib32/wine" % (get.installDIR(), get.installDIR(), get.installDIR()))
|
||||||
else:
|
else:
|
||||||
autotools.install("UPDATE_DESKTOP_DATABASE=/bin/true libdir=%s/usr/lib dlldir=%s/usr/lib/wine" % (get.installDIR(), get.installDIR()))
|
autotools.install("LDCONFIG=/bin/true UPDATE_DESKTOP_DATABASE=/bin/true prefix=%s/usr libdir=%s/usr/lib dlldir=%s/usr/lib/wine" % (get.installDIR(), get.installDIR(), get.installDIR()))
|
||||||
|
|
||||||
shelltools.cd("..")
|
shelltools.cd("..")
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<Icon>wine</Icon>
|
<Icon>wine</Icon>
|
||||||
<Summary>WINE Is Not An Emulator, which lets you run Microsoft Windows applications</Summary>
|
<Summary>WINE Is Not An Emulator, which lets you run Microsoft Windows applications</Summary>
|
||||||
<Description>Wine allows running Windows 3.*, Windows 95/98 and Windows NT programs on a i386 (or compatible) machine running X11. It is still alpha level code; don't expect everything to work.</Description>
|
<Description>Wine allows running Windows 3.*, Windows 95/98 and Windows NT programs on a i386 (or compatible) machine running X11. It is still alpha level code; don't expect everything to work.</Description>
|
||||||
<Archive sha1sum="290237bdfab3e8130f2a905f60908062ec7eeb28" type="tarxz">https://dl.winehq.org/wine/source/7.x/wine-7.17.tar.xz</Archive>
|
<Archive sha1sum="469a09017a67539773228cb369543e4dd240a30d" type="tarxz">https://dl.winehq.org/wine/source/7.x/wine-7.18.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>mit-kerberos</Dependency>
|
<Dependency>mit-kerberos</Dependency>
|
||||||
<Dependency>lcms2-devel</Dependency>
|
<Dependency>lcms2-devel</Dependency>
|
||||||
@@ -221,7 +221,6 @@
|
|||||||
<Dependency>glib2-32bit</Dependency>
|
<Dependency>glib2-32bit</Dependency>
|
||||||
<Dependency>vkd3d-32bit</Dependency>
|
<Dependency>vkd3d-32bit</Dependency>
|
||||||
<Dependency>lcms2-32bit</Dependency>
|
<Dependency>lcms2-32bit</Dependency>
|
||||||
<Dependency>libusb-32bit</Dependency>
|
|
||||||
<Dependency>libSM-32bit</Dependency>
|
<Dependency>libSM-32bit</Dependency>
|
||||||
<Dependency>p11-kit-32bit</Dependency>
|
<Dependency>p11-kit-32bit</Dependency>
|
||||||
<Dependency>giflib-32bit</Dependency>
|
<Dependency>giflib-32bit</Dependency>
|
||||||
@@ -296,6 +295,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="22">
|
||||||
|
<Date>2022-09-25</Date>
|
||||||
|
<Version>7.18</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="21">
|
<Update release="21">
|
||||||
<Date>2022-09-23</Date>
|
<Date>2022-09-23</Date>
|
||||||
<Version>7.17</Version>
|
<Version>7.17</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user