Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: sxcs-0.7.3
@ 2024-01-26 20:17 Eloitor
  2024-01-27  0:05 ` chrysos349
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Eloitor @ 2024-01-26 20:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages sxcs
https://github.com/void-linux/void-packages/pull/48388

New package: sxcs-0.7.3
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

closes #45030 

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

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

From c4c3a93edd2c4b321d791353a36adbfe47e54f35 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Fri, 26 Jan 2024 21:14:23 +0100
Subject: [PATCH] New package: sxcs-0.7.3

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

diff --git a/srcpkgs/sxcs/template b/srcpkgs/sxcs/template
new file mode 100644
index 0000000000000..4137091405540
--- /dev/null
+++ b/srcpkgs/sxcs/template
@@ -0,0 +1,21 @@
+# Template file for 'sxcs'
+pkgname=sxcs
+version=0.7.3
+revision=1
+#archs="i686 x86_64"
+makedepends="libX11-devel libXcursor-devel libsanitizer-devel"
+short_desc="Color picker and magnifier for X11"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://codeberg.org/NRK/sxcs"
+distfiles="https://codeberg.org/NRK/sxcs/archive/v${version}.tar.gz"
+checksum=ba15e8f49040adcba7b4498e6c3567a7514d0e25c6f74d195e44f58f933c68f3
+
+do_build() {
+	gcc -o sxcs sxcs.c -std=c89 -Wall -Wextra -Wpedantic -g3 -D DEBUG -O0 -fsanitize=address,undefined -l X11 -l Xcursor
+}
+
+do_install() {
+	vbin sxcs
+	vman sxcs.1
+}

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

* Re: New package: sxcs-0.7.3
  2024-01-26 20:17 [PR PATCH] New package: sxcs-0.7.3 Eloitor
@ 2024-01-27  0:05 ` chrysos349
  2024-01-28 19:09 ` [PR PATCH] [Updated] " Eloitor
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: chrysos349 @ 2024-01-27  0:05 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/48388#issuecomment-1912850761

Comment:
```
# Template file for 'sxcs'
pkgname=sxcs
version=0.7.3
revision=1
makedepends="libX11-devel libXcursor-devel"
short_desc="Color picker and magnifier for X11"
maintainer="Eloi Torrents <eloitor@disroot.org>"
license="GPL-3.0-only"
homepage="https://codeberg.org/NRK/sxcs"
distfiles="https://codeberg.org/NRK/sxcs/archive/v${version}.tar.gz"
checksum=ba15e8f49040adcba7b4498e6c3567a7514d0e25c6f74d195e44f58f933c68f3

do_build() {
	make -e sxcs LDLIBS="-lX11 -lXcursor"
}

do_install() {
	vbin sxcs
	vman sxcs.1
}
```

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

* Re: [PR PATCH] [Updated] New package: sxcs-0.7.3
  2024-01-26 20:17 [PR PATCH] New package: sxcs-0.7.3 Eloitor
  2024-01-27  0:05 ` chrysos349
@ 2024-01-28 19:09 ` Eloitor
  2024-01-28 19:39 ` Eloitor
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2024-01-28 19:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages sxcs
https://github.com/void-linux/void-packages/pull/48388

New package: sxcs-0.7.3
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

closes #45030 

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

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

From be44e1a8abb786a83f78b637b59b2a87bb2e9226 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Fri, 26 Jan 2024 21:14:23 +0100
Subject: [PATCH] New package: sxcs-0.7.3

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

diff --git a/srcpkgs/sxcs/template b/srcpkgs/sxcs/template
new file mode 100644
index 0000000000000..54972795fe5e3
--- /dev/null
+++ b/srcpkgs/sxcs/template
@@ -0,0 +1,21 @@
+# Template file for 'sxcs'
+pkgname=sxcs
+version=0.7.3
+revision=1
+#archs="i686 x86_64"
+makedepends="libX11-devel libXcursor-devel"
+short_desc="Color picker and magnifier for X11"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://codeberg.org/NRK/sxcs"
+distfiles="https://codeberg.org/NRK/sxcs/archive/v${version}.tar.gz"
+checksum=ba15e8f49040adcba7b4498e6c3567a7514d0e25c6f74d195e44f58f933c68f3
+
+do_build() {
+	make -e sxcs LDLIBS="-lX11 -lXcursor"
+}
+
+do_install() {
+	vbin sxcs
+	vman sxcs.1
+}

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

* Re: New package: sxcs-0.7.3
  2024-01-26 20:17 [PR PATCH] New package: sxcs-0.7.3 Eloitor
  2024-01-27  0:05 ` chrysos349
  2024-01-28 19:09 ` [PR PATCH] [Updated] " Eloitor
@ 2024-01-28 19:39 ` Eloitor
  2024-03-05 17:43 ` [PR PATCH] [Closed]: " Eloitor
  2024-03-05 17:43 ` Eloitor
  4 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2024-01-28 19:39 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/48388#issuecomment-1913700562

Comment:
thanks

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

* Re: [PR PATCH] [Closed]: New package: sxcs-0.7.3
  2024-01-26 20:17 [PR PATCH] New package: sxcs-0.7.3 Eloitor
                   ` (2 preceding siblings ...)
  2024-01-28 19:39 ` Eloitor
@ 2024-03-05 17:43 ` Eloitor
  2024-03-05 17:43 ` Eloitor
  4 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2024-03-05 17:43 UTC (permalink / raw)
  To: ml

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

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

New package: sxcs-0.7.3
https://github.com/void-linux/void-packages/pull/48388

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

closes #45030 

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

* Re: New package: sxcs-0.7.3
  2024-01-26 20:17 [PR PATCH] New package: sxcs-0.7.3 Eloitor
                   ` (3 preceding siblings ...)
  2024-03-05 17:43 ` [PR PATCH] [Closed]: " Eloitor
@ 2024-03-05 17:43 ` Eloitor
  4 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2024-03-05 17:43 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/48388#issuecomment-1979308045

Comment:
I'm not using X11 any time soon. If someone wants it, feel free to take it!

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

end of thread, other threads:[~2024-03-05 17:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-26 20:17 [PR PATCH] New package: sxcs-0.7.3 Eloitor
2024-01-27  0:05 ` chrysos349
2024-01-28 19:09 ` [PR PATCH] [Updated] " Eloitor
2024-01-28 19:39 ` Eloitor
2024-03-05 17:43 ` [PR PATCH] [Closed]: " Eloitor
2024-03-05 17:43 ` Eloitor

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