imageglass-bin

LOW
maintainer PavelDobCZ23 0 votes scanned 2026-09-13 21:15:24.963188
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Pavel Dobiáš <git at paveldobias dot eu>
2
3pkgname=imageglass-bin
4pkgver=10.0.6.906
5pkgrel=1
6pkgdesc="A Fast, Seamless Photo Viewer"
7arch=(x86_64)
8url="https://imageglass.org"
9license=("GPL-3.0-only")
10depends=(
11 "fontconfig"
12 "glibc"
13 "hicolor-icon-theme"
14 "libgomp"
15)
16provides=("imageglass")
17conflicts=("imageglass")
18options=(!debug)
19source=(
20 "https://github.com/d2phap/ImageGlass/releases/download/${pkgver}/ImageGlass_${pkgver}_linux-x64.tar.gz"
21 "imageglass.desktop"
22)
23sha256sums=(
24 "d9a2871ea94cf2c5e5a8bc347759aabfa0dc4fede087eef242dad5cc30de2d42"
25 "c470aeb84bcd7b41b9c33404febaa7401903555b7d77d3edebf68084771f3926"
26)
27
28package() {
29 install -d "${pkgdir}/opt/imageglass"
30 cp -a ImageGlass/. "${pkgdir}/opt/imageglass/"
31
32 install -Dm644 ImageGlass/_themes/Kobe/logo.svg "${pkgdir}/usr/share/icons/hicolor/scalable/apps/imageglass.svg"
33 install -Dm644 imageglass.desktop "${pkgdir}/usr/share/applications/imageglass.desktop"
34
35 install -d "${pkgdir}/usr/bin"
36 ln -s "/opt/imageglass/ImageGlass" "${pkgdir}/usr/bin/imageglass"
37
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 21:15:24 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion