Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
9b685c74
Verified
Commit
9b685c74
authored
May 26, 2026
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.2.0-eter1
- Bundle symbolic icon fallbacks - Fix notification focus handling on niri - Add notification center metadata description - Remove unstable dual control center layout
parent
d10b50da
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
ximper-shell-notification-center.spec
.gear/ximper-shell-notification-center.spec
+7
-1
meson.build
meson.build
+1
-1
No files found.
.gear/ximper-shell-notification-center.spec
View file @
9b685c74
%define xdg_name ru.ximperlinux.shell.NotificationCenter
%define xdg_name ru.ximperlinux.shell.NotificationCenter
Name: ximper-shell-notification-center
Name: ximper-shell-notification-center
Version: 0.
1
.0
Version: 0.
2
.0
Release: eter1
Release: eter1
License: GPL-3.0
License: GPL-3.0
...
@@ -74,5 +74,11 @@ A component of the Ximper Shell.
...
@@ -74,5 +74,11 @@ A component of the Ximper Shell.
%_datadir/fish/vendor_completions.d/%name-client.fish
%_datadir/fish/vendor_completions.d/%name-client.fish
%changelog
%changelog
* Tue May 26 2026 Kirill Unitsaev <fiersik@altlinux.org> 0.2.0-eter1
- Bundle symbolic icon fallbacks
- Fix notification focus handling on niri
- Add notification center metadata description
- Remove unstable dual control center layout
* Sat Mar 21 2026 Kirill Unitsaev <fiersik@altlinux.org> 0.1.0-eter1
* Sat Mar 21 2026 Kirill Unitsaev <fiersik@altlinux.org> 0.1.0-eter1
- Initial build
- Initial build
meson.build
View file @
9b685c74
project('ximper-shell-notification-center', ['c', 'vala'],
project('ximper-shell-notification-center', ['c', 'vala'],
version: '0.
1
.0',
version: '0.
2
.0',
meson_version: '>= 0.60.0',
meson_version: '>= 0.60.0',
default_options: [ 'warning_level=2' ],
default_options: [ 'warning_level=2' ],
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment