2022-11-07T05:09:43 ark 22.08.2 -> 22.08.3 https://repology.org/metapackage/ark/versions 2022-11-07T05:09:46 attrpath: libsForQt5.ark 2022-11-07T05:09:46 Checking auto update branch... 2022-11-07T05:09:46 No auto update branch exists 2022-11-07T05:09:46 Old version 22.08.2" not present in master derivation file with contents: { mkDerivation, lib, extra-cmake-modules, kdoctools , breeze-icons, karchive, kconfig, kcrash, kdbusaddons, ki18n , kiconthemes, kitemmodels, khtml, kio, kparts, kpty, kservice, kwidgetsaddons , libarchive, libzip # Archive tools , p7zip, lrzip # Unfree tools , unfreeEnableUnrar ? false, unrar }: let extraTools = [ p7zip lrzip ] ++ lib.optional unfreeEnableUnrar unrar; in mkDerivation { pname = "ark"; outputs = [ "out" "dev" ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ]; buildInputs = [ libarchive libzip ] ++ extraTools; propagatedBuildInputs = [ breeze-icons karchive kconfig kcrash kdbusaddons khtml ki18n kiconthemes kio kitemmodels kparts kpty kservice kwidgetsaddons ]; qtWrapperArgs = [ "--prefix" "PATH" ":" (lib.makeBinPath extraTools) ]; meta = with lib; { homepage = "https://apps.kde.org/ark/"; description = "Graphical file compression/decompression utility"; license = with licenses; [ gpl2 lgpl3 ] ++ optional unfreeEnableUnrar unfree; maintainers = [ maintainers.ttuegel ]; }; } 2022-11-07T06:12:47 ark 22.08.2 -> 22.08.3 https://repology.org/metapackage/ark/versions 2022-11-07T06:12:49 attrpath: libsForQt5.ark 2022-11-07T06:12:49 Checking auto update branch... 2022-11-07T06:12:49 No auto update branch exists 2022-11-07T06:12:50 Old version 22.08.2" not present in master derivation file with contents: { mkDerivation, lib, extra-cmake-modules, kdoctools , breeze-icons, karchive, kconfig, kcrash, kdbusaddons, ki18n , kiconthemes, kitemmodels, khtml, kio, kparts, kpty, kservice, kwidgetsaddons , libarchive, libzip # Archive tools , p7zip, lrzip # Unfree tools , unfreeEnableUnrar ? false, unrar }: let extraTools = [ p7zip lrzip ] ++ lib.optional unfreeEnableUnrar unrar; in mkDerivation { pname = "ark"; outputs = [ "out" "dev" ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ]; buildInputs = [ libarchive libzip ] ++ extraTools; propagatedBuildInputs = [ breeze-icons karchive kconfig kcrash kdbusaddons khtml ki18n kiconthemes kio kitemmodels kparts kpty kservice kwidgetsaddons ]; qtWrapperArgs = [ "--prefix" "PATH" ":" (lib.makeBinPath extraTools) ]; meta = with lib; { homepage = "https://apps.kde.org/ark/"; description = "Graphical file compression/decompression utility"; license = with licenses; [ gpl2 lgpl3 ] ++ optional unfreeEnableUnrar unfree; maintainers = [ maintainers.ttuegel ]; }; }