summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/ideogram
AgeCommit message (Collapse)Author
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
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-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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
2020-07-29treewide: use nix-update updateScript for packages I maintainworldofpeace
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-03-01ideogram: 1.3.2 -> 1.3.3worldofpeace
better icon https://github.com/cassidyjames/ideogram/releases/tag/1.3.3
2020-02-19ideogram: 1.3.0 -> 1.3.2R. RyanTM
2019-12-22treewide: pantheon updateScriptworldofpeace
2019-11-21ideogram: 1.2.2 -> 1.3.0worldofpeace
2019-10-12Merge branch 'master' into staging-nextJan Tojnar
2019-10-09pantheon: use latest valaworldofpeace
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.
2019-09-18treewide: drop adding hicolor-icon-theme where possibleworldofpeace
This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
2019-08-19ideogram: add hicolor-icon-themeworldofpeace
2019-08-07ideogram: fix cassidyjames/ideogram#26worldofpeace
2019-08-04ideogram: init at 1.2.2worldofpeace