Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xnotify-0.3.1
@ 2020-09-22 20:30 natrys
  2020-09-22 20:40 ` natrys
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: natrys @ 2020-09-22 20:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/natrys/void-packages xnotify-0.3.1
https://github.com/void-linux/void-packages/pull/25035

New package: xnotify-0.3.1


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

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

From a93e45206db751485f25fcde0588529976df7ef1 Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Wed, 23 Sep 2020 01:26:10 +0600
Subject: [PATCH] New package: xnotify-0.3.1

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

diff --git a/srcpkgs/xnotify/template b/srcpkgs/xnotify/template
new file mode 100644
index 00000000000..b7feffc9fee
--- /dev/null
+++ b/srcpkgs/xnotify/template
@@ -0,0 +1,27 @@
+# Template file for 'xnotify'
+pkgname=xnotify
+version=0.3.1
+revision=1
+build_style=gnu-makefile
+makedepends="freetype-devel imlib2-devel libXft-devel libXinerama-devel"
+short_desc="Popup a notification on the screen"
+maintainer="Imran Khan <imrankhan@teknik.io>"
+license="MIT"
+homepage="https://github.com/phillbush/xnotify"
+distfiles="https://github.com/phillbush/xnotify/archive/v${version}.tar.gz"
+checksum=43c03817aca539063c3da63bb3768862b040c29c242a98eb51a40c6653c54582
+
+CFLAGS="-I${XBPS_CROSS_BASE}/usr/include"
+CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/X11"
+CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/freetype2"
+LDFLAGS="-lfontconfig -lXft -lXinerama -lX11 -lImlib2"
+
+pre_build() {
+	if [ -e ${FILESDIR}/config.h ]; then
+		cp ${FILESDIR}/config.h config.h
+	fi
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2022-04-19 17:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-22 20:30 [PR PATCH] New package: xnotify-0.3.1 natrys
2020-09-22 20:40 ` natrys
2020-09-29  6:30 ` [PR PATCH] [Updated] " natrys
2021-04-28 11:36 ` New package: xnotify-0.5.0 biopsin
2021-04-28 15:01 ` [PR PATCH] [Updated] " natrys
2021-04-28 15:07 ` natrys
2021-04-28 16:17 ` New package: xnotify-0.8.1 ericonr
2021-04-28 16:40 ` [PR PATCH] [Updated] " natrys
2021-04-28 16:44 ` natrys
2022-04-19  2:12 ` github-actions
2022-04-19 17:33 ` [PR PATCH] [Closed]: " natrys

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