Package Details: icon-explorer v1.4-1

Git Clone URL: https://aur.archlinux.org/icon-explorer.git (read-only, click to copy)
Package Base: icon-explorer
Description: A small utility to examine app icons for installed icon themes.
Upstream URL: https://gitlab.com/JollyDevelopment/icon-explorer
Licenses: GPL
Replaces: icon-explorer
Submitter: Jolly_Roberts
Maintainer: Jolly_Roberts
Last Packager: Jolly_Roberts
Votes: 0
Popularity: 0.000000
First Submitted: 2021-04-04 04:20 (UTC)
Last Updated: 2021-08-04 03:34 (UTC)

Latest Comments

yochananmarqos commented on 2021-04-04 15:52 (UTC)

The binary is not executable and the symlinks are broken. The symlink won't work anyway as it looks for the Glade files in the same directory which it can't find in /usr/bin/.

package() {
    cd "$pkgname-$pkgver/app"
    install -Dm755 "$pkgname" -t "$pkgdir/opt/$pkgname"
    cp -r helpers ui "$pkgdir/opt/$pkgname"
    install -Dm644 Icon-Explorer.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
}