ibus: 1.5.13 -> 1.5.14
release notes: https://github.com/ibus/ibus/releases/tag/1.5.14
This commit is contained in:
parent
f7dd3f5d5a
commit
9caa721e66
@ -1,17 +1,18 @@
|
|||||||
{ stdenv, fetchurl, makeWrapper
|
{ stdenv, fetchurl, makeWrapper
|
||||||
, intltool, isocodes, pkgconfig
|
, intltool, isocodes, pkgconfig
|
||||||
, python3, pygobject3
|
, python3, pygobject3
|
||||||
, gtk2, gtk3, atk, dconf, glib
|
, gtk2, gtk3, atk, dconf, glib, json_glib
|
||||||
, dbus, libnotify, gobjectIntrospection, wayland
|
, dbus, libnotify, gobjectIntrospection, wayland
|
||||||
|
, nodePackages
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ibus-${version}";
|
name = "ibus-${version}";
|
||||||
version = "1.5.13";
|
version = "1.5.14";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/ibus/ibus/releases/download/${version}/${name}.tar.gz";
|
url = "https://github.com/ibus/ibus/releases/download/${version}/${name}.tar.gz";
|
||||||
sha256 = "1wd5azlsgdih8qw6gi15rv130s6d90846n3r1ccwmp6z882xhwzd";
|
sha256 = "0g4x02d7j5w1lfn4zvmzsq93h17lajgn9d7hlvr6pws28vz40ax4";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -29,12 +30,14 @@ stdenv.mkDerivation rec {
|
|||||||
"--disable-memconf"
|
"--disable-memconf"
|
||||||
"--enable-ui"
|
"--enable-ui"
|
||||||
"--enable-python-library"
|
"--enable-python-library"
|
||||||
|
"--with-emoji-json-file=${nodePackages.emojione}/lib/node_modules/emojione/emoji.json"
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
python3 pygobject3
|
python3 pygobject3
|
||||||
intltool isocodes pkgconfig
|
intltool isocodes pkgconfig
|
||||||
gtk2 gtk3 dconf
|
gtk2 gtk3 dconf
|
||||||
|
json_glib
|
||||||
dbus libnotify gobjectIntrospection wayland
|
dbus libnotify gobjectIntrospection wayland
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -64,6 +67,9 @@ stdenv.mkDerivation rec {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
doInstallCheck = true;
|
||||||
|
installCheckPhase = "$out/bin/ibus version";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/ibus/ibus;
|
homepage = https://github.com/ibus/ibus;
|
||||||
description = "Intelligent Input Bus for Linux / Unix OS";
|
description = "Intelligent Input Bus for Linux / Unix OS";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user