commit c25973a
chld
·
2026-08-29 18:25:41 +0000 UTC
parent b05f9c7
wawa: stub mfd_noexec_seal
4 files changed,
+21,
-0
+1,
-0
1@@ -0,0 +1 @@
2+d6f85bfa3a62c044a34ecf83cbf9f1f8f7d4c9d7
+2,
-0
1@@ -0,0 +1,2 @@
2+.wayland-protocols
3+/wayland
+6,
-0
1@@ -0,0 +1,6 @@
2+name: wawa
3+description: simple layer shell wallpaper
4+license: MIT
5+upstream: https://codeberg.org/sewn/wawa
6+version: git
7+maintainer: shrub900
+12,
-0
1@@ -0,0 +1,12 @@
2+#!/bin/sh -ue
3+NAME=wawa
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://codeberg.org/sewn/wawa"
7+BUILD_OPT="CC=cc"
8+
9+prebuild() {
10+ export CFLAGS="$CFLAGS -D_GNU_SOURCE -pedantic -DMFD_NOEXEC_SEAL=MFD_CLOEXEC -Wall $(pkg-config --cflags wayland-client)"
11+}
12+
13+. ${0%/*}/../../libsh/libdmake.sh