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

* Re: [PR PATCH] [Updated] enlightenment: update to 0.24.2
  2020-12-21  9:24 [PR PATCH] " make-file
                   ` (2 preceding siblings ...)
  2020-12-21 17:26 ` make-file
@ 2020-12-21 17:29 ` make-file
  3 siblings, 0 replies; 34+ messages in thread
From: make-file @ 2020-12-21 17:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/make-file/void-packages master
https://github.com/void-linux/void-packages/pull/27319

enlightenment: update to 0.24.2
since enlightenment 0.24.2 `signal.h` is included in `e_util_suid.h`, so `musl-signal_h.patch` is no longer needed

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

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

From ca60d0e911b5679c526fa73dd4358744ff594df1 Mon Sep 17 00:00:00 2001
From: make-file <76424010+make-file@users.noreply.github.com>
Date: Mon, 21 Dec 2020 09:09:37 +0000
Subject: [PATCH 1/2] enlightenment: update 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"

From d2e152b042cf00ee9ae233ac41d7ec47fe6520d2 Mon Sep 17 00:00:00 2001
From: make-file <76424010+make-file@users.noreply.github.com>
Date: Mon, 21 Dec 2020 09:17:12 +0000
Subject: [PATCH 2/2] enlightenment: update to 0.24.2

since enlightenment 0.24.2 signal.h is included inside e_util_suid.h
---
 .../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] 34+ messages in thread

* Re: [PR PATCH] [Updated] enlightenment: update to 0.24.2
  2020-12-21  9:24 [PR PATCH] " make-file
  2020-12-21 16:42 ` [PR PATCH] [Updated] " make-file
  2020-12-21 17:04 ` make-file
@ 2020-12-21 17:26 ` make-file
  2020-12-21 17:29 ` make-file
  3 siblings, 0 replies; 34+ messages in thread
From: make-file @ 2020-12-21 17:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/make-file/void-packages master
https://github.com/void-linux/void-packages/pull/27319

enlightenment: update to 0.24.2
since enlightenment 0.24.2 `signal.h` is included in `e_util_suid.h`, so `musl-signal_h.patch` is no longer needed

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

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

From ca60d0e911b5679c526fa73dd4358744ff594df1 Mon Sep 17 00:00:00 2001
From: make-file <76424010+make-file@users.noreply.github.com>
Date: Mon, 21 Dec 2020 09:09:37 +0000
Subject: [PATCH 1/3] enlightenment: update 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"

From d2e152b042cf00ee9ae233ac41d7ec47fe6520d2 Mon Sep 17 00:00:00 2001
From: make-file <76424010+make-file@users.noreply.github.com>
Date: Mon, 21 Dec 2020 09:17:12 +0000
Subject: [PATCH 2/3] enlightenment: update to 0.24.2

since enlightenment 0.24.2 signal.h is included inside e_util_suid.h
---
 .../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 880f081d2762a6c9efbf3a413f9f24d5c40977b4 Mon Sep 17 00:00:00 2001
From: make-file <makefile@riseup.net>
Date: Mon, 21 Dec 2020 20:53:59 +0330
Subject: [PATCH 3/3] adobe-flash-plugin: update to 32.0.0.465

---
 srcpkgs/adobe-flash-plugin/template | 68 ++++++++++++++---------------
 1 file changed, 34 insertions(+), 34 deletions(-)

diff --git a/srcpkgs/adobe-flash-plugin/template b/srcpkgs/adobe-flash-plugin/template
index 3c2d29c7db5..e47f5366d2f 100644
--- a/srcpkgs/adobe-flash-plugin/template
+++ b/srcpkgs/adobe-flash-plugin/template
@@ -1,10 +1,10 @@
 # Template file for 'adobe-flash-plugin'
 pkgname=adobe-flash-plugin
-version=32.0.0.453
+version=32.0.0.465
 revision=1
 depends="curl hicolor-icon-theme desktop-file-utils"
 short_desc="Adobe Flash Player plugin for Netscape compatible browsers"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="mkf <makefile@riseup.net>"
 license="custom:Adobe License (non free)"
 homepage="https://www.adobe.com"
 repository="nonfree"
@@ -19,46 +19,46 @@ _eula="https://www.adobe.com/content/dam/Adobe/en/legal/licenses-terms/pdf/Platf
 _eulacksum=5a0a95eb4082b6db7182188ce119f3829184b238b0a91293322c2a51a2b41fc1
 _url=https://fpdownload.adobe.com/pub/flashplayer/pdc/${version}
 if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
-	distfiles="
-	 ${_url}/flash_player_npapi_linux.x86_64.tar.gz
-	 ${_url}/flash_player_ppapi_linux.x86_64.tar.gz"
-	checksum="
-	 587fe7027ef410e6833a9428b61ea28d4047bce6e8ed4bff3127cb9e08723e37
-	 cab3d2b3a02b1348d991259a7602ffb1d12ec1912984a68bcab0f7ccdf27a9f7"
+  distfiles="
+   ${_url}/flash_player_npapi_linux.x86_64.tar.gz
+   ${_url}/flash_player_ppapi_linux.x86_64.tar.gz"
+  checksum="
+   a90f2edb98231896331c61a81017f390e180015f90193865e3295319cf636c35
+   99fcc780897be55bac7d11c0204ba7a3d5e7dc1f1aed75d5e7b5ad28c0b2ff5d"
 else
-	distfiles="
-	 ${_url}/flash_player_npapi_linux.i386.tar.gz
-	 ${_url}/flash_player_ppapi_linux.i386.tar.gz"
-	checksum="
-	 4151cdbba10488978aa2baae19ec147012e17d79c59a6bb40453e35435571df8
-	 88f71944d5c08d1b36446c9c865fc82bcb89d55cd148f62afee8dd928943caf6"
+  distfiles="
+   ${_url}/flash_player_npapi_linux.i386.tar.gz
+   ${_url}/flash_player_ppapi_linux.i386.tar.gz"
+  checksum="
+   4151cdbba10488978aa2baae19ec147012e17d79c59a6bb40453e35435571df8
+   d32ad3eb24f22cd11cb83910a72880c98f69ea1ec0f3ce6beb31812e166f0f62"
 fi
 distfiles+=" ${_eula}"
 checksum+=" ${_eulacksum}"
 skip_extraction="${_eula##*/}"
 
 do_install() {
-	vinstall libflashplayer.so 755 usr/lib/mozilla/plugins
-	#vinstall usr/lib/kde4/kcm_adobe_flash_player.so 755 usr/lib/kde4
-	vbin usr/bin/flash-player-properties
-	for i in 16x16 22x22 24x24 32x32 48x48; do
-		vinstall usr/share/icons/hicolor/${i}/apps/flash-player-properties.png \
-		644 usr/share/icons/hicolor/${i}/apps
-	done
-	vinstall usr/share/applications/flash-player-properties.desktop 644 \
-		usr/share/applications
-	vinstall usr/share/kde4/services/kcm_adobe_flash_player.desktop 644 \
-		usr/share/kde4/services
-	vlicense "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_eula##*/}" LICENSE.pdf
+  vinstall libflashplayer.so 755 usr/lib/mozilla/plugins
+  #vinstall usr/lib/kde4/kcm_adobe_flash_player.so 755 usr/lib/kde4
+  vbin usr/bin/flash-player-properties
+  for i in 16x16 22x22 24x24 32x32 48x48; do
+    vinstall usr/share/icons/hicolor/${i}/apps/flash-player-properties.png \
+    644 usr/share/icons/hicolor/${i}/apps
+  done
+  vinstall usr/share/applications/flash-player-properties.desktop 644 \
+    usr/share/applications
+  vinstall usr/share/kde4/services/kcm_adobe_flash_player.desktop 644 \
+    usr/share/kde4/services
+  vlicense "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_eula##*/}" LICENSE.pdf
 }
 
 adobe-flash-plugin-ppapi_package() {
-	short_desc="Adobe Flash Player plugin for Chromium-based browsers"
-	pkg_install() {
-		vinstall libpepflashplayer.so 755 usr/lib/chromium/PepperFlash
-		vinstall manifest.json 644 usr/lib/chromium/PepperFlash
-		vinstall ${FILESDIR}/flash-plugin-ppapi.sh 644 etc/profile.d
-		vsed -e "s/@VERSION@/${version}/g" -i ${PKGDESTDIR}/etc/profile.d/flash-plugin-ppapi.sh
-		vlicense "${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/${_eula##*/}" LICENSE.pdf
-	}
+  short_desc="Adobe Flash Player plugin for Chromium-based browsers"
+  pkg_install() {
+    vinstall libpepflashplayer.so 755 usr/lib/chromium/PepperFlash
+    vinstall manifest.json 644 usr/lib/chromium/PepperFlash
+    vinstall ${FILESDIR}/flash-plugin-ppapi.sh 644 etc/profile.d
+    vsed -e "s/@VERSION@/${version}/g" -i ${PKGDESTDIR}/etc/profile.d/flash-plugin-ppapi.sh
+    vlicense "${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/${_eula##*/}" LICENSE.pdf
+  }
 }

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

* Re: [PR PATCH] [Updated] enlightenment: update to 0.24.2
  2020-12-21  9:24 [PR PATCH] " make-file
  2020-12-21 16:42 ` [PR PATCH] [Updated] " make-file
@ 2020-12-21 17:04 ` make-file
  2020-12-21 17:26 ` make-file
  2020-12-21 17:29 ` make-file
  3 siblings, 0 replies; 34+ messages in thread
From: make-file @ 2020-12-21 17:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/make-file/void-packages master
https://github.com/void-linux/void-packages/pull/27319

enlightenment: update to 0.24.2
since enlightenment 0.24.2 `signal.h` is included in `e_util_suid.h`, so `musl-signal_h.patch` is no longer needed

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

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

From ca60d0e911b5679c526fa73dd4358744ff594df1 Mon Sep 17 00:00:00 2001
From: make-file <76424010+make-file@users.noreply.github.com>
Date: Mon, 21 Dec 2020 09:09:37 +0000
Subject: [PATCH 1/2] enlightenment: update 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"

From d2e152b042cf00ee9ae233ac41d7ec47fe6520d2 Mon Sep 17 00:00:00 2001
From: make-file <76424010+make-file@users.noreply.github.com>
Date: Mon, 21 Dec 2020 09:17:12 +0000
Subject: [PATCH 2/2] enlightenment: update to 0.24.2

since enlightenment 0.24.2 signal.h is included inside e_util_suid.h
---
 .../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] 34+ messages in thread

* Re: [PR PATCH] [Updated] enlightenment: update to 0.24.2
  2020-12-21  9:24 [PR PATCH] " make-file
@ 2020-12-21 16:42 ` make-file
  2020-12-21 17:04 ` make-file
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 34+ messages in thread
From: make-file @ 2020-12-21 16:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/make-file/void-packages master
https://github.com/void-linux/void-packages/pull/27319

enlightenment: update to 0.24.2
since enlightenment 0.24.2 `signal.h` is included in `e_util_suid.h`, so `musl-signal_h.patch` is no longer needed

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

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

From ca60d0e911b5679c526fa73dd4358744ff594df1 Mon Sep 17 00:00:00 2001
From: make-file <76424010+make-file@users.noreply.github.com>
Date: Mon, 21 Dec 2020 09:09:37 +0000
Subject: [PATCH 1/3] enlightenment: update 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"

From d2e152b042cf00ee9ae233ac41d7ec47fe6520d2 Mon Sep 17 00:00:00 2001
From: make-file <76424010+make-file@users.noreply.github.com>
Date: Mon, 21 Dec 2020 09:17:12 +0000
Subject: [PATCH 2/3] enlightenment: update to 0.24.2

since enlightenment 0.24.2 signal.h is included inside e_util_suid.h
---
 .../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 6aca882e2e9f79521291dc7f3557c32853a13c6a Mon Sep 17 00:00:00 2001
From: make-file <76424010+make-file@users.noreply.github.com>
Date: Mon, 21 Dec 2020 16:41:58 +0000
Subject: [PATCH 3/3] adobe-flash-plugin: update to 32.0.0.465

last updates before getting abandoned.
---
 srcpkgs/adobe-flash-plugin/template | 68 ++++++++++++++---------------
 1 file changed, 34 insertions(+), 34 deletions(-)

diff --git a/srcpkgs/adobe-flash-plugin/template b/srcpkgs/adobe-flash-plugin/template
index 3c2d29c7db5..8ff12073f33 100644
--- a/srcpkgs/adobe-flash-plugin/template
+++ b/srcpkgs/adobe-flash-plugin/template
@@ -1,10 +1,10 @@
 # Template file for 'adobe-flash-plugin'
 pkgname=adobe-flash-plugin
-version=32.0.0.453
+version=32.0.0.465
 revision=1
 depends="curl hicolor-icon-theme desktop-file-utils"
 short_desc="Adobe Flash Player plugin for Netscape compatible browsers"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="mkf <makefile@riseup.net>"
 license="custom:Adobe License (non free)"
 homepage="https://www.adobe.com"
 repository="nonfree"
@@ -19,46 +19,46 @@ _eula="https://www.adobe.com/content/dam/Adobe/en/legal/licenses-terms/pdf/Platf
 _eulacksum=5a0a95eb4082b6db7182188ce119f3829184b238b0a91293322c2a51a2b41fc1
 _url=https://fpdownload.adobe.com/pub/flashplayer/pdc/${version}
 if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
-	distfiles="
-	 ${_url}/flash_player_npapi_linux.x86_64.tar.gz
-	 ${_url}/flash_player_ppapi_linux.x86_64.tar.gz"
-	checksum="
-	 587fe7027ef410e6833a9428b61ea28d4047bce6e8ed4bff3127cb9e08723e37
-	 cab3d2b3a02b1348d991259a7602ffb1d12ec1912984a68bcab0f7ccdf27a9f7"
+  distfiles="
+   ${_url}/flash_player_npapi_linux.x86_64.tar.gz
+   ${_url}/flash_player_ppapi_linux.x86_64.tar.gz"
+  checksum="
+   a90f2edb98231896331c61a81017f390e180015f90193865e3295319cf636c35
+   99fcc780897be55bac7d11c0204ba7a3d5e7dc1f1aed75d5e7b5ad28c0b2ff5d"
 else
-	distfiles="
-	 ${_url}/flash_player_npapi_linux.i386.tar.gz
-	 ${_url}/flash_player_ppapi_linux.i386.tar.gz"
-	checksum="
-	 4151cdbba10488978aa2baae19ec147012e17d79c59a6bb40453e35435571df8
-	 88f71944d5c08d1b36446c9c865fc82bcb89d55cd148f62afee8dd928943caf6"
+  distfiles="
+   ${_url}/flash_player_npapi_linux.i386.tar.gz
+   ${_url}/flash_player_ppapi_linux.i386.tar.gz"
+  checksum="
+   27b7210d09514d661c34752d29cbc0b6c09968b8d197d21fedc14fd3c49a0bd6
+   d32ad3eb24f22cd11cb83910a72880c98f69ea1ec0f3ce6beb31812e166f0f62"
 fi
 distfiles+=" ${_eula}"
 checksum+=" ${_eulacksum}"
 skip_extraction="${_eula##*/}"
 
 do_install() {
-	vinstall libflashplayer.so 755 usr/lib/mozilla/plugins
-	#vinstall usr/lib/kde4/kcm_adobe_flash_player.so 755 usr/lib/kde4
-	vbin usr/bin/flash-player-properties
-	for i in 16x16 22x22 24x24 32x32 48x48; do
-		vinstall usr/share/icons/hicolor/${i}/apps/flash-player-properties.png \
-		644 usr/share/icons/hicolor/${i}/apps
-	done
-	vinstall usr/share/applications/flash-player-properties.desktop 644 \
-		usr/share/applications
-	vinstall usr/share/kde4/services/kcm_adobe_flash_player.desktop 644 \
-		usr/share/kde4/services
-	vlicense "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_eula##*/}" LICENSE.pdf
+  vinstall libflashplayer.so 755 usr/lib/mozilla/plugins
+  #vinstall usr/lib/kde4/kcm_adobe_flash_player.so 755 usr/lib/kde4
+  vbin usr/bin/flash-player-properties
+  for i in 16x16 22x22 24x24 32x32 48x48; do
+    vinstall usr/share/icons/hicolor/${i}/apps/flash-player-properties.png \
+    644 usr/share/icons/hicolor/${i}/apps
+  done
+  vinstall usr/share/applications/flash-player-properties.desktop 644 \
+    usr/share/applications
+  vinstall usr/share/kde4/services/kcm_adobe_flash_player.desktop 644 \
+    usr/share/kde4/services
+  vlicense "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_eula##*/}" LICENSE.pdf
 }
 
 adobe-flash-plugin-ppapi_package() {
-	short_desc="Adobe Flash Player plugin for Chromium-based browsers"
-	pkg_install() {
-		vinstall libpepflashplayer.so 755 usr/lib/chromium/PepperFlash
-		vinstall manifest.json 644 usr/lib/chromium/PepperFlash
-		vinstall ${FILESDIR}/flash-plugin-ppapi.sh 644 etc/profile.d
-		vsed -e "s/@VERSION@/${version}/g" -i ${PKGDESTDIR}/etc/profile.d/flash-plugin-ppapi.sh
-		vlicense "${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/${_eula##*/}" LICENSE.pdf
-	}
+  short_desc="Adobe Flash Player plugin for Chromium-based browsers"
+  pkg_install() {
+    vinstall libpepflashplayer.so 755 usr/lib/chromium/PepperFlash
+    vinstall manifest.json 644 usr/lib/chromium/PepperFlash
+    vinstall ${FILESDIR}/flash-plugin-ppapi.sh 644 etc/profile.d
+    vsed -e "s/@VERSION@/${version}/g" -i ${PKGDESTDIR}/etc/profile.d/flash-plugin-ppapi.sh
+    vlicense "${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/${_eula##*/}" LICENSE.pdf
+  }
 }

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

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

Thread overview: 34+ 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 16:42 ` [PR PATCH] [Updated] " make-file
2020-12-21 17:04 ` make-file
2020-12-21 17:26 ` make-file
2020-12-21 17:29 ` 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).