commit 27baa644cf25d5d591ee5dd9e4eca0786a7b6616
Author: Jan Palus <[email protected]>
Date:   Thu Jul 7 11:32:31 2022 +0200

    up to 1.7.1

 mako.spec | 23 ++++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/mako.spec b/mako.spec
index 874ae8e..60f8a52 100644
--- a/mako.spec
+++ b/mako.spec
@@ -1,16 +1,17 @@
 Summary:       A lightweight Wayland notification daemon
 Name:          mako
-Version:       1.6
+Version:       1.7.1
 Release:       1
 License:       MIT
 Group:         Applications
 Source0:       
https://github.com/emersion/mako/releases/download/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 654f3867d19f3d3fb233b66d7c91a22f
+# Source0-md5: c1b1778b55da0902b2c2b4899dc97c4e
 URL:           https://wayland.emersion.fr/mako/
+BuildRequires: bash-completion-devel >= 1:2.0
 BuildRequires: cairo-devel
 BuildRequires: gdk-pixbuf2-devel
 BuildRequires: glib2-devel
-BuildRequires: meson >= 0.50.0
+BuildRequires: meson >= 0.60.0
 BuildRequires: ninja
 BuildRequires: pango-devel
 BuildRequires: rpm-build >= 4.6
@@ -25,6 +26,16 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 mako is a lightweight notification daemon for Wayland compositors that
 support the layer-shell protocol.
 
+%package -n bash-completion-mako
+Summary:       bash-completion for mako
+Group:         Applications/Shells
+Requires:      %{name} = %{version}-%{release}
+Requires:      bash-completion >= 1:2.0
+BuildArch:     noarch
+
+%description -n bash-completion-mako
+This package provides bash-completion for mako.
+
 %package -n zsh-completion-mako
 Summary:       ZSH completion for mako
 Group:         Applications/Shells
@@ -40,6 +51,7 @@ ZSH completion for mako.
 
 %build
 %meson build \
+       -Dbash-completions=true \
        -Dzsh-completions=true
 %ninja_build -C build
 
@@ -60,6 +72,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/makoctl.1*
 %{_mandir}/man5/mako.5*
 
+%files -n bash-completion-mako
+%defattr(644,root,root,755)
+%{bash_compdir}/mako
+%{bash_compdir}/makoctl
+
 %files -n zsh-completion-mako
 %defattr(644,root,root,755)
 %{zsh_compdir}/_mako
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mako.git/commitdiff/27baa644cf25d5d591ee5dd9e4eca0786a7b6616

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to