summaryrefslogtreecommitdiff
path: root/net-im/dissent/files/patch-vendor
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-09-17 16:37:37 +0200
committerJan Beich <jbeich@FreeBSD.org>2024-09-17 16:40:20 +0200
commitffb62231298a40a188174d514f7b66cdce0cc477 (patch)
treea5a2613db4f971f4489a13f013dcf7bed95cb873 /net-im/dissent/files/patch-vendor
parentnet-im/dissent: update to 0.0.30 (diff)
net-im/dissent: avoid working around "make gomod-vendor"
Diffstat (limited to 'net-im/dissent/files/patch-vendor')
-rw-r--r--net-im/dissent/files/patch-vendor28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-im/dissent/files/patch-vendor b/net-im/dissent/files/patch-vendor
deleted file mode 100644
index d6b5a47fd160..000000000000
--- a/net-im/dissent/files/patch-vendor
+++ /dev/null
@@ -1,28 +0,0 @@
-internal/messages/composer/input_good_os.go:11:2: cannot find module providing package libdb.so/gotk4-sourceview/pkg/gtksource/v5: import lookup disabled by -mod=vendor
-internal/messages/composer/input_good_os.go:12:2: cannot find module providing package libdb.so/gotk4-spelling/pkg/spelling: import lookup disabled by -mod=vendor
-vendor/libdb.so/gotk4-spelling/pkg/pkg/spelling/spelling-text-buffer-adapter.go:13:2: cannot find module providing package libdb.so/gotk4-sourceview/pkg/gtksource/v5: import lookup disabled by -mod=vendor
-
---- internal/messages/composer/input_good_os.go.orig 2024-08-27 09:35:53 UTC
-+++ internal/messages/composer/input_good_os.go
-@@ -8,8 +8,8 @@ import (
- "github.com/diamondburned/gotk4/pkg/gtk/v4"
- "github.com/diamondburned/gotkit/app"
- "github.com/diamondburned/gotkit/app/prefs"
-- "libdb.so/gotk4-sourceview/pkg/gtksource/v5"
-- "libdb.so/gotk4-spelling/pkg/spelling"
-+ "libdb.so/gotk4-sourceview/pkg/pkg/gtksource/v5"
-+ "libdb.so/gotk4-spelling/pkg/pkg/spelling"
- )
-
- var spellCheck = prefs.NewBool(true, prefs.PropMeta{
---- vendor/libdb.so/gotk4-spelling/pkg/pkg/spelling/spelling-text-buffer-adapter.go.orig 2024-08-18 08:25:54 UTC
-+++ vendor/libdb.so/gotk4-spelling/pkg/pkg/spelling/spelling-text-buffer-adapter.go
-@@ -10,7 +10,7 @@ import (
- coreglib "github.com/diamondburned/gotk4/pkg/core/glib"
- "github.com/diamondburned/gotk4/pkg/gio/v2"
- "github.com/diamondburned/gotk4/pkg/gtk/v4"
-- "libdb.so/gotk4-sourceview/pkg/gtksource/v5"
-+ "libdb.so/gotk4-sourceview/pkg/pkg/gtksource/v5"
- )
-
- // #include <stdlib.h>