swayosd: unstable-2023-07-18 -> unstable-2023-09-26
This commit is contained in:
parent
6c975d08e3
commit
84a0f95559
2 changed files with 5 additions and 12 deletions
|
@ -18,19 +18,19 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "swayosd";
|
pname = "swayosd";
|
||||||
version = "unstable-2023-07-18";
|
version = "unstable-2023-09-26";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ErikReider";
|
owner = "ErikReider";
|
||||||
repo = "SwayOSD";
|
repo = "SwayOSD";
|
||||||
rev = "b14c83889c7860c174276d05dec6554169a681d9";
|
rev = "1c7d2f5b3ee262f25bdd3c899eadf17efb656d26";
|
||||||
hash = "sha256-MJuTwEI599Y7q+0u0DMxRYaXsZfpksc2csgnK9Ghp/E=";
|
hash = "sha256-Y22O6Ktya/WIhidnoyxnZu5YvXWNmSS6vecDU8zDD34=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoDeps = rustPlatform.fetchCargoTarball {
|
cargoDeps = rustPlatform.fetchCargoTarball {
|
||||||
inherit src;
|
inherit src;
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
hash = "sha256-pExpzQwuHREhgkj+eZ8drBVsh/B3WiQBBh906O6ymFw=";
|
hash = "sha256-tqbMlygX+n14oR1t+0ngjiSG2mHUk/NbiWHk4yEAb2o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A GTK based on screen display for keyboard shortcuts";
|
description = "A GTK based on screen display for keyboard shortcuts";
|
||||||
homepage = "https://github.com/ErikReider/SwayOSD";
|
homepage = "https://github.com/ErikReider/SwayOSD";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ aleksana ];
|
maintainers = with maintainers; [ aleksana barab-i ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,13 +2,6 @@ diff --git a/data/meson.build b/data/meson.build
|
||||||
index fc687a5..68decdf 100644
|
index fc687a5..68decdf 100644
|
||||||
--- a/data/meson.build
|
--- a/data/meson.build
|
||||||
+++ b/data/meson.build
|
+++ b/data/meson.build
|
||||||
@@ -1,5 +1,6 @@
|
|
||||||
datadir = get_option('datadir')
|
|
||||||
sysconfdir = get_option('sysconfdir')
|
|
||||||
+libdir = get_option('libdir')
|
|
||||||
|
|
||||||
# LICENSE
|
|
||||||
install_data(
|
|
||||||
@@ -41,11 +42,7 @@ configure_file(
|
@@ -41,11 +42,7 @@ configure_file(
|
||||||
|
|
||||||
# Systemd service unit
|
# Systemd service unit
|
||||||
|
|
Loading…
Reference in a new issue