Commit Graph

28 Commits

Author SHA1 Message Date
Janne Heß
8bbe4ca114 poke: 2.4 -> 3.2 2023-05-22 22:44:14 -03:00
Francesco Gazzetta
48125f1ee9 poke: use dontWrapTclBinaries 2023-01-26 14:46:46 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Kira Bruneau
952c5269b3 poke: fix aarch64-darwin build
jiegec discovered that the reason the aarch64-darwin build was failing
was because pre-generated configure script failed to detect the macOS
version.

With this change we'll just ignore the pre-generated configure script,
and build it ourself with autoreconf.
2022-08-03 09:44:48 -04:00
Kira Bruneau
f42dbbdfe2 poke: mark aarch64-darwin as broken instead of a bad platform 2022-07-29 22:44:38 -04:00
Kira Bruneau
9f5b96a9e1 poke: mark aarch64-darwin as a bad platform
Jitter fails to compile on aarch64-darwin:

Undefined symbols for architecture arm64:
  "_jitter_print_context_kind_destroy", referenced from:
      _jitter_print_libtextstyle_finalize in libjitter-libtextstyle.a(jitter-print-libtextstyle.o)
  "_jitter_print_context_kind_make_trivial", referenced from:
      _jitter_print_libtextstyle_initialize in libjitter-libtextstyle.a(jitter-print-libtextstyle.o)
  "_jitter_print_context_make", referenced from:
      _jitter_print_context_make_libtextstyle in libjitter-libtextstyle.a(jitter-print-libtextstyle.o)
     (maybe you meant: _jitter_print_context_make_libtextstyle)
  "_ostream_flush", referenced from:
      _jitter_print_context_libtextstyle_flush in libjitter-libtextstyle.a(jitter-print-libtextstyle.o)
  "_ostream_write_mem", referenced from:
      _jitter_print_context_libtextstyle_print_chars in libjitter-libtextstyle.a(jitter-print-libtextstyle.o)
  "_styled_ostream_begin_use_class", referenced from:
      _jitter_print_context_libtextstyle_begin_decoration in libjitter-libtextstyle.a(jitter-print-libtextstyle.o)
  "_styled_ostream_end_use_class", referenced from:
      _jitter_print_context_libtextstyle_end_decoration in libjitter-libtextstyle.a(jitter-print-libtextstyle.o)
  "_styled_ostream_set_hyperlink", referenced from:
      _jitter_print_context_libtextstyle_begin_decoration in libjitter-libtextstyle.a(jitter-print-libtextstyle.o)
      _jitter_print_context_libtextstyle_end_decoration in libjitter-libtextstyle.a(jitter-print-libtextstyle.o)
ld: symbol(s) not found for architecture arm64
2022-07-26 11:14:21 -04:00
Kira Bruneau
c360ada54c poke: fix cross-compilation 2022-07-26 11:14:21 -04:00
Kira Bruneau
c843822729 poke: only wrap poke-gui with TCLLIBPATH 2022-07-26 10:38:44 -04:00
Kira Bruneau
c027d1a8f2 poke: fix guiSupport 2022-07-26 10:37:14 -04:00
Kira Bruneau
45f46d31a6 poke: move share/vim from $lib to $out 2022-07-26 09:12:42 -04:00
R. Ryantm
6810e93f13 poke: 2.3 -> 2.4 2022-07-26 08:31:56 +00:00
R. Ryantm
eefbb7c566 poke: 2.2 -> 2.3 2022-04-04 02:02:14 +00:00
R. Ryantm
6b3b66185d poke: 2.1 -> 2.2 2022-03-30 06:56:12 +00:00
R. Ryantm
cede3a33e7 poke: 2.0 -> 2.1 2022-02-13 02:04:12 +00:00
Sergei Trofimovich
e87db3c8c3
poke: 1.4 -> 2.0 (#157108)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-01-28 22:04:54 +01:00
Kira Bruneau
31ea056e67 poke: 1.3 → 1.4 2021-12-03 00:17:38 -05:00
github-actions[bot]
2d104c99a7
Merge master into staging-next 2021-06-16 18:04:45 +00:00
Lancelot SIX
d496730bbe poke: 1.2 -> 1.3
See https://lists.gnu.org/archive/html/info-gnu/2021-06/msg00001.html
and https://git.savannah.gnu.org/cgit/poke.git/tree/NEWS?h=releases/poke-1.3&id=5daa9ac5364d961629843e606c2a6744aac5df44
for release information.
2021-06-16 13:26:04 +01:00
Jonathan Ringer
b9b9cdb87c
Merge remote-tracking branch 'origin/staging' into staging-next 2021-05-22 19:23:14 -07:00
Kira Bruneau
cd4780fab4
maintainers: rename metadark -> kira-bruneau (#124035) 2021-05-22 16:47:40 +02:00
Andrew Brooks
29c577c218 poke: revise formatting
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-21 15:18:26 -05:00
Andrew Brooks
87c5626e41 poke: Simplify package with tcl.tclPackageHook 2021-05-21 15:18:09 -05:00
Lancelot SIX
f915ea70a6
poke: 1.1 -> 1.2
See https://lists.gnu.org/archive/html/info-gnu/2021-04/msg00003.html
for release information.
2021-04-19 22:03:37 +01:00
Daniel Nagy
8a22c2d090
poke: add changelog 2021-04-01 17:59:50 +02:00
Kira Bruneau
d8aeaadb3b poke: 1.0 -> 1.1 2021-03-23 08:57:22 -04:00
midchildan
1b5e28c896
poke: fix darwin build
This removes nbd support on Darwin because it's incompatible.
2021-03-20 20:42:42 +09:00
Rick van Schijndel
594b214796 poke: cross-compilation support 2021-03-01 13:58:06 -05:00
Kira Bruneau
e2c8b46d0c poke: init at 1.0 2021-03-01 13:57:26 -05:00