Skip to content

Commit

Permalink
New package: mpvpaper-1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
folliehiyuki committed Apr 29, 2021
1 parent 77e47af commit 4003bca
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
25 changes: 25 additions & 0 deletions srcpkgs/mpvpaper/patches/define-uint.patch
@@ -0,0 +1,25 @@
diff --git src/holder.c src/holder.c
index 09d425e..32027b3 100644
--- src/holder.c
+++ src/holder.c
@@ -12,6 +12,8 @@
#include "wlr-layer-shell-unstable-v1-client-protocol.h"
#include "xdg-output-unstable-v1-client-protocol.h"

+typedef unsigned int uint;
+
struct wl_state {
struct wl_display *display;
struct wl_compositor *compositor;
diff --git src/main.c src/main.c
index cbe559c..39f504c 100644
--- src/main.c
+++ src/main.c
@@ -21,6 +21,7 @@

#include <cflogprinter.h>

+typedef unsigned int uint;

struct wl_state {
struct wl_display *display;
13 changes: 13 additions & 0 deletions srcpkgs/mpvpaper/template
@@ -0,0 +1,13 @@
# Template file for 'mpvpaper'
pkgname=mpvpaper
version=1.1
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel"
makedepends="mpv-devel wlroots-devel"
short_desc="Video wallpaper setter for wlroots based Wayland compositors"
maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/GhostNaN/mpvpaper"
distfiles="https://github.com/GhostNaN/mpvpaper/archive/${version}.tar.gz"
checksum=dc774d3ec0a14cc955af6426427870163bab858f5878ada71706473884359a33

0 comments on commit 4003bca

Please sign in to comment.