mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
Merge pull request #187667 from SuperSandro2000/celluloid
celluloid: 0.23 -> 0.24
This commit is contained in:
commit
b9c7a63f5a
@ -3,10 +3,10 @@
|
||||
, fetchFromGitHub
|
||||
, appstream-glib
|
||||
, desktop-file-utils
|
||||
, libepoxy
|
||||
, glib
|
||||
, gtk4
|
||||
, wayland
|
||||
, libepoxy
|
||||
, libadwaita
|
||||
, meson
|
||||
, mpv
|
||||
, ninja
|
||||
@ -18,13 +18,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "celluloid";
|
||||
version = "0.23";
|
||||
version = "0.24";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "celluloid-player";
|
||||
repo = "celluloid";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-YKDud/UJJx9ko5k+Oux8mUUme0MXaRMngESE14Hhxv8=";
|
||||
hash = "sha256-8Y/dCeoS29R1UHwmLOp0d+JNNC4JH5pLpiqfBZU+kLI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -36,11 +36,12 @@ stdenv.mkDerivation rec {
|
||||
python3
|
||||
wrapGAppsHook4
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libepoxy
|
||||
glib
|
||||
gtk4
|
||||
wayland
|
||||
libadwaita
|
||||
libepoxy
|
||||
mpv
|
||||
];
|
||||
|
||||
@ -50,6 +51,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
attrPath = pname;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/celluloid-player/celluloid";
|
||||
description = "Simple GTK frontend for the mpv video player";
|
||||
@ -62,8 +67,4 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ AndersonTorres ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
attrPath = pname;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user