ソースを参照

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 ae2faeffb17d ("obsidian-cursors: new package"), so
drop it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Korsgaard 6 ヶ月 前
コミット
e602ea0d60

+ 7 - 0
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

+ 0 - 1
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"

+ 0 - 6
package/obsidian-cursors/Config.in

@@ -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

+ 0 - 2
package/obsidian-cursors/obsidian-cursors.hash

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

+ 0 - 18
package/obsidian-cursors/obsidian-cursors.mk

@@ -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))