forked from pool/waybar
Accepting request 668703 from home:jubalh
Please add me as maintainer OBS-URL: https://build.opensuse.org/request/show/668703 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=1
This commit is contained in:
commit
9883f35946
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
0.2.3.tar.gz
Normal file
3
0.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbaccbf829ab62578a5956e412b4cc9905be62af74425423628721a1b550f4c8
|
||||
size 80676
|
4
waybar.changes
Normal file
4
waybar.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 15:31:29 UTC 2019 - mvetter@suse.com
|
||||
|
||||
- Package waybar 0.2.3 for openSUSE
|
62
waybar.spec
Normal file
62
waybar.spec
Normal file
@ -0,0 +1,62 @@
|
||||
#
|
||||
# spec file for package waybar
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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: waybar
|
||||
Version: 0.2.3
|
||||
Release: 0
|
||||
Summary: Customizable Wayland bar for Sway and Wlroots based compositors
|
||||
License: MIT
|
||||
Group: System/GUI/Other
|
||||
URL: https://github.com/Alexays/Waybar
|
||||
Source: https://github.com/Alexays/Waybar/archive/%{version}.tar.gz
|
||||
BuildRequires: fmt-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gtkmm3-devel
|
||||
BuildRequires: jsoncpp-devel
|
||||
BuildRequires: libinput-devel
|
||||
BuildRequires: libsigc++3-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: ninja
|
||||
BuildRequires: wlroots-devel
|
||||
# optional: tray module
|
||||
BuildRequires: libdbusmenu-gtk3-devel
|
||||
# optional: network
|
||||
BuildRequires: libnl3-devel
|
||||
# optional: audio
|
||||
BuildRequires: libpulse-devel
|
||||
# optional: sway integration
|
||||
Recommends: sway
|
||||
|
||||
%description
|
||||
Customizable Wayland bar for Sway and Wlroots based compositors.
|
||||
|
||||
%prep
|
||||
%setup -q -n Waybar-%{version}
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%files
|
||||
%{_sysconfdir}/xdg/waybar/
|
||||
%{_bindir}/waybar
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user