]> git.pld-linux.org Git - packages/polybar.git/blobdiff - polybar.spec
up to 3.5.6
[packages/polybar.git] / polybar.spec
index 9a4d171269804262d67ea79b79baa25f4887cf1b..9b64a98037d4fc2fb93a1631b58b3b0c92990f05 100644 (file)
@@ -1,11 +1,12 @@
 Summary:       Fast and easy-to-use status bar
 Name:          polybar
-Version:       3.5.0
+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: f6fda7f3b2063d72a10b69b9e57a701d
+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
@@ -21,7 +22,7 @@ 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
@@ -46,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.
@@ -59,15 +58,14 @@ 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
 install -d build
This page took 0.063488 seconds and 4 git commands to generate.