Github messages for voidlinux
 help / color / mirror / Atom feed
From: make-file <make-file@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] enlightenment: update to 0.24.2
Date: Sat, 26 Dec 2020 11:55:11 +0100	[thread overview]
Message-ID: <20201226105511.fImluh63OLX3xMAc0_BT2J4AUe0p-1LPdrABbQ169iE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27330@inbox.vuxu.org>

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

  parent reply	other threads:[~2020-12-26 10:55 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-21 20:09 [PR PATCH] " 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 ` make-file [this message]
2020-12-26 11:13 ` [PR PATCH] [Updated] " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201226105511.fImluh63OLX3xMAc0_BT2J4AUe0p-1LPdrABbQ169iE@z \
    --to=make-file@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).