]> git.pld-linux.org Git - packages/polybar.git/blobdiff - polybar.spec
up to 3.5.6
[packages/polybar.git] / polybar.spec
index e793a7e7ba6a075d71764f18bdee1def174f2bde..9b64a98037d4fc2fb93a1631b58b3b0c92990f05 100644 (file)
@@ -1,17 +1,18 @@
 Summary:       Fast and easy-to-use status bar
 Name:          polybar
-Version:       3.4.2
+Version:       3.5.6
 Release:       1
 License:       MIT, BSD
 Group:         X11/Window Managers
-Source0:       https://github.com/polybar/polybar/releases/download/%{version}/%{name}-%{version}.tar
-# Source0-md5: fe5c215f9e2f2dacae65246d18c97bd5
-Patch0:                %{name}-consistent_python.patch
+Source0:       https://github.com/polybar/polybar/releases/download/%{version}/%{name}-%{version}.tar.gz 
+# Source0-md5: b8c2cb348065f2befd7d638e55facb0b
+Patch0:                %{name}-mpd-overhead.patch
 URL:           https://polybar.github.io/
 BuildRequires: alsa-lib-devel
 BuildRequires: cairo-devel
 BuildRequires: cmake >= 3.1
 BuildRequires: curl-devel
+BuildRequires: i3
 BuildRequires: i3-devel
 BuildRequires: jsoncpp-devel >= 1.7.7
 BuildRequires: libmpdclient-devel
@@ -19,8 +20,9 @@ BuildRequires:        libnl-devel
 BuildRequires: libstdc++-devel >= 6:5.1
 BuildRequires: libxcb-devel >= 1.12
 BuildRequires: pkgconfig
+BuildRequires: pulseaudio
 BuildRequires: pulseaudio-devel
-BuildRequires: python3 >= 3.5
+BuildRequires: python3 >= 1:3.5
 BuildRequires: python3-Sphinx
 BuildRequires: python3-xcbgen
 BuildRequires: rpmbuild(macros) >= 1.719
@@ -45,9 +47,7 @@ Summary:      bash-completion for polybar
 Group:         Applications/Shells
 Requires:      %{name} = %{version}-%{release}
 Requires:      bash-completion >= 2.0
-%if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
-%endif
 
 %description -n bash-completion-polybar
 bash-completion for polybar.
@@ -58,15 +58,13 @@ Summary(pl.UTF-8):  Uzupełnianie nazw w zsh dla polybar
 Group:         Applications/Shells
 Requires:      %{name} = %{version}-%{release}
 Requires:      zsh
-%if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
-%endif
 
 %description -n zsh-completion-polybar
 zsh-completion for polybar.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 %patch0 -p1
 
 %build
@@ -91,6 +89,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/polybar
 %attr(755,root,root) %{_bindir}/polybar-msg
 %{_mandir}/man1/polybar.1*
+%{_mandir}/man5/polybar.5*
 
 %files -n bash-completion-polybar
 %defattr(644,root,root,755)
This page took 0.103245 seconds and 4 git commands to generate.