Package Details: mako-git v1.4.1.r61.gdbd9c2b-1

Git Clone URL: https://aur.archlinux.org/mako-git.git (read-only, click to copy)
Package Base: mako-git
Description: Lightweight notification daemon for Wayland
Upstream URL: http://mako-project.org
Keywords: notifications wayland
Licenses: MIT
Conflicts: mako
Provides: mako
Submitter: None
Maintainer: xenrox
Last Packager: xenrox
Votes: 15
Popularity: 0.002786
First Submitted: 2018-05-09 11:33 (UTC)
Last Updated: 2021-02-18 13:05 (UTC)

Required by (25)

Sources (3)

Latest Comments

xenrox commented on 2021-02-18 13:10 (UTC)

Everything should be back to normal now.

whynothugo commented on 2021-02-17 10:01 (UTC)

Upstream has dropped installing the systemd.service file by default, and require downstream to manually do this. Can you update the PKGBUILD to do this?

In the meantime, D-Bus activation is broken, and mako needs to be run manually.

maximbaz commented on 2020-07-10 10:39 (UTC) (edited on 2020-07-10 10:39 (UTC) by maximbaz)

Consider using arch-meson which in addition to some security flags enables all features by default, so for example mako will be built with icons support.

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,9 @@ license=('MIT')
 pkgdesc='Lightweight notification daemon for Wayland'
 makedepends=("meson" "scdoc" "wayland-protocols" "git")
 depends=(
+   "gdk-pixbuf2"
    "pango"
-   "cairo"
+   "systemd-libs"
    "wayland"
 )
 optdepends=("jq: support for 'makoctl menu'")
@@ -26,7 +27,7 @@ pkgver() {

 build() {
    cd "$_pkgname"
-   meson --prefix=/usr . build
+   arch-meson -D zsh-completions=true build
    ninja -C build
 }

Eisfunke commented on 2019-01-06 21:36 (UTC)

The build is failing for me with this output of makepkg: https://bin.eisfunke.com/?bfcf648b2bc9205a#V5cE6eGJovvTC8jMBlw2OZ9TeG0mAXIcLhqzNcszF5M=

<deleted-account> commented on 2018-11-23 14:55 (UTC)

This has been fixed.

yrlf commented on 2018-11-23 14:33 (UTC)

@naibafo:

fixing the PKGBUILD and running "makepkg --printsrcinfo > .SRCINFO" automatically fixes the .SRCINFO file

naibafo commented on 2018-11-23 08:00 (UTC)

There is a merge conflict (I think) leftover in the PKGBUILD now, and in .SRCINFO wayland-protocols and git are in one line, which for me results in an error when trying to install.

mearon commented on 2018-11-19 11:32 (UTC)

I think git should be added to the makedepends array. (Otherwise I get an error while building in a clean chroot.)

<deleted-account> commented on 2018-10-11 13:59 (UTC)

Just added it, thanks.

<deleted-account> commented on 2018-10-11 13:57 (UTC)

I'm no expert on that note, but wayland-protocols may be missing from the depedencies, given the fact that it was added to the array of depedencies for the pre-compilied mako package later on.