Merge pull request #88969 from romildo/upd.qt5dxcb-plugin
deepin.qt5dxcb-plugin: 5.0.1 -> 5.0.11
This commit is contained in:
commit
6c799840c6
|
@ -54,8 +54,8 @@ let
|
||||||
go-gir-generator = callPackage ./go-gir-generator { };
|
go-gir-generator = callPackage ./go-gir-generator { };
|
||||||
go-lib = callPackage ./go-lib { };
|
go-lib = callPackage ./go-lib { };
|
||||||
qcef = callPackage ./qcef { };
|
qcef = callPackage ./qcef { };
|
||||||
qt5dxcb-plugin = callPackage ./qt5dxcb-plugin { };
|
|
||||||
qt5integration = callPackage ./qt5integration { };
|
qt5integration = callPackage ./qt5integration { };
|
||||||
|
qt5platform-plugins = callPackage ./qt5platform-plugins { };
|
||||||
startdde = callPackage ./startdde { };
|
startdde = callPackage ./startdde { };
|
||||||
udisks2-qt5 = callPackage ./udisks2-qt5 { };
|
udisks2-qt5 = callPackage ./udisks2-qt5 { };
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
, qtx11extras
|
, qtx11extras
|
||||||
, qtmultimedia
|
, qtmultimedia
|
||||||
, qtsvg
|
, qtsvg
|
||||||
, qt5dxcb-plugin
|
, qt5platform-plugins
|
||||||
, qtstyleplugins
|
, qtstyleplugins
|
||||||
, dtkcore
|
, dtkcore
|
||||||
, dtkwidget
|
, dtkwidget
|
||||||
|
@ -34,7 +34,7 @@ mkDerivation rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
dtkcore
|
dtkcore
|
||||||
dtkwidget
|
dtkwidget
|
||||||
qt5dxcb-plugin
|
qt5platform-plugins
|
||||||
mtdev
|
mtdev
|
||||||
lxqt.libqtxdg
|
lxqt.libqtxdg
|
||||||
qtstyleplugins
|
qtstyleplugins
|
||||||
|
|
|
@ -12,15 +12,15 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "qt5dxcb-plugin";
|
pname = "qt5platform-plugins";
|
||||||
version = "5.0.1";
|
version = "5.0.11";
|
||||||
|
|
||||||
srcs = [
|
srcs = [
|
||||||
(fetchFromGitHub {
|
(fetchFromGitHub {
|
||||||
owner = "linuxdeepin";
|
owner = "linuxdeepin";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1pkhbx4hzjv7n4mscv7dng9ymjcc1csdc82iy62yxshhq32bcfja";
|
sha256 = "14xkr3p49716jc9v7ksj6jgcmfa65qicqrmablizfi71srg3z2pr";
|
||||||
})
|
})
|
||||||
qtbase.src
|
qtbase.src
|
||||||
];
|
];
|
||||||
|
@ -51,13 +51,11 @@ mkDerivation rec {
|
||||||
"INSTALL_PATH=${placeholder "out"}/${qtbase.qtPluginPrefix}/platforms"
|
"INSTALL_PATH=${placeholder "out"}/${qtbase.qtPluginPrefix}/platforms"
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
passthru.updateScript = deepin.updateScript { inherit pname version; src = (builtins.head srcs); };
|
passthru.updateScript = deepin.updateScript { inherit pname version; src = (builtins.head srcs); };
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Qt platform theme integration plugin for DDE";
|
description = "Qt platform theme integration plugin for DDE";
|
||||||
homepage = "https://github.com/linuxdeepin/qt5dxcb-plugin";
|
homepage = "https://github.com/linuxdeepin/qt5platform-plugins";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
Loading…
Reference in New Issue