Commit eff3051e authored by Daniel Engberg's avatar Daniel Engberg
Browse files

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
parent f352b46d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −53
Original line number Diff line number Diff line
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>
+0 −3
Original line number Diff line number Diff line
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
+0 −1
Original line number Diff line number Diff line
Adds application icons to the windows overview (in Activities menu).
Loading