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; 12+ 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] 12+ messages in thread

* Re: New package: xnotify-0.3.1
  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
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: natrys @ 2020-09-22 20:40 UTC (permalink / raw)
  To: ml

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

New comment by natrys on void-packages repository

https://github.com/void-linux/void-packages/pull/25035#issuecomment-696967785

Comment:
Alternative is maybe to patch up `config.mk` in ugly ways: https://gist.github.com/natrys/7a6f21699277809464cffd7851479741

Dunno whichever (or if neither) way is more idiomatic.

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

* Re: [PR PATCH] [Updated] New package: xnotify-0.3.1
  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 ` natrys
  2021-04-28 11:36 ` New package: xnotify-0.5.0 biopsin
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: natrys @ 2020-09-29  6:30 UTC (permalink / raw)
  To: ml

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

There is an updated 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 4e491ff855f30c0c430dac5f125cd9a10a212d01 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.5.0

---
 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..6fbbd46cade
--- /dev/null
+++ b/srcpkgs/xnotify/template
@@ -0,0 +1,27 @@
+# Template file for 'xnotify'
+pkgname=xnotify
+version=0.5.0
+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=307f7f87a215f01da38b953c57be11ed42909afca541d159163b010cbdae45a2
+
+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] 12+ messages in thread

* Re: New package: xnotify-0.5.0
  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 ` biopsin
  2021-04-28 15:01 ` [PR PATCH] [Updated] " natrys
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: biopsin @ 2021-04-28 11:36 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/25035#issuecomment-828383020

Comment:
@natrys Ping & bump to 0.8.1
Would you mind adopt make_build_args from https://github.com/void-linux/void-packages/pull/27763/commits/81f88f21e1383e44cae405befeaffc4a08cd1cfc
and drop the freetype-devel dependency.
Also include "Closes PR https://github.com/void-linux/void-packages/pull/27198"

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

* Re: [PR PATCH] [Updated] New package: xnotify-0.5.0
  2020-09-22 20:30 [PR PATCH] New package: xnotify-0.3.1 natrys
                   ` (2 preceding siblings ...)
  2021-04-28 11:36 ` New package: xnotify-0.5.0 biopsin
@ 2021-04-28 15:01 ` natrys
  2021-04-28 15:07 ` natrys
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: natrys @ 2021-04-28 15:01 UTC (permalink / raw)
  To: ml

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

There is an updated 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.5.0


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: 1353 bytes --]

From 16e4e1d762194e0487d4854ce942c9eb99726267 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.8.1

Closes PR #27198
---
 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 000000000000..60bb7199f103
--- /dev/null
+++ b/srcpkgs/xnotify/template
@@ -0,0 +1,27 @@
+# Template file for 'xnotify'
+pkgname=xnotify
+version=0.8.1
+revision=1
+build_style=gnu-makefile
+makedepends="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=bb409c37e898674843d5279eb990b3da73cdbf00bc2dc2f8aa36fc0235e3ca7b
+
+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] 12+ messages in thread

* Re: New package: xnotify-0.5.0
  2020-09-22 20:30 [PR PATCH] New package: xnotify-0.3.1 natrys
                   ` (3 preceding siblings ...)
  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
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: natrys @ 2021-04-28 15:07 UTC (permalink / raw)
  To: ml

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

New comment by natrys on void-packages repository

https://github.com/void-linux/void-packages/pull/25035#issuecomment-828533311

Comment:
hi @biopsin do you mean:

```
make_build_args="LOCALINC=${XBPS_CROSS_BASE}/usr/include
 LOCALLIB=${XBPS_CROSS_BASE}/usr/lib
 FREETYPEINC=${XBPS_CROSS_BASE}/usr/include/freetype2
 X11INC=${XBPS_CROSS_BASE}/usr/include/X11
 LDFLAGS+=\$(LIBS) CFLAGS+=\$(INCS)"
```

This works but I feel like this is more indirect and implicit than just setting up CFLAGS/LDFLAGS directly which is the desired effect.

```
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"
```

Perhaps @ericonr can weigh in.

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

* Re: New package: xnotify-0.8.1
  2020-09-22 20:30 [PR PATCH] New package: xnotify-0.3.1 natrys
                   ` (4 preceding siblings ...)
  2021-04-28 15:07 ` natrys
@ 2021-04-28 16:17 ` ericonr
  2021-04-28 16:40 ` [PR PATCH] [Updated] " natrys
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-04-28 16:17 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25035#issuecomment-828587692

Comment:
It avoids having to specify `LDFLAGS` yourself, at least

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

* Re: [PR PATCH] [Updated] New package: xnotify-0.8.1
  2020-09-22 20:30 [PR PATCH] New package: xnotify-0.3.1 natrys
                   ` (5 preceding siblings ...)
  2021-04-28 16:17 ` New package: xnotify-0.8.1 ericonr
@ 2021-04-28 16:40 ` natrys
  2021-04-28 16:44 ` natrys
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: natrys @ 2021-04-28 16:40 UTC (permalink / raw)
  To: ml

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

There is an updated 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.8.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: 1381 bytes --]

From c3d8cb1e01c5adc490876a150cb414e5b738b780 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.8.1

Closes PR #27198
---
 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 000000000000..a32f548bdb35
--- /dev/null
+++ b/srcpkgs/xnotify/template
@@ -0,0 +1,27 @@
+# Template file for 'xnotify'
+pkgname=xnotify
+version=0.8.1
+revision=1
+build_style=gnu-makefile
+make_build_args="LOCALINC=${XBPS_CROSS_BASE}/usr/include
+ LOCALLIB=${XBPS_CROSS_BASE}/usr/lib
+ FREETYPEINC=${XBPS_CROSS_BASE}/usr/include/freetype2
+ X11INC=${XBPS_CROSS_BASE}/usr/include/X11
+ LDFLAGS+=\$(LIBS) CFLAGS+=\$(INCS)"
+makedepends="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=bb409c37e898674843d5279eb990b3da73cdbf00bc2dc2f8aa36fc0235e3ca7b
+
+pre_build() {
+	if [ -e ${FILESDIR}/config.h ]; then
+		cp ${FILESDIR}/config.h config.h
+	fi
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: xnotify-0.8.1
  2020-09-22 20:30 [PR PATCH] New package: xnotify-0.3.1 natrys
                   ` (6 preceding siblings ...)
  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
  9 siblings, 0 replies; 12+ messages in thread
From: natrys @ 2021-04-28 16:44 UTC (permalink / raw)
  To: ml

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

New comment by natrys on void-packages repository

https://github.com/void-linux/void-packages/pull/25035#issuecomment-828607353

Comment:
Fair enough, changed to that.

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

* Re: New package: xnotify-0.8.1
  2020-09-22 20:30 [PR PATCH] New package: xnotify-0.3.1 natrys
                   ` (7 preceding siblings ...)
  2021-04-28 16:44 ` natrys
@ 2022-04-19  2:12 ` github-actions
  2022-04-19 17:33 ` [PR PATCH] [Closed]: " natrys
  9 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-04-19  2:12 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/25035#issuecomment-1101923671

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: xnotify-0.8.1
  2020-09-22 20:30 [PR PATCH] New package: xnotify-0.3.1 natrys
                   ` (8 preceding siblings ...)
  2022-04-19  2:12 ` github-actions
@ 2022-04-19 17:33 ` natrys
  9 siblings, 0 replies; 12+ messages in thread
From: natrys @ 2022-04-19 17:33 UTC (permalink / raw)
  To: ml

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

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

New package: xnotify-0.8.1
https://github.com/void-linux/void-packages/pull/25035

Description:


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

* Re: [PR PATCH] [Closed]:  New package: xnotify-0.8.1
  2020-12-16 11:15 [PR PATCH] xnotify tuxliban
@ 2021-04-28 11:56 ` ericonr
  0 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-04-28 11:56 UTC (permalink / raw)
  To: ml

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

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

 New package: xnotify-0.8.1
https://github.com/void-linux/void-packages/pull/27198

Description:
- New package: xnotify-0.8.1
XNotify displays a notification on the screen. XNotify receives a notification specification in stdin and shows a notification for the user on the screen.
Among the features that also stand out is that it has support to show images


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

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

Thread overview: 12+ 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
2020-12-16 11:15 [PR PATCH] xnotify tuxliban
2021-04-28 11:56 ` [PR PATCH] [Closed]: New package: xnotify-0.8.1 ericonr

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