aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-05-18 22:54:32 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-05-19 00:14:52 +0000
commit54c0e5bb42721e05edda83ff56ccd14dfc457406 (patch)
tree76897bea2d16cc0c241bc7cb7f2a103128eb0380 /x11
parent6b03a8a44eecda721c8407465db81dcd3bb5d221 (diff)
downloadports-54c0e5bb42721e05edda83ff56ccd14dfc457406.tar.gz
ports-54c0e5bb42721e05edda83ff56ccd14dfc457406.zip
x11/nwg-dock-hyprland: update to 0.1.9
Changes: https://github.com/nwg-piotr/nwg-dock-hyprland/releases/tag/v0.1.9 Reported by: GitHub (watch releases)
Diffstat (limited to 'x11')
-rw-r--r--x11/nwg-dock-hyprland/Makefile7
-rw-r--r--x11/nwg-dock-hyprland/distinfo14
-rw-r--r--x11/nwg-dock-hyprland/files/patch-go.mod14
3 files changed, 24 insertions, 11 deletions
diff --git a/x11/nwg-dock-hyprland/Makefile b/x11/nwg-dock-hyprland/Makefile
index 646366136184..23b1414c904b 100644
--- a/x11/nwg-dock-hyprland/Makefile
+++ b/x11/nwg-dock-hyprland/Makefile
@@ -1,7 +1,6 @@
PORTNAME= nwg-dock-hyprland
DISTVERSIONPREFIX= v
-DISTVERSION= 0.1.8
-PORTREVISION= 1
+DISTVERSION= 0.1.9
CATEGORIES= x11
MAINTAINER= jbeich@FreeBSD.org
@@ -19,8 +18,8 @@ USE_GITHUB= yes
USE_GNOME= cairo gdkpixbuf2 gtk30
GH_ACCOUNT= nwg-piotr
GH_TUPLE= allan-simon:go-singleinstance:d0997106ab37:allan_simon_go_singleinstance/vendor/github.com/allan-simon/go-singleinstance \
- dlasky:gotk3-layershell:b0c42cd8474f:dlasky_gotk3_layershell/vendor/github.com/dlasky/gotk3-layershell \
- golang:sys:v0.19.0:golang_sys/vendor/golang.org/x/sys \
+ dlasky:gotk3-layershell:5c5115f0d774:dlasky_gotk3_layershell/vendor/github.com/dlasky/gotk3-layershell \
+ golang:sys:v0.20.0:golang_sys/vendor/golang.org/x/sys \
gotk3:gotk3:v0.6.3:gotk3_gotk3/vendor/github.com/gotk3/gotk3 \
sirupsen:logrus:v1.9.3:sirupsen_logrus/vendor/github.com/sirupsen/logrus
CGO_LDFLAGS+= -Wl,--as-needed # harfbuzz, freetype2
diff --git a/x11/nwg-dock-hyprland/distinfo b/x11/nwg-dock-hyprland/distinfo
index f55ac3d149fb..2f6a365979a4 100644
--- a/x11/nwg-dock-hyprland/distinfo
+++ b/x11/nwg-dock-hyprland/distinfo
@@ -1,12 +1,12 @@
-TIMESTAMP = 1714865542
-SHA256 (nwg-piotr-nwg-dock-hyprland-v0.1.8_GH0.tar.gz) = ba7a3cf8df382ccccca19883a2f52284e0daa11ca291630a1296f8981a4ceac5
-SIZE (nwg-piotr-nwg-dock-hyprland-v0.1.8_GH0.tar.gz) = 20912
+TIMESTAMP = 1716072872
+SHA256 (nwg-piotr-nwg-dock-hyprland-v0.1.9_GH0.tar.gz) = 08c5f7fa100a979d1137410ff63965349721eb435693634688370284b99cd888
+SIZE (nwg-piotr-nwg-dock-hyprland-v0.1.9_GH0.tar.gz) = 21118
SHA256 (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = f8cee874873fe9fc1a81e8a7ca83df85c57aa86279c09cb8cba10d5feb7ed295
SIZE (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = 2819
-SHA256 (dlasky-gotk3-layershell-b0c42cd8474f_GH0.tar.gz) = 7eed1f818f39e9124b2ef8fcf9df24adae371ce882f192b352be24e0408b3680
-SIZE (dlasky-gotk3-layershell-b0c42cd8474f_GH0.tar.gz) = 2374260
-SHA256 (golang-sys-v0.19.0_GH0.tar.gz) = da82f3d99abd964483ec5d622ddf620e2492ec0a18c154475f35d938c4240c7b
-SIZE (golang-sys-v0.19.0_GH0.tar.gz) = 1449493
+SHA256 (dlasky-gotk3-layershell-5c5115f0d774_GH0.tar.gz) = 9b4f0a555e5f7714930e3f592414e6fa5cb61b744a58ee79419fa89a5530af9e
+SIZE (dlasky-gotk3-layershell-5c5115f0d774_GH0.tar.gz) = 2374334
+SHA256 (golang-sys-v0.20.0_GH0.tar.gz) = eb2569cab8d7a92ce3afa9119538b61fc03d575c01f1548ec1e152c330ac591d
+SIZE (golang-sys-v0.20.0_GH0.tar.gz) = 1494604
SHA256 (gotk3-gotk3-v0.6.3_GH0.tar.gz) = cf233b835b1fdd23afa393d1e7483c44a57ab7729afe3a72e7ae3ded2b27a0c8
SIZE (gotk3-gotk3-v0.6.3_GH0.tar.gz) = 278230
SHA256 (sirupsen-logrus-v1.9.3_GH0.tar.gz) = cfa48a647a28c1f12fb6a9b672bc4d88b6407ff05aedcf23ce939d342646acce
diff --git a/x11/nwg-dock-hyprland/files/patch-go.mod b/x11/nwg-dock-hyprland/files/patch-go.mod
new file mode 100644
index 000000000000..9f30fb931580
--- /dev/null
+++ b/x11/nwg-dock-hyprland/files/patch-go.mod
@@ -0,0 +1,14 @@
+Drop after lang/go122 appears (switch to USES=go:1.22,modules)
+
+github.com/nwg-piotr/nwg-dock-hyprland: cannot compile Go 1.22 code
+
+--- go.mod.orig 2024-05-18 22:54:32 UTC
++++ go.mod
+@@ -1,6 +1,6 @@ module nwg-dock-hyprland
+ module nwg-dock-hyprland
+
+-go 1.22
++go 1.21
+
+ require (
+ github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37