mako: initial commit, version 1.6

This commit is contained in:
Tim Biermann 2021-09-19 19:52:01 +02:00
parent 1f67ce696e
commit 8be4358e0f
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 2744 additions and 0 deletions

8
mako/.footprint Normal file
View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mako
-rwxr-xr-x root/root usr/bin/makoctl
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dbus-1/
drwxr-xr-x root/root usr/share/dbus-1/services/
-rw-r--r-- root/root usr/share/dbus-1/services/fr.emersion.mako.service

5
mako/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39w7voFK8HjJ44FZ1lsd8hhO9Ql7ltB53zqY8SxqUwFktis6fsRbomGayVe6iSYX8AD6uxC77pKsVK00u3K2DQc=
SHA256 (Pkgfile) = 407e3230afc7b8c446cc8e00614ab760a3e9fe5c9b843c8661a50a49fbaf0258
SHA256 (.footprint) = 69c7db551cdf7c4a84cb73cfbb2034ba0edcfd64c9eb9b1be97f06bb060b07c4
SHA256 (mako-1.6.tar.gz) = 9f43cba9e1b43c69be8c9e4a79c358b3cd22153ca3ffb8bf0ee7aa30c59b2fc2

2711
mako/92.patch Normal file

File diff suppressed because it is too large Load Diff

20
mako/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: a notification daemon for wayland
# URL: https://github.com/emersion/mako
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: basu pango wayland-protocols
name=mako
version=1.6
release=2
source=(https://github.com/emersion/mako/archive/v$version/$name-$version.tar.gz)
build() {
meson $name-$version build \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true
meson compile -C build
DESTDIR=$PKG meson install -C build
}