about summary refs log tree commit diff
path: root/pkgs/applications/graphics/ideogram
AgeCommit message (Collapse)AuthorFilesLines
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2022-12-26treewide: remove attrPath from nix-update-script callsfigsoda1-3/+1
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-10-12pkgs.applications: remove unused argsMarkus S. Wamser1-1/+0
2021-11-03treewide: set meta.mainProgram for packages teams.pantheon.members maintainBobby Rong1-0/+1
2021-09-18treewide: switch from pantheon.maintainers to lib.teams.pantheonBobby Rong1-1/+1
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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;Profpatsch1-2/+2
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 maintainworldofpeace1-1/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-01ideogram: 1.3.2 -> 1.3.3worldofpeace1-2/+2
better icon https://github.com/cassidyjames/ideogram/releases/tag/1.3.3
2020-02-19ideogram: 1.3.0 -> 1.3.2R. RyanTM1-2/+2
2019-12-22treewide: pantheon updateScriptworldofpeace1-0/+6
2019-11-21ideogram: 1.2.2 -> 1.3.0worldofpeace1-10/+2
2019-10-12Merge branch 'master' into staging-nextJan Tojnar1-1/+2
2019-10-09pantheon: use latest valaworldofpeace1-1/+2
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 possibleworldofpeace1-2/+0
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-themeworldofpeace1-0/+2
2019-08-07ideogram: fix cassidyjames/ideogram#26worldofpeace1-0/+9
2019-08-04ideogram: init at 1.2.2worldofpeace1-0/+59