diff --git a/srcpkgs/lemonbuddy/INSTALL.msg b/srcpkgs/lemonbuddy/INSTALL.msg new file mode 100644 index 00000000000..909ecf5d01e --- /dev/null +++ b/srcpkgs/lemonbuddy/INSTALL.msg @@ -0,0 +1,9 @@ + + Get started with the example configuration: + + $ install -Dm644 /usr/share/examples/lemonbuddy/config $HOME/.config/lemonbuddy + $ lemonbuddy example + + + For more information, see https://github.com/jaagr/lemonbuddy + diff --git a/srcpkgs/lemonbuddy/patches/002-musl-poll.patch b/srcpkgs/lemonbuddy/patches/002-musl-poll.patch deleted file mode 100644 index b818a196e69..00000000000 --- a/srcpkgs/lemonbuddy/patches/002-musl-poll.patch +++ /dev/null @@ -1,13 +0,0 @@ -Fix poll.h warning on musl - ---- include/utils/inotify.hpp.orig -+++ include/utils/inotify.hpp -@@ -1,7 +1,7 @@ - #pragma once - - #include --#include -+#include - #include - - #include "common.hpp" diff --git a/srcpkgs/lemonbuddy/patches/003-musl-poll.patch b/srcpkgs/lemonbuddy/patches/003-musl-poll.patch deleted file mode 100644 index ed75d05486b..00000000000 --- a/srcpkgs/lemonbuddy/patches/003-musl-poll.patch +++ /dev/null @@ -1,13 +0,0 @@ -Fix poll.h warning on musl - ---- include/utils/socket.hpp.orig -+++ include/utils/socket.hpp -@@ -1,7 +1,7 @@ - #pragma once - - #include --#include -+#include - #include - #include - diff --git a/srcpkgs/lemonbuddy/template b/srcpkgs/lemonbuddy/template index 3f6d4f81dbc..c5dafa9db4e 100644 --- a/srcpkgs/lemonbuddy/template +++ b/srcpkgs/lemonbuddy/template @@ -1,10 +1,10 @@ # Template file for 'lemonbuddy' pkgname=lemonbuddy -version=2.1.10 +version=2.2.5 revision=1 wrksrc="${pkgname}-${version}" _i3ipcpp_version=0.5.1 -_xpp_version=1.3.0 +_xpp_version=1.3.1 build_style=cmake configure_args=" -DCMAKE_CXX_COMPILER=clang++ @@ -14,9 +14,9 @@ configure_args=" -DENABLE_I3=$(vopt_if i3 ON OFF) -DENABLE_MPD=$(vopt_if mpd ON OFF) -DENABLE_NETWORK=$(vopt_if network ON OFF)" -depends=("libXft" "xcb-util-wm") +depends=("libXft" "xcb-util-wm" "xcb-util-image") hostmakedepends="clang pkg-config xcb-proto" -makedepends="libxcb-devel libXft-devel xcb-util-wm-devel boost-devel +makedepends="libxcb-devel libXft-devel xcb-util-image-devel xcb-util-wm-devel boost-devel $(vopt_if alsa alsa-lib-devel) $(vopt_if i3 "i3-devel jsoncpp-devel") $(vopt_if mpd libmpdclient-devel) @@ -30,8 +30,8 @@ distfiles=" https://github.com/jaagr/xpp/archive/${_xpp_version}.tar.gz $(vopt_if i3 "https://github.com/jaagr/i3ipcpp/archive/v${_i3ipcpp_version}.tar.gz")" checksum=" - d7e446927cb039e4aff154b7fdb6c668b92605bb8d87ff5f3125ce011c3cbe61 - f66b5ff4881d359521a1516c3fd87a5ace2e95e0ca2e6a1e0ab7b66cc6d3f582 + 0b93c280846e9e29ea7177c721d9ebe638a5ff90d5f830c01d79b3f230fe46e8 + de92b258a136aa782a876d3058009a31238cc92f16038aa243ea6d55057e2ed1 $(vopt_if i3 2c5243e1d3be787f8e64ce5b1a3c087999e2ccaeea1db317f6ab2df3556fa952)" build_options="alsa i3 mpd network"