Commit 873bb550 authored by Erik Reider's avatar Erik Reider

Added notification-daemon as a proves to PKGBUILDs

parent 0a6d1f6e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Erik Reider <erik.reider@protonmail.com> # Maintainer: Erik Reider <erik.reider@protonmail.com>
pkgname=swaync pkgname=swaync
pkgver=0.8.0 pkgver=0.8.0
pkgrel=1 pkgrel=2
pkgdesc="A simple notificaion daemon with a GTK panel for checking previous notifications like other DEs" pkgdesc="A simple notificaion daemon with a GTK panel for checking previous notifications like other DEs"
_pkgfoldername=SwayNotificationCenter _pkgfoldername=SwayNotificationCenter
url="https://github.com/ErikReider/$_pkgfoldername" url="https://github.com/ErikReider/$_pkgfoldername"
...@@ -14,7 +14,7 @@ arch=( ...@@ -14,7 +14,7 @@ arch=(
license=(GPL3) 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")
conflicts=("swaync" "swaync-client") conflicts=("swaync" "swaync-client")
provides=("swaync" "swaync-client") provides=("swaync" "swaync-client" "notification-daemon")
makedepends=(vala meson git scdoc) makedepends=(vala meson git scdoc)
source=("${_pkgfoldername}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") source=("${_pkgfoldername}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('0640043fef600a5a494ac22f09e99118462e7ef2bdfd7fc85230b3e517bfc7d6') sha256sums=('0640043fef600a5a494ac22f09e99118462e7ef2bdfd7fc85230b3e517bfc7d6')
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
pkgname=swaync-git pkgname=swaync-git
_pkgname=swaync _pkgname=swaync
pkgver=v0.8.0.r2.g50f40a2 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" pkgdesc="A simple notificaion daemon with a GTK panel for checking previous notifications like other DEs"
url="https://github.com/ErikReider/SwayNotificationCenter" url="https://github.com/ErikReider/SwayNotificationCenter"
arch=( arch=(
...@@ -14,7 +14,7 @@ arch=( ...@@ -14,7 +14,7 @@ arch=(
license=('GPL3') 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" )
conflicts=("swaync" "swaync-client") conflicts=("swaync" "swaync-client")
provides=("swaync" "swaync-client") provides=("swaync" "swaync-client" "notification-daemon")
makedepends=(vala meson git scdoc) makedepends=(vala meson git scdoc)
source=("$_pkgname::git+$url") source=("$_pkgname::git+$url")
sha256sums=('SKIP') sha256sums=('SKIP')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment