krename: re-init at 5.0.60

Co-authored-by: kuflierl <41301536+kuflierl@users.noreply.github.com>

+65 -1
+65
pkgs/by-name/kr/krename/package.nix
··· 1 + { 2 + stdenv, 3 + fetchFromGitLab, 4 + lib, 5 + extra-cmake-modules, 6 + kdePackages, 7 + taglib, 8 + exiv2, 9 + podofo_0_10, 10 + }: 11 + 12 + stdenv.mkDerivation (finalAttrs: { 13 + pname = "krename"; 14 + version = "5.0.60-unstable-2025-09-02"; 15 + 16 + # For when the next stable release is made 17 + # src = fetchurl { 18 + # url = "mirror://kde/stable/krename/${version}/src/krename-${finalAttrs.version}.tar.xz"; 19 + # hash = "sha256-sjxgp93Z9ttN1/VaxV/MqKVY+miq+PpcuJ4er2kvI+0="; 20 + # }; 21 + 22 + src = fetchFromGitLab { 23 + domain = "invent.kde.org"; 24 + owner = "utilities"; 25 + repo = "krename"; 26 + 27 + rev = "5ad5f5a1f0a1c7573fa1b872a1472dec96fe0dd7"; 28 + hash = "sha256-fGNiIGGq10F71wh37aKDB7Q3fCxSXqttg/176LH3nVM="; 29 + }; 30 + 31 + buildInputs = with kdePackages; [ 32 + exiv2 33 + podofo_0_10 34 + kio 35 + kxmlgui 36 + qtbase 37 + qtdeclarative 38 + qt5compat 39 + taglib 40 + ]; 41 + 42 + nativeBuildInputs = [ 43 + extra-cmake-modules 44 + kdePackages.kdoctools 45 + kdePackages.wrapQtAppsHook 46 + ]; 47 + 48 + env.NIX_LDFLAGS = "-ltag"; 49 + 50 + meta = { 51 + description = "Powerful batch renamer for KDE"; 52 + mainProgram = "krename"; 53 + homepage = "https://kde.org/applications/utilities/krename/"; 54 + license = with lib.licenses; [ 55 + bsd3 56 + cc0 57 + gpl2Plus 58 + ]; 59 + maintainers = with lib.maintainers; [ 60 + peterhoeg 61 + kuflierl 62 + ]; 63 + inherit (kdePackages.qtbase.meta) platforms; 64 + }; 65 + })
-1
pkgs/top-level/aliases.nix
··· 1261 1261 kramdown-rfc2629 = throw "'kramdown-rfc2629' has been renamed to/replaced by 'rubyPackages.kramdown-rfc2629'"; # Converted to throw 2024-10-17 1262 1262 krb5Full = krb5; 1263 1263 kreative-square-fonts = throw "'kreative-square-fonts' has been renamed to 'kreative-square'"; # Added 2025-04-16 1264 - krename = throw "'krename' has been removed, as it is unmaintained upstream"; # Added 2025-08-30 1265 1264 krita-beta = throw "'krita-beta' has been renamed to/replaced by 'krita'"; # Converted to throw 2024-10-17 1266 1265 krun = throw "'krun' has been renamed to/replaced by 'muvm'"; # Added 2025-05-01 1267 1266 krunner-pass = throw "'krunner-pass' has been removed, as it only works on Plasma 5"; # Added 2025-08-30