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:01:50 +0100	[thread overview]
Message-ID: <20201202000150.IsVMtH9NfLrECRoRDGiZXLIGLq2dPZ0gmi2eUijK92I@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: 2989 bytes --]

From 0ffca22e04c8009f2044fccd44fc9e28aa5f4ceb 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 -> 369 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..23d703316ceaef1a452367c708ebe7216fa502fa
GIT binary patch
literal 369
zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA1|-9oezpTCmSQK*5Dp-y;YjHK@;M7UB8wRq
zxP?KOkzv*x2?hp6VNVywkc`H+GaR`N83?$>A6?2J=l(j*cBA?S8Lqekx8A)zq~+Sv
znfc16KrSU%?L+*G78BM0#^O&;Vi?wzbTNhqzhrU#$=$e1TI(a{l>=-y7DX&7?a|)w
z=IYvA`Rl4W3kx~-v|ZQw7<NGPpW{l8M?%G1vJJ8qT+Yb0=0~mYKUtf+I(y+96+5mc
z3J*m&rbcjkvT$Zh>#%CQGV%2*_N^11eTZuec^Le0s>7+N|93jP+9nyQ@Ju9%xjJE*
z-fe>z-7QtY(wh^HpLu!r$kPKK7IXiY7b^8`|76xvx0WsDsuZuf^LuM6`-)|Zu2RkR
zC;#cCFkPC_V4|kb%juDf!c5UOVD&rTWZ|xJTzdC;v11&+7a0S?jKR~@&t;ucLK6T&
Cq>x|$

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:01 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 [this message]
2020-12-02  0:11 ` ndowens
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=20201202000150.IsVMtH9NfLrECRoRDGiZXLIGLq2dPZ0gmi2eUijK92I@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).