Github messages for voidlinux
 help / color / mirror / Atom feed
From: wael444 <wael444@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: eiwd-1.28
Date: Tue, 12 Jul 2022 10:45:51 +0200	[thread overview]
Message-ID: <20220712084551.OF8CBDpweniyx5ByZSsS7rplBanyjeorFEk6CS9cdsI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37934@inbox.vuxu.org>

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

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

https://github.com/wael444/void-packages eiwd
https://github.com/void-linux/void-packages/pull/37934

New package: eiwd-1.28
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

Solves #37622 

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures
  - x86_64-musl
  - i686
  - aarch64-musl
  - armv7l
  - armv6l-musl

I mainly copied the original existing iwd template for this.

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

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

From b4867876f0969eb2a55c74cbf5bc8e4befaf4db1 Mon Sep 17 00:00:00 2001
From: wael <40663@proton.me>
Date: Sat, 9 Jul 2022 11:39:06 +0300
Subject: [PATCH] New package: eiwd-1.28

---
 srcpkgs/eiwd/files/eiwd/log/run |  2 ++
 srcpkgs/eiwd/files/eiwd/run     |  3 +++
 srcpkgs/eiwd/template           | 26 ++++++++++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 100755 srcpkgs/eiwd/files/eiwd/log/run
 create mode 100755 srcpkgs/eiwd/files/eiwd/run
 create mode 100644 srcpkgs/eiwd/template

diff --git a/srcpkgs/eiwd/files/eiwd/log/run b/srcpkgs/eiwd/files/eiwd/log/run
new file mode 100755
index 000000000000..1e182b5a754e
--- /dev/null
+++ b/srcpkgs/eiwd/files/eiwd/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec vlogger -p daemon.info -t iwd
diff --git a/srcpkgs/eiwd/files/eiwd/run b/srcpkgs/eiwd/files/eiwd/run
new file mode 100755
index 000000000000..f42e3cfc4ffa
--- /dev/null
+++ b/srcpkgs/eiwd/files/eiwd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r ./conf ] && . ./conf
+exec /usr/libexec/iwd ${OPTS} 2>&1
diff --git a/srcpkgs/eiwd/template b/srcpkgs/eiwd/template
new file mode 100644
index 000000000000..49855085c7de
--- /dev/null
+++ b/srcpkgs/eiwd/template
@@ -0,0 +1,26 @@
+# Template file for 'eiwd'
+pkgname=eiwd
+version=1.28
+revision=1
+wrksrc=iwd-${version}
+build_style=gnu-configure
+configure_args="--disable-dbus --enable-wired --enable-pie"
+hostmakedepends="python3-docutils pkg-config"
+makedepends="readline-devel"
+checkdepends="python3"
+short_desc="Internet Wireless Daemon (iwd) without dbus"
+maintainer="wael <40663@proton.me>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/illiliti/eiwd"
+changelog="https://github.com/illiliti/eiwd/blob/master/ChangeLog"
+distfiles="https://github.com/illiliti/eiwd/releases/download/${version}-1/iwd-${version}.tar.xz"
+checksum=f7df393ee5cede63c4fabbef468f7d1038cd81476078563caeb7f9282d8e82c5
+make_dirs="/var/lib/iwd 0600 root root
+ /etc/iwd 755 root root"
+conflicts="iwd"
+# tests depend on kernel features
+make_check=extended
+
+post_install() {
+	vsv eiwd
+}

  reply	other threads:[~2022-07-12  8:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-09  8:50 [PR PATCH] " wael444
2022-07-12  8:45 ` wael444 [this message]
2022-07-17 18:29 ` [PR PATCH] [Updated] " wael444
2022-08-21 17:19 ` New package: eiwd-1.29 XDream8
2022-08-22  0:10 ` wael444
2022-08-23 10:14 ` paper42
2022-08-23 10:14 ` paper42
2022-10-01  9:29 ` [PR PATCH] [Closed]: " wael444

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=20220712084551.OF8CBDpweniyx5ByZSsS7rplBanyjeorFEk6CS9cdsI@z \
    --to=wael444@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).