Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] surf: add "xprop" runtime dependency
@ 2020-11-04 18:18 kevcrumb
  2020-11-04 18:35 ` ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: kevcrumb @ 2020-11-04 18:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]

There is a new pull request by kevcrumb against master on the void-packages repository

https://github.com/kevcrumb/void-packages surf
https://github.com/void-linux/void-packages/pull/26133

surf: add "xprop" runtime dependency
Without `xprop` visiting sites via Ctrl-g fails.

A patch file from https://github.com/void-linux/void-packages/pull/26133.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-surf-26133.patch --]
[-- Type: text/x-diff, Size: 722 bytes --]

From a3e2de28e07ec076c6dac96414d1e5da267953ab Mon Sep 17 00:00:00 2001
From: Kevin Crumb <kevcrumb@splitlinux.org>
Date: Wed, 4 Nov 2020 18:15:44 +0000
Subject: [PATCH] surf: add "xprop" runtime dependency

Without `xprop` visiting sites via Ctrl-g fails.
---
 srcpkgs/surf/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/surf/template b/srcpkgs/surf/template
index 9470efecbbf..de2ac8d3746 100644
--- a/srcpkgs/surf/template
+++ b/srcpkgs/surf/template
@@ -5,6 +5,7 @@ revision=1
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
 makedepends="webkit2gtk-devel"
+depends="xprop"
 short_desc="Simple web browser based on WebKit/GTK+"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: surf: add "xprop" runtime dependency
  2020-11-04 18:18 [PR PATCH] surf: add "xprop" runtime dependency kevcrumb
@ 2020-11-04 18:35 ` ericonr
  2020-11-04 18:38 ` [PR PATCH] [Updated] " kevcrumb
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-11-04 18:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26133#issuecomment-721902836

Comment:
Needs a revbump

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] surf: add "xprop" runtime dependency
  2020-11-04 18:18 [PR PATCH] surf: add "xprop" runtime dependency kevcrumb
  2020-11-04 18:35 ` ericonr
@ 2020-11-04 18:38 ` kevcrumb
  2020-11-04 22:19 ` fosslinux
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kevcrumb @ 2020-11-04 18:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

There is an updated pull request by kevcrumb against master on the void-packages repository

https://github.com/kevcrumb/void-packages surf
https://github.com/void-linux/void-packages/pull/26133

surf: add "xprop" runtime dependency
Without `xprop` visiting sites via Ctrl-g fails.

A patch file from https://github.com/void-linux/void-packages/pull/26133.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-surf-26133.patch --]
[-- Type: text/x-diff, Size: 1343 bytes --]

From a3e2de28e07ec076c6dac96414d1e5da267953ab Mon Sep 17 00:00:00 2001
From: Kevin Crumb <kevcrumb@splitlinux.org>
Date: Wed, 4 Nov 2020 18:15:44 +0000
Subject: [PATCH 1/2] surf: add "xprop" runtime dependency

Without `xprop` visiting sites via Ctrl-g fails.
---
 srcpkgs/surf/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/surf/template b/srcpkgs/surf/template
index 9470efecbbf..de2ac8d3746 100644
--- a/srcpkgs/surf/template
+++ b/srcpkgs/surf/template
@@ -5,6 +5,7 @@ revision=1
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
 makedepends="webkit2gtk-devel"
+depends="xprop"
 short_desc="Simple web browser based on WebKit/GTK+"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

From 1cc48554bb2bc042d775283fa3eddcf643d72159 Mon Sep 17 00:00:00 2001
From: kevcrumb <42406805+kevcrumb@users.noreply.github.com>
Date: Wed, 4 Nov 2020 18:38:54 +0000
Subject: [PATCH 2/2] revbump

---
 srcpkgs/surf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/surf/template b/srcpkgs/surf/template
index de2ac8d3746..b4937c4894f 100644
--- a/srcpkgs/surf/template
+++ b/srcpkgs/surf/template
@@ -1,7 +1,7 @@
 # Template file for 'surf'
 pkgname=surf
 version=2.0
-revision=1
+revision=2
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
 makedepends="webkit2gtk-devel"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: surf: add "xprop" runtime dependency
  2020-11-04 18:18 [PR PATCH] surf: add "xprop" runtime dependency kevcrumb
  2020-11-04 18:35 ` ericonr
  2020-11-04 18:38 ` [PR PATCH] [Updated] " kevcrumb
@ 2020-11-04 22:19 ` fosslinux
  2020-11-05  9:52 ` [PR PATCH] [Updated] " kevcrumb
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fosslinux @ 2020-11-04 22:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/26133#issuecomment-722006052

Comment:
Please squash

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] surf: add "xprop" runtime dependency
  2020-11-04 18:18 [PR PATCH] surf: add "xprop" runtime dependency kevcrumb
                   ` (2 preceding siblings ...)
  2020-11-04 22:19 ` fosslinux
@ 2020-11-05  9:52 ` kevcrumb
  2020-11-05 10:29 ` kevcrumb
  2020-11-23  5:13 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: kevcrumb @ 2020-11-05  9:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

There is an updated pull request by kevcrumb against master on the void-packages repository

https://github.com/kevcrumb/void-packages surf
https://github.com/void-linux/void-packages/pull/26133

surf: add "xprop" runtime dependency
Without `xprop` visiting sites via Ctrl-g fails.

A patch file from https://github.com/void-linux/void-packages/pull/26133.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-surf-26133.patch --]
[-- Type: text/x-diff, Size: 722 bytes --]

From d68b39ef1abf420c1373d07037ba084a4c04c627 Mon Sep 17 00:00:00 2001
From: Kevin Crumb <kevcrumb@splitlinux.org>
Date: Wed, 4 Nov 2020 18:15:44 +0000
Subject: [PATCH] surf: add "xprop" runtime dependency

Without `xprop` visiting sites via Ctrl-g fails.
---
 srcpkgs/surf/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/surf/template b/srcpkgs/surf/template
index 9470efecbbf..de2ac8d3746 100644
--- a/srcpkgs/surf/template
+++ b/srcpkgs/surf/template
@@ -5,6 +5,7 @@ revision=1
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
 makedepends="webkit2gtk-devel"
+depends="xprop"
 short_desc="Simple web browser based on WebKit/GTK+"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] surf: add "xprop" runtime dependency
  2020-11-04 18:18 [PR PATCH] surf: add "xprop" runtime dependency kevcrumb
                   ` (3 preceding siblings ...)
  2020-11-05  9:52 ` [PR PATCH] [Updated] " kevcrumb
@ 2020-11-05 10:29 ` kevcrumb
  2020-11-23  5:13 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: kevcrumb @ 2020-11-05 10:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

There is an updated pull request by kevcrumb against master on the void-packages repository

https://github.com/kevcrumb/void-packages surf
https://github.com/void-linux/void-packages/pull/26133

surf: add "xprop" runtime dependency
Without `xprop` visiting sites via Ctrl-g fails.

A patch file from https://github.com/void-linux/void-packages/pull/26133.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-surf-26133.patch --]
[-- Type: text/x-diff, Size: 810 bytes --]

From d4311bfb2faec992eacfe32e180bae74699f396c Mon Sep 17 00:00:00 2001
From: Kevin Crumb <kevcrumb@splitlinux.org>
Date: Thu, 5 Nov 2020 10:28:54 +0000
Subject: [PATCH] surf: add "xprop" runtime dependency

Without `xprop` visiting sites via Ctrl-g fails.
---
 srcpkgs/surf/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/surf/template b/srcpkgs/surf/template
index 9470efecbbf..b4937c4894f 100644
--- a/srcpkgs/surf/template
+++ b/srcpkgs/surf/template
@@ -1,10 +1,11 @@
 # Template file for 'surf'
 pkgname=surf
 version=2.0
-revision=1
+revision=2
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
 makedepends="webkit2gtk-devel"
+depends="xprop"
 short_desc="Simple web browser based on WebKit/GTK+"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Merged]: surf: add "xprop" runtime dependency
  2020-11-04 18:18 [PR PATCH] surf: add "xprop" runtime dependency kevcrumb
                   ` (4 preceding siblings ...)
  2020-11-05 10:29 ` kevcrumb
@ 2020-11-23  5:13 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-11-23  5:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

There's a merged pull request on the void-packages repository

surf: add "xprop" runtime dependency
https://github.com/void-linux/void-packages/pull/26133

Description:
Without `xprop` visiting sites via Ctrl-g fails.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-11-23  5:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-04 18:18 [PR PATCH] surf: add "xprop" runtime dependency kevcrumb
2020-11-04 18:35 ` ericonr
2020-11-04 18:38 ` [PR PATCH] [Updated] " kevcrumb
2020-11-04 22:19 ` fosslinux
2020-11-05  9:52 ` [PR PATCH] [Updated] " kevcrumb
2020-11-05 10:29 ` kevcrumb
2020-11-23  5:13 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).