Package Details: crossover 24.0.4-1

Git Clone URL: https://aur.archlinux.org/crossover.git (read-only, click to copy)
Package Base: crossover
Description: Run Windows Programs on Linux
Upstream URL: https://www.codeweavers.com/crossover
Licenses: custom:CrossOver Linux License Grant
Submitter: ying
Maintainer: roadrunner
Last Packager: roadrunner
Votes: 225
Popularity: 0.085689
First Submitted: 2012-03-14 16:03 (UTC)
Last Updated: 2024-07-12 14:52 (UTC)

Dependencies (81)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 31 Next › Last »

VoltaicLoki commented on 2013-12-05 05:45 (UTC)

Updated the quick and dirty patch to support 13.0.1 # Contributor: Cian Mc Govern <cian@cianmcgovern.com> # Contributor: Roland Singer <roland@manjaro.org> # Contributor: TheBenj <thebenj88 *AT* gmail *DOT* com> # Maintainer: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu> pkgname=crossover pkgver=13.0.1 pkgrel=1 _pkgdebrel=1 pkgdesc="Run Windows Programs on Linux" arch=('i686' 'x86_64') url="http://www.codeweavers.com" license=('custom') changelog=CHANGELOG makedepends=('tar') install=${pkgname}.install replaces=('crossover-games' 'crossover-pro' 'crossover-standard') depends=('python' 'alsa-lib' 'libsm' 'libxext' 'libxrandr' 'libice' 'pygtk' 'desktop-file-utils' 'fontconfig' 'libxcursor' 'libxdamage' 'libxxf86dga' 'mesa' 'libpng12' 'libjpeg' 'libcups' 'python2-dbus') optdepends=('libxcursor: coloured mouse pointer support' 'libxi: enables joystick and tablet support' 'libxinerama: enables spanning multiple screens' 'openssl: support for secure Internet communication' 'libxxf86vm: perform gamma adjustments' 'unzip: required to install Guild Wars, automatic installer extraction' ) source=("http://media.codeweavers.com/pub/${pkgname}/cxlinux/demo/${pkgname}_${pkgver}-1_i386.deb" "cxoffice.conf") sha256sums=('8b34785ffdad2f353a7a0b094862b4c77df99f41fd6b9746c8ceb506a735f369' '8b3b1d0d996ed904ea5c161b446b2ea5ee2195a8cf79e9f7732e57aa99a83a01') if [ $CARCH = "x86_64" ]; then depends=('python' 'fontconfig' 'desktop-file-utils' 'alsa-lib' 'lib32-alsa-lib' 'lib32-fontconfig' 'lib32-libxcursor' 'libxxf86dga' 'libxrandr' 'libxdamage' 'lib32-libxdamage' 'mesa' 'lib32-mesa' 'lib32-glibc' 'libxcursor' 'lib32-libsm' 'lib32-libxext' 'lib32-zlib' 'lib32-gcc-libs' 'lib32-libxrandr' 'lib32-libice' 'lib32-util-linux-ng' 'lib32-e2fsprogs' 'pygtk' 'lib32-lcms' 'lib32-libpng12' 'lib32-libjpeg' 'lib32-libcups' 'python2-dbus' ) optdepends=('lib32-nvidia-utils: enables 3D under nvidia cards' 'lib32-catalyst-utils: enables 3D under ati cards' 'lib32-libxcursor: coloured mouse pointer support' 'lib32-libxinerama: enables spanning multiple screens' 'lib32-openssl: support for secure Internet communication' 'lib32-libxxf86vm: perform gamma adjustments' 'lib32-libxi: enables joystick and tablet support' 'unzip: required to install Guild Wars, automatic installer extraction' ) source[0]="http://media.codeweavers.com/pub/${pkgname}/cxlinux/demo/${pkgname}_${pkgver}-1.deb" sha256sums[0]="SKIP" fi package() { cd "${srcdir}" if [ $CARCH = 'i686' ] ; then ar -p crossover_${pkgver}-${_pkgdebrel}-1.deb data.tar.gz | tar zxf - -C "${pkgdir}" || return 1 rm -fr ${pkgdir}/opt/cxoffice/lib/nsplugin-linux64.so else ar -p crossover_${pkgver}-${_pkgdebrel}.deb data.tar.gz | tar zxf - -C "${pkgdir}" || return 1 fi rm "${pkgdir}/opt/cxoffice/doc" # remove symbolic link mkdir "${pkgdir}/opt/cxoffice/doc" # create real directory if [ $CARCH = 'i686' ] ; then mv "${pkgdir}/usr/share/doc/crossover/"* "${pkgdir}/opt/cxoffice/doc" else mv "${pkgdir}/usr/share/doc/crossover/"* "${pkgdir}/opt/cxoffice/doc" fi gzip -d "${pkgdir}/opt/cxoffice/doc/license.txt.gz" rm "${pkgdir}/usr" -r #install -m 644 -D "${pkgdir}/opt/cxoffice/doc/license.txt" "${pkgdir}/usr/share/licenses/crossover/license" sed s/\;\;"\"MenuRoot\" = \"\""/"MenuRoot = Windows Games/" -i "${pkgdir}/opt/cxoffice/share/crossover/bottle_data/cxbottle.conf" sed s/\;\;"\"MenuStrip\" = \"\""/"MenuStrip = 1/" -i "${pkgdir}/opt/cxoffice/share/crossover/bottle_data/cxbottle.conf" mkdir -p "${pkgdir}/usr/bin" ln -s /opt/cxoffice/bin/wine "${pkgdir}/usr/bin/crossover" # Fix Auto update error install -m 644 -D "${srcdir}/cxoffice.conf" "${pkgdir}/opt/cxoffice/etc/cxoffice.conf" # Changelog for pacman -Qc zcat "${pkgdir}/opt/cxoffice/doc/changelog.gz" > "${startdir}/CHANGELOG" # place license in correct directory install -D -m644 "${pkgdir}/opt/cxoffice/doc/license.txt" "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE }

Teyro commented on 2013-11-12 17:11 (UTC)

Quick and Dirty Patch for CX13 # Contributor: Cian Mc Govern <cian@cianmcgovern.com> # Contributor: Roland Singer <roland@manjaro.org> # Contributor: TheBenj <thebenj88 *AT* gmail *DOT* com> # Maintainer: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu> pkgname=crossover pkgver=13.0.0 pkgrel=1 _pkgdebrel=1 pkgdesc="Run Windows Programs on Linux" arch=('i686' 'x86_64') url="http://www.codeweavers.com" license=('custom') changelog=CHANGELOG makedepends=('tar') install=${pkgname}.install replaces=('crossover-games' 'crossover-pro' 'crossover-standard') depends=('python' 'alsa-lib' 'libsm' 'libxext' 'libxrandr' 'libice' 'pygtk' 'desktop-file-utils' 'fontconfig' 'libxcursor' 'libxdamage' 'libxxf86dga' 'mesa' 'libpng12' 'libjpeg' 'libcups' 'python2-dbus') optdepends=('libxcursor: coloured mouse pointer support' 'libxi: enables joystick and tablet support' 'libxinerama: enables spanning multiple screens' 'openssl: support for secure Internet communication' 'libxxf86vm: perform gamma adjustments' 'unzip: required to install Guild Wars, automatic installer extraction' ) source=("http://media.codeweavers.com/pub/${pkgname}/cxlinux/demo/${pkgname}_${pkgver}-1_i386.deb" "cxoffice.conf") sha256sums=('0b929aa46bcd92abbcdc31f9450cd48448b96d09e7e323a264dea183f9f75aa9' '8b3b1d0d996ed904ea5c161b446b2ea5ee2195a8cf79e9f7732e57aa99a83a01') if [ $CARCH = "x86_64" ]; then depends=('python' 'fontconfig' 'desktop-file-utils' 'alsa-lib' 'lib32-alsa-lib' 'lib32-fontconfig' 'lib32-libxcursor' 'libxxf86dga' 'libxrandr' 'libxdamage' 'lib32-libxdamage' 'mesa' 'lib32-mesa' 'lib32-glibc' 'libxcursor' 'lib32-libsm' 'lib32-libxext' 'lib32-zlib' 'lib32-gcc-libs' 'lib32-libxrandr' 'lib32-libice' 'lib32-util-linux-ng' 'lib32-e2fsprogs' 'pygtk' 'lib32-lcms' 'lib32-libpng12' 'lib32-libjpeg' 'lib32-libcups' 'python2-dbus' ) optdepends=('lib32-nvidia-utils: enables 3D under nvidia cards' 'lib32-catalyst-utils: enables 3D under ati cards' 'lib32-libxcursor: coloured mouse pointer support' 'lib32-libxinerama: enables spanning multiple screens' 'lib32-openssl: support for secure Internet communication' 'lib32-libxxf86vm: perform gamma adjustments' 'lib32-libxi: enables joystick and tablet support' 'unzip: required to install Guild Wars, automatic installer extraction' ) source[0]="http://media.codeweavers.com/pub/${pkgname}/cxlinux/demo/${pkgname}_${pkgver}-1.deb" sha256sums[0]="SKIP" fi package() { cd "${srcdir}" if [ $CARCH = 'i686' ] ; then ar -p crossover_${pkgver}-${_pkgdebrel}-1.deb data.tar.gz | tar zxf - -C "${pkgdir}" || return 1 rm -fr ${pkgdir}/opt/cxoffice/lib/nsplugin-linux64.so else ar -p crossover_${pkgver}-${_pkgdebrel}.deb data.tar.gz | tar zxf - -C "${pkgdir}" || return 1 fi rm "${pkgdir}/opt/cxoffice/doc" # remove symbolic link mkdir "${pkgdir}/opt/cxoffice/doc" # create real directory if [ $CARCH = 'i686' ] ; then mv "${pkgdir}/usr/share/doc/crossover/"* "${pkgdir}/opt/cxoffice/doc" else mv "${pkgdir}/usr/share/doc/crossover/"* "${pkgdir}/opt/cxoffice/doc" fi gzip -d "${pkgdir}/opt/cxoffice/doc/license.txt.gz" rm "${pkgdir}/usr" -r #install -m 644 -D "${pkgdir}/opt/cxoffice/doc/license.txt" "${pkgdir}/usr/share/licenses/crossover/license" sed s/\;\;"\"MenuRoot\" = \"\""/"MenuRoot = Windows Games/" -i "${pkgdir}/opt/cxoffice/share/crossover/bottle_data/cxbottle.conf" sed s/\;\;"\"MenuStrip\" = \"\""/"MenuStrip = 1/" -i "${pkgdir}/opt/cxoffice/share/crossover/bottle_data/cxbottle.conf" mkdir -p "${pkgdir}/usr/bin" ln -s /opt/cxoffice/bin/wine "${pkgdir}/usr/bin/crossover" # Fix Auto update error install -m 644 -D "${srcdir}/cxoffice.conf" "${pkgdir}/opt/cxoffice/etc/cxoffice.conf" # Changelog for pacman -Qc zcat "${pkgdir}/opt/cxoffice/doc/changelog.gz" > "${startdir}/CHANGELOG" # place license in correct directory install -D -m644 "${pkgdir}/opt/cxoffice/doc/license.txt" "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE }

ZeroBit commented on 2013-10-20 12:45 (UTC)

Version 12.5.1 has been released.

acgtyrant commented on 2013-08-21 07:43 (UTC)

Update it quickly please, because the latest version is very important for Chinese user!

<deleted-account> commented on 2013-08-17 01:35 (UTC)

Version 12.5 has been released.

ejstacey commented on 2013-05-30 09:56 (UTC)

After installing, running Crossover from the menu, and choosing "Install Software...", it warns that lib32 libpng libraries don't exist. I fixed this by installing lib32-libpng12, so I think you may want to add it to the x64 depends. Apparently it affects their processing of icons.

TamCore commented on 2013-05-17 06:21 (UTC)

Fixed

panda-z commented on 2013-05-17 02:38 (UTC)

There is an error... install: cannot stat ‘/opt/cxoffice/doc/license.txt’: No such file or directory

TamCore commented on 2013-05-16 15:37 (UTC)

Updated. Thanks!