paper-note: remove

This started failing to build, the upstream website, github repo and
development discord guild are gone.

https://gitlab.com/posidon_software/paper/-/issues/167#note_1279446605
suggests it's unmaintained too.

Let's remove this for now, if things pick up it can be re-added.

Closes #229634.
This commit is contained in:
Florian Klink 2023-05-03 17:59:43 +03:00
parent d6b6b5f94f
commit 68dabf2a13
3 changed files with 1 additions and 62 deletions

View File

@ -1,60 +0,0 @@
{ lib
, stdenv
, fetchFromGitLab
, meson
, ninja
, pkg-config
, vala
, gtk4
, libgee
, libadwaita
, gtksourceview5
, blueprint-compiler
, wrapGAppsHook4
, appstream-glib
, desktop-file-utils
}:
stdenv.mkDerivation rec {
pname = "paper-note";
version = "22.11";
src = fetchFromGitLab {
owner = "posidon_software";
repo = "paper";
rev = version;
hash = "sha256-o5MYagflHE8Aup8CbqauRBrdt3TrSlffs35psYT7hyE=";
};
nativeBuildInputs = [
meson
ninja
vala
pkg-config
wrapGAppsHook4
appstream-glib
desktop-file-utils
blueprint-compiler
];
buildInputs = [
gtk4
libadwaita
libgee
gtksourceview5
];
postPatch = ''
substituteInPlace src/meson.build \
--replace "1.2.0" "${libadwaita.version}"
'';
meta = with lib; {
description = "A pretty note-taking app for GNOME";
homepage = "https://gitlab.com/posidon_software/paper";
mainProgram = "io.posidon.Paper";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = with maintainers; [ j0lol ];
};
}

View File

@ -1196,6 +1196,7 @@ mapAliases ({
packet-cli = metal-cli; # Added 2021-10-25
paperless = paperless-ngx; # Added 2021-06-06
paperless-ng = paperless-ngx; # Added 2022-04-11
paper-note = throw "paper-note has been removed: abandoned by upstream"; # Added 2023-05-03
parity = openethereum; # Added 2020-08-01
parity-ui = throw "parity-ui was removed because it was broken and unmaintained by upstream"; # Added 2022-01-10
parquet-cpp = throw "'parquet-cpp' has been renamed to/replaced by 'arrow-cpp'"; # Converted to throw 2022-02-22

View File

@ -10923,8 +10923,6 @@ with pkgs;
pamtester = callPackage ../tools/security/pamtester { };
paper-note = callPackage ../applications/office/paper-note { };
paperless-ngx = callPackage ../applications/office/paperless-ngx { };
paperoni = callPackage ../tools/text/paperoni {