diff options
| author | 2025-06-17 11:22:17 -0400 | |
|---|---|---|
| committer | 2025-06-17 11:27:55 -0400 | |
| commit | 110be42a7d267647241905936c414a53ad18ddae (patch) | |
| tree | f73e28f564a78775ab85656acc1e56d020f89474 /debian/control | |
| parent | 5986c8bf61fc980a9a3383a426479a1296d179e7 (diff) | |
| download | mauri-110be42a7d267647241905936c414a53ad18ddae.tar.gz mauri-110be42a7d267647241905936c414a53ad18ddae.tar.bz2 mauri-110be42a7d267647241905936c414a53ad18ddae.zip | |
Test packaging for debian and arch
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..afd2256 --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: mauri +Maintainer: Andrew Opalach <andrew@akon.city> +Section: misc +Priority: optional +Standards-Version: 4.6.2 +Build-Depends: debhelper-compat (= 13), meson, cmake, pkg-config, libegl-dev, libgl-dev, liblz4-dev, libstb-dev, libglm-dev, nlohmann-json3-dev, libjansson-dev, libavcodec-dev, libavdevice-dev, libunistring-dev, libdeflate-dev, libtinfo-dev, libx11-dev, libxext-dev, libxrandr-dev, libwayland-dev + +Package: mauri +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Wallpaper Engine Implementation + + Daemon and TUI. |