Github messages for voidlinux
 help / color / mirror / Atom feed
From: emacsomancer <emacsomancer@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] psuinfo: update to 1.1
Date: Tue, 19 May 2020 08:54:08 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22122@inbox.vuxu.org> (raw)

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

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

https://github.com/emacsomancer/void-packages psuinfo
https://github.com/void-linux/void-packages/pull/22122

psuinfo: update to 1.1


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

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

From 414b8b44a55fcff29be289ba97783f3f8f617771 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Tue, 19 May 2020 00:52:37 -0600
Subject: [PATCH] psuinfo: update to 1.1

---
 srcpkgs/psuinfo/template | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/psuinfo/template b/srcpkgs/psuinfo/template
index a02e726e4d1..ca491f25bef 100644
--- a/srcpkgs/psuinfo/template
+++ b/srcpkgs/psuinfo/template
@@ -1,22 +1,20 @@
 # Template file for 'psuinfo'
 pkgname=psuinfo
-version=1.0
+version=1.1
 revision=1
 archs=noarch
 depends="python3>=3.5 python3-psutil"
-short_desc="A command to display customizable system info it Tint2 or other panels"
+short_desc="Script to display customizable system info in Tint2 or other panels"
 maintainer="Piotr Miller <nwg.piotr@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/nwg-piotr/psuinfo"
 distfiles="https://github.com/nwg-piotr/psuinfo/archive/v${version}.tar.gz"
-checksum=3b26b17e3da5b5f736b1c1235bc2411c315b7cb32a82616a7c3c8e30e16687e9
+checksum=bd10d37a88729fe8934bc37cd70403bc606e0959ddcdad941a6cc5846583db3d
 
 do_install() {
-	vmkdir usr/bin
-	vmkdir usr/share/${pkgname}
+	vbin "${pkgname}"
+	vmkdir usr/share/"${pkgname}"
 	vmkdir usr/share/tint2
-	vcopy "icons/*.*" usr/share/${pkgname}
-	vcopy "psuinfo-1.0-2" usr/share/${pkgname}/${pkgname}
+	vcopy "icons/*.*" usr/share/"${pkgname}"
 	vcopy "configs/*.*" usr/share/tint2
-	ln -sf /usr/share/psuinfo/psuinfo ${DESTDIR}/usr/bin
 }

             reply	other threads:[~2020-05-19  6:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-19  6:54 emacsomancer [this message]
2020-05-20 19:42 ` [PR PATCH] [Merged]: " Hoshpak

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-22122@inbox.vuxu.org \
    --to=emacsomancer@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).