Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: shotgun-2.2.0
@ 2020-04-01 17:18 liketechnik
  2020-04-01 20:05 ` liketechnik
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: liketechnik @ 2020-04-01 17:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/liketechnik/void-packages new-pkg-shotgun-2.2.0
https://github.com/void-linux/void-packages/pull/20555

New package: shotgun-2.2.0
I asked about this package in #202802. 
shotgun is a minimalist screenshot tool for X11, the homepage is at https://github.com/nexromancers/shotgun.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-pkg-shotgun-2.2.0-20555.patch --]
[-- Type: text/x-diff, Size: 1195 bytes --]

From e791a54ca55fc0ff6952013891c94c0e1be98492 Mon Sep 17 00:00:00 2001
From: Florian Warzecha <liketechnik@disroot.org>
Date: Wed, 1 Apr 2020 19:11:54 +0200
Subject: [PATCH] New package: shotgun-2.2.0

---
 srcpkgs/shotgun/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/shotgun/template

diff --git a/srcpkgs/shotgun/template b/srcpkgs/shotgun/template
new file mode 100644
index 00000000000..31f1e3c43e5
--- /dev/null
+++ b/srcpkgs/shotgun/template
@@ -0,0 +1,24 @@
+# Template file for 'shotgun'
+pkgname=shotgun
+version=2.2.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libX11-devel libXrandr-devel"
+depends="libX11 libXrandr"
+short_desc="Minimal screenshot utility for X11"
+maintainer="Florian Warzecha <liketechnik@disroot.org>"
+license="MPL-2.0"
+homepage="https://github.com/nexromancers/shotgun"
+distfiles="https://github.com/nexromancers/shotgun/archive/v${version}.tar.gz"
+checksum=c02df7284c8757f4592ce7dcbbd11330ea926379c5ff313f4932a7cbae00d24b
+
+post_install() {
+	vdoc README.md
+	vlicense LICENSE
+}
+
+post_extract() {
+	rm build.rs
+	vsed -i Cargo.toml -e '/^build = "build.rs"/ d'
+}

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

* Re: New package: shotgun-2.2.0
  2020-04-01 17:18 [PR PATCH] New package: shotgun-2.2.0 liketechnik
@ 2020-04-01 20:05 ` liketechnik
  2020-04-02 19:08 ` [WIP] " aeosynth
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: liketechnik @ 2020-04-01 20:05 UTC (permalink / raw)
  To: ml

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

New comment by liketechnik on void-packages repository

https://github.com/void-linux/void-packages/pull/20555#issuecomment-607463253

Comment:
Apparently the X11 libraries have differences in certain architectures that are not expected by the shotgun library so the build fails for these architectures. I'm not sure how to handle that, so I'll wait for suggestions...

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

* Re: [WIP] New package: shotgun-2.2.0
  2020-04-01 17:18 [PR PATCH] New package: shotgun-2.2.0 liketechnik
  2020-04-01 20:05 ` liketechnik
@ 2020-04-02 19:08 ` aeosynth
  2020-04-05 14:45 ` [PR PATCH] [Updated] " liketechnik
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: aeosynth @ 2020-04-02 19:08 UTC (permalink / raw)
  To: ml

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

New comment by aeosynth on void-packages repository

https://github.com/void-linux/void-packages/pull/20555#issuecomment-608049584

Comment:
you could use the `archs` variable to only build on the architectures where the build passes

https://github.com/void-linux/void-packages/blob/master/Manual.md#optional_vars

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

* Re: [PR PATCH] [Updated] [WIP] New package: shotgun-2.2.0
  2020-04-01 17:18 [PR PATCH] New package: shotgun-2.2.0 liketechnik
  2020-04-01 20:05 ` liketechnik
  2020-04-02 19:08 ` [WIP] " aeosynth
@ 2020-04-05 14:45 ` liketechnik
  2020-04-05 15:50 ` liketechnik
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: liketechnik @ 2020-04-05 14:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/liketechnik/void-packages new-pkg-shotgun-2.2.0
https://github.com/void-linux/void-packages/pull/20555

[WIP] New package: shotgun-2.2.0
I asked about this package in #20282 . 
shotgun is a minimalist screenshot tool for X11, the homepage is at https://github.com/nexromancers/shotgun.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-pkg-shotgun-2.2.0-20555.patch --]
[-- Type: text/x-diff, Size: 1231 bytes --]

From a62c2565093a2c19da473ae4aac978ff425d9d70 Mon Sep 17 00:00:00 2001
From: Florian Warzecha <liketechnik@disroot.org>
Date: Wed, 1 Apr 2020 19:11:54 +0200
Subject: [PATCH] New package: shotgun-2.2.0

---
 srcpkgs/shotgun/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/shotgun/template

diff --git a/srcpkgs/shotgun/template b/srcpkgs/shotgun/template
new file mode 100644
index 00000000000..ecf62ba7ae3
--- /dev/null
+++ b/srcpkgs/shotgun/template
@@ -0,0 +1,25 @@
+# Template file for 'shotgun'
+pkgname=shotgun
+version=2.2.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libX11-devel libXrandr-devel"
+depends="libX11 libXrandr"
+arches="x86_64 i686 x86_64-musl" 
+short_desc="Minimal screenshot utility for X11"
+maintainer="Florian Warzecha <liketechnik@disroot.org>"
+license="MPL-2.0"
+homepage="https://github.com/nexromancers/shotgun"
+distfiles="https://github.com/nexromancers/shotgun/archive/v${version}.tar.gz"
+checksum=c02df7284c8757f4592ce7dcbbd11330ea926379c5ff313f4932a7cbae00d24b
+
+post_install() {
+	vdoc README.md
+	vlicense LICENSE
+}
+
+post_extract() {
+	rm build.rs
+	vsed -i Cargo.toml -e '/^build = "build.rs"/ d'
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: shotgun-2.2.0
  2020-04-01 17:18 [PR PATCH] New package: shotgun-2.2.0 liketechnik
                   ` (2 preceding siblings ...)
  2020-04-05 14:45 ` [PR PATCH] [Updated] " liketechnik
@ 2020-04-05 15:50 ` liketechnik
  2020-04-05 17:32 ` liketechnik
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: liketechnik @ 2020-04-05 15:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/liketechnik/void-packages new-pkg-shotgun-2.2.0
https://github.com/void-linux/void-packages/pull/20555

[WIP] New package: shotgun-2.2.0
I asked about this package in #20282 . 
shotgun is a minimalist screenshot tool for X11, the homepage is at https://github.com/nexromancers/shotgun.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-pkg-shotgun-2.2.0-20555.patch --]
[-- Type: text/x-diff, Size: 1229 bytes --]

From 5fd2c4a995f05913bb32932a2e823a453e352f1f Mon Sep 17 00:00:00 2001
From: Florian Warzecha <liketechnik@disroot.org>
Date: Wed, 1 Apr 2020 19:11:54 +0200
Subject: [PATCH] New package: shotgun-2.2.0

---
 srcpkgs/shotgun/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/shotgun/template

diff --git a/srcpkgs/shotgun/template b/srcpkgs/shotgun/template
new file mode 100644
index 00000000000..2418b66660a
--- /dev/null
+++ b/srcpkgs/shotgun/template
@@ -0,0 +1,25 @@
+# Template file for 'shotgun'
+pkgname=shotgun
+version=2.2.0
+revision=1
+archs="x86_64 i686 x86_64-musl"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libX11-devel libXrandr-devel"
+depends="libX11 libXrandr"
+short_desc="Minimal screenshot utility for X11"
+maintainer="Florian Warzecha <liketechnik@disroot.org>"
+license="MPL-2.0"
+homepage="https://github.com/nexromancers/shotgun"
+distfiles="https://github.com/nexromancers/shotgun/archive/v${version}.tar.gz"
+checksum=c02df7284c8757f4592ce7dcbbd11330ea926379c5ff313f4932a7cbae00d24b
+
+post_install() {
+	vdoc README.md
+	vlicense LICENSE
+}
+
+post_extract() {
+	rm build.rs
+	vsed -i Cargo.toml -e '/^build = "build.rs"/ d'
+}

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

* Re: New package: shotgun-2.2.0
  2020-04-01 17:18 [PR PATCH] New package: shotgun-2.2.0 liketechnik
                   ` (3 preceding siblings ...)
  2020-04-05 15:50 ` liketechnik
@ 2020-04-05 17:32 ` liketechnik
  2021-11-06 22:25 ` abenson
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: liketechnik @ 2020-04-05 17:32 UTC (permalink / raw)
  To: ml

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

New comment by liketechnik on void-packages repository

https://github.com/void-linux/void-packages/pull/20555#issuecomment-609452930

Comment:
Applied your suggestion, thanks. As x86_64 is probably the most used architecture for desktops anyway this should be fine.

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

* Re: New package: shotgun-2.2.0
  2020-04-01 17:18 [PR PATCH] New package: shotgun-2.2.0 liketechnik
                   ` (4 preceding siblings ...)
  2020-04-05 17:32 ` liketechnik
@ 2021-11-06 22:25 ` abenson
  2021-11-06 22:25 ` [PR PATCH] [Closed]: " abenson
  2021-11-06 22:50 ` liketechnik
  7 siblings, 0 replies; 9+ messages in thread
From: abenson @ 2021-11-06 22:25 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/20555#issuecomment-962517804

Comment:
Seemingly abandoned.

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

* Re: [PR PATCH] [Closed]: New package: shotgun-2.2.0
  2020-04-01 17:18 [PR PATCH] New package: shotgun-2.2.0 liketechnik
                   ` (5 preceding siblings ...)
  2021-11-06 22:25 ` abenson
@ 2021-11-06 22:25 ` abenson
  2021-11-06 22:50 ` liketechnik
  7 siblings, 0 replies; 9+ messages in thread
From: abenson @ 2021-11-06 22:25 UTC (permalink / raw)
  To: ml

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

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

New package: shotgun-2.2.0
https://github.com/void-linux/void-packages/pull/20555

Description:
I asked about this package in #20282 . 
shotgun is a minimalist screenshot tool for X11, the homepage is at https://github.com/nexromancers/shotgun.

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

* Re: New package: shotgun-2.2.0
  2020-04-01 17:18 [PR PATCH] New package: shotgun-2.2.0 liketechnik
                   ` (6 preceding siblings ...)
  2021-11-06 22:25 ` [PR PATCH] [Closed]: " abenson
@ 2021-11-06 22:50 ` liketechnik
  7 siblings, 0 replies; 9+ messages in thread
From: liketechnik @ 2021-11-06 22:50 UTC (permalink / raw)
  To: ml

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

New comment by liketechnik on void-packages repository

https://github.com/void-linux/void-packages/pull/20555#issuecomment-962520056

Comment:
Yes. Sorry, I unfortunately lost track of this :( (and am not interested in the package anymore, so closing this is fine for me)

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

end of thread, other threads:[~2021-11-06 22:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01 17:18 [PR PATCH] New package: shotgun-2.2.0 liketechnik
2020-04-01 20:05 ` liketechnik
2020-04-02 19:08 ` [WIP] " aeosynth
2020-04-05 14:45 ` [PR PATCH] [Updated] " liketechnik
2020-04-05 15:50 ` liketechnik
2020-04-05 17:32 ` liketechnik
2021-11-06 22:25 ` abenson
2021-11-06 22:25 ` [PR PATCH] [Closed]: " abenson
2021-11-06 22:50 ` liketechnik

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).