Github messages for voidlinux
 help / color / mirror / Atom feed
From: steinex <steinex@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] chatterino2: remove unnecessary do_install
Date: Sun, 17 May 2020 18:57:55 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22049@inbox.vuxu.org> (raw)

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

             reply	other threads:[~2020-05-17 16:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-17 16:57 steinex [this message]
2020-05-18 11:05 ` [PR PATCH] [Merged]: " Piraty

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