Package Details: dartium 1.24.2-2

Git Clone URL: https://aur.archlinux.org/dartium.git (read-only, click to copy)
Package Base: dartium
Description: Dartium is a special build of Chromium that includes the Dart VM
Upstream URL: https://dartlang.org/
Licenses: custom
Submitter: jenrik
Maintainer: bertogs
Last Packager: bertogs
Votes: 2
Popularity: 0.000000
First Submitted: 2017-03-18 15:20 (UTC)
Last Updated: 2020-12-19 23:04 (UTC)

Dependencies (2)

Required by (1)

Sources (2)

Latest Comments

bertogs commented on 2020-12-17 09:58 (UTC) (edited on 2020-12-17 10:18 (UTC) by bertogs)

Could you update the package? I am currently using it for work.

Updated to 1.24.2 and added missing dependency gconf

diff --git a/PKGBUILD b/PKGBUILD
index 35c0a0c..aa0a18b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,29 +1,24 @@
 # Maintainer: Jacob Jenner Rasmussen <jacob at jener.dk>
 pkgname=dartium
-pkgver=1.24.1
-pkgrel=1
+pkgver=1.24.2
+pkgrel=2
 _branch=stable
 pkgdesc="Dartium is a special build of Chromium that includes the Dart VM"
-arch=('x86_64') # 'i686')
+arch=('x86_64')
 url="https://dartlang.org/"
 license=('custom')
+depends=('gconf')
 optdepends=('dart: for development')
 options=('!strip')
 source=("LICENSE")
 sha256sums=('7a209dd1b94cabdb5ea9c6f9164b9546ffa5daaa671e7767d49510db055f5c51')
 source_x86_64+=("$pkgname-$pkgver.zip::https://storage.googleapis.com/dart-archive/channels/${_branch}/release/${pkgver}/dartium/dartium-linux-x64-release.zip")
-#source_i686+=("$pkgname-$pkgver.zip::https://storage.googleapis.com/dart-archive/channels/${_branch}/release/${pkgver}/dartium/dartium-linux-ia32-release.zip")
-sha256sums_x86_64=('c02174a211829dda6d82330c281d6dc634feeed1736176aef51617832cf826b6')
-#sha256sums_i686+=("MISSING")
+sha256sums_x86_64=('20144321b664d8ae13a9c674a667cb1ff7d7f0cdfb0f0897804e885e73b39f6e')

 package() {
        install -d $pkgdir/opt/dartium
        if [ $CARCH == "x86_64" ]
-  then
-               cp -a dartium-linux-x64-${_branch}-${pkgver}*/* $pkgdir/opt/dartium/
-       else # i686
-               cp -a dartium-linux-ia32-${_branch}-${pkgver}*/* $pkgdir/opt/dartium/
-       fi
+       cp -a dartium-linux-x64-${_branch}-${pkgver}*/* $pkgdir/opt/dartium/

        install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }

jenrik commented on 2017-08-05 11:11 (UTC)

From the Dartium webpage: Dartium is going away in Dart 2.0: In Dart 2.0, you’ll use Chrome or other standard browsers for testing instead of Dartium, thanks to a new development compiler called dartdevc. For information on Dartium’s removal, see Dart 2.0 Updates [https://www.dartlang.org/dart-2.0].