Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] xst: update to 0.8.4.
Date: Wed, 02 Dec 2020 01:11:40 +0100	[thread overview]
Message-ID: <20201202001140.GhkuBRorUZPciqItra1f6nxmsbhvCFTEyvI_sVPbip0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26878@inbox.vuxu.org>

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

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

https://github.com/ndowens/void-packages xst-terminal
https://github.com/void-linux/void-packages/pull/26878

xst: update to 0.8.4.
Adopt.
Renamed manpages and others from st to xst to avoid conflicts with st.

Add desktop file and icon

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

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

From 9ef70ad1ade5d16e397f6b238b3b12ad1275f5b9 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 1 Dec 2020 16:56:16 -0600
Subject: [PATCH] xst: update to 0.8.4.

---
 srcpkgs/xst/files/xst.desktop |   7 +++++++
 srcpkgs/xst/files/xst.png     | Bin 0 -> 703 bytes
 srcpkgs/xst/template          |  26 ++++++++++++++------------
 3 files changed, 21 insertions(+), 12 deletions(-)
 create mode 100644 srcpkgs/xst/files/xst.desktop
 create mode 100644 srcpkgs/xst/files/xst.png

diff --git a/srcpkgs/xst/files/xst.desktop b/srcpkgs/xst/files/xst.desktop
new file mode 100644
index 00000000000..68bd0f71451
--- /dev/null
+++ b/srcpkgs/xst/files/xst.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=xst
+Exec=/usr/bin/xst
+Icon=xst
+Terminal=false
+Type=Application
+Categories=System;Utility;TerminalEmulator
diff --git a/srcpkgs/xst/files/xst.png b/srcpkgs/xst/files/xst.png
new file mode 100644
index 0000000000000000000000000000000000000000..d3c583a3f351fe22be31fd75b67b4c0904641c9a
GIT binary patch
literal 703
zcmV;w0zmzVP)<h;3K|Lk000e1NJLTq001xm001xu1^@s6R|5Hm0007pNkl<ZcwX(A
zJ!>LS6o%i`)k-TdXlEmK77E)YT?!4Nl_HY05k&ujTP&MKlP(Z6&4Qnmf+5&O8(|9z
zyRox~M#Mq`0l(tzxlC3elFbm<I|K8;g|QfT4(C0d!ST~(vw@P)K;e7_fTyP?6bgl}
z0OA0?K;HZUa0TFJEEWSOLfLHgTfJW2j7Fo4+#yGDC1-M{4iNF9qazrNM%InxatS%2
z)9G+<Z~$^Gm&=rv?=J;d*6TH9vl*VBpCMNkiv?Dz)r+G=oPjO7^3`e;#bOcNZWlap
zI-LlI!w3WduN=h!UUPYQiBhSA<KttToSc9s{eB<k=jRv<21q88AodopyAMd-X0x%I
z1VI4Biw9b*mgbUNm{TH=c;6lvkH<`UI-PQpCw3jkiFj8B#Lw(-h8%XUr4_JCtyaTu
zI7FpVL95l`S<Kr*{8mAByB(=i3Y|^|x3{-wHk;st^bSNK5d?!lcsw4sTrN87`uh4B
zy<SiL9iSzb%jMYddc6pRLac~%It`!CC;tu*R;!iv0+Sb^82yi7|M(DJTwK8Ic7u3)
ze8kPo4Ly(0wK9g7mYTs}z}?*)TPh;T8RASP0|{`CkmRS*Mx(*j{yysUIt@FA2uYw&
zDC{jjj30HBLxd!d&*v2#A$fj{a)84Oa6mB~P-lPx>I^79LTZH6uTeEZYJ}7ds6%Wv
zo7u|*jYb3hu%${)dkffW==b~SRTJGP2YGTKr}szb^z@YE*$=vt$pkzxnM~wEN7@ia
zqft7FdC`48pU<HbMA!S>4qOR>@WbJ7K(E(B&d`_3A6Mr5w}8XL!?R|yscpC0aR3&`
ln+H+;3;@(WdwdYJfZuk_k&tD}>skN+002ovPDHLkV1k^9KBfQw

literal 0
HcmV?d00001

diff --git a/srcpkgs/xst/template b/srcpkgs/xst/template
index fb998050583..d87f84bb3a5 100644
--- a/srcpkgs/xst/template
+++ b/srcpkgs/xst/template
@@ -1,27 +1,29 @@
 # Template file for 'xst'
 pkgname=xst
-version=0.7.2
-revision=3
+version=0.8.4
+revision=1
 build_style=gnu-makefile
 make_use_env=compliant
 hostmakedepends="pkg-config"
 makedepends="libXft-devel libXext-devel fontconfig-devel"
-depends="ncurses"
+depends="ncurses desktop-file-utils"
 short_desc="St fork with support for xresources"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Nathan <ndowens@artixlinux.org>"
 license="MIT"
 homepage="https://github.com/neeasade/xst"
 distfiles="https://github.com/neeasade/xst/archive/v${version}.tar.gz"
-checksum=5cea5a8bae643ff7df7f8322958065edece354c272c0f987b1dcadcdec689f9a
+checksum=0fb8dd47b018fe6b46a654b4d6bf69ab0785ae6fbb6a0965e38ad86382fec369
 
 do_install() {
 	vbin xst
-	vman doc/xst.1
+	vman st.1 xst.1
+	vinstall ${FILESDIR}/xst.desktop 644 /usr/share/applications
+	vinstall ${FILESDIR}/xst.png 644 /usr/share/pixmaps
 
-	vinstall doc/xst.info 644 usr/share/terminfo/x xst.terminfo
-	vdoc README.md README
-	vdoc doc/FAQ
-	vsed -i 's/st-256color/xst-256color/' doc/Xresources
-	vdoc doc/Xresources
-	vlicense doc/LICENSE
+	vinstall st.info 644 usr/share/terminfo/x xst.terminfo
+	vdoc README
+	vdoc FAQ
+	vsed -i 's/st-256color/xst-256color/' .Xresources
+	vdoc .Xresources Xresources
+	vlicense LICENSE
 }

  parent reply	other threads:[~2020-12-02  0:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-01 22:56 [PR PATCH] " ndowens
2020-12-01 23:59 ` [PR PATCH] [Updated] " ndowens
2020-12-02  0:01 ` ndowens
2020-12-02  0:11 ` ndowens [this message]
2020-12-02  1:16 ` ndowens
2020-12-02 17:59 ` [PR PATCH] [Merged]: " ericonr

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=20201202001140.GhkuBRorUZPciqItra1f6nxmsbhvCFTEyvI_sVPbip0@z \
    --to=ndowens@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).