Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] chatterino2: remove unnecessary do_install
@ 2020-05-17 16:57 steinex
  2020-05-18 11:05 ` [PR PATCH] [Merged]: " Piraty
  0 siblings, 1 reply; 2+ messages in thread
From: steinex @ 2020-05-17 16:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages chatterino2
https://github.com/void-linux/void-packages/pull/22049

chatterino2: remove unnecessary do_install
This makes .desktop file installation work.

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

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

From 42e9affd1c90c304b6a570e49af80544d448cabd Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 17 May 2020 18:19:07 +0200
Subject: [PATCH] chatterino2: remove unnecessary do_install

This makes .desktop file installation work.
---
 srcpkgs/chatterino2/template | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/chatterino2/template b/srcpkgs/chatterino2/template
index 71e8b5d2f36..ca263b79909 100644
--- a/srcpkgs/chatterino2/template
+++ b/srcpkgs/chatterino2/template
@@ -1,7 +1,7 @@
 # Template file for 'chatterino2'
 pkgname=chatterino2
 version=2.1.7
-revision=2
+revision=3
 _signals_commit=1c38746b05d9311e73c8c8acdfdc4d36c9c551be
 _settings_commit=4fe0ff9b0cb7b04f8017a63b38c40104430a4b66
 _humanize_commit=13867379249c64cd44b9cd4c03f18c1a52d56587
@@ -45,11 +45,6 @@ pre_configure() {
 		-exec sed -i "{}" -e 's/Communi::/::/g' \;
 }
 
-do_install() {
-	for f in chatterino bin/chatterino; do
-		if [ -f "$f" ]; then
-			vbin "$f"
-		fi
-	done
+post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Merged]: chatterino2: remove unnecessary do_install
  2020-05-17 16:57 [PR PATCH] chatterino2: remove unnecessary do_install steinex
@ 2020-05-18 11:05 ` Piraty
  0 siblings, 0 replies; 2+ messages in thread
From: Piraty @ 2020-05-18 11:05 UTC (permalink / raw)
  To: ml

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

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

chatterino2: remove unnecessary do_install
https://github.com/void-linux/void-packages/pull/22049

Description:
This makes .desktop file installation work.

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

end of thread, other threads:[~2020-05-18 11:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-17 16:57 [PR PATCH] chatterino2: remove unnecessary do_install steinex
2020-05-18 11:05 ` [PR PATCH] [Merged]: " Piraty

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