commit 9883f359465cc1966479684e885a5bede8a37ca852e9a52b8fab8b11b8b9fd2d Author: Jan Engelhardt Date: Mon Jan 28 10:51:06 2019 +0000 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 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/0.2.3.tar.gz b/0.2.3.tar.gz new file mode 100644 index 0000000..91cccd1 --- /dev/null +++ b/0.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbaccbf829ab62578a5956e412b4cc9905be62af74425423628721a1b550f4c8 +size 80676 diff --git a/waybar.changes b/waybar.changes new file mode 100644 index 0000000..2b2be48 --- /dev/null +++ b/waybar.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Fri Jan 25 15:31:29 UTC 2019 - mvetter@suse.com + +- Package waybar 0.2.3 for openSUSE diff --git a/waybar.spec b/waybar.spec new file mode 100644 index 0000000..40e9b37 --- /dev/null +++ b/waybar.spec @@ -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