* [Buildroot] [PATCH] package/obsidian-cursors: drop package
@ 2025-02-05 10:30 Peter Korsgaard
2025-02-05 11:50 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2025-02-05 10:30 UTC (permalink / raw)
To: buildroot
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>
---
Config.in.legacy | 7 +++++++
package/Config.in | 1 -
package/obsidian-cursors/Config.in | 6 ------
package/obsidian-cursors/obsidian-cursors.hash | 2 --
package/obsidian-cursors/obsidian-cursors.mk | 18 ------------------
5 files changed, 7 insertions(+), 27 deletions(-)
delete mode 100644 package/obsidian-cursors/Config.in
delete mode 100644 package/obsidian-cursors/obsidian-cursors.hash
delete mode 100644 package/obsidian-cursors/obsidian-cursors.mk
diff --git a/Config.in.legacy b/Config.in.legacy
index 2e5bd3153f..2572ac8615 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_GENROMFS
bool "genromfs"
select BR2_LEGACY
diff --git a/package/Config.in b/package/Config.in
index 83f69f9004..f4dcd1a346 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -260,7 +260,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))
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [Buildroot] [PATCH] package/obsidian-cursors: drop package
2025-02-05 10:30 [Buildroot] [PATCH] package/obsidian-cursors: drop package Peter Korsgaard
@ 2025-02-05 11:50 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2025-02-05 11:50 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
On Wed, 5 Feb 2025 11:30:41 +0100
Peter Korsgaard <peter@korsgaard.com> wrote:
> 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>
> ---
> Config.in.legacy | 7 +++++++
> package/Config.in | 1 -
> package/obsidian-cursors/Config.in | 6 ------
> package/obsidian-cursors/obsidian-cursors.hash | 2 --
> package/obsidian-cursors/obsidian-cursors.mk | 18 ------------------
> 5 files changed, 7 insertions(+), 27 deletions(-)
> delete mode 100644 package/obsidian-cursors/Config.in
> delete mode 100644 package/obsidian-cursors/obsidian-cursors.hash
> delete mode 100644 package/obsidian-cursors/obsidian-cursors.mk
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-05 11:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-05 10:30 [Buildroot] [PATCH] package/obsidian-cursors: drop package Peter Korsgaard
2025-02-05 11:50 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox