mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
showtime: 46.3 -> 47.0
Diff: https://gitlab.gnome.org/GNOME/Incubator/showtime/-/compare/refs/tags/46.3...47.0
(cherry picked from commit 645133d1f0
)
This commit is contained in:
parent
0283be4a99
commit
504cd85fdf
@ -1,40 +1,45 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
python3Packages,
|
|
||||||
fetchFromGitLab,
|
|
||||||
appstream,
|
appstream,
|
||||||
blueprint-compiler,
|
blueprint-compiler,
|
||||||
desktop-file-utils,
|
desktop-file-utils,
|
||||||
|
fetchFromGitLab,
|
||||||
glib,
|
glib,
|
||||||
gobject-introspection,
|
gobject-introspection,
|
||||||
gst_all_1,
|
gst_all_1,
|
||||||
|
gtk4,
|
||||||
libadwaita,
|
libadwaita,
|
||||||
meson,
|
meson,
|
||||||
ninja,
|
ninja,
|
||||||
|
nix-update-script,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
python3Packages,
|
||||||
wrapGAppsHook4,
|
wrapGAppsHook4,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "showtime";
|
pname = "showtime";
|
||||||
version = "46.3";
|
version = "47.0";
|
||||||
pyproject = false;
|
pyproject = false;
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
|
domain = "gitlab.gnome.org";
|
||||||
group = "GNOME";
|
group = "GNOME";
|
||||||
owner = "Incubator";
|
owner = "Incubator";
|
||||||
repo = "showtime";
|
repo = "showtime";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-0qT62VoodRcrxYNTtZk+KqxzhflxFU/HPtj2u0wRSH0=";
|
hash = "sha256-Bnz+LFyvwSjkrbePmoVZZqy2pNLqiyJTsZsSuUyDy+E=";
|
||||||
domain = "gitlab.gnome.org";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
appstream
|
appstream
|
||||||
blueprint-compiler
|
blueprint-compiler
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
glib # for `glib-compile-schemas`
|
glib # For `glib-compile-schemas`
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
|
gtk4 # For `gtk-update-icon-cache`
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
@ -42,12 +47,12 @@ python3Packages.buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gst_all_1.gstreamer
|
|
||||||
gst_all_1.gst-plugins-bad
|
gst_all_1.gst-plugins-bad
|
||||||
gst_all_1.gst-plugins-base
|
gst_all_1.gst-plugins-base
|
||||||
gst_all_1.gst-plugins-good
|
gst_all_1.gst-plugins-good
|
||||||
gst_all_1.gst-plugins-rs
|
gst_all_1.gst-plugins-rs
|
||||||
gst_all_1.gst-plugins-ugly
|
gst_all_1.gst-plugins-ugly
|
||||||
|
gst_all_1.gstreamer
|
||||||
libadwaita
|
libadwaita
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -58,6 +63,10 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
pythonImportsCheck = [ "showtime" ];
|
pythonImportsCheck = [ "showtime" ];
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
updateScript = nix-update-script { };
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Watch without distraction";
|
description = "Watch without distraction";
|
||||||
homepage = "https://apps.gnome.org/Showtime";
|
homepage = "https://apps.gnome.org/Showtime";
|
||||||
|
Loading…
Reference in New Issue
Block a user