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: 226
Popularity: 0.69
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 2 3 4 5 6 7 8 9 .. 31 Next › Last »

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.

dylanmtaylor commented on 2019-04-15 01:55 (UTC)

Any chance you could remove the "Uninstall CrossOver Linux" shortcut since you'd want to do that with the package manager anyways?

fifthecho commented on 2019-03-22 12:15 (UTC)

Diff for 18.5

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

pkgname=crossover -pkgver=18.1.0 +pkgver=18.5.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=('f809723b2780e3af857c0348d6de458c7ca5f7211ce4494913debb66b672f3d3') +sha256sums=('483bc68ff6af4bac0b7e6dcc959e168670a26a102301db311d74b8bc7a51ebeb')

depends=( 'python2' 'desktop-file-utils' 'pygtk' 'python2-dbus'

hogar1977 commented on 2019-03-21 18:24 (UTC)

Crossover 18.5 available now...

roadrunner commented on 2019-01-16 20:07 (UTC)

@mya711: lib32-nss-mdns is already included as an optional dependency for x86_64 and crossover in most cases runs just fine without it. So I see no reason the include it as an required dependency. Please keep in mind right now installing crossover is fairly easy and quick since it does not have a hard dependency on annother AUR package and I intend on keeping it that way.