imageglass-bin
LOW
maintainer PavelDobCZ23
0 votes
scanned 2026-09-13 21:15:24.963188
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
3
pkgname=imageglass-bin
4
pkgver=10.0.6.906
5
pkgrel=1
6
pkgdesc="A Fast, Seamless Photo Viewer"
7
arch=(x86_64)
8
url="https://imageglass.org"
9
license=("GPL-3.0-only")
10
depends=(
11
"fontconfig"
12
"glibc"
13
"hicolor-icon-theme"
14
"libgomp"
15
)
16
provides=("imageglass")
17
conflicts=("imageglass")
18
options=(!debug)
19
source=(
20
"https://github.com/d2phap/ImageGlass/releases/download/${pkgver}/ImageGlass_${pkgver}_linux-x64.tar.gz"
21
"imageglass.desktop"
22
)
23
sha256sums=(
24
"d9a2871ea94cf2c5e5a8bc347759aabfa0dc4fede087eef242dad5cc30de2d42"
25
"c470aeb84bcd7b41b9c33404febaa7401903555b7d77d3edebf68084771f3926"
26
)
27
28
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-13 21:15:24 | Low | 1 |