From 68537989ced520044acf76281cea360ada8627b0 Mon Sep 17 00:00:00 2001 From: rewine Date: Tue, 27 Aug 2024 14:43:29 +0800 Subject: deepin.dde-qt-dbus-factory: 6.0.0 -> 6.0.1 --- .../deepin/library/dde-qt-dbus-factory/default.nix | 27 ++++++++++------------ 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'pkgs/desktops') diff --git a/pkgs/desktops/deepin/library/dde-qt-dbus-factory/default.nix b/pkgs/desktops/deepin/library/dde-qt-dbus-factory/default.nix index 9c14bf1379bb7..bcfcef845b6e7 100644 --- a/pkgs/desktops/deepin/library/dde-qt-dbus-factory/default.nix +++ b/pkgs/desktops/deepin/library/dde-qt-dbus-factory/default.nix @@ -2,32 +2,30 @@ stdenv, lib, fetchFromGitHub, - qmake, - qtbase, - wrapQtAppsHook, + libsForQt5, python3, dtkcore, }: stdenv.mkDerivation rec { pname = "dde-qt-dbus-factory"; - version = "6.0.0"; + version = "6.0.1"; src = fetchFromGitHub { owner = "linuxdeepin"; repo = pname; rev = version; - hash = "sha256-9r5thJJjEZAuDT0N/m1gcr0Faa8WpZOtGKDYuZEvJis="; + hash = "sha256-B9SrApvjTIW2g9VayrmCsWXS9Gkg55Voi1kPP+KYp3s="; }; nativeBuildInputs = [ - qmake - wrapQtAppsHook + libsForQt5.qmake + libsForQt5.wrapQtAppsHook python3 ]; buildInputs = [ - qtbase + libsForQt5.qtbase dtkcore ]; @@ -38,17 +36,16 @@ stdenv.mkDerivation rec { postPatch = '' substituteInPlace libdframeworkdbus/libdframeworkdbus.pro \ - --replace "/usr" "" - + --replace-fail "/usr" "" substituteInPlace libdframeworkdbus/DFrameworkdbusConfig.in \ - --replace "/usr/include" "$out/include" + --replace-fail "/usr/include" "$out/include" ''; - meta = with lib; { + meta = { description = "Repo of auto-generated D-Bus source code which DDE used"; homepage = "https://github.com/linuxdeepin/dde-qt-dbus-factory"; - license = licenses.gpl3Plus; - platforms = platforms.linux; - maintainers = teams.deepin.members; + license = lib.licenses.gpl3Plus; + platforms = lib.platforms.linux; + maintainers = lib.teams.deepin.members; }; } -- cgit 1.4.1