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.22
First Submitted: 2012-03-14 16:03 (UTC)
Last Updated: 2025-03-12 07:14 (UTC)

Dependencies (77)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 31 Next › Last »

roadrunner commented on 2020-10-14 18:42 (UTC)

Updated crossover to 20.0.0.

dylanmtaylor commented on 2020-10-14 16:08 (UTC)

Thanks mederel for the patch, works for me with cloning via git, applying the diff and running makepkg -si

mederel commented on 2020-10-13 23:21 (UTC)

Here a small contribution with a diff for the release 20.0.0 that just came out.

diff --git a/PKGBUILD b/PKGBUILD
index f6fac97..98b5085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 # Contributor: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu>

 pkgname=crossover
-pkgver=19.0.2
+pkgver=20.0.0
 pkgrel=1
 _pkgdebrel=1
 pkgdesc="Run Windows Programs on Linux"
@@ -17,7 +17,7 @@ install=${pkgname}.install
 replaces=('crossover-games' 'crossover-pro' 'crossover-standard')

 source=("https://media.codeweavers.com/pub/${pkgname}/cxlinux/demo/${pkgname}_${pkgver}-${_pkgdebrel}.deb")
-sha256sums=('469f53c994eda817336c87beba15a5999e145c609f20b9d2da749313ff079a8c')
+sha256sums=('0dca282eab4b42f4dc2dbc7e3707f52b44aa7eca3049424c7d922953982fc576')

 depends=( 
     'python' 'desktop-file-utils'

roadrunner commented on 2020-02-25 20:48 (UTC)

Updated crossover 19.0.1.

fifthecho commented on 2020-02-25 13:31 (UTC) (edited on 2020-02-25 13:31 (UTC) by fifthecho)

Diff for 19.0.1

diff --git a/PKGBUILD b/PKGBUILD
index 6ea1f4f..0ef6e57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
 # Contributor: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu>

 pkgname=crossover
-pkgver=19.0.0
-pkgrel=2
+pkgver=19.0.1
+pkgrel=1
 _pkgdebrel=1
 pkgdesc="Run Windows Programs on Linux"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ install=${pkgname}.install
 replaces=('crossover-games' 'crossover-pro' 'crossover-standard')

 source=("https://media.codeweavers.com/pub/${pkgname}/cxlinux/demo/${pkgname}_${pkgver}-${_pkgdebrel}.deb")
-sha256sums=('a7caa04292a1c941e0c1c143957b5e741d11b7ae5cae8f43ce21f13dd9929506')
+sha256sums=('c08f2d9314007a8eb869918f2d334f87a844a888cab4b7b66a57e458cd4c4dda')

 depends=( 
     'python' 'desktop-file-utils'

roadrunner commented on 2020-01-03 15:44 (UTC)

@vially Thanks for the heads-up on the python dependency. I can confirm crossover runs fine on python3. I have updated the PKGBUILD accordingly.

While I am on it, it is again time to check and rework the rest of the dependencies - which basically means copying the dependencies from wine and checking what crossover needs on top of than.

This time around I would like to drop i686 support as I can no longer test that. So is anybody still using crossover on i686?

vially commented on 2019-12-21 11:48 (UTC)

According to the changelog (https://www.codeweavers.com/products/more-information/changelog) Crossover 19 is now compatible with Python 3.

Is there any reason why this package still depends on Python 2?

roadrunner commented on 2019-12-12 18:23 (UTC) (edited on 2019-12-12 18:23 (UTC) by roadrunner)

Updated crossover to 19.0.0. Additional changes:

  • crossover.install no longer creates an uninstall shortcut. Thanks @dylanmtaylor for suggesting this.

  • removed isdn4k-utils dependency as the package is no longer available.

@elswerky: You are right that the package does not include a .desktop file - which is intentionally. The desktop file is created by a call to cxmenu in post_install section of crossover.install. I do not see any problems with that approach and therefore no reason to change that.

elswerky commented on 2019-06-19 12:24 (UTC)

latest version v 18.5.1 doesn't have a desktop launcher icon

there is not crossover.desktop file inside created tar.xz pkg

plz correct it

roadrunner commented on 2019-04-16 18:45 (UTC)

@dylanmtaylor: good suggestion. I see no reason to keep the "Uninstall CrossOver Linux" shortcut. Will remove that in the next update.