From e5de83645c2163faf0d26571d388cdf9e7597656 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:00:03 +0100 Subject: [PATCH] Added gvfs and libnotify --- build-scripts/PKGBUILD | 4 ++-- build-scripts/PKGBUILD-git | 6 +++--- build-scripts/swaync.rpkg.spec | 4 +++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/build-scripts/PKGBUILD b/build-scripts/PKGBUILD index 30f4e0a..909a2d5 100644 --- a/build-scripts/PKGBUILD +++ b/build-scripts/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Erik Reider 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) diff --git a/build-scripts/PKGBUILD-git b/build-scripts/PKGBUILD-git index 242e878..7253b1e 100644 --- a/build-scripts/PKGBUILD-git +++ b/build-scripts/PKGBUILD-git @@ -2,8 +2,8 @@ # Maintainer: Erik Reider pkgname=swaync-git _pkgname=swaync -pkgver=r448.ba4a266 -pkgrel=2 +pkgver=r488.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) diff --git a/build-scripts/swaync.rpkg.spec b/build-scripts/swaync.rpkg.spec index 3813cee..3dc41b7 100644 --- a/build-scripts/swaync.rpkg.spec +++ b/build-scripts/swaync.rpkg.spec @@ -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}