package/obsidian-cursors: drop package

Fixes http://autobuild.buildroot.net/results/97ac940d6e279cfa493c6b5d9b4d318d8dda10da/

The tarball is no longer available for direct download as kde-look.org has
hidden the downloads behind a nag screen, there are no reverse dependencies
or DEVELOPERS entry for it and the package has not been updated since it was
added in 2015 by commit ae2faeffb1 ("obsidian-cursors: new package"), so
drop it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Peter Korsgaard
2025-02-05 11:30:41 +01:00
committed by Thomas Petazzoni
parent b4006287f8
commit e602ea0d60
5 changed files with 7 additions and 27 deletions

View File

@@ -146,6 +146,13 @@ endif
comment "Legacy options removed in 2025.02"
config BR2_PACKAGE_OBSIDIAN_CURSORS
bool "obsidian-cursors has been removed"
select BR2_LEGACY
help
The obsidian cursors package is no longer available for
direct download.
config BR2_PACKAGE_W_SCAN
bool "w_scan has been removed"
select BR2_LEGACY

View File

@@ -261,7 +261,6 @@ menu "Fonts, cursors, icons, sounds and themes"
comment "Cursors"
source "package/comix-cursors/Config.in"
source "package/obsidian-cursors/Config.in"
comment "Fonts"
source "package/bitstream-vera/Config.in"

View File

@@ -1,6 +0,0 @@
config BR2_PACKAGE_OBSIDIAN_CURSORS
bool "obsidian-cursors"
help
Obsidian Cursors is a shiny and clean cursor set.
http://kde-look.org/content/show.php/Obsidian+Cursors?content=73135

View File

@@ -1,2 +0,0 @@
# Locally calculated
sha256 3d38fe875f6feae8b7772e02cfda530fcf669479807915cd2c12c149da17cfb9 73135-Obsidian.tar.bz2

View File

@@ -1,18 +0,0 @@
################################################################################
#
# obsidian-cursors
#
################################################################################
OBSIDIAN_CURSORS_VERSION = 1.0
OBSIDIAN_CURSORS_SITE = http://kde-look.org/CONTENT/content-files
OBSIDIAN_CURSORS_SOURCE = 73135-Obsidian.tar.bz2
OBSIDIAN_CURSORS_LICENSE = GPL
define OBSIDIAN_CURSORS_INSTALL_TARGET_CMDS
mkdir -p $(TARGET_DIR)/usr/share/cursors/xorg-x11/Obsidian
cp -a $(@D)/cursors \
$(TARGET_DIR)/usr/share/cursors/xorg-x11/Obsidian
endef
$(eval $(generic-package))