diff --git a/Config.in.legacy b/Config.in.legacy index 2cb7cbd51f..3e3be95004 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -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 diff --git a/package/Config.in b/package/Config.in index 0759a9df47..7da8e10c36 100644 --- a/package/Config.in +++ b/package/Config.in @@ -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" diff --git a/package/obsidian-cursors/Config.in b/package/obsidian-cursors/Config.in deleted file mode 100644 index 49ec310170..0000000000 --- a/package/obsidian-cursors/Config.in +++ /dev/null @@ -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 diff --git a/package/obsidian-cursors/obsidian-cursors.hash b/package/obsidian-cursors/obsidian-cursors.hash deleted file mode 100644 index a476a0ba05..0000000000 --- a/package/obsidian-cursors/obsidian-cursors.hash +++ /dev/null @@ -1,2 +0,0 @@ -# Locally calculated -sha256 3d38fe875f6feae8b7772e02cfda530fcf669479807915cd2c12c149da17cfb9 73135-Obsidian.tar.bz2 diff --git a/package/obsidian-cursors/obsidian-cursors.mk b/package/obsidian-cursors/obsidian-cursors.mk deleted file mode 100644 index 87a8d62f3e..0000000000 --- a/package/obsidian-cursors/obsidian-cursors.mk +++ /dev/null @@ -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))