omarchy-webapp-theme

LOW
maintainer bi9kahuna 0 votes scanned 2026-08-19 11:41:55.975910
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: Scott Jones <scottajones@gmail.com>
2
3pkgname=omarchy-webapp-theme
4pkgver=0.3.5
5pkgrel=1
6pkgdesc="Make Slack, Discord, GitHub, Linear, Outlook, WhatsApp, Notion and HEY follow your Omarchy theme"
7arch=('any')
8url="https://github.com/scottjones/omarchy-webapp-theme"
9license=('MIT')
10# The host is pure bash + coreutils; coreutils is part of base, so bash is the
11# only thing worth declaring. Omarchy 4+ is a hard runtime requirement, but it
12# isn't a pacman package — omarchy-webapp-theme-setup enforces it at runtime.
13depends=('bash')
14optdepends=(
15 'omarchy: Omarchy 4+ required -- provides the theme it reads and the theme-set hook'
16 'chromium: supported browser'
17 'brave-bin: supported browser'
18 'google-chrome: supported browser'
19)
20# This package was omarchy-slack-theme through 0.2.x, before it grew packs for
21# more sites than Slack.
22replaces=('omarchy-slack-theme')
23conflicts=('omarchy-slack-theme')
24provides=('omarchy-slack-theme')
25install="$pkgname.install"
26source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
27# Pinned to the published v0.3.5 tag tarball. Regenerate with `updpkgsums` on
28# every version bump — a stale sum fails the build for everyone.
29sha256sums=('d3b90e299926162953d009d53951f80c415a25d30142f36b9393a966c11456b9')
30
31package() {
32 cd "$srcdir/$pkgname-$pkgver"
33
34 # The native-messaging host, at a stable path the system manifests point to.
35 install -Dm755 native-host/omarchy-webapp-theme-host \
36 "$pkgdir/usr/bin/omarchy-webapp-theme-host"
37
38 # install.sh does double duty: ./install.sh in a checkout, and the per-user
39 # setup command here. It detects which by looking for the repo layout beside
40 # itself, so installed at this path it only does the per-user wiring.
41 install -Dm755 install.sh "$pkgdir/usr/bin/omarchy-webapp-theme-setup"
42
43 # The unpacked extension. Users get it via --load-extension, pointed here by
44 # omarchy-webapp-theme-setup.
45 install -dm755 "$pkgdir/usr/share/$pkgname/extension"
46 install -Dm644 -t "$pkgdir/usr/share/$pkgname/extension" extension/*
47
48 # The omarchy theme-set hook. Can't be installed into ~ from a package, so
49 # omarchy-webapp-theme-setup links it into the user's hooks dir.
50 install -Dm755 hooks/omarchy-webapp-theme \
51 "$pkgdir/usr/share/$pkgname/hooks/omarchy-webapp-theme"
52
53 # System-wide native-messaging manifests, so no per-user registration is
54 # needed. Verified against the shipped binaries' compiled-in search paths:
55 # /etc/chromium/native-messaging-hosts -> chromium AND brave
56 # /etc/opt/chrome/native-messaging-hosts -> google-chrome (brave reads it too)
57 # Edge is best-effort: its path follows the same convention but is untested,
58 # and an unused manifest is inert.
59 local manifest
60 manifest="$(sed 's|__HOST_PATH__|/usr/bin/omarchy-webapp-theme-host|' \
61 native-host/com.omarchy.webapp_theme.json.template)"
62
63 local d
64 for d in /etc/chromium /etc/opt/chrome /etc/opt/edge; do
65 install -dm755 "$pkgdir$d/native-messaging-hosts"
66 printf '%s\n' "$manifest" \
67 >"$pkgdir$d/native-messaging-hosts/com.omarchy.webapp_theme.json"
68 chmod 644 "$pkgdir$d/native-messaging-hosts/com.omarchy.webapp_theme.json"
69 done
70
71 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
72 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
73}
74

Changes since previous scan

--- PKGBUILD @ 2026-08-15 00:26
+++ PKGBUILD @ 2026-08-19 11:41
@@ -1,9 +1,9 @@
# Maintainer: Scott Jones <scottajones@gmail.com>
pkgname=omarchy-webapp-theme
-pkgver=0.3.4
+pkgver=0.3.5
pkgrel=1
-pkgdesc="Make Slack, Discord, GitHub, Linear, Outlook and WhatsApp follow your Omarchy theme"
+pkgdesc="Make Slack, Discord, GitHub, Linear, Outlook, WhatsApp, Notion and HEY follow your Omarchy theme"
arch=('any')
url="https://github.com/scottjones/omarchy-webapp-theme"
license=('MIT')
@@ -24,9 +24,9 @@
provides=('omarchy-slack-theme')
install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-# Pinned to the published v0.3.4 tag tarball. Regenerate with `updpkgsums` on
+# Pinned to the published v0.3.5 tag tarball. Regenerate with `updpkgsums` on
# every version bump — a stale sum fails the build for everyone.
-sha256sums=('e81c511bcf12ce309b0ffe5db07157ee0525dddd1023acd4f68844604861898d')
+sha256sums=('d3b90e299926162953d009d53951f80c415a25d30142f36b9393a966c11456b9')
package() {
cd "$srcdir/$pkgname-$pkgver"

Scan history

Scanned at (UTC)SeverityRules
2026-08-19 11:41:55 Low 1
2026-08-15 00:26:13 Clean 2
2026-08-14 19:29:30 Low 1
2026-08-14 01:27:12 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