summary refs log tree commit diff
path: root/pkgs/tools/misc/hashit
Commit message (Collapse)AuthorAge
* treewide: set meta.mainProgram for packages teams.pantheon.members maintainBobby Rong2021-11-03
|
* treewide: switch from pantheon.maintainers to lib.teams.pantheonBobby Rong2021-09-18
|
* pkgs/tools: pkgconfig -> pkg-configBen 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
* treewide: use nix-update updateScript for packages I maintainworldofpeace2020-07-29
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: pantheon updateScriptworldofpeace2019-12-22
|
* pantheon: use latest valaworldofpeace2019-10-09
| | | | | | | | | | | | | | | | | | elementary OS's ecosystem is curated around Ubuntu's LTS releases. This means the development platform for their curated applications always includes a LTS version of vala (in 18.04 it's 0.40). Because of how vala development works it suspect some of these applications to have serious issues if complied with the latest vala. However in the past year or so, for Pantheon at least, I don't think their applications will have much issues with latest vala, and if there is I don't think they'd be difficult to fix. In this single regard they've become more responsive since their preferred language is vala. As for the curated applications I have less of this confidence in. So I'd have to be accept less applications, but that's something I'm willing to compromise on. And this is easily reversible or could be done on a per-application basis. And nix already makes this trivial.
* hashit: 1.0.0 -> 1.1.0worldofpeace2019-08-04
| | | | https://github.com/artemanufrij/hashit/blob/1.1.0/data/com.github.artemanufrij.hashit.appdata.xml.in#L36
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* pantheon: init a 5.0worldofpeace2019-01-24
|
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* hashit: 0.2.0 -> 1.0.0worldofpeace2018-10-31
|
* hashit: init at 0.2.0worldofpeace2018-09-09