Added gvfs and libnotify
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Erik Reider <erik.reider@protonmail.com>
|
# Maintainer: Erik Reider <erik.reider@protonmail.com>
|
||||||
pkgname=swaync
|
pkgname=swaync
|
||||||
pkgver=0.9.0
|
pkgver=0.9.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A simple notification daemon with a GTK panel for checking previous notifications like other DEs"
|
pkgdesc="A simple notification 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"
|
||||||
@@ -12,7 +12,7 @@ arch=(
|
|||||||
'armv7h' # ARM v7 hardfloat
|
'armv7h' # ARM v7 hardfloat
|
||||||
)
|
)
|
||||||
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" "gvfs" "libnotify")
|
||||||
conflicts=("swaync" "swaync-client")
|
conflicts=("swaync" "swaync-client")
|
||||||
provides=("swaync" "swaync-client" "notification-daemon")
|
provides=("swaync" "swaync-client" "notification-daemon")
|
||||||
makedepends=(vala meson git scdoc sassc)
|
makedepends=(vala meson git scdoc sassc)
|
||||||
|
@@ -2,8 +2,8 @@
|
|||||||
# Maintainer: Erik Reider <erik.reider@protonmail.com>
|
# Maintainer: Erik Reider <erik.reider@protonmail.com>
|
||||||
pkgname=swaync-git
|
pkgname=swaync-git
|
||||||
_pkgname=swaync
|
_pkgname=swaync
|
||||||
pkgver=r448.ba4a266
|
pkgver=r488.624e467
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="A simple notification daemon with a GTK panel for checking previous notifications like other DEs"
|
pkgdesc="A simple notification 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=(
|
||||||
@@ -12,7 +12,7 @@ arch=(
|
|||||||
'armv7h' # ARM v7 hardfloat
|
'armv7h' # ARM v7 hardfloat
|
||||||
)
|
)
|
||||||
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" "gvfs" "libnotify")
|
||||||
conflicts=("swaync" "swaync-client")
|
conflicts=("swaync" "swaync-client")
|
||||||
provides=("swaync" "swaync-client" "notification-daemon")
|
provides=("swaync" "swaync-client" "notification-daemon")
|
||||||
makedepends=(vala meson git scdoc sassc)
|
makedepends=(vala meson git scdoc sassc)
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: {{{ git_dir_name }}}
|
Name: {{{ git_dir_name }}}
|
||||||
Version: 0.9.0
|
Version: 0.9.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Notification daemon with GTK GUI
|
Summary: Notification daemon with GTK GUI
|
||||||
Provides: desktop-notification-daemon
|
Provides: desktop-notification-daemon
|
||||||
Provides: sway-notification-center = %{version}-%{release}
|
Provides: sway-notification-center = %{version}-%{release}
|
||||||
@@ -30,6 +30,8 @@ BuildRequires: systemd-devel
|
|||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: sassc
|
BuildRequires: sassc
|
||||||
|
|
||||||
|
Requires: gvfs
|
||||||
|
Requires: libnotify
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user