mako-daemonless

LOW
maintainer pakhromov 0 votes scanned 2026-09-07 17:15:15.263748
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 Khromov <pakhromov@gmail.com>
2
3pkgname=mako-daemonless
4pkgver=1.0.0
5pkgrel=1
6pkgdesc="Fork of mako (wayland notification daemon) with no background process, every notification is D-Bus activated"
7arch=('x86_64')
8url="https://github.com/pakhromov/mako-daemonless"
9license=('MIT')
10depends=('cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'pango' 'systemd-libs' 'wayland')
11makedepends=('meson' 'ninja' 'scdoc' 'wayland-protocols')
12provides=('mako')
13conflicts=('mako')
14source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
15sha256sums=('88c31ee84fe8d035e789fffabe1ddfefb221c3affe8ec1f2d20b21e2274e8925')
16
17build() {
18 meson setup --prefix=/usr --buildtype=plain -D werror=false \
19 "$pkgname-$pkgver" build
20 meson compile -C build
21}
22
23package() {
24 meson install -C build --destdir "$pkgdir"
25 install -Dm644 "$pkgname-$pkgver/LICENSE" \
26 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-09-07 17:15:15 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