* Use the specified underline color when resetting the color palette. * Set the WM_CLASS atom for all the lemonbar windows. * Call pledge() at startup when running on OpenBSD. * Fix a silly bug where the last monitor in the list was ignored. * Fix another silly bug that affected systems with mirrored outputs (Thanks @insom). * Code cleanup. OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/lemonbar?expand=0&rev=10
49 lines
1.3 KiB
RPMSpec
49 lines
1.3 KiB
RPMSpec
#
|
|
# spec file for package lemonbar
|
|
#
|
|
# Copyright (c) 2024 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: lemonbar
|
|
Version: 1.5
|
|
Release: 0
|
|
Summary: An X11 bar
|
|
License: MIT
|
|
Group: System/GUI/Other
|
|
URL: https://github.com/LemonBoy/bar
|
|
Source0: %{URL}/archive/refs/tags/v%{version}.tar.gz#/bar-%{version}.tar.gz
|
|
BuildRequires: libxcb-devel
|
|
|
|
%description
|
|
lemonbar is a bar entirely based on XCB. It provides full UTF-8
|
|
support, basic formatting, RandR and Xinerama support and EWMH
|
|
compliance.
|
|
|
|
%prep
|
|
%setup -q -n bar-%{version}
|
|
|
|
%build
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install PREFIX=%{_prefix}
|
|
|
|
%files
|
|
%license LICENSE
|
|
%{_bindir}/lemonbar
|
|
%{_mandir}/man1/lemonbar.1%{ext_man}
|
|
|
|
%changelog
|