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
873bb550
Commit
873bb550
authored
Feb 28, 2023
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added notification-daemon as a proves to PKGBUILDs
parent
0a6d1f6e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
PKGBUILD
build-scripts/PKGBUILD
+2
-2
PKGBUILD-git
build-scripts/PKGBUILD-git
+2
-2
No files found.
build-scripts/PKGBUILD
View file @
873bb550
...
...
@@ -2,7 +2,7 @@
# Maintainer: Erik Reider <erik.reider@protonmail.com>
pkgname
=
swaync
pkgver
=
0.8.0
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"A simple notificaion daemon with a GTK panel for checking previous notifications like other DEs"
_pkgfoldername
=
SwayNotificationCenter
url
=
"https://github.com/ErikReider/
$_pkgfoldername
"
...
...
@@ -14,7 +14,7 @@ arch=(
license
=(
GPL3
)
depends
=(
"gtk3"
"gtk-layer-shell"
"dbus"
"glib2"
"gobject-introspection"
"libgee"
"json-glib"
"libhandy"
"libpulse"
)
conflicts
=(
"swaync"
"swaync-client"
)
provides
=(
"swaync"
"swaync-client"
)
provides
=(
"swaync"
"swaync-client"
"notification-daemon"
)
makedepends
=(
vala meson git scdoc
)
source
=(
"
${
_pkgfoldername
}
-
${
pkgver
}
.tar.gz::
${
url
}
/archive/v
${
pkgver
}
.tar.gz"
)
sha256sums
=(
'0640043fef600a5a494ac22f09e99118462e7ef2bdfd7fc85230b3e517bfc7d6'
)
...
...
build-scripts/PKGBUILD-git
View file @
873bb550
...
...
@@ -3,7 +3,7 @@
pkgname=swaync-git
_pkgname=swaync
pkgver=v0.8.0.r2.g50f40a2
pkgrel=
1
pkgrel=
2
pkgdesc="A simple notificaion daemon with a GTK panel for checking previous notifications like other DEs"
url="https://github.com/ErikReider/SwayNotificationCenter"
arch=(
...
...
@@ -14,7 +14,7 @@ arch=(
license=('GPL3')
depends=("gtk3" "gtk-layer-shell" "dbus" "glib2" "gobject-introspection" "libgee" "json-glib" "libhandy" "libpulse" )
conflicts=("swaync" "swaync-client")
provides=("swaync" "swaync-client")
provides=("swaync" "swaync-client"
"notification-daemon"
)
makedepends=(vala meson git scdoc)
source=("$_pkgname::git+$url")
sha256sums=('SKIP')
...
...
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