Commit 602082d9 authored by Daniel Engberg's avatar Daniel Engberg
Browse files

deskutils/gnome-shell-extension-audio-output-switcher: Remove from tree

Marked BROKEN and upstream repo is archived as of Jan 10, 2021

Reference: https://github.com/anduchs/audio-output-switcher
parent bc1f174e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5306,3 +5306,4 @@ lang/erlang-runtime26|lang/erlang-runtime28|2026-05-14|Has expired: no longer su
databases/leofs||2026-05-14|Has expired: no longer maintained upstream, with no supported OTP release
net-im/fractal||2026-05-17|Marked broken for months
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
+0 −1
Original line number Diff line number Diff line
@@ -82,7 +82,6 @@
    SUBDIR += gnome-planner
    SUBDIR += gnome-pomodoro
    SUBDIR += gnome-screenshot
    SUBDIR += gnome-shell-extension-audio-output-switcher
    SUBDIR += gnome-shell-extension-coverflow
    SUBDIR += gnome-shell-extension-dashtodock
    SUBDIR += gnome-shell-extension-dashtopanel
+0 −39
Original line number Diff line number Diff line
PORTNAME=	gnome-shell-extension-audio-output-switcher
PORTVERSION=	0.0.0.20171022
PORTREVISION=	3
CATEGORIES=	deskutils gnome
DIST_SUBDIR=	gnome

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Gnome-shell audio output switcher
WWW=		https://github.com/anduchs/audio-output-switcher

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=	gnome-shell>=0:x11/gnome-shell \
		gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas

USES=		gettext gmake gnome localbase pkgconfig
USE_GNOME=	glib20
USE_GITHUB=	yes

GH_ACCOUNT=	adaxi
GH_PROJECT=	audio-output-switcher
GH_TAGNAME=	89e6e29

PKGMESSAGE=	../gnome-shell-extra-extensions/pkg-message.slaves

NO_BUILD=	yes

post-patch:
		@${REINPLACE_CMD} -e 's|"3.26"|"3.26", "3.28"|g' \
			${WRKSRC}/metadata.json

do-install:
		@${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/audio-output-switcher@anduchs
		@(cd ${WRKSRC} && ${CP} -pPR * \
			${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/audio-output-switcher@anduchs)

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1656739751
SHA256 (gnome/adaxi-audio-output-switcher-0.0.0.20171022-89e6e29_GH0.tar.gz) = 84736ff40e658c21d2d1d1b384dd39ffbbfb654775f46be9dc51325a4499c3ef
SIZE (gnome/adaxi-audio-output-switcher-0.0.0.20171022-89e6e29_GH0.tar.gz) = 4253
+0 −1
Original line number Diff line number Diff line
Audio output switcher for gnome shell and pulseaudio.
Loading