swaynotificationcenter: 0.11.0 -> 0.12.0
This commit is contained in:
@@ -5,18 +5,19 @@
|
||||
testers,
|
||||
wrapGAppsHook3,
|
||||
bash-completion,
|
||||
blueprint-compiler,
|
||||
dbus,
|
||||
dbus-glib,
|
||||
fish,
|
||||
gdk-pixbuf,
|
||||
glib,
|
||||
gobject-introspection,
|
||||
gtk-layer-shell,
|
||||
gtk3,
|
||||
gtk4-layer-shell,
|
||||
gtk4,
|
||||
gvfs,
|
||||
json-glib,
|
||||
libadwaita,
|
||||
libgee,
|
||||
libhandy,
|
||||
libnotify,
|
||||
libpulseaudio,
|
||||
librsvg,
|
||||
@@ -34,13 +35,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "SwayNotificationCenter";
|
||||
version = "0.11.0";
|
||||
version = "0.12.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ErikReider";
|
||||
repo = "SwayNotificationCenter";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-kRawYbBLVx0ie4t7tChkA8QJShS83fUcGrJSKkxBy8Q=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-F7fccUaQUSHHqXO0lvnW1H3Af2YTQwQ17rNFhprgFz4=";
|
||||
};
|
||||
|
||||
# build pkg-config is required to locate the native `scdoc` input
|
||||
@@ -48,6 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
nativeBuildInputs = [
|
||||
bash-completion
|
||||
blueprint-compiler
|
||||
# cmake # currently conflicts with meson
|
||||
fish
|
||||
glib
|
||||
@@ -67,16 +69,16 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
dbus-glib
|
||||
gdk-pixbuf
|
||||
glib
|
||||
gtk-layer-shell
|
||||
gtk3
|
||||
gtk4-layer-shell
|
||||
gtk4
|
||||
gvfs
|
||||
json-glib
|
||||
libadwaita
|
||||
libgee
|
||||
libhandy
|
||||
libnotify
|
||||
libpulseaudio
|
||||
librsvg
|
||||
pantheon.granite
|
||||
pantheon.granite7
|
||||
# systemd # ends with broken permission
|
||||
wayland-scanner
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user