commit
11ab95e22a
3 changed files with 10 additions and 11 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'wine-gecko'
|
# Template file for 'wine-gecko'
|
||||||
pkgname=wine-gecko
|
pkgname=wine-gecko
|
||||||
version="1.7"
|
version="2.24"
|
||||||
revision=1
|
revision=1
|
||||||
if [ "$XBPS_MACHINE" = "i686" ]; then
|
if [ "$XBPS_MACHINE" = "i686" ]; then
|
||||||
gecko_arch="x86"
|
gecko_arch="x86"
|
||||||
checksum=2ed524e79cc88137b28430389af19cb032989311921462a29f72d6f121954913
|
checksum=6e38acae87ea66e2c1e8f2f0afe88f89eed3e6e0b431cd3da38dea814b71202c
|
||||||
else
|
else
|
||||||
gecko_arch="$XBPS_MACHINE"
|
gecko_arch="$XBPS_MACHINE"
|
||||||
checksum=19d0364a43621738fa3fd1713ef9590ad0cc61ea4c8858ad3f8703a81b13c927
|
checksum=19d0364a43621738fa3fd1713ef9590ad0cc61ea4c8858ad3f8703a81b13c927
|
||||||
fi
|
fi
|
||||||
distfiles="${SOURCEFORGE_SITE}/wine/${pkgname2}-${version}-${gecko_arch}.msi"
|
distfiles="${SOURCEFORGE_SITE}/wine/wine_gecko-${version}-${gecko_arch}.msi"
|
||||||
homepage="http://wiki.winehq.org/Gecko"
|
homepage="http://wiki.winehq.org/Gecko"
|
||||||
license="MPL-2"
|
license="MPL-2"
|
||||||
short_desc="Mozilla Gecko Layout Engine for WINE to replace Internet Explorer."
|
short_desc="Mozilla Gecko Layout Engine for WINE to replace Internet Explorer."
|
||||||
|
@ -37,7 +37,7 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
wine-gecko_package() {
|
wine-gecko_package() {
|
||||||
depends="wine-unstable"
|
depends="wine"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'wine-mono'
|
# Template file for 'wine-mono'
|
||||||
pkgname=wine-mono
|
pkgname=wine-mono
|
||||||
version="0.0.4"
|
version="4.5.0"
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="wine-unstable"
|
|
||||||
homepage="http://wiki.winehq.org/Mono"
|
homepage="http://wiki.winehq.org/Mono"
|
||||||
license="MIT,GPL-3,LGPL-2"
|
license="MIT,GPL-3,LGPL-2"
|
||||||
short_desc="Mono built for running .NET applications with WINE."
|
short_desc="Mono built for running .NET applications with WINE."
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
distfiles="${SOURCEFORGE_SITE}/wine/Wine%20Mono/${version}/${pkgname}-${version}.msi"
|
distfiles="${SOURCEFORGE_SITE}/wine/Wine%20Mono/${version}/${pkgname}-${version}.msi"
|
||||||
checksum=15d8a612cdeca4eff3137353f29fdeb7a99e055cd633844c91cd00e0186b8882
|
checksum=389a2b60563a82e7bf93883dbf4eed933ae846dbad43e853c820878e3d1bedc9
|
||||||
long_desc="
|
long_desc="
|
||||||
Mono is an open-source and cross-platform implementation of the .NET Framework.
|
Mono is an open-source and cross-platform implementation of the .NET Framework.
|
||||||
WINE can use a Windows build of Mono to run .NET applications."
|
WINE can use a Windows build of Mono to run .NET applications."
|
||||||
|
@ -31,7 +30,7 @@ do_install() {
|
||||||
|
|
||||||
wine-mono_package() {
|
wine-mono_package() {
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
depends="wine-unstable"
|
depends="wine"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=1.6
|
version=1.7.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Run Microsoft Windows applications"
|
short_desc="Run Microsoft Windows applications"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://www.winehq.org/"
|
homepage="http://www.winehq.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=e1f130efbdcbfa211ca56ee03357ccd17a31443889b4feebdcb88248520b42ae
|
checksum=355c2980c457f7d714132fcf7008fcb9ad185295bdd9f0681e9123d839952823
|
||||||
long_desc="
|
long_desc="
|
||||||
Wine lets you run Windows software on other operating systems. With Wine,
|
Wine lets you run Windows software on other operating systems. With Wine,
|
||||||
you can install and run these applications just like you would in Windows."
|
you can install and run these applications just like you would in Windows."
|
||||||
|
@ -17,7 +17,7 @@ only_for_archs=i686
|
||||||
|
|
||||||
# XXX OpenCL support
|
# XXX OpenCL support
|
||||||
hostmakedepends="pkg-config flex prelink"
|
hostmakedepends="pkg-config flex prelink"
|
||||||
makedepends="gettext-devel lcms-devel zlib-devel ncurses-devel
|
makedepends="gettext-devel lcms2-devel zlib-devel ncurses-devel
|
||||||
glu-devel libSM-devel libXext-devel libX11-devel libXpm-devel
|
glu-devel libSM-devel libXext-devel libX11-devel libXpm-devel
|
||||||
libXinerama-devel libXcomposite-devel libXmu-devel libXxf86vm-devel
|
libXinerama-devel libXcomposite-devel libXmu-devel libXxf86vm-devel
|
||||||
libXcursor-devel libXrandr-devel libXdamage-devel libXi-devel
|
libXcursor-devel libXrandr-devel libXdamage-devel libXi-devel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue