Package Details: crossover 25.0.0-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: 226
Popularity: 0.144985
First Submitted: 2012-03-14 16:03 (UTC)
Last Updated: 2025-03-12 07:14 (UTC)

Latest Comments

« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 27 28 .. 31 Next › Last »

ZeroBit commented on 2012-03-06 20:36 (UTC)

The new CrossOver XI Linux is released! ying, thanks you for your work. Account on your help also now.

<deleted-account> commented on 2012-03-06 19:58 (UTC)

Is there a way to use PKGBUILD/AUR to install Crossover as a user. I have some problems when it is installed as root and the support told me that it is better to install it as a user.

<deleted-account> commented on 2012-02-19 12:27 (UTC)

It works well without lib32-libxxf86dga

ying commented on 2011-12-11 10:53 (UTC)

K done! Instead of using deb2targz the programs ar and tar are used.

zcchen commented on 2011-12-10 15:23 (UTC)

I cannot find the "deb2targz" in AUR, so I have make it a little change to work. + makedepends=('pkgextract') - makedepends=('deb2targz') @@ buitld{ - cd $srcdir - deb2targz crossover-games-demo_${pkgver}-1_i386.deb || return 1 - tar xf crossover-games-demo_${pkgver}-1_i386.tar.gz -C $pkgdir || return 1 + cd $pkgdir + ln -s $srcdir/crossover-games-demo_${pkgver}-1_i386.deb crossover-games-demo_${pkgver}-1_i386.deb + pkgextract.sh crossover-games-demo_${pkgver}-1_i386.deb || return 1 + rm crossover-games-demo_${pkgver}-1_i386.deb #remove link Sorry, I don't know how to write patch or the $pkgdir pointing to. I hope it will help others

ying commented on 2011-12-01 14:48 (UTC)

10.1.0 -> 10.2.0

ying commented on 2011-12-01 14:48 (UTC)

10.1.0 -> 10.2.0

ying commented on 2011-11-12 09:38 (UTC)

Done!