Commit Graph

31 Commits

Author SHA1 Message Date
Atemu
6660f639da mlterm: fix build on darwin/clang_16 2023-12-02 19:21:39 +01:00
Doron Behar
8ace65ff3d
treewide: use finalAttrs in all packages I maintain (#255902)
* mpd-touch-screen-gui: use finalAttrs in mkDerivation; reformat

* musescore: use finalAttrs in mkDerivation

* syncthingtray: use stdenv.mkDerivation with a function; reformat

* ocrfeeder: use finalAttrs in mkDerivation; reformat

* castget: use finalAttrs in mkDerivation

* gnome-network-displays: use finalAttrs in mkDerivation

* mailreaders: use finalAttrs in mkDerivation

* mswatch: use finalAttrs in mkDerivation

* uhd: use finalAttrs in mkDerivation

* maxima: use finalAttrs in mkDerivation

* qalculate-gtk: use finalAttrs in mkDerivation

* qalculate-qt: use finalAttrs in mkDerivation

* wxmaxima: use finalAttrs in mkDerivation

* lammps: use finalAttrs in mkDerivation

* mlterm: use finalAttrs in mkDerivation

* video-trimmer: use finalAttrs in mkDerivation

* nerdfonts: use finalAttrs in mkDerivation

* gnomeExtensions.easyScreenCast: use finalAttrs in mkDerivation

* octave: use finalAttrs in mkDerivation; reformat

* comedilib: use finalAttrs in mkDerivation

* cpp-utilities: use finalAttrs in mkDerivation

* libsForQt5.kpeoplevcard: use finalAttrs in mkDerivation; reformat

* liberio: use finalAttrs in mkDerivation

* libqalculate: use finalAttrs in mkDerivation; reformat

* libwtk-sdl2: use finalAttrs in mkDerivation

* libsForQt5.pulseaudio-qt: use finalAttrs in mkDerivation; reformat

* qrupdate: use finalAttrs in mkDerivation; reformat

* libsForQt5.qtforkawesome: use finalAttrs in mkDerivation; reformat

* libsForQt5.qtutilities: use finalAttrs in mkDerivation; reformat

* sqlitecpp: use finalAttrs in mkDerivation; reformat

* tweeny: use finalAttrs in mkDerivation

* volk: use finalAttrs in mkDerivation

* wiringpi: use finalAttrs in mkDerivation

* snzip: use finalAttrs in mkDerivation; reformat

* bpm-tools: use finalAttrs in mkDerivation; reformat

* sacd: use finalAttrs in mkDerivation

* gtk-gnutella: use finalAttrs in mkDerivation; reformat

* sile: use finalAttrs in mkDerivation

* pplatex: use finalAttrs in mkDerivation; reformat
2023-09-21 11:31:17 +03:00
Doron Behar
0e5c0c5e64 mlterm: disable fb gui due to mlconfig tool issue 2023-05-19 16:20:05 +03:00
Doron Behar
66d6ebe593 mlterm: enable to configure many build features declaratively 2023-04-21 13:04:16 +03:00
Doron Behar
a4f65246a0 mlterm: cleanup Cocoa unused input 2023-04-18 21:06:48 +03:00
Doron Behar
c5a159637d mlterm: add doronbehar as maintainer 2023-04-18 21:06:42 +03:00
Doron Behar
0f6857d433 mlterm: desktopItem: update attributes to remove warnings
Remove deprecated `Application` category and make `comment` different
then `name`.
2023-04-18 21:05:36 +03:00
Atemu
f5ee73c1b7 mlterm: remove vrthra from maintainers 2023-04-12 10:24:52 +02:00
Atemu
45393fdf99 mlterm: clean up libssh support
openssl is not necessary as a direct dep and we no longer need the linker magic.
2023-04-12 10:24:52 +02:00
Atemu
8655687b5b mlterm: support all platforms
This app can run on pretty much anything. Windows, BSDs, Solaris, Android,
Haiku; you name it.
2023-04-12 09:59:00 +02:00
Atemu
1c76b01386 mlterm: enable libvte on darwin 2023-04-12 09:59:00 +02:00
Atemu
fefba1a6de mlterm: unbreak darwin 2023-04-12 09:58:56 +02:00
Atemu
89ec2cbc86 mlterm: 3.9.2 -> 3.9.3 2023-04-09 17:37:08 -03:00
Atemu
d0538f6287 mlterm: enableParallelBuilding 2023-04-09 17:37:08 -03:00
Atemu
c97c59b877 mlterm: indent 2023-04-09 17:37:08 -03:00
Vonfry
6d951523ad
mlterm: update fcitx dependency to fcitx5 2023-03-13 18:50:05 +08:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Atemu
f5ac23ee18 mlterm: unbreak on aarch64-linux
Untested
2022-10-15 14:02:12 +02:00
Atemu
f56f67e4d5 mlterm: mark as broken on aarch64-darwin 2022-10-15 14:02:07 +02:00
Jamie McClymont
694862304b nixos/tests: add passthru.tests to all tested terminal emulators 2022-03-20 16:48:06 +13:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Atemu
fb2b2f59c8 mlterm: use new tag versioning scheme
The maintainer decided to change the release tag name after the fact.

The new naming scheme is a lot more sane but I'd rather they didn't change it
after releasing with the old one.

Fixes https://github.com/NixOS/nixpkgs/issues/156856
2022-01-26 15:30:24 +01:00
Atemu
8f34c14753 mlterm: 3.9.1 -> 3.9.2 2022-01-16 18:00:54 +01:00
Jan Tojnar
468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Atemu
3a6f097fb8 mlterm: fetch from GitHub instead of Sourceforge 2020-11-19 18:24:34 +01:00
R. RyanTM
6de789ea9b mlterm: 3.9.0 -> 3.9.1 2020-11-19 07:25:34 +00:00
Atemu
c6b47ff678 mlterm: add myself as maintainer 2020-11-07 18:11:40 +01:00
Atemu
62b33a614d mlterm: add Darwin support 2020-11-07 18:11:40 +01:00
Atemu
42a9cfe540 mlterm: stdenv.lib -> lib 2020-10-31 13:37:11 +01:00
AndersonTorres
2bb3a9da24 A directory-category for terminal emulators
This is a mostly cosmetical commit, in the sense it doesn't change the contents
of any package, but reorganizes the overall Nixpkgs expressions.

Terminal emulators are an ubiquitous tool for any Unix user; even the beginners
are routinely familiarized to it. And, manifestly, there are many
implementations of terminal emulators out there, from those traditionally made
in C and C++ to those written in Haskell and Go.

Terminal emulators deserve more highlight. This commit does that by creating a
category for them.
2020-10-28 10:22:39 -03:00