corebird: drop package due to discontinuation, recommend cawbird as alternative

This commit is contained in:
Trolli Schmittlauch 2019-10-02 22:05:43 +02:00
parent e1c7d20793
commit f855e588b7
2 changed files with 1 additions and 39 deletions

View File

@ -1,38 +0,0 @@
{ stdenv, fetchFromGitHub, glib, gtk3, json-glib, sqlite, libsoup, gettext, vala_0_40
, meson, ninja, pkgconfig, gnome3, gst_all_1, wrapGAppsHook, gobject-introspection
, glib-networking, python3 }:
stdenv.mkDerivation rec {
version = "1.7.4";
pname = "corebird";
src = fetchFromGitHub {
owner = "baedert";
repo = "corebird";
rev = version;
sha256 = "0qjffsmg1hm64dgsbkfwzbzy9q4xa1q4fh4h8ni8a2b1p3h80x7n";
};
nativeBuildInputs = [
meson ninja vala_0_40 pkgconfig wrapGAppsHook python3
gobject-introspection # for setup hook
];
buildInputs = [
glib gtk3 json-glib sqlite libsoup gettext gnome3.dconf gnome3.gspell glib-networking
] ++ (with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-bad (gst-plugins-good.override { gtkSupport = true; }) gst-libav ]);
postPatch = ''
chmod +x data/meson_post_install.py # patchShebangs requires executable file
patchShebangs data/meson_post_install.py
'';
meta = {
description = "Native GTK Twitter client for the Linux desktop";
longDescription = "Corebird is a modern, easy and fun Twitter client.";
homepage = https://corebird.baedert.org/;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.jonafato ];
};
}

View File

@ -1385,7 +1385,7 @@ in
copyright-update = callPackage ../tools/text/copyright-update { };
corebird = callPackage ../applications/networking/corebird { };
corebird = throw "corebird has been discontinued, use cawbird instead";
inherit (callPackage ../tools/misc/coreboot-utils { })
msrtool