Package Details: eclipse-mat 1.13.0-2

Git Clone URL: https://aur.archlinux.org/eclipse-mat.git (read-only, click to copy)
Package Base: eclipse-mat
Description: Eclipse Memory Analyzer Tool (MAT), a toolkit for analyzing Java heap dumps.
Upstream URL: http://www.eclipse.org/mat
Keywords: Java
Licenses: EPL
Submitter: nicoulaj
Maintainer: sunng
Last Packager: sunng
Votes: 23
Popularity: 0.000019
First Submitted: 2012-08-15 20:03 (UTC)
Last Updated: 2022-10-25 01:46 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

agilob commented on 2022-05-27 21:38 (UTC)

Anyone else has problems opening reports like leak detection report? Instead showing the file it tries to download html files 3 times. I think the problem is with webkit gtk failing, but there aren't any errors or log messages at all.

sunng commented on 2021-06-29 13:25 (UTC)

updated. thank you!

SlimJiM commented on 2021-06-28 22:39 (UTC)

Patch for 1.12.0

diff --git a/PKGBUILD b/PKGBUILD
index 5e00119..8c18847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
 # Current Maintainer: Ning Sun <sunng@about.me>
 pkgname=eclipse-mat
 _pgname=MemoryAnalyzer
-_pkgver=1.11.0
-pkgver=1.11.0
-_releasedate=20201202
+_pkgver=1.12.0
+pkgver=1.12.0
+_releasedate=20210602
 pkgrel=1
 pkgdesc="Eclipse Memory Analyzer Tool (MAT), a toolkit for analyzing Java heap dumps."
 arch=(x86_64)
 url="http://www.eclipse.org/mat"
 license=(EPL)
-depends=('java-runtime>=8' 'gtk2')
+depends=('java-runtime>=11' 'gtk2')
 install=${pkgname}.install
-sha512sums_x86_64=('c6e6d48fcaf81b697a4c5f0cc8bf40dce7c0495d999b7e5ccec83b31456deb24c899a1e8167d1823147b708ede9d558ba0a9f0cdcf365f056449bcb2d2bbee72')
-source_x86_64=("${pkgname}-${pkgver}-x86_64.zip::http://download.eclipse.org/mat/${_pkgver}/rcp/${_pgname}-${pkgver}.${_releasedate}-linux.gtk.x86_64.zip")
+sha512sums_x86_64=('44677c58186c8b520a512839a85b95a58e30e1a506e0e4c302abef1e530b6da3bb57e936eac94fd8fa484a916c9cbe0606de223ce6d43f968882f227bcf263ca')
+source_x86_64=("${pkgname}-${pkgver}-x86_64.zip::https://www.eclipse.org/downloads/download.php?file=/mat/${_pkgver}/rcp/${_pgname}-${pkgver}.${_releasedate}-linux.gtk.x86_64.zip&r=1")


 build() {

sunng commented on 2020-09-02 13:11 (UTC)

@ChrisLane Thank you so much!

ChrisLane commented on 2020-09-02 08:03 (UTC)

For 1.10.0:

5,7c5,7
< _pkgver=1.9.2
< pkgver=1.9.2
< _releasedate=20200115
---
> _pkgver=1.10.0
> pkgver=1.10.0
> _releasedate=20200225
15,16c15,16
< sha512sums_i686=('161c149f7206eab80801449e7abfd6f01bc6f270689301dae81ed306fc141f0b1aeaa94e804a0a7c55c97ffc44fe63ff652e0d2c39422e2853f577d462c32d4b')
< sha512sums_x86_64=('27d61cf829fce760a0fd2a5b5b70ab195b4f452c4b86833f58ab9748cb40eaade02bf78d17e9365ea7d48a75ae7f4395105bcef9945e6889d0d0b03072492d00')
---
> sha512sums_i686=('e64ce6dd39cef1759a9320211627593fa385d04db04427e5f1bd6b8600cbc7dd8764c4ddddeaf822b0714b1c1f1b417fde56cd8ac8026ce133beae7361f67739')
> sha512sums_x86_64=('60b2a91812e31c4982e992a48706098931a2f5a8d9eb72a7794d4d8fb601d97d87733f11e24dab114b0b633e40e0393534ec44def10e585b5b42993287bcb5b7')

lk0z commented on 2019-10-14 14:13 (UTC)

I get weird redrawing issues, making MAT unusable. I guess I am affected by https://bugs.eclipse.org/bugs/show_bug.cgi?id=535741. A workaround that worked for me was setting SWT_GTK3=0.

sunng commented on 2018-02-12 15:41 (UTC)

@ricardofunke just verified, the sha512sums is correct to me.

ricardofunke commented on 2017-07-17 11:41 (UTC)

eclipse-mat-1.7.0-x86_64.zip doesn't pass sha512sums

harddisk_ripper commented on 2017-03-15 16:13 (UTC)

Thank you for providing this package! However you might want to consider adding webkitgtk as dependency. I had an issue with missing/empty tab contents (empty welcome screen etc.) which was resolved by installing webkitgtk.