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
3ece57f7
Commit
3ece57f7
authored
Jul 15, 2025
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bumped version to v0.12.1
parent
3ef2be03
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
PKGBUILD-git
build-scripts/PKGBUILD-git
+2
-2
swaync-git.rpkg.spec
build-scripts/swaync-git.rpkg.spec
+1
-1
swaync.rpkg.spec
build-scripts/swaync.rpkg.spec
+2
-2
meson.build
meson.build
+1
-1
meson.build
src/meson.build
+1
-1
No files found.
build-scripts/PKGBUILD-git
View file @
3ece57f7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: Erik Reider <erik.reider@protonmail.com>
# Maintainer: Erik Reider <erik.reider@protonmail.com>
pkgname
=
swaync-git
pkgname
=
swaync-git
_pkgname
=
swaync
_pkgname
=
swaync
pkgver
=
r5
86.a405217
pkgver
=
r5
93.c6e2bcd
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"
url
=
"https://github.com/ErikReider/SwayNotificationCenter"
url
=
"https://github.com/ErikReider/SwayNotificationCenter"
...
@@ -12,7 +12,7 @@ arch=(
...
@@ -12,7 +12,7 @@ arch=(
'armv7h'
# ARM v7 hardfloat
'armv7h'
# ARM v7 hardfloat
)
)
license
=(
'GPL3'
)
license
=(
'GPL3'
)
depends
=(
"gtk4"
"gtk4-layer-shell"
"dbus"
"glib2"
"gobject-introspection"
"libgee"
"json-glib"
"libpulse"
"gvfs"
"libnotify"
"granite7"
"blueprint-compiler"
"libadwaita"
)
depends
=(
"gtk4"
"gtk4-layer-shell
>=1.1.1
"
"dbus"
"glib2"
"gobject-introspection"
"libgee"
"json-glib"
"libpulse"
"gvfs"
"libnotify"
"granite7"
"blueprint-compiler"
"libadwaita"
)
conflicts
=(
"swaync"
"swaync-client"
)
conflicts
=(
"swaync"
"swaync-client"
)
provides
=(
"swaync"
"swaync-client"
"notification-daemon"
)
provides
=(
"swaync"
"swaync-client"
"notification-daemon"
)
makedepends
=(
"vala>=0.56"
meson git scdoc sassc
)
makedepends
=(
"vala>=0.56"
meson git scdoc sassc
)
...
...
build-scripts/swaync-git.rpkg.spec
View file @
3ece57f7
...
@@ -18,7 +18,7 @@ BuildRequires: meson >= 1.5.1
...
@@ -18,7 +18,7 @@ BuildRequires: meson >= 1.5.1
BuildRequires: vala >= 0.56
BuildRequires: vala >= 0.56
BuildRequires: scdoc
BuildRequires: scdoc
BuildRequires: pkgconfig(gtk4) >= 4.16
BuildRequires: pkgconfig(gtk4) >= 4.16
BuildRequires: pkgconfig(gtk4-layer-shell-0) >= 1.
0.4
BuildRequires: pkgconfig(gtk4-layer-shell-0) >= 1.
1.1
BuildRequires: pkgconfig(json-glib-1.0) >= 1.0
BuildRequires: pkgconfig(json-glib-1.0) >= 1.0
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.5
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.5
BuildRequires: pkgconfig(glib-2.0) >= 2.50
BuildRequires: pkgconfig(glib-2.0) >= 2.50
...
...
build-scripts/swaync.rpkg.spec
View file @
3ece57f7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
%global alt_pkg_name swaync
%global alt_pkg_name swaync
Name: {{{ git_repo_name }}}
Name: {{{ git_repo_name }}}
Version: 0.12.
0
Version: 0.12.
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
...
@@ -17,7 +17,7 @@ BuildRequires: meson >= 1.5.1
...
@@ -17,7 +17,7 @@ BuildRequires: meson >= 1.5.1
BuildRequires: vala >= 0.56
BuildRequires: vala >= 0.56
BuildRequires: scdoc
BuildRequires: scdoc
BuildRequires: pkgconfig(gtk4) >= 4.16
BuildRequires: pkgconfig(gtk4) >= 4.16
BuildRequires: pkgconfig(gtk4-layer-shell-0) >= 1.
0.4
BuildRequires: pkgconfig(gtk4-layer-shell-0) >= 1.
1.1
BuildRequires: pkgconfig(json-glib-1.0) >= 1.0
BuildRequires: pkgconfig(json-glib-1.0) >= 1.0
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.5
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.5
BuildRequires: pkgconfig(glib-2.0) >= 2.50
BuildRequires: pkgconfig(glib-2.0) >= 2.50
...
...
meson.build
View file @
3ece57f7
project('sway-notificaton-center', ['c', 'vala'],
project('sway-notificaton-center', ['c', 'vala'],
version: '0.12.
0
',
version: '0.12.
1
',
meson_version: '>= 0.60.0',
meson_version: '>= 0.60.0',
default_options: [ 'warning_level=2' ],
default_options: [ 'warning_level=2' ],
)
)
...
...
src/meson.build
View file @
3ece57f7
...
@@ -77,7 +77,7 @@ app_sources = [
...
@@ -77,7 +77,7 @@ app_sources = [
assert(vala.version() >= '0.56')
assert(vala.version() >= '0.56')
app_deps = [
app_deps = [
dependency('gtk4-layer-shell-0', version: '>= 1.
0.4
'),
dependency('gtk4-layer-shell-0', version: '>= 1.
1.1
'),
dependency('gio-2.0', version: '>= 2.50'),
dependency('gio-2.0', version: '>= 2.50'),
dependency('gio-unix-2.0', version: '>= 2.50'),
dependency('gio-unix-2.0', version: '>= 2.50'),
dependency('gtk4', version: '>= 4.16.13'),
dependency('gtk4', version: '>= 4.16.13'),
...
...
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