Commit Graph

20 Commits

Author SHA1 Message Date
R. Ryantm
27769500ea m17n_lib: 1.8.2 -> 1.8.4 2023-11-02 00:53:00 +00:00
figsoda
2a92a5f4fb pkgs/tools/inputmethods: remove dead code 2023-07-25 11:04:22 -04:00
Sergei Trofimovich
05c60fe999 m17n_lib: 1.8.0 -> 1.8.2
The main change is drop of the upstream patch that fixes parallel build
failures.

Changes: https://lists.nongnu.org/archive/html/m17n-list/2023-05/msg00002.html
2023-05-10 22:14:42 +01:00
Artturin
61c3058bcb all-packages.nix: remove inherit (*xorg) *'s
using inherits in callPackage args is discouraged and doesn't splice
correctly
2022-10-14 20:48:09 +03:00
Sergei Trofimovich
b9c3107cbf m17n-lib: pull fix pending upstream inclusion for parallel builds
Without the change parallel build sometimes fails as:

    make[2]: *** No rule to make target '../src/libm17n-core.la', needed by 'libm17n.la'.  Stop.
    make[2]: *** Waiting for unfinished jobs....
2022-09-16 22:37:42 +01:00
Gabriel Ebner
b5b74c914e m17n_lib: fix m17n-db support 2021-12-03 12:22:31 +01:00
github-actions[bot]
7455d89599
Merge staging-next into staging 2021-10-26 18:01:57 +00:00
Sandro
e937fd5269
libotf: format 2021-10-26 17:20:43 +02:00
Artturin
a354a240de m17n-lib: fix cross-compilation
without reconf the build fails with

./configure: line 21532: syntax error near unexpected token `ANTHY,'
./configure: line 21532: `PKG_CHECK_MODULES(ANTHY, anthy, HAVE_ANTHY=yes, HAVE_ANTHY=no)'
2021-10-26 15:29:23 +03:00
Artturin
be3d12d4e5 libotf: fix cross-compilation by applying a patch from debian
patch makes it so that pkg-config is used to find the avaibility of the
freetype library instead of the freetype-config binary
2021-10-26 15:29:23 +03:00
Sergei Trofimovich
1a7300c3fb m17n_lib: explicitly disable parallel building
Parallel build fails due to incomplete dependencies between libraries
within package. Let's fix it upstream first and meanwhile disable
parallel builds.
2021-10-24 21:44:00 +01:00
Felix Buehler
8ded3090fe tools/inputmethods: replace name with pname&version 2021-08-12 20:43:19 +02:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
c0bw3b
93e511c319 Treewide: use HTTPS on GNU Savannah domains
HTTP -> HTTPS for:
- http://savannah.gnu.org/
- http://git.savannah.gnu.org/
- http://download.savannah.gnu.org/
- http://svn.savannah.gnu.org/
2018-12-02 15:33:09 +01:00
c0bw3b
a04a512f34 Treewide: use HTTPS on NonGNU domains 2018-12-02 15:21:04 +01:00
Eelco Dolstra
2004343f56 libotf: Add dev output 2018-10-11 21:18:20 +02:00
Herwig Hochleitner
efd4e66854 libotf: init 0.9.16 2018-08-16 09:38:55 +02:00
Ryan Mulligan
4b19ab9635 m17n_lib: 1.7.0 -> 1.8.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0/bin/m17n-conv -h` got 0 exit code
- ran `/nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0/bin/m17n-conv --help` got 0 exit code
- ran `/nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0/bin/m17n-conv help` got 0 exit code
- ran `/nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0/bin/m17n-conv --version` and found version 1.8.0
- ran `/nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0/bin/m17n-date -h` got 0 exit code
- ran `/nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0/bin/m17n-date --help` got 0 exit code
- ran `/nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0/bin/m17n-date --version` and found version 1.8.0
- ran `/nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0/bin/m17n-config --version` and found version 1.8.0
- found 1.8.0 with grep in /nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0
- directory tree listing: https://gist.github.com/3d3a5a6fc658c968ce3a1298c9f32c56
2018-03-25 11:20:42 -05:00
Alexander Tsamutali
2671639ac7 pkgs/tools/inputmethods/m17n-lib: New derivation. 2016-02-01 03:28:47 +03:00