diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
commit | 951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch) | |
tree | 6146e775343aaf339921799078894a48fef9aa15 /deskutils/gnome-shell-extension-audio-output-switcher/Makefile | |
parent | c9b47f0427d70ba42c2d53271f8b64b8e8096825 (diff) |
Notes
Diffstat (limited to 'deskutils/gnome-shell-extension-audio-output-switcher/Makefile')
-rw-r--r-- | deskutils/gnome-shell-extension-audio-output-switcher/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/deskutils/gnome-shell-extension-audio-output-switcher/Makefile b/deskutils/gnome-shell-extension-audio-output-switcher/Makefile index c8c31553eeb8..e67552940d80 100644 --- a/deskutils/gnome-shell-extension-audio-output-switcher/Makefile +++ b/deskutils/gnome-shell-extension-audio-output-switcher/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-shell-extension-audio-output-switcher -PORTVERSION= 0.0.0.20140520 -PORTREVISION= 4 +PORTVERSION= 0.0.0.20171022 CATEGORIES= deskutils gnome DIST_SUBDIR= gnome3 @@ -15,22 +14,20 @@ BUILD_DEPENDS= gnome-shell>=0:x11/gnome-shell \ RUN_DEPENDS= gnome-shell>=0:x11/gnome-shell \ gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas -USES= gettext gmake gnome pkgconfig +USES= gettext gmake gnome localbase pkgconfig USE_GNOME= glib20 USE_GITHUB= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -GH_ACCOUNT= anduchs -GH_TAGNAME= 2bec66d +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.12"|3.12","3.14","3.16", "3.18"|g' \ + @${REINPLACE_CMD} -e 's|"3.26"|"3.26", "3.28"|g' \ ${WRKSRC}/metadata.json do-install: |