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
e5de8364
Commit
e5de8364
authored
Dec 14, 2023
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added gvfs and libnotify
parent
624e4679
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
PKGBUILD
build-scripts/PKGBUILD
+2
-2
PKGBUILD-git
build-scripts/PKGBUILD-git
+3
-3
swaync.rpkg.spec
build-scripts/swaync.rpkg.spec
+3
-1
No files found.
build-scripts/PKGBUILD
View file @
e5de8364
...
...
@@ -2,7 +2,7 @@
# Maintainer: Erik Reider <erik.reider@protonmail.com>
pkgname
=
swaync
pkgver
=
0.9.0
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"A simple notification daemon with a GTK panel for checking previous notifications like other DEs"
_pkgfoldername
=
SwayNotificationCenter
url
=
"https://github.com/ErikReider/
$_pkgfoldername
"
...
...
@@ -12,7 +12,7 @@ arch=(
'armv7h'
# ARM v7 hardfloat
)
license
=(
GPL3
)
depends
=(
"gtk3"
"gtk-layer-shell"
"dbus"
"glib2"
"gobject-introspection"
"libgee"
"json-glib"
"libhandy"
"libpulse"
)
depends
=(
"gtk3"
"gtk-layer-shell"
"dbus"
"glib2"
"gobject-introspection"
"libgee"
"json-glib"
"libhandy"
"libpulse"
"gvfs"
"libnotify"
)
conflicts
=(
"swaync"
"swaync-client"
)
provides
=(
"swaync"
"swaync-client"
"notification-daemon"
)
makedepends
=(
vala meson git scdoc sassc
)
...
...
build-scripts/PKGBUILD-git
View file @
e5de8364
...
...
@@ -2,8 +2,8 @@
# Maintainer: Erik Reider <erik.reider@protonmail.com>
pkgname=swaync-git
_pkgname=swaync
pkgver=r4
48.ba4a266
pkgrel=
2
pkgver=r4
88.624e467
pkgrel=
3
pkgdesc="A simple notification daemon with a GTK panel for checking previous notifications like other DEs"
url="https://github.com/ErikReider/SwayNotificationCenter"
arch=(
...
...
@@ -12,7 +12,7 @@ arch=(
'armv7h' # ARM v7 hardfloat
)
license=('GPL3')
depends=("gtk3" "gtk-layer-shell" "dbus" "glib2" "gobject-introspection" "libgee" "json-glib" "libhandy" "libpulse" )
depends=("gtk3" "gtk-layer-shell" "dbus" "glib2" "gobject-introspection" "libgee" "json-glib" "libhandy" "libpulse"
"gvfs" "libnotify"
)
conflicts=("swaync" "swaync-client")
provides=("swaync" "swaync-client" "notification-daemon")
makedepends=(vala meson git scdoc sassc)
...
...
build-scripts/swaync.rpkg.spec
View file @
e5de8364
...
...
@@ -3,7 +3,7 @@
Name: {{{ git_dir_name }}}
Version: 0.9.0
Release:
1
%{?dist}
Release:
2
%{?dist}
Summary: Notification daemon with GTK GUI
Provides: desktop-notification-daemon
Provides: sway-notification-center = %{version}-%{release}
...
...
@@ -30,6 +30,8 @@ BuildRequires: systemd-devel
BuildRequires: systemd
BuildRequires: sassc
Requires: gvfs
Requires: libnotify
Requires: dbus
%{?systemd_requires}
...
...
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