[packages/fuzzel] new

atler atler at pld-linux.org
Wed Apr 20 00:54:15 CEST 2022


commit 70b1024a20a36e5b55d86b0df55a53eb8edbf6bc
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Apr 20 00:51:30 2022 +0200

    new

 fuzzel.spec | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 69 insertions(+)
---
diff --git a/fuzzel.spec b/fuzzel.spec
new file mode 100644
index 0000000..359ae37
--- /dev/null
+++ b/fuzzel.spec
@@ -0,0 +1,69 @@
+Summary:	Application launcher for wlroots based Wayland compositors
+Name:		fuzzel
+Version:	1.7.0
+Release:	1
+License:	MIT
+Group:		Applications
+Source0:	https://codeberg.org/dnkl/fuzzel/archive/%{version}.tar.gz
+# Source0-md5:	85614ba43818d3c9ea960b2785ee229e
+URL:		https://codeberg.org/dnkl/fuzzel/
+BuildRequires:	cairo-devel
+BuildRequires:	fcft-devel < 4.0.0
+BuildRequires:	fcft-devel >= 3.0.0
+BuildRequires:	fontconfig-devel
+BuildRequires:	libpng-devel
+BuildRequires:	librsvg-devel
+BuildRequires:	meson >= 0.53.0
+BuildRequires:	ninja
+BuildRequires:	pixman-devel
+BuildRequires:	pkgconfig
+BuildRequires:	rpm-build >= 4.6
+BuildRequires:	rpmbuild(macros) >= 1.736
+BuildRequires:	scdoc
+BuildRequires:	tllist-devel >= 1.0.1
+BuildRequires:	wayland-devel
+BuildRequires:	wayland-protocols
+BuildRequires:	xorg-lib-libxkbcommon-devel
+Requires:	fcft < 4.0.0
+Requires:	fcft >= 3.0.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Fuzzel is a Wayland-native application launcher, similar to rofi's
+drun mode.
+
+%package -n zsh-completion-fuzzel
+Summary:	ZSH completion for fuzzel command line
+Group:		Applications/Shells
+Requires:	%{name} = %{version}-%{release}
+Requires:	zsh
+BuildArch:	noarch
+
+%description -n zsh-completion-fuzzel
+ZSH completion for fuzzel command line.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%meson build
+
+%ninja_build -C build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%ninja_install -C build
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG.md README.md
+%attr(755,root,root) %{_bindir}/fuzzel
+%{_mandir}/man1/fuzzel.1*
+
+%files -n zsh-completion-fuzzel
+%defattr(644,root,root,755)
+%{zsh_compdir}/_fuzzel
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fuzzel.git/commitdiff/70b1024a20a36e5b55d86b0df55a53eb8edbf6bc



More information about the pld-cvs-commit mailing list