Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2026 22:06:34 +0000
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eff3051e0779 - main - deskutils/gnome-shell-extension-windowoverlay-icons: Remove from tree
Message-ID:  <6a0b8d6a.44fa7.3a28a52c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eff3051e0779367169434365b865adef1ae129be

commit eff3051e0779367169434365b865adef1ae129be
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-05-18 21:45:41 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-05-18 21:45:46 +0000

    deskutils/gnome-shell-extension-windowoverlay-icons: Remove from tree
    
    Marked broken and repo archived upstream as of Nov 2, 2023
    
    Reference:
    https://github.com/sustmi/gnome-shell-extension-windowoverlay-icons
---
 MOVED                                              |  1 +
 deskutils/Makefile                                 |  1 -
 .../Makefile                                       | 53 ----------------------
 .../distinfo                                       |  3 --
 .../pkg-descr                                      |  1 -
 .../pkg-plist                                      | 14 ------
 6 files changed, 1 insertion(+), 72 deletions(-)

diff --git a/MOVED b/MOVED
index 908eacf046ad..dc01b78991a6 100644
--- a/MOVED
+++ b/MOVED
@@ -5307,3 +5307,4 @@ databases/leofs||2026-05-14|Has expired: no longer maintained upstream, with no
 chinese/fcitx-rime||2026-05-17|Marked broken for almost a year and upstream repo is archived
 deskutils/gnome-shell-extension-audio-output-switcher||2026-05-17|Marked broken and upstream repo is archived
 deskutils/gnome-shell-extension-filesmenu||2026-05-17|Marked broken and abandoned upstream
+deskutils/gnome-shell-extension-windowoverlay-icons||2026-05-18|Marked broken and deprecated upstream
diff --git a/deskutils/Makefile b/deskutils/Makefile
index b64b7c7c4228..3e389f846ab6 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -94,7 +94,6 @@
     SUBDIR += gnome-shell-extension-simple-weather
     SUBDIR += gnome-shell-extension-trash
     SUBDIR += gnome-shell-extension-weather
-    SUBDIR += gnome-shell-extension-windowoverlay-icons
     SUBDIR += gnome-shell-extra-extensions
     SUBDIR += gnome-sound-recorder
     SUBDIR += gnome-todo
diff --git a/deskutils/gnome-shell-extension-windowoverlay-icons/Makefile b/deskutils/gnome-shell-extension-windowoverlay-icons/Makefile
deleted file mode 100644
index 1d5402ec7b91..000000000000
--- a/deskutils/gnome-shell-extension-windowoverlay-icons/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-PORTNAME=	gnome-shell-extension-windowoverlay-icons
-PORTVERSION=	36
-DISTVERSIONPREFIX=	v
-PORTREVISION=	2
-CATEGORIES=	deskutils gnome
-DIST_SUBDIR=	gnome
-
-MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	Show application icons on the windows overview
-WWW=		https://github.com/sustmi/gnome-shell-extensions-sustmi
-
-LICENSE=	GPLv3
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-BROKEN=		Does not support recent gnome-shell
-
-BUILD_DEPENDS=	gnome-shell>=0:x11/gnome-shell \
-		gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-
-USES=		gettext gmake gnome pkgconfig
-USE_GNOME=	glib20
-USE_GITHUB=	yes
-GLIB_SCHEMAS=	org.gnome.shell.extensions.windowoverlay-icons.gschema.xml
-
-GH_ACCOUNT=	sustmi
-GH_TAGNAME=	ad7366d
-
-PKGMESSAGE=	../gnome-shell-extra-extensions/pkg-message.slaves
-
-FILES=	README.md convenience.js \
-	extension.js metadata.json \
-	prefs.js prefs.xml \
-	stylesheet.css
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|"3.26"|"3.26","3.28"|g' \
-		${WRKSRC}/metadata.json
-
-do-install:
-	@${MKDIR} ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/
-	@${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/windowoverlay-icons@gnome-shell-extensions.sustmi.github.com
-	cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/schemas/org.gnome.shell.extensions.windowoverlay-icons.gschema.xml \
-		${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/
-.for file in ${FILES}
-	${INSTALL_DATA} ${WRKSRC}/${file} \
-		${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/windowoverlay-icons@gnome-shell-extensions.sustmi.github.com/
-.endfor
-	cd ${WRKSRC}/locale && ${COPYTREE_SHARE} . \
-		${STAGEDIR}${PREFIX}/share/locale/
-	@${RM} ${STAGEDIR}${PREFIX}/share/locale/.gitkeep
-
-.include <bsd.port.mk>
diff --git a/deskutils/gnome-shell-extension-windowoverlay-icons/distinfo b/deskutils/gnome-shell-extension-windowoverlay-icons/distinfo
deleted file mode 100644
index ed2e9494752e..000000000000
--- a/deskutils/gnome-shell-extension-windowoverlay-icons/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1656740085
-SHA256 (gnome/sustmi-gnome-shell-extension-windowoverlay-icons-v36-ad7366d_GH0.tar.gz) = 49e9f7fe030a7c756beb7e505629a49da0125526c0cbf567c4535a525f1dfd06
-SIZE (gnome/sustmi-gnome-shell-extension-windowoverlay-icons-v36-ad7366d_GH0.tar.gz) = 20539
diff --git a/deskutils/gnome-shell-extension-windowoverlay-icons/pkg-descr b/deskutils/gnome-shell-extension-windowoverlay-icons/pkg-descr
deleted file mode 100644
index 2ee8ce1748fc..000000000000
--- a/deskutils/gnome-shell-extension-windowoverlay-icons/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Adds application icons to the windows overview (in Activities menu).
diff --git a/deskutils/gnome-shell-extension-windowoverlay-icons/pkg-plist b/deskutils/gnome-shell-extension-windowoverlay-icons/pkg-plist
deleted file mode 100644
index e4e72f087150..000000000000
--- a/deskutils/gnome-shell-extension-windowoverlay-icons/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-share/gnome-shell/extensions/windowoverlay-icons@gnome-shell-extensions.sustmi.github.com/README.md
-share/gnome-shell/extensions/windowoverlay-icons@gnome-shell-extensions.sustmi.github.com/convenience.js
-share/gnome-shell/extensions/windowoverlay-icons@gnome-shell-extensions.sustmi.github.com/extension.js
-share/gnome-shell/extensions/windowoverlay-icons@gnome-shell-extensions.sustmi.github.com/metadata.json
-share/gnome-shell/extensions/windowoverlay-icons@gnome-shell-extensions.sustmi.github.com/prefs.js
-share/gnome-shell/extensions/windowoverlay-icons@gnome-shell-extensions.sustmi.github.com/prefs.xml
-share/gnome-shell/extensions/windowoverlay-icons@gnome-shell-extensions.sustmi.github.com/stylesheet.css
-share/locale/cs/LC_MESSAGES/windowoverlay-icons.mo
-share/locale/de/LC_MESSAGES/windowoverlay-icons.mo
-share/locale/en/LC_MESSAGES/windowoverlay-icons.mo
-share/locale/fr/LC_MESSAGES/windowoverlay-icons.mo
-share/locale/it/LC_MESSAGES/windowoverlay-icons.mo
-share/locale/ja/LC_MESSAGES/windowoverlay-icons.mo
-share/locale/pt_BR/LC_MESSAGES/windowoverlay-icons.mo


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0b8d6a.44fa7.3a28a52c>