Package Details: avaloniailspy-git 7.2rc.r10.gbc00df4-2

Git Clone URL: https://aur.archlinux.org/avaloniailspy-git.git (read-only, click to copy)
Package Base: avaloniailspy-git
Description: Avalonia-based .NET Decompiler (port of ILSpy)
Upstream URL: https://github.com/icsharpcode/AvaloniaILSpy
Licenses: MIT, Ms-PL, LGPL-2.1-only
Conflicts: avaloniailspy
Provides: avaloniailspy
Submitter: xiota
Maintainer: xiota
Last Packager: xiota
Votes: 0
Popularity: 0.000000
First Submitted: 2023-09-18 12:42 (UTC)
Last Updated: 2024-01-01 00:36 (UTC)

Latest Comments

cyrozap commented on 2023-12-31 23:00 (UTC)

The .desktop file sets Icon=avaloniailspy, so we need to install the icon to /usr/share/icons/hicolor/256x256/apps/avaloniailspy.png, not /usr/share/icons/hicolor/256x256/apps/avaloniailspy-git.png:

diff --git a/PKGBUILD b/PKGBUILD
index 53a0499..133e091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -80,7 +80,7 @@ package() {

   # Icon for .desktop
   install -Dm644 "${srcdir:?}/$_pkgsrc/ILSpy_256x256x32.png" \
-    "${pkgdir:?}/usr/share/icons/hicolor/256x256/apps/$pkgname.png"
+    "${pkgdir:?}/usr/share/icons/hicolor/256x256/apps/$_pkgname.png"

   # .desktop
   install -Dm644 "${srcdir:?}/$_pkgname.desktop" -t "${pkgdir:?}/usr/share/applications/"

mszabo commented on 2023-11-01 22:13 (UTC)

I think mono can be removed as a make dependency since the build only uses the dotnet SDK / cake now.