notify-osd-customizable: drop (#510831)

This commit is contained in:
Michael Daniels
2026-05-16 18:03:38 +00:00
committed by GitHub
2 changed files with 1 additions and 60 deletions
@@ -1,60 +0,0 @@
{
lib,
stdenv,
dbus-glib,
fetchurl,
glib,
gnome-common,
libnotify,
libtool,
libwnck,
makeWrapper,
pkg-config,
gsettings-desktop-schemas,
}:
let
baseURI = "https://launchpad.net/~leolik/+archive/leolik";
in
stdenv.mkDerivation (finalAttrs: {
pname = "notify-osd";
version = "0.9.35+16.04.20160415";
src = fetchurl {
url = "${baseURI}/+files/notify-osd_${finalAttrs.version}-0ubuntu1-leolik~ppa0.tar.gz";
sha256 = "026dr46jh3xc4103wnslzy7pxbxkkpflh52c59j8vzwaa7bvvzkv";
name = "notify-osd-customizable.tar.gz";
};
preConfigure = "./autogen.sh --libexecdir=$(out)/bin";
nativeBuildInputs = [
pkg-config
makeWrapper
libtool
];
buildInputs = [
glib
libwnck
libnotify
dbus-glib
gsettings-desktop-schemas
gnome-common
];
configureFlags = [ "--libexecdir=$(out)/bin" ];
preFixup = ''
wrapProgram "$out/bin/notify-osd" \
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
'';
meta = {
description = "Daemon that displays passive pop-up notifications";
mainProgram = "notify-osd";
homepage = "https://launchpad.net/notify-osd";
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.imalison ];
platforms = lib.platforms.linux;
};
})
+1
View File
@@ -1552,6 +1552,7 @@ mapAliases {
notary = throw "'notary' has been removed due to being archived upstream. Consider using 'notation' instead."; # Added 2025-11-13
notepadqq = throw "'notepadqq' has been removed due to upstream stopping maintenance in 2023."; # Added 2026-02-10
notes-up = throw "'notes-up' has been removed as it was unmaintained and depends on deprecated webkitgtk_4_0"; # Added 2025-10-09
notify-osd-customizable = throw "'notify-osd-customizable' has been removed as it was broken and unmaintained"; # Added 2026-04-17
notify-sharp = throw "'notify-sharp' has been removed as it was unmaintained and depends on deprecated dbus-sharp versions"; # Added 2025-08-25
noto-fonts-emoji = throw "'noto-fonts-emoji' has been renamed to/replaced by 'noto-fonts-color-emoji'"; # Converted to throw 2025-10-27
noto-fonts-extra = throw "'noto-fonts-extra' has been renamed to/replaced by 'noto-fonts'"; # Converted to throw 2025-10-27