-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8613cdc
commit dd04d9a
Showing
4 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# vim: ft=PKGBUILD | ||
# Maintainer: Erik Reider <[email protected]> | ||
pkgname=swaync | ||
pkgver=0.9.0 | ||
pkgrel=2 | ||
pkgver=0.10.0 | ||
pkgrel=1 | ||
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" "gvfs" "libnotify") | ||
depends=("gtk3" "gtk-layer-shell" "dbus" "glib2" "gobject-introspection" "libgee" "json-glib" "libhandy" "libpulse" "gvfs" "libnotify" "granite") | ||
conflicts=("swaync" "swaync-client") | ||
provides=("swaync" "swaync-client" "notification-daemon") | ||
makedepends=("vala>=0.56" meson git scdoc sassc) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Maintainer: Erik Reider <[email protected]> | ||
pkgname=swaync-git | ||
_pkgname=swaync | ||
pkgver=r498.71e43ec | ||
pkgver=r510.8613cdc | ||
pkgrel=1 | ||
pkgdesc="A simple notification daemon with a GTK panel for checking previous notifications like other DEs" | ||
url="https://github.com/ErikReider/SwayNotificationCenter" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters