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
a84b8f42
Commit
a84b8f42
authored
Apr 08, 2025
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed PKGBUILD depending on gtk3
parent
3d719a82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
PKGBUILD-git
build-scripts/PKGBUILD-git
+2
-2
No files found.
build-scripts/PKGBUILD-git
View file @
a84b8f42
...
...
@@ -2,7 +2,7 @@
# Maintainer: Erik Reider <erik.reider@protonmail.com>
pkgname
=
swaync-git
_pkgname
=
swaync
pkgver
=
r56
0.a935000
pkgver
=
r56
1.3d719a8
pkgrel
=
1
pkgdesc
=
"A simple notification daemon with a GTK panel for checking previous notifications like other DEs"
url
=
"https://github.com/ErikReider/SwayNotificationCenter"
...
...
@@ -12,7 +12,7 @@ arch=(
'armv7h'
# ARM v7 hardfloat
)
license
=(
'GPL3'
)
depends
=(
"gtk
3
"
"gtk4-layer-shell"
"dbus"
"glib2"
"gobject-introspection"
"libgee"
"json-glib"
"libpulse"
"gvfs"
"libnotify"
"granite7"
"blueprint-compiler"
"libadwaita"
)
depends
=(
"gtk
4
"
"gtk4-layer-shell"
"dbus"
"glib2"
"gobject-introspection"
"libgee"
"json-glib"
"libpulse"
"gvfs"
"libnotify"
"granite7"
"blueprint-compiler"
"libadwaita"
)
conflicts
=(
"swaync"
"swaync-client"
)
provides
=(
"swaync"
"swaync-client"
"notification-daemon"
)
makedepends
=(
"vala>=0.56"
meson git scdoc sassc
)
...
...
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