ocean-icons-git

LOW
maintainer weird_autumn 0 votes scanned 2026-09-10 00:22:44.768965
View on AUR
Why flagged

The package builds an icon theme from the official KDE project Git repository; the source is legitimate and non-executable, with no remote code execution or malicious behavior, though the SKIP'd checksum and low votes slightly reduce trust.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds an icon theme from the official KDE project Git repository; the source is legitimate and non-executable, with no remote code execution or malicious behavior, though the SKIP'd checksum and low votes slightly reduce trust.

PKGBUILD

1# Maintainer: Autumn McKee <autumn AT mck DOT is>
2
3pkgname=ocean-icons-git
4pkgver=r24.e1f17e7
5pkgrel=1
6epoch=1
7pkgdesc='Icon theme by the KDE Visual Design Group'
8arch=('any')
9url='https://invent.kde.org/abetts/ocean-design'
10license=('LicenseRef-unknown')
11depends=('hicolor-icon-theme')
12makedepends=('git')
13provides=('ocean-icons')
14conflicts=('ocean-icons')
15options=('!strip' '!debug')
16source=("git+${url}.git")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd "${srcdir}/ocean-design"
21 printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
22}
23
24package() {
25 install -dm755 "${pkgdir}/usr/share/icons"
26 cp -r "${srcdir}/ocean-design/Icon Pack/Ocean" "${pkgdir}/usr/share/icons/"
27
28 cd "${pkgdir}/usr/share/icons/Ocean"
29
30 rm -f icon-theme.cache
31
32 # GTK's cache validator rejects icon names containing spaces.
33 find . \( -type f -o -type l \) -name '* *' -delete
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-10 00:22:44 Low 2
2026-09-09 23:20:11 Low 2

Report a package

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

0 / 4000
Your suggestion