Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xnotify-0.9.3
@ 2023-11-02  9:23 loosefish-scapegrace
  2023-11-04 20:00 ` [PR REVIEW] " Luciogi
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: loosefish-scapegrace @ 2023-11-02  9:23 UTC (permalink / raw)
  To: ml

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

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

end of thread, other threads:[~2024-02-20  1:44 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-02  9:23 [PR PATCH] New package: xnotify-0.9.3 loosefish-scapegrace
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

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