Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Tlp rdw
@ 2019-12-29 18:34 voidlinux-github
  2020-01-06 17:17 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2019-12-29 18:34 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Updated] Tlp rdw
  2019-12-29 18:34 [PR PATCH] Tlp rdw voidlinux-github
@ 2020-01-06 17:17 ` voidlinux-github
  2020-01-06 17:38 ` voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-06 17:17 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1686 bytes --]

From dc5ad2496e48bb67afe5f6e6a33570c03109258d 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

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

diff --git a/srcpkgs/tlp/template b/srcpkgs/tlp/template
index 841ee405a64..43628cfc779 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 e3c8cd9750c64898ab95a0139c90a504acaaf2a7 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

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

* Re: Tlp rdw
  2019-12-29 18:34 [PR PATCH] Tlp rdw voidlinux-github
  2020-01-06 17:17 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-06 17:38 ` voidlinux-github
  2020-01-06 17:39 ` voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-06 17:38 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/17867#issuecomment-571234452

Comment:
squash the commits, there is no point in having a `New Package:` commit for sub packages.

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

* Re: Tlp rdw
  2019-12-29 18:34 [PR PATCH] Tlp rdw voidlinux-github
  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
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-06 17:39 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/17867#issuecomment-571234452

Comment:
squash the commits, there is no point in having a `New Package:` commit for sub packages.

Edit: Each commit should be buildtable alone, the first commit wouldn't be buildable, because of the missing symlink.

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

* Re: [PR PATCH] [Updated] Tlp rdw
  2019-12-29 18:34 [PR PATCH] Tlp rdw voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-06 17:39 ` voidlinux-github
@ 2020-01-07 17:06 ` voidlinux-github
  2020-01-07 17:09 ` voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-07 17:06 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1479 bytes --]

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

Fixed indentation

New package: tlp-rdw-1.2.2
---
 srcpkgs/tlp-rdw      |  1 +
 srcpkgs/tlp/template | 20 +++++++++++++++++++-
 2 files changed, 20 insertions(+), 1 deletion(-)
 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
diff --git a/srcpkgs/tlp/template b/srcpkgs/tlp/template
index 841ee405a64..43628cfc779 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
+	}
+}

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

* Re: Tlp rdw
  2019-12-29 18:34 [PR PATCH] Tlp rdw voidlinux-github
                   ` (3 preceding siblings ...)
  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
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-07 17:09 UTC (permalink / raw)
  To: ml

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

New comment by adbrown101 on void-packages repository

https://github.com/void-linux/void-packages/pull/17867#issuecomment-571680731

Comment:
Squashed commit

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

* Re: [PR PATCH] [Updated] Tlp rdw
  2019-12-29 18:34 [PR PATCH] Tlp rdw voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-07 17:09 ` voidlinux-github
@ 2020-01-08 17:57 ` voidlinux-github
  2020-02-07 17:18 ` voidlinux-github
  2020-02-07 17:18 ` [PR PATCH] [Closed]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-08 17:57 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1847 bytes --]

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

Fixed indentation

New package: tlp-rdw-1.2.2

Install all binaries then move files

Installed man-rdw
---
 srcpkgs/tlp-rdw      |  1 +
 srcpkgs/tlp/template | 18 ++++++++++++++++--
 2 files changed, 17 insertions(+), 2 deletions(-)
 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
diff --git a/srcpkgs/tlp/template b/srcpkgs/tlp/template
index 841ee405a64..8b6cb065ac9 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"
@@ -23,15 +23,29 @@ do_install() {
 	    TLP_SHCPL=/usr/share/bash-completion/completions \
 	    TLP_ELOD=/usr/lib/elogind/system-sleep \
 	    TLP_WITH_SYSTEMD=0 \
-	    install-tlp
+	    install
 
 	vmkdir usr/share/man/man1
 	install -m644 man/*.1 ${DESTDIR}/usr/share/man/man1
 	vmkdir usr/share/man/man8
 	install -m644 man/*.8 ${DESTDIR}/usr/share/man/man8
+	install -m644 man-rdw/*.8 ${DESTDIR}/usr/share/man/man8
 	rm -f ${DESTDIR}/usr/share/man/man8/*.service.8
 
 	vsv tlp
 
 	rm -rf ${DESTDIR}/etc/init.d
 }
+
+tlp-rdw_package() {
+	short_desc="Control the radio device wizard"
+	archs=noarch
+	depends="tlp NetworkManager"
+	pkg_install() {
+		vmove usr/bin/tlp-rdw
+		vmove usr/lib/udev/rules.d/85-tlp-rdw.rules
+		vmove usr/lib/udev/tlp-rdw-udev
+		vmove etc/NetworkManager/dispatcher.d/99tlp-rdw-nm
+		vmove usr/share/man/man8/tlp-rdw.8
+	}
+}

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

* Re: Tlp rdw
  2019-12-29 18:34 [PR PATCH] Tlp rdw voidlinux-github
                   ` (5 preceding siblings ...)
  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
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-02-07 17:18 UTC (permalink / raw)
  To: ml

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

New comment by adbrown101 on void-packages repository

https://github.com/void-linux/void-packages/pull/17867#issuecomment-583508966

Comment:
I will create a new pull request for the latest version

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

* Re: [PR PATCH] [Closed]: Tlp rdw
  2019-12-29 18:34 [PR PATCH] Tlp rdw voidlinux-github
                   ` (6 preceding siblings ...)
  2020-02-07 17:18 ` voidlinux-github
@ 2020-02-07 17:18 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-02-07 17:18 UTC (permalink / raw)
  To: ml

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

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

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

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

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

end of thread, other threads:[~2020-02-07 17:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-29 18:34 [PR PATCH] Tlp rdw voidlinux-github
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

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