Github messages for voidlinux
 help / color / mirror / Atom feed
From: loosefish-scapegrace <loosefish-scapegrace@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: xnotify-0.9.3
Date: Thu, 02 Nov 2023 10:23:37 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47018@inbox.vuxu.org> (raw)

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

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

https://github.com/loosefish-scapegrace/void-packages xnotify
https://github.com/void-linux/void-packages/pull/47018

New package: xnotify-0.9.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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

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

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

From d7568e23a0cc709d35a23072d841386f160eced0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?n=C3=A9p=C3=A9ta?= <nepeta@canaglie.net>
Date: Thu, 2 Nov 2023 20:13:27 +1100
Subject: [PATCH] New package: xnotify-0.9.3

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

diff --git a/srcpkgs/xnotify/template b/srcpkgs/xnotify/template
new file mode 100644
index 0000000000000..c2cfab1cd46c3
--- /dev/null
+++ b/srcpkgs/xnotify/template
@@ -0,0 +1,24 @@
+# Template file for 'xnotify'
+pkgname=xnotify
+version=0.9.3
+revision=1
+build_style=gnu-makefile
+makedepends="imlib2-devel libXft-devel libX11-devel libXinerama-devel"
+short_desc="Read notifications from stdin and pop them up on the screen"
+maintainer="népéta <nepeta@canaglie.net>"
+license="MIT"
+homepage="https://github.com/phillbush/xnotify"
+distfiles="https://github.com/phillbush/xnotify/archive/refs/tags/v0.9.3.tar.gz"
+checksum=9fa7505ad16c8d5e2305a56d0d88ca3a7e324816b4df7845b920db088482eb24
+
+do_build() {
+	[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
+	make INCS="-I${XBPS_CROSS_BASE}/usr/include -I${XBPS_CROSS_BASE}/usr/include/freetype2" \
+		LIBS="-lfontconfig -lXft -lX11 -lXinerama -lImlib2"
+}
+
+do_install() {
+	make PREFIX=/usr DESTDIR=${DESTDIR} install
+	vdoc README.md
+	vlicense LICENSE
+}

             reply	other threads:[~2023-11-02  9:23 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-02  9:23 loosefish-scapegrace [this message]
2023-11-04 20:00 ` [PR REVIEW] " Luciogi
2023-11-04 21:18 ` classabbyamp
2023-11-04 23:18 ` sh1r4s3
2023-11-04 23:24 ` sh1r4s3
2023-11-04 23:36 ` ahesford
2023-11-04 23:36 ` ahesford
2023-11-04 23:44 ` loosefish-scapegrace
2023-11-05 17:18 ` ahesford
2023-11-06  4:31 ` loosefish-scapegrace
2023-11-06  4:32 ` loosefish-scapegrace
2023-11-06  4:32 ` [PR REVIEW] " loosefish-scapegrace
2023-11-06  4:57 ` [PR PATCH] [Updated] " loosefish-scapegrace
2023-11-06  4:59 ` loosefish-scapegrace
2024-02-05  1:45 ` github-actions
2024-02-20  1:44 ` [PR PATCH] [Closed]: " github-actions

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-47018@inbox.vuxu.org \
    --to=loosefish-scapegrace@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).