about summary refs log tree commit diff
path: root/pkgs/applications/office/notes-up
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`
2021-12-18notes-up: unstable-2020-12-29 -> 2.0.6Bobby Rong1-22/+24
2021-11-03treewide: set meta.mainProgram for packages teams.pantheon.members maintainBobby Rong1-0/+1
2021-08-02pantheon: add maintainers teamdavidak1-1/+1
2021-06-30pantheon.notes-up: 2.0.2 -> unstable-2020-12-29 (#128316)fortune1-10/+13
2021-05-07treewide: remove worldofpeace from meta.maintainersVladimír Čunát1-1/+1
(It was requested by them.) I left one case due to fetching from their personal repo: pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-2/+2
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-03-24notes-up: use older vala to fix buildTor Hedin Brønner1-3/+4
Looks unresolved upstream: https://github.com/Philip-Scott/Notes-up/issues/349
2019-12-30notes-up: *Flags are listsRobin Gloster1-1/+1
2019-12-22treewide: pantheon updateScriptworldofpeace1-0/+6
2019-10-09pantheon: use latest valaworldofpeace1-2/+17
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-06-17notes-up: 2.0.1 -> 2.0.2R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/notes-up/versions
2019-05-02notes-up: 2.0.0. -> 2.0.1worldofpeace1-2/+2
https://github.com/Philip-Scott/Notes-up/releases/tag/2.0.1
2019-03-30notes-up: 1.6.3 -> 2.0.0worldofpeace1-2/+2
Changelog: https://github.com/Philip-Scott/Notes-up/compare/1.6.3..2.0.0 https://github.com/Philip-Scott/Notes-up/releases/tag/2.0.0
2019-02-22notes-up: default without pantheon supportworldofpeace1-2/+7
This adds pantheon.notes-up which will only work in pantheon.
2019-02-22notes-up: init at 1.6.3worldofpeace1-0/+41