Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9a83102965 |
BIN
fnott-1.7.0.tar.gz
LFS
Normal file
BIN
fnott-1.7.0.tar.gz
LFS
Normal file
Binary file not shown.
BIN
fnott-1.7.0.tar.gz.sig
Normal file
BIN
fnott-1.7.0.tar.gz.sig
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e48744c4f4d653e217dec04e0608d97295a055c66104bb95c7008f53b9a49373
|
||||
size 484176
|
||||
Binary file not shown.
@@ -1,35 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 17 14:21:55 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 1.8.0:
|
||||
* progress-style configuration option with possible values of bar (previous behavior) and background which shows the progress as the background color.
|
||||
* Fish shell completions.
|
||||
* Default icon theme from hicolor to default.
|
||||
* Crash when max-icon-size=0 (#145).
|
||||
* Parse sections in order. This fixes a bug where sections before the main section get ignored. (#137).
|
||||
* fnottctl pause|unpause exiting with an error.
|
||||
* Lookup of icon themes in ~/.icons and /usr/share/pixmaps.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 13:15:51 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
Tue Jun 3 13:22:11 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- spec: package fnott.service also on 16.0 (bsc#1244025)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 15 13:16:11 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 1.7.1:
|
||||
* anchor can now be set to center.
|
||||
* Nanosvg updated to ea6a6aca009422bba0dbad4c80df6e6ba0c82183
|
||||
* fix: Messages sent directly after starting fnott (for example, when
|
||||
fnott is auto-activated by D-Bus) not processed until more D-Bus messages
|
||||
are received later.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 19 03:51:28 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Add unpackaged file fnott.service.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 10:55:20 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
||||
|
||||
|
||||
24
fnott.spec
24
fnott.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fnott
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# 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
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fnott
|
||||
Version: 1.8.0
|
||||
Version: 1.7.0
|
||||
Release: 0
|
||||
Summary: Lightweight notification daemon for Wayland
|
||||
License: MIT
|
||||
@@ -61,17 +61,7 @@ Requires: %{name}
|
||||
Requires: zsh
|
||||
|
||||
%description zsh-completion
|
||||
Zsh command-line completion support for %{name}.
|
||||
|
||||
%package fish-completion
|
||||
Summary: Fish Completion for %{name}
|
||||
Group: System/Shells
|
||||
Supplements: (%{name} and fish)
|
||||
Requires: %{name}
|
||||
Requires: fish
|
||||
|
||||
%description fish-completion
|
||||
Fish command-line completion support for %{name}.
|
||||
Zsh command-line completion support for %{name}
|
||||
|
||||
%build
|
||||
%meson \
|
||||
@@ -87,9 +77,7 @@ Fish command-line completion support for %{name}.
|
||||
%files
|
||||
%{_bindir}/fnott
|
||||
%{_bindir}/fnottctl
|
||||
%if 0%{?suse_version} >= 1600 && 0%{?is_opensuse}
|
||||
%{_userunitdir}/fnott.service
|
||||
%endif
|
||||
|
||||
%{_mandir}/man1/fnott.1%{?ext_man}
|
||||
%{_mandir}/man1/fnottctl.1%{?ext_man}
|
||||
@@ -112,10 +100,4 @@ Fish command-line completion support for %{name}.
|
||||
%{_datadir}/zsh/site-functions/_fnott
|
||||
%{_datadir}/zsh/site-functions/_fnottctl
|
||||
|
||||
%files fish-completion
|
||||
%dir %{_datadir}/fish
|
||||
%dir %{_datadir}/fish/vendor_completions.d
|
||||
%{_datadir}/fish/vendor_completions.d/fnott.fish
|
||||
%{_datadir}/fish/vendor_completions.d/fnottctl.fish
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user