Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: add updateScript to gnome circle packages #367823

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion pkgs/applications/graphics/gnome-decoder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
, appstream-glib
, desktop-file-utils
, glycin-loaders
, nix-update-script
}:

clangStdenv.mkDerivation rec {
Expand Down Expand Up @@ -80,12 +81,16 @@ clangStdenv.mkDerivation rec {
gst-plugins-rs # for gtk4paintablesink
];

passthru = {
updateScript = nix-update-script { };
};

meta = with lib; {
description = "Scan and Generate QR Codes";
homepage = "https://gitlab.gnome.org/World/decoder";
license = licenses.gpl3Plus;
platforms = platforms.linux;
mainProgram = "decoder";
maintainers = with maintainers; [ zendo ];
maintainers = with maintainers; [ zendo ] ++ lib.teams.gnome-circle.members;
};
}
5 changes: 5 additions & 0 deletions pkgs/applications/graphics/gnome-obfuscate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
gdk-pixbuf,
libadwaita,
Foundation,
nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
Expand Down Expand Up @@ -70,6 +71,10 @@ stdenv.mkDerivation (finalAttrs: {
Foundation
];

passthru = {
updateScript = nix-update-script { };
};

meta = with lib; {
description = "Censor private information";
homepage = "https://gitlab.gnome.org/World/obfuscate";
Expand Down
5 changes: 5 additions & 0 deletions pkgs/by-name/am/amberol/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
gst_all_1,
libadwaita,
dbus,
nix-update-script,
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -72,6 +73,10 @@ stdenv.mkDerivation rec {
gst-libav
]);

passthru = {
updateScript = nix-update-script { };
};

meta = {
homepage = "https://gitlab.gnome.org/World/amberol";
description = "Small and simple sound and music player";
Expand Down
2 changes: 2 additions & 0 deletions pkgs/by-name/ap/apostrophe/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
webkitgtk_6_0,
texliveMedium,
shared-mime-info,
nix-update-script,
}:

let
Expand Down Expand Up @@ -98,6 +99,7 @@ python3Packages.buildPythonApplication {

passthru = {
inherit reveal-js;
updateScript = nix-update-script { };
};

meta = {
Expand Down
5 changes: 5 additions & 0 deletions pkgs/by-name/au/authenticator/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
, wayland
, zbar
, glycin-loaders
, nix-update-script
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -80,6 +81,10 @@ stdenv.mkDerivation rec {
zbar
];

passthru = {
updateScript = nix-update-script { };
};

meta = {
description = "Two-factor authentication code generator for GNOME";
mainProgram = "authenticator";
Expand Down
5 changes: 5 additions & 0 deletions pkgs/by-name/bi/biblioteca/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
wrapGAppsHook4,
glib-networking,
symlinkJoin,
nix-update-script,
extraDocsPackage ? [ ],
}:

Expand Down Expand Up @@ -93,6 +94,10 @@ stdenv.mkDerivation (finalAttrs: {

doCheck = true;

passthru = {
updateScript = nix-update-script { };
};

meta = {
homepage = "https://apps.gnome.org/Biblioteca/";
platforms = lib.platforms.linux;
Expand Down
5 changes: 5 additions & 0 deletions pkgs/by-name/bi/binary/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
libadwaita,
meson,
ninja,
nix-update-script,
pkg-config,
python3Packages,
wrapGAppsHook4,
Expand Down Expand Up @@ -56,6 +57,10 @@ python3Packages.buildPythonApplication rec {
mesonCheckPhase
'';

passthru = {
updateScript = nix-update-script { };
};

meta = {
description = "Small and simple app to convert numbers to a different base";
homepage = "https://github.com/fizzyizzy05/binary";
Expand Down
5 changes: 5 additions & 0 deletions pkgs/by-name/bl/blanket/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
libadwaita,
gobject-introspection,
gst_all_1,
nix-update-script,
}:

python3Packages.buildPythonApplication rec {
Expand Down Expand Up @@ -62,6 +63,10 @@ python3Packages.buildPythonApplication rec {
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';

passthru = {
updateScript = nix-update-script { };
};

meta = {
description = "Listen to different sounds";
homepage = "https://github.com/rafaelmardojai/blanket";
Expand Down
5 changes: 5 additions & 0 deletions pkgs/by-name/bo/boatswain/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
libsecret,
libsoup_3,
libpeas2,
nix-update-script,
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -56,6 +57,10 @@ stdenv.mkDerivation rec {
libpeas2
];

passthru = {
updateScript = nix-update-script { };
};

meta = with lib; {
description = "Control Elgato Stream Deck devices";
homepage = "https://gitlab.gnome.org/World/boatswain";
Expand Down
5 changes: 5 additions & 0 deletions pkgs/by-name/ca/cartridges/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
libadwaita,
meson,
ninja,
nix-update-script,
pkg-config,
python3Packages,
wrapGAppsHook4,
Expand Down Expand Up @@ -69,6 +70,10 @@ python3Packages.buildPythonApplication rec {
mesonCheckPhase
'';

passthru = {
updateScript = nix-update-script { };
};

meta = {
description = "GTK4 + Libadwaita game launcher";
longDescription = ''
Expand Down
5 changes: 5 additions & 0 deletions pkgs/by-name/ch/chess-clock/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
libadwaita,
meson,
ninja,
nix-update-script,
pkg-config,
python3,
stdenv,
Expand Down Expand Up @@ -46,6 +47,10 @@ stdenv.mkDerivation rec {
))
];

passthru = {
updateScript = nix-update-script { };
};

meta = {
description = "Time games of over-the-board chess";
homepage = "https://gitlab.gnome.org/World/chess-clock";
Expand Down
11 changes: 8 additions & 3 deletions pkgs/by-name/ci/citations/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
testers,
wrapGAppsHook4,
clippy,
nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
Expand Down Expand Up @@ -80,9 +81,13 @@ stdenv.mkDerivation (finalAttrs: {
sed -i -e '/PATH=/d' ../src/meson.build
'';

passthru.tests.version = testers.testVersion {
package = finalAttrs.finalPackage;
command = "citations --help";
passthru = {
tests.version = testers.testVersion {
package = finalAttrs.finalPackage;
command = "citations --help";
};

updateScript = nix-update-script { };
};

meta = with lib; {
Expand Down
5 changes: 5 additions & 0 deletions pkgs/by-name/cl/clairvoyant/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
stdenv,
vala,
wrapGAppsHook4,
nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
Expand Down Expand Up @@ -37,6 +38,10 @@ stdenv.mkDerivation (finalAttrs: {
libportal
];

passthru = {
updateScript = nix-update-script { };
};

meta = {
changelog = "https://github.com/cassidyjames/clairvoyant/releases/tag/${finalAttrs.version}";
description = "Ask questions, get psychic answers";
Expand Down
5 changes: 5 additions & 0 deletions pkgs/by-name/cu/curtail/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
optipng,
pngquant,
oxipng,
nix-update-script,
}:

python3.pkgs.buildPythonApplication rec {
Expand Down Expand Up @@ -76,6 +77,10 @@ python3.pkgs.buildPythonApplication rec {
)
'';

passthru = {
updateScript = nix-update-script { };
};

meta = with lib; {
description = "Simple & useful image compressor";
mainProgram = "curtail";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/de/decoder/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
mainProgram = "decoder";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ Luflosi ] ++ lib.teams.gnome-circle.members;
maintainers = with maintainers; [ Luflosi ];
};
}
5 changes: 5 additions & 0 deletions pkgs/by-name/de/deja-dup/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
json-glib,
duplicity,
rclone,
nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
Expand Down Expand Up @@ -74,6 +75,10 @@ stdenv.mkDerivation (finalAttrs: {
)
'';

passthru = {
updateScript = nix-update-script { };
};

meta = with lib; {
description = "Simple backup tool";
longDescription = ''
Expand Down
5 changes: 5 additions & 0 deletions pkgs/by-name/di/diebahn/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
gettext,
darwin,
blueprint-compiler,
nix-update-script,
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -76,6 +77,10 @@ stdenv.mkDerivation rec {
GETTEXT_LIB_DIR = "${lib.getLib gettext}/lib";
};

passthru = {
updateScript = nix-update-script { };
};

meta = {
changelog = "https://gitlab.com/schmiddi-on-mobile/railway/-/blob/${src.rev}/CHANGELOG.md";
description = "Travel with all your train information in one place. Also known as Railway";
Expand Down
5 changes: 5 additions & 0 deletions pkgs/by-name/ea/eartag/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
librsvg,
python3Packages,
blueprint-compiler,
nix-update-script,
}:

python3Packages.buildPythonApplication rec {
Expand Down Expand Up @@ -73,6 +74,10 @@ python3Packages.buildPythonApplication rec {
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';

passthru = {
updateScript = nix-update-script { };
};

meta = with lib; {
homepage = "https://gitlab.gnome.org/World/eartag";
description = "Simple music tag editor";
Expand Down
5 changes: 5 additions & 0 deletions pkgs/by-name/el/elastic/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
, wrapGAppsHook4
, desktop-file-utils
, template-glib
, nix-update-script
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -45,6 +46,10 @@ stdenv.mkDerivation rec {
template-glib
];

passthru = {
updateScript = nix-update-script { };
};

meta = with lib; {
description = "Design spring animations";
homepage = "https://gitlab.gnome.org/World/elastic/";
Expand Down
5 changes: 5 additions & 0 deletions pkgs/by-name/em/emblem/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
libadwaita,
libxml2,
darwin,
nix-update-script,
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -62,6 +63,10 @@ stdenv.mkDerivation rec {
]
);

passthru = {
updateScript = nix-update-script { };
};

meta = {
description = "Generate project icons and avatars from a symbolic icon";
mainProgram = "emblem";
Expand Down
5 changes: 5 additions & 0 deletions pkgs/by-name/er/errands/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
libportal,
gtk4,
gtksourceview5,
nix-update-script,
}:
python3Packages.buildPythonApplication rec {
pname = "errands";
Expand Down Expand Up @@ -59,6 +60,10 @@ python3Packages.buildPythonApplication rec {
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';

passthru = {
updateScript = nix-update-script { };
};

meta = {
description = "Manage your tasks";
changelog = "https://github.com/mrvladus/Errands/releases/tag/${version}";
Expand Down
Loading
Loading