summary refs log tree commit diff
path: root/pkgs/desktops/mate/mate-terminal/default.nix
Commit message (Collapse)AuthorAge
* nixos/tests: add passthru.tests to all tested terminal emulatorsJamie McClymont2022-03-20
|
* mate: move packages under maintainer teamSandro Jäckel2021-09-21
|
* mate.mate-terminal: 1.24.1 -> 1.26.0José Romildo2021-08-21
|
* mate: fix licensesJosé Romildo Malaquias2021-04-22
|
* mate: add passthru update scriptJosé Romildo Malaquias2021-04-02
|
* pkgs/desktops: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* mate.mate-terminal: 1.24.0 -> 1.24.1José Romildo Malaquias2020-09-18
|
* mate: enable parallel buildingJosé Romildo Malaquias2020-02-14
|
* mate: all applications have been migrated from intltools to gettextJosé Romildo Malaquias2020-02-14
|
* mate.mate-terminal: add maintainerJosé Romildo Malaquias2020-02-12
|
* mate.mate-terminal: 1.22.1 -> 1.24.0José Romildo Malaquias2020-02-12
|
* mate: use https instead of http in src urlsJosé Romildo Malaquias2019-12-13
|
* dconf: move to top-levelJan Tojnar2019-12-01
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* mate.mate-terminal: 1.22.0 -> 1.22.1José Romildo Malaquias2019-04-23
|
* mate: use stdenv.lib.versions.majorMinor instead of mate.getReleaseJosé Romildo Malaquias2019-04-21
|
* mate.mate-terminal: 1.20.2 -> 1.22.0José Romildo Malaquias2019-04-21
|
* treewide: update homepages to https where availableMatthew Bauer2019-04-15
| | | | | | | | Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
* mate.mate-terminal: 1.21.0 -> 1.20.2worldofpeace2019-01-14
|
* vte, vte_290, vte-ng: rename frome gnome3.vte*worldofpeace2018-12-25
|
* mate.mate-terminal: 1.20.1 -> 1.21.0 (#43180)R. RyanTM2018-07-14
| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mate-terminal/versions. These checks were done: - built on NixOS - /nix/store/pkwgjc2972cx5yicsppl6ivkrbl9sflh-mate-terminal-1.21.0/bin/mate-terminal passed the binary check. - /nix/store/pkwgjc2972cx5yicsppl6ivkrbl9sflh-mate-terminal-1.21.0/bin/mate-terminal.wrapper passed the binary check. - /nix/store/pkwgjc2972cx5yicsppl6ivkrbl9sflh-mate-terminal-1.21.0/bin/.mate-terminal-wrapped passed the binary check. - /nix/store/pkwgjc2972cx5yicsppl6ivkrbl9sflh-mate-terminal-1.21.0/bin/.mate-terminal.wrapper-wrapped passed the binary check. - 4 of 4 passed binary check by having a zero exit code. - 0 of 4 passed binary check by having the new version present in output. - found 1.21.0 with grep in /nix/store/pkwgjc2972cx5yicsppl6ivkrbl9sflh-mate-terminal-1.21.0 - directory tree listing: https://gist.github.com/cbbde60e233e1916f09d61e0a3e6e306 - du listing: https://gist.github.com/21079e9340adbd98c94647457231e080
* mate.mate-terminal: 1.20.0 -> 1.20.1 (#42485)R. RyanTM2018-06-24
| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mate-terminal/versions. These checks were done: - built on NixOS - /nix/store/d64r6l493bv3f6xyxxfw41w1r765lk2q-mate-terminal-1.20.1/bin/mate-terminal passed the binary check. - /nix/store/d64r6l493bv3f6xyxxfw41w1r765lk2q-mate-terminal-1.20.1/bin/mate-terminal.wrapper passed the binary check. - /nix/store/d64r6l493bv3f6xyxxfw41w1r765lk2q-mate-terminal-1.20.1/bin/.mate-terminal-wrapped passed the binary check. - /nix/store/d64r6l493bv3f6xyxxfw41w1r765lk2q-mate-terminal-1.20.1/bin/.mate-terminal.wrapper-wrapped passed the binary check. - 4 of 4 passed binary check by having a zero exit code. - 0 of 4 passed binary check by having the new version present in output. - found 1.20.1 with grep in /nix/store/d64r6l493bv3f6xyxxfw41w1r765lk2q-mate-terminal-1.20.1 - directory tree listing: https://gist.github.com/5e7716c45202939e7965bf76c7f86be7 - du listing: https://gist.github.com/b84bea1f0cc9eb94683e90ab7f4c30d2
* mate: update to release 1.20José Romildo Malaquias2018-02-13
|
* mate: remove major-ver and minor-verJosé Romildo Malaquias2018-02-13
| | | | | | | Keep only the version atribute in derivations, with the full version string of the package. This will make it easier to write a script for automatic updating of the packages using the update-source-version command from common-updater-scripts.
* mate-terminal: 1.18.1 -> 1.18.2José Romildo Malaquias2017-12-24
|
* mate-terminal: 1.18.0 -> 1.18.1romildo2017-08-06
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* mate-terminal: 1.17.0 -> 1.18.0romildo2017-03-27
|
* mate-terminal: init at 1.17.0Clemens Manert2017-03-07