Weijia Wang
ff3476cc5f
Merge pull request #308510 from r-ryantm/auto-update/ibus
...
ibus: 1.5.29 -> 1.5.30
2024-06-02 00:31:44 +02:00
R. Ryantm
0599ed519e
ibus: 1.5.29 -> 1.5.30
2024-05-02 11:41:19 +00:00
Jan Tojnar
eb04659fc2
treewide: wrapGAppsHook → wrapGAppsHook3
...
This was achieved using the following command:
sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')
And then manually reverted the following changes:
- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Olivia Crain
ee063453f4
ibus: 1.5.28 -> 1.5.29
...
https://github.com/ibus/ibus/releases/tag/1.5.29
https://github.com/ibus/ibus/releases/tag/1.5.29-rc1
This release fixes build reproducibility with parallel `make`.
Changes:
- Adds libdbusmenu-gtk3 dependency, now required for appindicator support
- Adds workaround for interaction between `AX_PROG_{CC,CXX}` autoconf
macro and unwrapped GCC binaries
- Patches generated version number to remove incorrect `-rcX` suffix
- Removes upstreamed patches, rebases `build-without-dbus-launch.patch`
- Enables Wayland by default to match upstream behavior
2024-02-27 14:06:35 -06:00
Atemu
5308b99926
Merge pull request #275182 from arachnist/ibus-keyrelease-fix
...
ibus: fix skipping key release events[1] in Wine
2023-12-24 11:52:29 +01:00
Sandro Jäckel
2b122abc40
ibus: build without gtk2
2023-12-18 23:21:08 +01:00
Robert Gerus
85e0f8e59d
ibus: fix skipping key release events[1] in Wine
...
[1]: https://github.com/ibus/ibus/issues/2480
2023-12-18 12:41:26 +01:00
ajs124
b861791b64
ibus-qt: remove
2023-09-04 13:55:27 +02:00
Vladimír Čunát
1c0d654684
Merge #239191 : treewide: gobject-introspection from buildInputs to nativeBuildInputs
...
...into staging
2023-07-26 20:53:32 +02:00
Lin Jian
8836ad8bcf
ibus: fix SIGABRT[1] in X11
...
[1]: https://github.com/ibus/ibus/issues/2484
2023-07-02 14:51:56 +08:00
Artturin
9999bf7a21
treewide: gobject-introspection from buildInputs to nativeBuildInputs
...
gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
2023-06-28 22:33:40 +03:00
pennae
1fbb105341
ibus: fix build and codepoint/emoji input
...
see https://github.com/NixOS/nixpkgs/issues/226526 ,
https://github.com/ibus/ibus/issues/2496 ,
https://github.com/NixOS/nixpkgs/pull/218120#issuecomment-1514027173
codepoint and emoji input simply don't show due to runtime
initialization issues, and a missing make dependency makes the build flaky.
2023-04-19 18:32:11 +02:00
R. Ryantm
846043bcfc
ibus: 1.5.27 -> 1.5.28
2023-04-19 18:32:11 +02:00
Thomas Tuegel
09e298dc8e
ibus: build without dbus-launch
...
Patch the build script so that it does not attempt to start D-Bus.
ibus attempted to start D-Bus using `dbus-launch` in order to process GSettings
schemas. This will fail in the sandbox, but it turns out that we don't need it
anyway!
2023-02-20 13:01:58 -06:00
Shawn8901
133fa5f867
treewide: remove global with lib; in pkgs/tools
2023-01-24 17:41:44 +01:00
Sandro Jäckel
c7f5becba3
dbus: remove unused daemon passhtru
2022-11-21 20:23:00 +01:00
Naïm Favier
40fede29e3
ibus: 1.5.26 -> 1.5.27
...
https://github.com/ibus/ibus/releases/tag/1.5.27
2022-09-04 18:52:45 +02:00
Jonas Heinrich
4aeb2893cf
Merge pull request #184039 from r-ryantm/auto-update/ibus-qt
...
ibus-qt: 1.3.3 -> 1.3.4
2022-08-22 16:11:37 +02:00
Sandro Jäckel
77bf9d7a19
ibus: remove wayland related ? null from inputs
2022-08-19 18:34:50 +02:00
R. Ryantm
980ac95f2f
ibus-qt: 1.3.3 -> 1.3.4
2022-07-30 20:48:50 +00:00
linj
5c641b4139
ibus: patch sh to runtimeShell in ExecStart of systemd service
2022-06-08 18:37:41 +02:00
Jan Tojnar
8ce001f6a2
ibus-with-plugins: Fix service paths
...
They need to point to the wrapped programs for IBus to be able to find the engines.
2022-06-08 18:37:41 +02:00
Jan Tojnar
987ab3eff1
ibus-with-plugins: switch to buildEnv
...
No need to call lndir manually.
2022-06-08 17:47:09 +02:00
Armeen Mahdian
b7ed282b36
ibus: remove python2 library option
2022-04-24 19:11:55 -05:00
D Anzorge
6ae3cfc430
ibus: switch from cldr-emoji-annotation to cldr-annotations
2022-04-04 00:03:11 +02:00
Naïm Favier
44564fc39c
ibus: 1.5.24 -> 1.5.26
...
https://github.com/ibus/ibus/releases/tag/1.5.25
https://github.com/ibus/ibus/releases/tag/1.5.26
Also enabled GTK 4 in hope to fix #163683
2022-03-14 18:00:45 +01:00
Yana Timoshenko
719567e91f
maintainers: update personal details
2021-12-31 21:48:55 +03:00
R. RyanTM
4365ff8c0e
ibus: 1.5.23 -> 1.5.24
2021-02-23 04:40:05 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
volth
bc0d605cf1
treewide: fix double quoted strings in meta.description
...
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Ben Siraphob
d6aeae8f90
pkgs/tools: pkgconfig -> pkg-config (2)
2021-01-17 23:27:27 +07:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
R. RyanTM
d22229eda3
ibus: 1.5.22 -> 1.5.23
2020-10-18 13:23:55 +00:00
Symphorien Gibol
11d6318a01
Revert "Revert "ibus: fix dconf db installation""
...
This reverts commit ee5cba24c3
.
2020-06-02 22:34:59 +02:00
worldofpeace
ee5cba24c3
Revert "ibus: fix dconf db installation"
2020-04-24 18:22:59 -04:00
Symphorien Gibol
bd6c12ba32
ibus: fix generation of 00-upstream-settings
2020-04-24 13:15:56 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
8f5956e63d
ibus: 1.5.21 -> 1.5.22
2020-02-22 00:12:32 +00:00
Jan Tojnar
f6afb29ee1
ibus: add installed tests
2019-12-07 00:58:30 +01:00
Jan Tojnar
0378baa5fc
ibus: 1.5.20 → 1.5.21
...
https://github.com/ibus/ibus/releases/tag/1.5.21
2019-12-07 00:58:30 +01:00
Jan Tojnar
8ed93984ed
ibus: use external unicode data
2019-12-07 00:58:29 +01:00
Jan Tojnar
f6836269fa
ibus: format with nixpkgs-fmt
2019-12-07 00:58:29 +01:00
John Ericson
d0d5136cce
Merge remote-tracking branch 'upstream/master' into wrapper-pname-support
2019-11-24 17:25:07 +00:00
John Ericson
9b090ccbca
treewide: Get rid of most parseDrvName
without breaking compat
...
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
Robin Gloster
bef6d1a527
Merge pull request #70649 from wizeman/u/fix-ibus-ucd
...
ibus: use versioned URLs for UCD data
2019-10-16 00:05:53 +02:00
Ricardo M. Correia
3e80326a58
ibus: use versioned URLs for UCD data
...
Otherwise, the latest version will be downloaded, which can cause a hash mismatch
if the hash was taken from a prior version.
2019-10-07 17:54:14 +02:00
Thomas Tuegel
f012fc8f61
ibus: Use multiple outputs to reduce closure size
2019-09-25 13:07:19 -05:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00