Merge pull request #19116 from ericsagnes/pkg-update/ibus-table
ibus-table: 1.9.11 -> 1.9.14
This commit is contained in:
commit
c81c652940
@ -1,13 +1,17 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig
|
{ stdenv, fetchFromGitHub
|
||||||
, gtk3, dconf, gobjectIntrospection, ibus, python3, pygobject3 }:
|
, autoreconfHook, docbook2x, pkgconfig
|
||||||
|
, gtk3, dconf, gobjectIntrospection
|
||||||
|
, ibus, python3, pygobject3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ibus-table-${version}";
|
name = "ibus-table-${version}";
|
||||||
version = "1.9.11";
|
version = "1.9.14";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/kaio/ibus-table/releases/download/${version}/${name}.tar.gz";
|
owner = "kaio";
|
||||||
sha256 = "14sb89z1inbbhcrbsm5nww8la04ncy2lk32mxfqpi4ghl22ixxqd";
|
repo = "ibus-table";
|
||||||
|
rev = version;
|
||||||
|
sha256 = "1mkx03iqrq5yq57y7hjqcmxfh41dsjykyyl70d41dflcgp5q2nhw";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -28,7 +32,12 @@ stdenv.mkDerivation rec {
|
|||||||
dconf gtk3 gobjectIntrospection ibus python3 pygobject3
|
dconf gtk3 gobjectIntrospection ibus python3 pygobject3
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook docbook2x pkgconfig ];
|
||||||
|
|
||||||
|
postUnpack = ''
|
||||||
|
substituteInPlace $sourceRoot/engine/Makefile.am \
|
||||||
|
--replace "docbook2man" "docbook2man --sgml"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
isIbusEngine = true;
|
isIbusEngine = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user