Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] enlightenment: update to 0.24.2
@ 2020-12-21 20:09 make-file
  2020-12-22  0:16 ` ericonr
                   ` (28 more replies)
  0 siblings, 29 replies; 32+ messages in thread
From: make-file @ 2020-12-21 20:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/make-file/void-packages E
https://github.com/void-linux/void-packages/pull/27330

enlightenment: update to 0.24.2
since `signal.h` is included  into `e_util_suid.h` so it would be safe to remove patch

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

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

From 1753b79323337a348745adb81baf353b688a95ff Mon Sep 17 00:00:00 2001
From: make-file <makefile@riseup.net>
Date: Mon, 21 Dec 2020 23:28:51 +0330
Subject: [PATCH] 	deleted:   
 srcpkgs/enlightenment/patches/musl-signal_h.patch  enlightenment 0.24.2 now
 includes signal.h without patchs 	modified:  
 srcpkgs/enlightenment/template bumped to 0.24.2

---
 .../enlightenment/patches/musl-signal_h.patch | 24 -------------------
 1 file changed, 24 deletions(-)
 delete mode 100644 srcpkgs/enlightenment/patches/musl-signal_h.patch

diff --git a/srcpkgs/enlightenment/patches/musl-signal_h.patch b/srcpkgs/enlightenment/patches/musl-signal_h.patch
deleted file mode 100644
index 290c473d63b..00000000000
--- a/srcpkgs/enlightenment/patches/musl-signal_h.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From cb7e05c703331dd38613dad8304ed49581853abe Mon Sep 17 00:00:00 2001
-From: q66 <daniel@octaforge.org>
-Date: Wed, 10 Jun 2020 21:12:43 +0200
-Subject: [PATCH] e_util_suid: need signal.h
-
----
- src/bin/e_util_suid.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git src/bin/e_util_suid.h src/bin/e_util_suid.h
-index e09091146..be961a520 100644
---- src/bin/e_util_suid.h
-+++ src/bin/e_util_suid.h
-@@ -28,6 +28,7 @@
- #endif
- #include <sys/types.h>
- #include <pwd.h>
-+#include <signal.h>
- #ifdef HAVE_PRCTL
- # include <sys/prctl.h>
- #elif defined(HAVE_PROCCTL)
--- 
-2.27.0
-

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
@ 2020-12-22  0:16 ` ericonr
  2020-12-22  7:30 ` [PR PATCH] [Updated] " make-file
                   ` (27 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ericonr @ 2020-12-22  0:16 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-749266661

Comment:
You're missing the actual update from this PR.

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

* Re: [PR PATCH] [Updated] enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
  2020-12-22  0:16 ` ericonr
@ 2020-12-22  7:30 ` make-file
  2020-12-22  7:32 ` make-file
                   ` (26 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-22  7:30 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by make-file against master on the void-packages repository

https://github.com/make-file/void-packages E
https://github.com/void-linux/void-packages/pull/27330

enlightenment: update to 0.24.2
since `signal.h` is included  into `e_util_suid.h` so it would be safe to remove patch

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

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

From 1753b79323337a348745adb81baf353b688a95ff Mon Sep 17 00:00:00 2001
From: make-file <makefile@riseup.net>
Date: Mon, 21 Dec 2020 23:28:51 +0330
Subject: [PATCH 1/2] 	deleted:   
 srcpkgs/enlightenment/patches/musl-signal_h.patch  enlightenment 0.24.2 now
 includes signal.h without patchs 	modified:  
 srcpkgs/enlightenment/template bumped to 0.24.2

---
 .../enlightenment/patches/musl-signal_h.patch | 24 -------------------
 1 file changed, 24 deletions(-)
 delete mode 100644 srcpkgs/enlightenment/patches/musl-signal_h.patch

diff --git a/srcpkgs/enlightenment/patches/musl-signal_h.patch b/srcpkgs/enlightenment/patches/musl-signal_h.patch
deleted file mode 100644
index 290c473d63b..00000000000
--- a/srcpkgs/enlightenment/patches/musl-signal_h.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From cb7e05c703331dd38613dad8304ed49581853abe Mon Sep 17 00:00:00 2001
-From: q66 <daniel@octaforge.org>
-Date: Wed, 10 Jun 2020 21:12:43 +0200
-Subject: [PATCH] e_util_suid: need signal.h
-
----
- src/bin/e_util_suid.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git src/bin/e_util_suid.h src/bin/e_util_suid.h
-index e09091146..be961a520 100644
---- src/bin/e_util_suid.h
-+++ src/bin/e_util_suid.h
-@@ -28,6 +28,7 @@
- #endif
- #include <sys/types.h>
- #include <pwd.h>
-+#include <signal.h>
- #ifdef HAVE_PRCTL
- # include <sys/prctl.h>
- #elif defined(HAVE_PROCCTL)
--- 
-2.27.0
-

From 0bff5bd861dac8cbd8988ca450b2c83efefff425 Mon Sep 17 00:00:00 2001
From: make-file <76424010+make-file@users.noreply.github.com>
Date: Tue, 22 Dec 2020 07:30:43 +0000
Subject: [PATCH 2/2] Update template

---
 srcpkgs/enlightenment/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/enlightenment/template b/srcpkgs/enlightenment/template
index 9937e24f0f9..db9c886dc92 100644
--- a/srcpkgs/enlightenment/template
+++ b/srcpkgs/enlightenment/template
@@ -1,7 +1,7 @@
 # Template file for 'enlightenment'
 pkgname=enlightenment
-version=0.24.1
-revision=2
+version=0.24.2
+revision=1
 build_style=meson
 configure_args="--sysconfdir=/etc -Dpam=true -Dbluez4=false -Dsystemd=false
  $(vopt_bool wayland wl)"
@@ -16,7 +16,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="BSD-2-Clause"
 homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=aee2b6178c918d71ebe661129f4008d773e70e5784651dadbcf56eec0a6d4a09
+checksum=be18e2f18d6c0b058f633e769863d3cbc4c07b629058ae670dec74cd7906dff1
 lib32disabled=yes
 build_options="wayland"
 build_options_default="wayland"

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
  2020-12-22  0:16 ` ericonr
  2020-12-22  7:30 ` [PR PATCH] [Updated] " make-file
@ 2020-12-22  7:32 ` make-file
  2020-12-22 11:05 ` q66
                   ` (25 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-22  7:32 UTC (permalink / raw)
  To: ml

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

New comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-749394062

Comment:
> You're missing the actual update from this PR.

sorry :sweat_smile: template added

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (2 preceding siblings ...)
  2020-12-22  7:32 ` make-file
@ 2020-12-22 11:05 ` q66
  2020-12-22 11:41 ` make-file
                   ` (24 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: q66 @ 2020-12-22 11:05 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-749485145

Comment:
squash your stuff

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (3 preceding siblings ...)
  2020-12-22 11:05 ` q66
@ 2020-12-22 11:41 ` make-file
  2020-12-22 11:51 ` q66
                   ` (23 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-22 11:41 UTC (permalink / raw)
  To: ml

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

New comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-749499311

Comment:
why, did i do anything wrong?

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (4 preceding siblings ...)
  2020-12-22 11:41 ` make-file
@ 2020-12-22 11:51 ` q66
  2020-12-22 11:56 ` make-file
                   ` (22 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: q66 @ 2020-12-22 11:51 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-749502645

Comment:
one commit per template, that's the rule

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (5 preceding siblings ...)
  2020-12-22 11:51 ` q66
@ 2020-12-22 11:56 ` make-file
  2020-12-22 12:03 ` q66
                   ` (21 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-22 11:56 UTC (permalink / raw)
  To: ml

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

New comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-749504516

Comment:
sorry, i didn't know about that. i must close this PR and create another one?

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (6 preceding siblings ...)
  2020-12-22 11:56 ` make-file
@ 2020-12-22 12:03 ` q66
  2020-12-22 12:22 ` [PR PATCH] [Updated] " make-file
                   ` (20 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: q66 @ 2020-12-22 12:03 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-749507033

Comment:
no, just rebase and squash your commits, then force-push your branch

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

* Re: [PR PATCH] [Updated] enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (7 preceding siblings ...)
  2020-12-22 12:03 ` q66
@ 2020-12-22 12:22 ` make-file
  2020-12-26  6:05 ` ericonr
                   ` (19 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-22 12:22 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by make-file against master on the void-packages repository

https://github.com/make-file/void-packages E
https://github.com/void-linux/void-packages/pull/27330

enlightenment: update to 0.24.2
since `signal.h` is included  into `e_util_suid.h` so it would be safe to remove patch

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

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

From 83a7212a5d11919624512eabfd443f0ccc1f7a08 Mon Sep 17 00:00:00 2001
From: make-file <makefile@riseup.net>
Date: Mon, 21 Dec 2020 23:28:51 +0330
Subject: [PATCH] 	deleted:   
 srcpkgs/enlightenment/patches/musl-signal_h.patch  enlightenment 0.24.2 now
 includes signal.h without patchs 	modified:  
 srcpkgs/enlightenment/template bumped to 0.24.2

---
 .../enlightenment/patches/musl-signal_h.patch | 24 -------------------
 1 file changed, 24 deletions(-)
 delete mode 100644 srcpkgs/enlightenment/patches/musl-signal_h.patch

diff --git a/srcpkgs/enlightenment/patches/musl-signal_h.patch b/srcpkgs/enlightenment/patches/musl-signal_h.patch
deleted file mode 100644
index 290c473d63b..00000000000
--- a/srcpkgs/enlightenment/patches/musl-signal_h.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From cb7e05c703331dd38613dad8304ed49581853abe Mon Sep 17 00:00:00 2001
-From: q66 <daniel@octaforge.org>
-Date: Wed, 10 Jun 2020 21:12:43 +0200
-Subject: [PATCH] e_util_suid: need signal.h
-
----
- src/bin/e_util_suid.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git src/bin/e_util_suid.h src/bin/e_util_suid.h
-index e09091146..be961a520 100644
---- src/bin/e_util_suid.h
-+++ src/bin/e_util_suid.h
-@@ -28,6 +28,7 @@
- #endif
- #include <sys/types.h>
- #include <pwd.h>
-+#include <signal.h>
- #ifdef HAVE_PRCTL
- # include <sys/prctl.h>
- #elif defined(HAVE_PROCCTL)
--- 
-2.27.0
-

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (8 preceding siblings ...)
  2020-12-22 12:22 ` [PR PATCH] [Updated] " make-file
@ 2020-12-26  6:05 ` ericonr
  2020-12-26 10:19 ` [PR PATCH] [Updated] " make-file
                   ` (18 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ericonr @ 2020-12-26  6:05 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-751322585

Comment:
Hm, you're still missing the template changes.

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

* Re: [PR PATCH] [Updated] enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (9 preceding siblings ...)
  2020-12-26  6:05 ` ericonr
@ 2020-12-26 10:19 ` make-file
  2020-12-26 10:20 ` make-file
                   ` (17 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-26 10:19 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by make-file against master on the void-packages repository

https://github.com/make-file/void-packages E
https://github.com/void-linux/void-packages/pull/27330

enlightenment: update to 0.24.2
since `signal.h` is included  into `e_util_suid.h` so it would be safe to remove patch

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

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

From 7b3aa363b9b735c5a80e76706928c8b343af790f Mon Sep 17 00:00:00 2001
From: make-file <makefile@riseup.net>
Date: Mon, 21 Dec 2020 23:28:51 +0330
Subject: [PATCH] enlightenment: update to 0.24.2

---
 .../enlightenment/patches/musl-signal_h.patch | 24 -------------------
 srcpkgs/enlightenment/template                |  2 +-
 2 files changed, 1 insertion(+), 25 deletions(-)
 delete mode 100644 srcpkgs/enlightenment/patches/musl-signal_h.patch

diff --git a/srcpkgs/enlightenment/patches/musl-signal_h.patch b/srcpkgs/enlightenment/patches/musl-signal_h.patch
deleted file mode 100644
index 290c473d63b..00000000000
--- a/srcpkgs/enlightenment/patches/musl-signal_h.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From cb7e05c703331dd38613dad8304ed49581853abe Mon Sep 17 00:00:00 2001
-From: q66 <daniel@octaforge.org>
-Date: Wed, 10 Jun 2020 21:12:43 +0200
-Subject: [PATCH] e_util_suid: need signal.h
-
----
- src/bin/e_util_suid.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git src/bin/e_util_suid.h src/bin/e_util_suid.h
-index e09091146..be961a520 100644
---- src/bin/e_util_suid.h
-+++ src/bin/e_util_suid.h
-@@ -28,6 +28,7 @@
- #endif
- #include <sys/types.h>
- #include <pwd.h>
-+#include <signal.h>
- #ifdef HAVE_PRCTL
- # include <sys/prctl.h>
- #elif defined(HAVE_PROCCTL)
--- 
-2.27.0
-
diff --git a/srcpkgs/enlightenment/template b/srcpkgs/enlightenment/template
index 9937e24f0f9..dca9a1f989d 100644
--- a/srcpkgs/enlightenment/template
+++ b/srcpkgs/enlightenment/template
@@ -1,6 +1,6 @@
 # Template file for 'enlightenment'
 pkgname=enlightenment
-version=0.24.1
+version=0.24.2
 revision=2
 build_style=meson
 configure_args="--sysconfdir=/etc -Dpam=true -Dbluez4=false -Dsystemd=false

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

* Re: [PR PATCH] [Updated] enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (10 preceding siblings ...)
  2020-12-26 10:19 ` [PR PATCH] [Updated] " make-file
@ 2020-12-26 10:20 ` make-file
  2020-12-26 10:22 ` make-file
                   ` (16 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-26 10:20 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by make-file against master on the void-packages repository

https://github.com/make-file/void-packages E
https://github.com/void-linux/void-packages/pull/27330

enlightenment: update to 0.24.2
since `signal.h` is included  into `e_util_suid.h` so it would be safe to remove patch

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

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

From b2f1f10c7f26c76b77afba2c9ad48a752b7ca5d4 Mon Sep 17 00:00:00 2001
From: make-file <makefile@riseup.net>
Date: Mon, 21 Dec 2020 23:28:51 +0330
Subject: [PATCH] enlightenment: update to 0.24.2

---
 .../enlightenment/patches/musl-signal_h.patch | 24 -------------------
 srcpkgs/enlightenment/template                |  4 ++--
 2 files changed, 2 insertions(+), 26 deletions(-)
 delete mode 100644 srcpkgs/enlightenment/patches/musl-signal_h.patch

diff --git a/srcpkgs/enlightenment/patches/musl-signal_h.patch b/srcpkgs/enlightenment/patches/musl-signal_h.patch
deleted file mode 100644
index 290c473d63b..00000000000
--- a/srcpkgs/enlightenment/patches/musl-signal_h.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From cb7e05c703331dd38613dad8304ed49581853abe Mon Sep 17 00:00:00 2001
-From: q66 <daniel@octaforge.org>
-Date: Wed, 10 Jun 2020 21:12:43 +0200
-Subject: [PATCH] e_util_suid: need signal.h
-
----
- src/bin/e_util_suid.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git src/bin/e_util_suid.h src/bin/e_util_suid.h
-index e09091146..be961a520 100644
---- src/bin/e_util_suid.h
-+++ src/bin/e_util_suid.h
-@@ -28,6 +28,7 @@
- #endif
- #include <sys/types.h>
- #include <pwd.h>
-+#include <signal.h>
- #ifdef HAVE_PRCTL
- # include <sys/prctl.h>
- #elif defined(HAVE_PROCCTL)
--- 
-2.27.0
-
diff --git a/srcpkgs/enlightenment/template b/srcpkgs/enlightenment/template
index 9937e24f0f9..0f0bb27eee3 100644
--- a/srcpkgs/enlightenment/template
+++ b/srcpkgs/enlightenment/template
@@ -1,7 +1,7 @@
 # Template file for 'enlightenment'
 pkgname=enlightenment
-version=0.24.1
-revision=2
+version=0.24.2
+revision=1
 build_style=meson
 configure_args="--sysconfdir=/etc -Dpam=true -Dbluez4=false -Dsystemd=false
  $(vopt_bool wayland wl)"

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (11 preceding siblings ...)
  2020-12-26 10:20 ` make-file
@ 2020-12-26 10:22 ` make-file
  2020-12-26 10:55 ` [PR PATCH] [Updated] " make-file
                   ` (15 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-26 10:22 UTC (permalink / raw)
  To: ml

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

New comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-751342013

Comment:
oh, sorry. i've added template now.


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

* Re: [PR PATCH] [Updated] enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (12 preceding siblings ...)
  2020-12-26 10:22 ` make-file
@ 2020-12-26 10:55 ` make-file
  2020-12-26 11:13 ` make-file
                   ` (14 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-26 10:55 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by make-file against master on the void-packages repository

https://github.com/make-file/void-packages E
https://github.com/void-linux/void-packages/pull/27330

enlightenment: update to 0.24.2
since `signal.h` is included  into `e_util_suid.h` so it would be safe to remove patch

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

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

From ad37027e05853a3a40f7827c44722d555919d8e5 Mon Sep 17 00:00:00 2001
From: make-file <makefile@riseup.net>
Date: Mon, 21 Dec 2020 23:28:51 +0330
Subject: [PATCH] enlightenment: updated to 0.24.2

---
 srcpkgs/bicon/template                        | 22 +++++++++++++++++
 .../enlightenment/patches/musl-signal_h.patch | 24 -------------------
 srcpkgs/enlightenment/template                |  6 ++---
 srcpkgs/poop/template                         | 22 +++++++++++++++++
 4 files changed, 47 insertions(+), 27 deletions(-)
 create mode 100644 srcpkgs/bicon/template
 delete mode 100644 srcpkgs/enlightenment/patches/musl-signal_h.patch
 create mode 100644 srcpkgs/poop/template

diff --git a/srcpkgs/bicon/template b/srcpkgs/bicon/template
new file mode 100644
index 00000000000..30de2714b9a
--- /dev/null
+++ b/srcpkgs/bicon/template
@@ -0,0 +1,22 @@
+# Template file for 'bicon'
+pkgname=bicon
+version=0.5
+revision=13
+hostmakedepends="automake libtool fribidi-devel pkg-config"
+makedepends="kbd autoconf fribidi-devel"
+depends="fribidi"
+short_desc="BiCon—The Bidirectional Console "
+maintainer="make-file <makefile@riseup.net>"
+license=" LGPL-2.1-only, PSF-2.0, BSD-2-Clause,	custom:Public Domin"
+homepage="https://github.com/behdad/bicon"
+distfiles="https://github.com/behdad/bicon/archive/${version}.tar.gz"
+configure_args="--disable-static --prefix=${DESTDIR}/usr --sysconfdir=${DESTDIR}/etc --infodir=${DESTDIR}/usr/share/info --mandir=${DESTDIR}/usr/share/man --localstatedir=${DESTDIR}/var"
+make_install_args="DESTDIR=${DESTDIR} INSTALL=install -p"
+checksum=268a95b548b8f66289ae4e0869b977ad22044e542b29f14c7f92b52af6345c29
+
+pre_configure(){
+	NOCONFIGURE=1 autoreconf -fi 
+}
+do_install() {
+	vlicense COPYING
+}
diff --git a/srcpkgs/enlightenment/patches/musl-signal_h.patch b/srcpkgs/enlightenment/patches/musl-signal_h.patch
deleted file mode 100644
index 290c473d63b..00000000000
--- a/srcpkgs/enlightenment/patches/musl-signal_h.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From cb7e05c703331dd38613dad8304ed49581853abe Mon Sep 17 00:00:00 2001
-From: q66 <daniel@octaforge.org>
-Date: Wed, 10 Jun 2020 21:12:43 +0200
-Subject: [PATCH] e_util_suid: need signal.h
-
----
- src/bin/e_util_suid.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git src/bin/e_util_suid.h src/bin/e_util_suid.h
-index e09091146..be961a520 100644
---- src/bin/e_util_suid.h
-+++ src/bin/e_util_suid.h
-@@ -28,6 +28,7 @@
- #endif
- #include <sys/types.h>
- #include <pwd.h>
-+#include <signal.h>
- #ifdef HAVE_PRCTL
- # include <sys/prctl.h>
- #elif defined(HAVE_PROCCTL)
--- 
-2.27.0
-
diff --git a/srcpkgs/enlightenment/template b/srcpkgs/enlightenment/template
index 9937e24f0f9..db9c886dc92 100644
--- a/srcpkgs/enlightenment/template
+++ b/srcpkgs/enlightenment/template
@@ -1,7 +1,7 @@
 # Template file for 'enlightenment'
 pkgname=enlightenment
-version=0.24.1
-revision=2
+version=0.24.2
+revision=1
 build_style=meson
 configure_args="--sysconfdir=/etc -Dpam=true -Dbluez4=false -Dsystemd=false
  $(vopt_bool wayland wl)"
@@ -16,7 +16,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="BSD-2-Clause"
 homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=aee2b6178c918d71ebe661129f4008d773e70e5784651dadbcf56eec0a6d4a09
+checksum=be18e2f18d6c0b058f633e769863d3cbc4c07b629058ae670dec74cd7906dff1
 lib32disabled=yes
 build_options="wayland"
 build_options_default="wayland"
diff --git a/srcpkgs/poop/template b/srcpkgs/poop/template
new file mode 100644
index 00000000000..bb15e5e1a90
--- /dev/null
+++ b/srcpkgs/poop/template
@@ -0,0 +1,22 @@
+# Template file for 'poop'
+pkgname=poop
+version=
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=gnu-configure
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc=""
+maintainer="make-file <makefile@riseup.net>"
+license="GPL-3.0-or-later"
+homepage=""
+distfiles=""
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb

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

* Re: [PR PATCH] [Updated] enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (13 preceding siblings ...)
  2020-12-26 10:55 ` [PR PATCH] [Updated] " make-file
@ 2020-12-26 11:13 ` make-file
  2020-12-26 11:20 ` make-file
                   ` (13 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-26 11:13 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by make-file against master on the void-packages repository

https://github.com/make-file/void-packages E
https://github.com/void-linux/void-packages/pull/27330

enlightenment: update to 0.24.2
since `signal.h` is included  into `e_util_suid.h` so it would be safe to remove patch

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

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

From bc8ac85cac388a6a74f3ac94f1a007adb3f48100 Mon Sep 17 00:00:00 2001
From: make-file <makefile@riseup.net>
Date: Sat, 26 Dec 2020 14:39:05 +0330
Subject: [PATCH] enlightenment: updated to 0.24.2

---
 srcpkgs/enlightenment/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/enlightenment/template b/srcpkgs/enlightenment/template
index 9937e24f0f9..693996881ba 100644
--- a/srcpkgs/enlightenment/template
+++ b/srcpkgs/enlightenment/template
@@ -16,7 +16,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="BSD-2-Clause"
 homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=aee2b6178c918d71ebe661129f4008d773e70e5784651dadbcf56eec0a6d4a09
+checksum=be18e2f18d6c0b058f633e769863d3cbc4c07b629058ae670dec74cd7906dff1
 lib32disabled=yes
 build_options="wayland"
 build_options_default="wayland"

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

* Re: [PR PATCH] [Updated] enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (14 preceding siblings ...)
  2020-12-26 11:13 ` make-file
@ 2020-12-26 11:20 ` make-file
  2020-12-26 11:29 ` make-file
                   ` (12 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-26 11:20 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by make-file against master on the void-packages repository

https://github.com/make-file/void-packages E
https://github.com/void-linux/void-packages/pull/27330

enlightenment: update to 0.24.2
since `signal.h` is included  into `e_util_suid.h` so it would be safe to remove patch

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

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

From f759da0aa20987f95847422d39ad05cff1cf6951 Mon Sep 17 00:00:00 2001
From: make-file <makefile@riseup.net>
Date: Sat, 26 Dec 2020 14:39:05 +0330
Subject: [PATCH] enlightenment: updated to 0.24.2

---
 srcpkgs/enlightenment/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/enlightenment/template b/srcpkgs/enlightenment/template
index 9937e24f0f9..db9c886dc92 100644
--- a/srcpkgs/enlightenment/template
+++ b/srcpkgs/enlightenment/template
@@ -1,7 +1,7 @@
 # Template file for 'enlightenment'
 pkgname=enlightenment
-version=0.24.1
-revision=2
+version=0.24.2
+revision=1
 build_style=meson
 configure_args="--sysconfdir=/etc -Dpam=true -Dbluez4=false -Dsystemd=false
  $(vopt_bool wayland wl)"
@@ -16,7 +16,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="BSD-2-Clause"
 homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=aee2b6178c918d71ebe661129f4008d773e70e5784651dadbcf56eec0a6d4a09
+checksum=be18e2f18d6c0b058f633e769863d3cbc4c07b629058ae670dec74cd7906dff1
 lib32disabled=yes
 build_options="wayland"
 build_options_default="wayland"

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (15 preceding siblings ...)
  2020-12-26 11:20 ` make-file
@ 2020-12-26 11:29 ` make-file
  2020-12-26 11:29 ` make-file
                   ` (11 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-26 11:29 UTC (permalink / raw)
  To: ml

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

New comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-751346752

Comment:
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/bin/e_util_suid.h.rej

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (16 preceding siblings ...)
  2020-12-26 11:29 ` make-file
@ 2020-12-26 11:29 ` make-file
  2020-12-26 11:30 ` make-file
                   ` (10 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-26 11:29 UTC (permalink / raw)
  To: ml

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

New comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-751346762

Comment:
```
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/bin/e_util_suid.h.rej
```

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (17 preceding siblings ...)
  2020-12-26 11:29 ` make-file
@ 2020-12-26 11:30 ` make-file
  2020-12-26 11:31 ` make-file
                   ` (9 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-26 11:30 UTC (permalink / raw)
  To: ml

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

New comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-751346762

Comment:
```
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/bin/e_util_suid.h.rej
```
how can i use `./xbps-src clean` on ci?

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (18 preceding siblings ...)
  2020-12-26 11:30 ` make-file
@ 2020-12-26 11:31 ` make-file
  2020-12-26 12:51 ` Anachron
                   ` (8 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-26 11:31 UTC (permalink / raw)
  To: ml

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

New comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-751346752

Comment:
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/bin/e_util_suid.h.rej

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (19 preceding siblings ...)
  2020-12-26 11:31 ` make-file
@ 2020-12-26 12:51 ` Anachron
  2020-12-26 14:09 ` [PR PATCH] [Updated] " make-file
                   ` (7 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: Anachron @ 2020-12-26 12:51 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-751352987

Comment:
I'm guessing you dont need the patch anymore since it has been included upstream.

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

* Re: [PR PATCH] [Updated] enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (20 preceding siblings ...)
  2020-12-26 12:51 ` Anachron
@ 2020-12-26 14:09 ` make-file
  2020-12-26 14:23 ` make-file
                   ` (6 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-26 14:09 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by make-file against master on the void-packages repository

https://github.com/make-file/void-packages E
https://github.com/void-linux/void-packages/pull/27330

enlightenment: update to 0.24.2
since `signal.h` is included  into `e_util_suid.h` so it would be safe to remove patch

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

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

From c9103736ce20e4d594c05d79b7506165ff72bd08 Mon Sep 17 00:00:00 2001
From: make-file <makefile@riseup.net>
Date: Sat, 26 Dec 2020 14:39:05 +0330
Subject: [PATCH] enlightenment: updated to 0.24.2

---
 .../enlightenment/patches/musl-signal_h.patch | 24 -------------------
 srcpkgs/enlightenment/template                |  6 ++---
 2 files changed, 3 insertions(+), 27 deletions(-)
 delete mode 100644 srcpkgs/enlightenment/patches/musl-signal_h.patch

diff --git a/srcpkgs/enlightenment/patches/musl-signal_h.patch b/srcpkgs/enlightenment/patches/musl-signal_h.patch
deleted file mode 100644
index 290c473d63b..00000000000
--- a/srcpkgs/enlightenment/patches/musl-signal_h.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From cb7e05c703331dd38613dad8304ed49581853abe Mon Sep 17 00:00:00 2001
-From: q66 <daniel@octaforge.org>
-Date: Wed, 10 Jun 2020 21:12:43 +0200
-Subject: [PATCH] e_util_suid: need signal.h
-
----
- src/bin/e_util_suid.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git src/bin/e_util_suid.h src/bin/e_util_suid.h
-index e09091146..be961a520 100644
---- src/bin/e_util_suid.h
-+++ src/bin/e_util_suid.h
-@@ -28,6 +28,7 @@
- #endif
- #include <sys/types.h>
- #include <pwd.h>
-+#include <signal.h>
- #ifdef HAVE_PRCTL
- # include <sys/prctl.h>
- #elif defined(HAVE_PROCCTL)
--- 
-2.27.0
-
diff --git a/srcpkgs/enlightenment/template b/srcpkgs/enlightenment/template
index 9937e24f0f9..db9c886dc92 100644
--- a/srcpkgs/enlightenment/template
+++ b/srcpkgs/enlightenment/template
@@ -1,7 +1,7 @@
 # Template file for 'enlightenment'
 pkgname=enlightenment
-version=0.24.1
-revision=2
+version=0.24.2
+revision=1
 build_style=meson
 configure_args="--sysconfdir=/etc -Dpam=true -Dbluez4=false -Dsystemd=false
  $(vopt_bool wayland wl)"
@@ -16,7 +16,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="BSD-2-Clause"
 homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=aee2b6178c918d71ebe661129f4008d773e70e5784651dadbcf56eec0a6d4a09
+checksum=be18e2f18d6c0b058f633e769863d3cbc4c07b629058ae670dec74cd7906dff1
 lib32disabled=yes
 build_options="wayland"
 build_options_default="wayland"

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (21 preceding siblings ...)
  2020-12-26 14:09 ` [PR PATCH] [Updated] " make-file
@ 2020-12-26 14:23 ` make-file
  2020-12-26 19:10 ` ericonr
                   ` (5 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-26 14:23 UTC (permalink / raw)
  To: ml

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

New comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-751361084

Comment:
thanks a lot. :facepalm: 

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (22 preceding siblings ...)
  2020-12-26 14:23 ` make-file
@ 2020-12-26 19:10 ` ericonr
  2020-12-26 19:14 ` ericonr
                   ` (4 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ericonr @ 2020-12-26 19:10 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-751386827

Comment:
Ok, this completely locks up on musl when launched as `enlightenment_start` and I right click something. 0.24.1 works fine.

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (23 preceding siblings ...)
  2020-12-26 19:10 ` ericonr
@ 2020-12-26 19:14 ` ericonr
  2020-12-26 19:29 ` ericonr
                   ` (3 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ericonr @ 2020-12-26 19:14 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-751386827

Comment:
Ok, this completely locks up on musl when launched as `enlightenment_start` and I right click something. 0.24.1 works fine.

Edit: it seems to lock up when I right click something after I close the dialog suggesting I enable acpid.

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (24 preceding siblings ...)
  2020-12-26 19:14 ` ericonr
@ 2020-12-26 19:29 ` ericonr
  2020-12-26 19:35 ` ericonr
                   ` (2 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ericonr @ 2020-12-26 19:29 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-751388287

Comment:
Thanks @q66 for the suggested fix, it was necessary to update efl itself as well.

Make another commit to update `efl`. It should include these changes:

```
diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template
index caba1145ab..a8b26fff25 100644
--- a/srcpkgs/efl/template
+++ b/srcpkgs/efl/template
@@ -1,7 +1,7 @@
 # Template file for 'efl'
 pkgname=efl
-version=1.24.3
-revision=2
+version=1.24.4
+revision=1
 build_style=meson
 configure_args="
  -Dembedded-lz4=false
@@ -52,7 +52,7 @@ license="LGPL-2.1-only"
 homepage="https://enlightenment.org"
 changelog="https://git.enlightenment.org/core/efl.git/plain/NEWS"
 distfiles="https://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.xz"
-checksum=de95c6e673c170c1e21382918b122417c091c643e7dcaced89aa785529625c2a
+checksum=617e6b29d2478259acac72e2867d1908249c01a323ff3284948e999d4787f901
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dbuild-tests=true"
```

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (25 preceding siblings ...)
  2020-12-26 19:29 ` ericonr
@ 2020-12-26 19:35 ` ericonr
  2020-12-26 19:36 ` [PR PATCH] [Merged]: " ericonr
  2020-12-27  5:51 ` make-file
  28 siblings, 0 replies; 32+ messages in thread
From: ericonr @ 2020-12-26 19:35 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-751388975

Comment:
Pushed the efl update myself. Merging now.

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

* Re: [PR PATCH] [Merged]: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (26 preceding siblings ...)
  2020-12-26 19:35 ` ericonr
@ 2020-12-26 19:36 ` ericonr
  2020-12-27  5:51 ` make-file
  28 siblings, 0 replies; 32+ messages in thread
From: ericonr @ 2020-12-26 19:36 UTC (permalink / raw)
  To: ml

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

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

enlightenment: update to 0.24.2
https://github.com/void-linux/void-packages/pull/27330

Description:
since `signal.h` is included  into `e_util_suid.h` so it would be safe to remove patch

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

* Re: enlightenment: update to 0.24.2
  2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
                   ` (27 preceding siblings ...)
  2020-12-26 19:36 ` [PR PATCH] [Merged]: " ericonr
@ 2020-12-27  5:51 ` make-file
  28 siblings, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-27  5:51 UTC (permalink / raw)
  To: ml

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

New comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27330#issuecomment-751429743

Comment:
thank you.

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

* Re: enlightenment: update to 0.24.2
  2020-12-21  9:24 [PR PATCH] " make-file
  2020-12-21 18:17 ` ericonr
@ 2020-12-21 18:18 ` make-file
  1 sibling, 0 replies; 32+ messages in thread
From: make-file @ 2020-12-21 18:18 UTC (permalink / raw)
  To: ml

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

New comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27319#issuecomment-749121517

Comment:
yeah. i want to rename my branch to something else and create a new PR


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

* Re: enlightenment: update to 0.24.2
  2020-12-21  9:24 [PR PATCH] " make-file
@ 2020-12-21 18:17 ` ericonr
  2020-12-21 18:18 ` make-file
  1 sibling, 0 replies; 32+ messages in thread
From: ericonr @ 2020-12-21 18:17 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27319#issuecomment-749121235

Comment:
Hi! Did you mean to close this?

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

end of thread, other threads:[~2020-12-27  5:51 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-21 20:09 [PR PATCH] enlightenment: update to 0.24.2 make-file
2020-12-22  0:16 ` ericonr
2020-12-22  7:30 ` [PR PATCH] [Updated] " make-file
2020-12-22  7:32 ` make-file
2020-12-22 11:05 ` q66
2020-12-22 11:41 ` make-file
2020-12-22 11:51 ` q66
2020-12-22 11:56 ` make-file
2020-12-22 12:03 ` q66
2020-12-22 12:22 ` [PR PATCH] [Updated] " make-file
2020-12-26  6:05 ` ericonr
2020-12-26 10:19 ` [PR PATCH] [Updated] " make-file
2020-12-26 10:20 ` make-file
2020-12-26 10:22 ` make-file
2020-12-26 10:55 ` [PR PATCH] [Updated] " make-file
2020-12-26 11:13 ` make-file
2020-12-26 11:20 ` make-file
2020-12-26 11:29 ` make-file
2020-12-26 11:29 ` make-file
2020-12-26 11:30 ` make-file
2020-12-26 11:31 ` make-file
2020-12-26 12:51 ` Anachron
2020-12-26 14:09 ` [PR PATCH] [Updated] " make-file
2020-12-26 14:23 ` make-file
2020-12-26 19:10 ` ericonr
2020-12-26 19:14 ` ericonr
2020-12-26 19:29 ` ericonr
2020-12-26 19:35 ` ericonr
2020-12-26 19:36 ` [PR PATCH] [Merged]: " ericonr
2020-12-27  5:51 ` make-file
  -- strict thread matches above, loose matches on Subject: below --
2020-12-21  9:24 [PR PATCH] " make-file
2020-12-21 18:17 ` ericonr
2020-12-21 18:18 ` make-file

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