Bug 263325 - deskutils/gnome-shell-extension-dashtopanel: Update to v46
Summary: deskutils/gnome-shell-extension-dashtopanel: Update to v46
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/home-sweet-gnome/d...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-16 11:32 UTC by Alexander Vereeken
Modified: 2022-06-18 09:02 UTC (History)
1 user (show)

See Also:


Attachments
gnome-shell-extension-dashtopanel-46.diff (1.69 KB, patch)
2022-04-16 11:32 UTC, Alexander Vereeken
Alexander88207: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Vereeken freebsd_triage 2022-04-16 11:32:22 UTC
Created attachment 233248 [details]
gnome-shell-extension-dashtopanel-46.diff

Hello,

this is an update to v46.

Thank you in advance!
Comment 1 Alexander Vereeken freebsd_triage 2022-04-16 11:33:07 UTC
Comment on attachment 233248 [details]
gnome-shell-extension-dashtopanel-46.diff

>diff --git a/deskutils/gnome-shell-extension-dashtopanel/Makefile b/deskutils/gnome-shell-extension-dashtopanel/Makefile
>index b00d96b091a2..19c628a6c6e6 100644
>--- a/deskutils/gnome-shell-extension-dashtopanel/Makefile
>+++ b/deskutils/gnome-shell-extension-dashtopanel/Makefile
>@@ -1,7 +1,7 @@
> # Created by: Alexander Vereeken <Alexander88207@protonmail.com>
> 
> PORTNAME=	gnome-shell-extension-dashtopanel
>-PORTVERSION=	v45
>+PORTVERSION=	v46
> CATEGORIES=	deskutils
> 
> MAINTAINER=	Alexander88207@protonmail.com
>@@ -10,14 +10,13 @@ COMMENT=	Icon taskbar for the Gnome Shell
> LICENSE=	GPLv2
> LICENSE_FILE=	${WRKSRC}/COPYING
> 
>-BUILD_DEPENDS=	gsed:textproc/gsed \
>-		git:devel/git \
>-		gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
>-		gettext>=0:devel/gettext
>+BUILD_DEPENDS=	git:devel/git \
>+		gsed:textproc/gsed \
>+		gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
> 
> BINARY_ALIAS=	sed=gsed
> 
>-USES=		gmake
>+USES=		gettext gmake
> 
> USE_GITHUB=	yes
> GH_ACCOUNT=	home-sweet-gnome
>diff --git a/deskutils/gnome-shell-extension-dashtopanel/distinfo b/deskutils/gnome-shell-extension-dashtopanel/distinfo
>index 6603ea12b817..162260d542d6 100644
>--- a/deskutils/gnome-shell-extension-dashtopanel/distinfo
>+++ b/deskutils/gnome-shell-extension-dashtopanel/distinfo
>@@ -1,3 +1,3 @@
>-TIMESTAMP = 1638614616
>-SHA256 (home-sweet-gnome-dash-to-panel-v45_GH0.tar.gz) = 107776efac9aa0de28beb610f7b2781167350a151984cf04aed26b90e20391bf
>-SIZE (home-sweet-gnome-dash-to-panel-v45_GH0.tar.gz) = 21158475
>+TIMESTAMP = 1650105595
>+SHA256 (home-sweet-gnome-dash-to-panel-v46_GH0.tar.gz) = 181f455b74889795e4896e0f92de7391ac5ce9b13ae24cbd2430644b921428d3
>+SIZE (home-sweet-gnome-dash-to-panel-v46_GH0.tar.gz) = 21156093
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-06-18 09:02:36 UTC
A commit in branch main references this bug:

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

commit 384bcb51a26c5a91bb23331ce3d5019f382a5a50
Author:     Alexander Vereeken <Alexander88207@protonmail.com>
AuthorDate: 2022-06-17 06:15:09 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-06-18 08:59:44 +0000

    deskutils/gnome-shell-extension-dashtopanel: Update to v46

    ChangeLog: https://github.com/home-sweet-gnome/dash-to-panel/releases/tag/v46

    PR:     263325
    Reported by:    Alexander88207@protonmail.com (maintainer)

 deskutils/gnome-shell-extension-dashtopanel/Makefile | 15 +++++++--------
 deskutils/gnome-shell-extension-dashtopanel/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 11 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-06-18 09:02:44 UTC
Committed,

Thanks!