qtstyleplugin-kvantum: 0.10.6 -> 0.10.8, touchup
https://github.com/tsujan/Kvantum/releases/tag/V0.10.8 https://github.com/tsujan/Kvantum/releases/tag/V0.10.7
This commit is contained in:
parent
2c9de98dba
commit
e41fbe2ffe
@ -1,20 +1,20 @@
|
|||||||
{ stdenv, fetchFromGitHub, qmake, qtbase, qtsvg, qtx11extras, libX11, libXext, qttools }:
|
{ stdenv, fetchFromGitHub, qmake, qtbase, qtsvg, qtx11extras, libX11, libXext, qttools }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "qtstyleplugin-kvantum-${version}";
|
pname = "qtstyleplugin-kvantum";
|
||||||
version = "0.10.6";
|
version = "0.10.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tsujan";
|
owner = "tsujan";
|
||||||
repo = "Kvantum";
|
repo = "Kvantum";
|
||||||
rev = "a6daa1a6df3c5d4abc7ea39ef7028ddea2addbf6";
|
rev = "V${version}";
|
||||||
sha256 = "1zns4x95h0ydiwx8yw0bmyg4lc2sy7annmdrg66sx753x3177zxp";
|
sha256 = "0w4iqpkagrwvhahdl280ni06b7x1i621n3z740g84ysp2n3dv09l";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ qmake qttools ];
|
nativeBuildInputs = [ qmake qttools ];
|
||||||
buildInputs = [ qtbase qtsvg qtx11extras libX11 libXext ];
|
buildInputs = [ qtbase qtsvg qtx11extras libX11 libXext ];
|
||||||
|
|
||||||
postUnpack = "sourceRoot=\${sourceRoot}/Kvantum";
|
sourceRoot = "source/Kvantum";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# Fix plugin dir
|
# Fix plugin dir
|
||||||
|
Loading…
Reference in New Issue
Block a user