lol

konversation: Update/move to KDE Gear

1.7.7 from october 2020 was the last version before Konversation adapted
the KDE Gear versioning schema, so move and thus update it accordingly.

authored by

Klemens Nanni and committed by
Peter Hoeg
0f72d3c8 3b12ce3d

+15 -20
+1
pkgs/applications/kde/default.nix
··· 173 konquest = callPackage ./konquest.nix {}; 174 konsole = callPackage ./konsole.nix {}; 175 kontact = callPackage ./kontact.nix {}; 176 kontactinterface = callPackage ./kontactinterface.nix {}; 177 korganizer = callPackage ./korganizer.nix {}; 178 kpat = callPackage ./kpat.nix {};
··· 173 konquest = callPackage ./konquest.nix {}; 174 konsole = callPackage ./konsole.nix {}; 175 kontact = callPackage ./kontact.nix {}; 176 + konversation = callPackage ./konversation.nix {}; 177 kontactinterface = callPackage ./kontactinterface.nix {}; 178 korganizer = callPackage ./korganizer.nix {}; 179 kpat = callPackage ./kpat.nix {};
+5 -9
pkgs/applications/networking/irc/konversation/default.nix pkgs/applications/kde/konversation.nix
··· 1 { mkDerivation 2 , lib 3 - , fetchurl 4 - , fetchpatch 5 , extra-cmake-modules 6 , kdoctools 7 , kbookmarks ··· 17 , kiconthemes 18 , kidletime 19 , kitemviews 20 , knotifications 21 , knotifyconfig 22 , kwindowsystem ··· 26 , solid 27 , sonnet 28 , phonon 29 }: 30 31 - mkDerivation rec { 32 pname = "konversation"; 33 - version = "1.7.7"; 34 - 35 - src = fetchurl { 36 - url = "mirror://kde/stable/${pname}/${version}/src/${pname}-${version}.tar.xz"; 37 - sha256 = "R+wWHBOFmBqLmdKMQZ6Iskgj3AG2j7FiOJSBiXTCGKc="; 38 - }; 39 40 buildInputs = [ 41 kbookmarks ··· 52 kiconthemes 53 kidletime 54 kitemviews 55 knotifications 56 knotifyconfig 57 kwindowsystem ··· 61 solid 62 sonnet 63 phonon 64 ]; 65 66 nativeBuildInputs = [
··· 1 { mkDerivation 2 , lib 3 , extra-cmake-modules 4 , kdoctools 5 , kbookmarks ··· 15 , kiconthemes 16 , kidletime 17 , kitemviews 18 + , knewstuff 19 , knotifications 20 , knotifyconfig 21 , kwindowsystem ··· 25 , solid 26 , sonnet 27 , phonon 28 + , qtmultimedia 29 }: 30 31 + mkDerivation { 32 pname = "konversation"; 33 34 buildInputs = [ 35 kbookmarks ··· 46 kiconthemes 47 kidletime 48 kitemviews 49 + knewstuff 50 knotifications 51 knotifyconfig 52 kwindowsystem ··· 56 solid 57 sonnet 58 phonon 59 + qtmultimedia 60 ]; 61 62 nativeBuildInputs = [
+9 -9
pkgs/top-level/aliases.nix
··· 1655 kgamma5 kget kgpg khelpcenter kig kigo killbots kinfocenter kitinerary 1656 kleopatra klettres klines kmag kmail kmenuedit kmines kmix kmplot 1657 knavalbattle knetwalk knights kollision kolourpaint kompare konsole kontact 1658 - korganizer kpkpass krdc kreversi krfb kscreen kscreenlocker kshisen ksquares 1659 - ksshaskpass ksystemlog kteatime ktimer ktorrent ktouch kturtle kwallet-pam 1660 - kwalletmanager kwave kwayland-integration kwin kwrited marble milou minuet 1661 - okular oxygen oxygen-icons5 picmi plasma-browser-integration plasma-desktop 1662 - plasma-integration plasma-nano plasma-nm plasma-pa plasma-mobile 1663 - plasma-systemmonitor plasma-thunderbolt plasma-vault plasma-workspace 1664 - plasma-workspace-wallpapers polkit-kde-agent powerdevil qqc2-breeze-style 1665 - sddm-kcm skanlite skanpage spectacle systemsettings xdg-desktop-portal-kde 1666 - yakuake zanshin 1667 ; 1668 1669 inherit (plasma5Packages.thirdParty)
··· 1655 kgamma5 kget kgpg khelpcenter kig kigo killbots kinfocenter kitinerary 1656 kleopatra klettres klines kmag kmail kmenuedit kmines kmix kmplot 1657 knavalbattle knetwalk knights kollision kolourpaint kompare konsole kontact 1658 + konversation korganizer kpkpass krdc kreversi krfb kscreen kscreenlocker 1659 + kshisen ksquares ksshaskpass ksystemlog kteatime ktimer ktorrent ktouch 1660 + kturtle kwallet-pam kwalletmanager kwave kwayland-integration kwin kwrited 1661 + marble milou minuet okular oxygen oxygen-icons5 picmi 1662 + plasma-browser-integration plasma-desktop plasma-integration plasma-nano 1663 + plasma-nm plasma-pa plasma-mobile plasma-systemmonitor plasma-thunderbolt 1664 + plasma-vault plasma-workspace plasma-workspace-wallpapers polkit-kde-agent 1665 + powerdevil qqc2-breeze-style sddm-kcm skanlite skanpage spectacle 1666 + systemsettings xdg-desktop-portal-kde yakuake zanshin 1667 ; 1668 1669 inherit (plasma5Packages.thirdParty)
-2
pkgs/top-level/all-packages.nix
··· 28043 28044 kondo = callPackage ../applications/misc/kondo { }; 28045 28046 - konversation = libsForQt5.callPackage ../applications/networking/irc/konversation { }; 28047 - 28048 kooha = callPackage ../applications/video/kooha { }; 28049 28050 # Qt 5.15 is not default on mac, tdesktop requires 5.15 (and kotatogram subsequently)
··· 28043 28044 kondo = callPackage ../applications/misc/kondo { }; 28045 28046 kooha = callPackage ../applications/video/kooha { }; 28047 28048 # Qt 5.15 is not default on mac, tdesktop requires 5.15 (and kotatogram subsequently)