Package Details: paradox-launcher 1:2023.14-1

Git Clone URL: https://aur.archlinux.org/paradox-launcher.git (read-only, click to copy)
Package Base: paradox-launcher
Description: Paradox Interactive Game Launcher v2
Upstream URL: https://play.paradoxplaza.com/
Licenses: custom
Submitter: dcelasun
Maintainer: dcelasun
Last Packager: dcelasun
Votes: 3
Popularity: 0.000000
First Submitted: 2018-06-28 08:01 (UTC)
Last Updated: 2023-10-31 09:03 (UTC)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

dcelasun commented on 2023-05-06 07:32 (UTC)

@zjuyk updated, thanks!

zjuyk commented on 2023-05-06 07:18 (UTC) (edited on 2023-05-06 07:25 (UTC) by zjuyk)

Hi dcelasun,

You should use direct download link as upstream source instead. What's more, we should follow debian deb's dependency settings. Please check below PKGBUILD.


# Maintainer: Can Celasun <can[at]dcc[dot]im>

pkgname=paradox-launcher
pkgver=2023.6
pkgrel=1
epoch=1
pkgdesc="Paradox Interactive Game Launcher v2"
arch=('x86_64')
url="https://play.paradoxplaza.com/"
license=('custom')
depends=("libnotify" "libxtst" "nss" "alsa-lib" "libxss")
_source=https://launcher.paradoxinteractive.com/v2/paradox-launcher-installer-2023_6.deb
source=(${pkgname}-${pkgver}.deb::${_source})
sha256sums=('be54c8c92eaf8de004792da6b002614779211942adc8b5959db6229cc760fd52')

prepare() {
  cd ${srcdir}
  tar -Jxvf data.tar.xz -C "${srcdir}"
}

package() {
  mkdir -p "${pkgdir}"/opt
  mkdir -p "${pkgdir}"/usr/bin

  cd "${srcdir}"

  cp -R "${srcdir}"/opt/* "${pkgdir}"/opt/ -R
  cp -R "${srcdir}"/usr/* ${pkgdir}/usr/ -R

  sed -i 's|Icon=Launcher|Icon=PDXLauncher|g' "${pkgdir}"/usr/share/applications/paradox-launcher-v2.desktop
  find "${pkgdir}"/usr/share/icons/ -type f -name "Launcher.png" -exec rename Launcher.png PDXLauncher.png {} \;

  ln -s /opt/Paradox\ Interactive/Paradox\ Launcher\ v2/dowser "${pkgdir}"/usr/bin/dowser
}

dcelasun commented on 2023-03-24 17:31 (UTC)

@Distag update to 2023.4

Distag commented on 2023-03-24 17:19 (UTC)

Hi,

sha256sum paradox-launcher-2023.3.deb => 6aeb0eb5e8fabf2614bad1f23ee57ddbd5ead8702c315dc0e666e99d13414182

dcelasun commented on 2023-03-07 15:00 (UTC)

@Distag that's because there is a new version and Paradox doesn't publish versioned links :( I've updated the package, should be fine now.

Distag commented on 2023-03-07 14:55 (UTC)

Hi, thanks you for your great job, but currently there is an issue with the sha256sum

sha256sum paradox-launcher-2023.2.deb => 75d5e39cde98d5b13f6d11ebe0d620ce4c54155d8a83b71bf8447594b2b3bd1d

dcelasun commented on 2023-01-19 19:54 (UTC)

Updated to 2023.1.1 and added automatic version detection.

Roboron commented on 2023-01-19 19:25 (UTC)

hash is out of date again

dcelasun commented on 2023-01-06 12:18 (UTC)

Paradox has a new launcher with a proper versioning scheme. I've updated the package to 2022.14 and bumped the epoch.