[packages/rofi] new (version 1.5.4)

atler atler at pld-linux.org
Thu Sep 3 23:02:30 CEST 2020


commit 4115f119a03b6b2da3ed903be1e657fd01f46aa2
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Sep 3 23:01:53 2020 +0200

    new (version 1.5.4)

 rofi.spec | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 76 insertions(+)
---
diff --git a/rofi.spec b/rofi.spec
new file mode 100644
index 0000000..f564c0c
--- /dev/null
+++ b/rofi.spec
@@ -0,0 +1,76 @@
+Summary:	A window switcher, application launcher and dmenu replacement
+Name:		rofi
+Version:	1.5.4
+Release:	1
+License:	MIT
+Group:		X11/Applications
+Source0:	https://github.com/davatorium/rofi/releases/download/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	b79c0875644deded3404135504b2e658
+URL:		https://github.com/davatorium/rofi
+BuildRequires:	bison
+BuildRequires:	cairo-devel
+BuildRequires:	check
+BuildRequires:	flex >= 2.5.39
+BuildRequires:	glib2-devel >= 1:2.40
+BuildRequires:	librsvg-devel
+BuildRequires:	libxcb-devel
+BuildRequires:	pango-devel
+BuildRequires:	pkgconfig
+BuildRequires:	startup-notification-devel
+BuildRequires:	xcb-util-devel
+BuildRequires:	xcb-util-wm-devel
+BuildRequires:	xcb-util-xrm-devel
+BuildRequires:	xorg-lib-libxkbcommon-devel
+BuildRequires:	xorg-lib-libxkbcommon-x11-devel
+Requires:	glib2 >= 1:2.40
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Rofi is a dmenu replacement. Rofi, like dmenu, will provide the user
+with a textual list of options where one or more can be selected. This
+can either be, running an application, selecting a window or options
+provided by an external script.
+
+%package devel
+Summary:	Header files for rofi
+Group:		Development/Libraries
+
+%description devel
+Header files for rofi.
+
+%prep
+%setup -q
+
+%{__sed} -i -e '1s,/usr/bin/env bash,/bin/bash,' script/rofi-{sensible-terminal,theme-selector}
+
+%build
+%configure \
+	--disable-silent-rules
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS Changelog README.md
+%attr(755,root,root) %{_bindir}/rofi
+%attr(755,root,root) %{_bindir}/rofi-sensible-terminal
+%attr(755,root,root) %{_bindir}/rofi-theme-selector
+%{_datadir}/rofi
+%{_mandir}/man1/rofi.1*
+%{_mandir}/man1/rofi-sensible-terminal.1*
+%{_mandir}/man1/rofi-theme-selector.1*
+%{_mandir}/man5/rofi-theme.5*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/rofi
+%{_pkgconfigdir}/rofi.pc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rofi.git/commitdiff/4115f119a03b6b2da3ed903be1e657fd01f46aa2



More information about the pld-cvs-commit mailing list