Github messages for voidlinux
 help / color / mirror / Atom feed
From: Eloitor <Eloitor@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: sxcs-0.7.3
Date: Fri, 26 Jan 2024 21:17:15 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48388@inbox.vuxu.org> (raw)

[-- 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
+}

             reply	other threads:[~2024-01-26 20:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-26 20:17 Eloitor [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48388@inbox.vuxu.org \
    --to=eloitor@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).