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
4275fa39
Commit
4275fa39
authored
Mar 09, 2024
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bumped version to 0.10.1
parent
ed1b721a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
PKGBUILD
build-scripts/PKGBUILD
+1
-1
swaync.rpkg.spec
build-scripts/swaync.rpkg.spec
+1
-1
meson.build
meson.build
+1
-1
No files found.
build-scripts/PKGBUILD
View file @
4275fa39
# vim: ft=PKGBUILD
# vim: ft=PKGBUILD
# Maintainer: Erik Reider <erik.reider@protonmail.com>
# Maintainer: Erik Reider <erik.reider@protonmail.com>
pkgname
=
swaync
pkgname
=
swaync
pkgver
=
0.10.
0
pkgver
=
0.10.
1
pkgrel
=
1
pkgrel
=
1
pkgdesc
=
"A simple notification daemon with a GTK panel for checking previous notifications like other DEs"
pkgdesc
=
"A simple notification daemon with a GTK panel for checking previous notifications like other DEs"
_pkgfoldername
=
SwayNotificationCenter
_pkgfoldername
=
SwayNotificationCenter
...
...
build-scripts/swaync.rpkg.spec
View file @
4275fa39
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
%global alt_pkg_name swaync
%global alt_pkg_name swaync
Name: {{{ git_dir_name }}}
Name: {{{ git_dir_name }}}
Version: 0.10.
0
Version: 0.10.
1
Release: 1%{?dist}
Release: 1%{?dist}
Summary: Notification daemon with GTK GUI
Summary: Notification daemon with GTK GUI
Provides: desktop-notification-daemon
Provides: desktop-notification-daemon
...
...
meson.build
View file @
4275fa39
project('sway-notificaton-center', ['c', 'vala'],
project('sway-notificaton-center', ['c', 'vala'],
version: '0.10.
0
',
version: '0.10.
1
',
meson_version: '>= 0.59.0',
meson_version: '>= 0.59.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