Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Tlp rdw
Date: Sun, 29 Dec 2019 19:34:26 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17867@inbox.vuxu.org> (raw)

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

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

https://github.com/adbrown101/void-packages tlp-rdw
https://github.com/void-linux/void-packages/pull/17867

Tlp rdw
Added tlp-rdw as a sub-package of tlp. I hope this is ok as maintainer is listed as orphan.

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

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

From 3ee0becf782b27466e1342cfae6cc56d50b2cb79 Mon Sep 17 00:00:00 2001
From: Alan Brown <adbrown@rocketmail.com>
Date: Sun, 29 Dec 2019 18:25:06 +0000
Subject: [PATCH 1/2] tlp: added tlp-rdw as subpackage

---
 srcpkgs/tlp/template | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/tlp/template b/srcpkgs/tlp/template
index 841ee405a64..2874f9c49e4 100644
--- a/srcpkgs/tlp/template
+++ b/srcpkgs/tlp/template
@@ -1,7 +1,7 @@
 # Template file for 'tlp'
 pkgname=tlp
 version=1.2.2
-revision=2
+revision=3
 archs=noarch
 wrksrc="TLP-${version}"
 depends="hdparm bash iw util-linux ethtool perl"
@@ -35,3 +35,21 @@ do_install() {
 
 	rm -rf ${DESTDIR}/etc/init.d
 }
+
+tlp-rdw_package() {
+	short_desc="Control the radio device wizard"
+	archs=noarch
+	depends="tlp NetworkManager"
+	pkg_install() {
+		make DESTDIR=${PKGDESTDIR} \
+			TLP_SBIN=/usr/bin \
+			TLP_ULIB=/usr/lib/udev \
+			TLP_SHCPL=/usr/share/bash-completion/completions \
+			TLP_ELOD=/usr/lib/elogind/system-sleep \
+			TLP_WITH_SYSTEMD=0 \
+			install-rdw
+
+	vmkdir usr/share/man/man8
+	install -m644 man-rdw/*.8 ${PKGDESTDIR}/usr/share/man/man8
+	}
+}

From 8b35776088a49b07309a02a9d2c387fadb53f284 Mon Sep 17 00:00:00 2001
From: Alan Brown <adbrown@rocketmail.com>
Date: Sun, 29 Dec 2019 18:27:32 +0000
Subject: [PATCH 2/2] New package: tlp-rdw-1.2.2

---
 srcpkgs/tlp-rdw | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 srcpkgs/tlp-rdw

diff --git a/srcpkgs/tlp-rdw b/srcpkgs/tlp-rdw
new file mode 120000
index 00000000000..b83f601e1b6
--- /dev/null
+++ b/srcpkgs/tlp-rdw
@@ -0,0 +1 @@
+tlp
\ No newline at end of file

             reply	other threads:[~2019-12-29 18:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-29 18:34 voidlinux-github [this message]
2020-01-06 17:17 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-06 17:38 ` voidlinux-github
2020-01-06 17:39 ` voidlinux-github
2020-01-07 17:06 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-07 17:09 ` voidlinux-github
2020-01-08 17:57 ` [PR PATCH] [Updated] " voidlinux-github
2020-02-07 17:18 ` voidlinux-github
2020-02-07 17:18 ` [PR PATCH] [Closed]: " voidlinux-github

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17867@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).