diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2025-07-31 15:38:49 +0200 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2025-07-31 15:38:49 +0200 |
commit | ed9780b94b66dc4f1f81f27d925facd2711d16e0 (patch) | |
tree | 4201c88d099e2bbf91f14b14e2026bda9a1c7ca6 | |
parent | devel/thunar-vcs-plugin: Import upstream change fixing icon naming issue (diff) |
devel/geany-themes: Deprecate and mark for removal
Theme files are included with the geany dristribution since version 2.1
Approved by: James Wright <james.wright@digital-chaos.com> (Maintainer, via email)
-rw-r--r-- | devel/geany-themes/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/geany-themes/Makefile b/devel/geany-themes/Makefile index 1b6c182c3e92..5e563e91eba5 100644 --- a/devel/geany-themes/Makefile +++ b/devel/geany-themes/Makefile @@ -11,6 +11,9 @@ LICENSE= BSD2CLAUSE GPLv2+ PD LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Themes have been included in the main geany distribution +EXPIRATION_DATE=2025-08-31 + USE_GITHUB= yes GH_ACCOUNT= geany |