package/leafpad: remove package

This package needs libgtk2, which we are about to remove.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
Thomas Petazzoni
2025-09-10 23:32:15 +02:00
committed by Arnout Vandecappelle
parent 49a2905bad
commit 74a4104aa9
5 changed files with 7 additions and 25 deletions

View File

@@ -146,6 +146,13 @@ endif
comment "Legacy options removed in 2025.11"
config BR2_PACKAGE_LEAFPAD
bool "leafpad has been removed"
select BR2_LEGACY
help
The leafpad package has been removed, as libgtk2 has been
removed as well.
config BR2_PACKAGE_GTKPERF
bool "gtkperf has been removed"
select BR2_LEGACY

View File

@@ -399,7 +399,6 @@ comment "X applications"
source "package/dillo/Config.in"
source "package/docker/Config.in"
source "package/feh/Config.in"
source "package/leafpad/Config.in"
source "package/mupdf/Config.in"
source "package/nodm/Config.in"
source "package/pcmanfm/Config.in"

View File

@@ -1,7 +0,0 @@
config BR2_PACKAGE_LEAFPAD
bool "leafpad"
depends on BR2_PACKAGE_LIBGTK2
help
GTK+ based simple text editor
http://savannah.nongnu.org/download/leafpad

View File

@@ -1,4 +0,0 @@
# Locally calculated after checking pgp signature
sha256 07d3f712f4dbd0a33251fd1dee14e21afdc9f92090fc768c11ab0ac556adbe97 leafpad-0.8.19.tar.gz
# Locally computed
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING

View File

@@ -1,13 +0,0 @@
################################################################################
#
# leafpad
#
################################################################################
LEAFPAD_VERSION = 0.8.19
LEAFPAD_SITE = http://savannah.nongnu.org/download/leafpad
LEAFPAD_DEPENDENCIES = libgtk2 host-intltool
LEAFPAD_LICENSE = GPL-2.0+
LEAFPAD_LICENSE_FILES = COPYING
$(eval $(autotools-package))