Github messages for voidlinux
 help / color / mirror / Atom feed
From: m3tav3rse <m3tav3rse@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] alacritty: remove cargo lefotver
Date: Sun, 05 Apr 2020 19:20:43 +0200	[thread overview]
Message-ID: <20200405172043.yySIUbyjV2P1DDbtM96fmsej1B6ktxoh7m6FFd4FHZo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20672@inbox.vuxu.org>

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

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

https://github.com/m3tav3rse/void-packages alacritty
https://github.com/void-linux/void-packages/pull/20672

alacritty: remove cargo lefotver
Fixes #20668

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

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

From 4d42a201c567469f54c9df9c661edf1cc1a44184 Mon Sep 17 00:00:00 2001
From: m3tav3rse <n6maa10816@tuta.io>
Date: Sun, 5 Apr 2020 17:24:25 +0200
Subject: [PATCH] alacritty: remove custom do_install

Fixes #20668
---
 srcpkgs/alacritty/template | 24 ++++++++++--------------
 1 file changed, 10 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template
index 2efd08e9e22..6ca8161e1c8 100644
--- a/srcpkgs/alacritty/template
+++ b/srcpkgs/alacritty/template
@@ -1,8 +1,9 @@
 # Template file for 'alacritty'
 pkgname=alacritty
 version=0.4.2
-revision=1
+revision=2
 build_style=cargo
+build_wrksrc="${pkgname}"
 hostmakedepends="pkg-config python3"
 makedepends="freetype-devel fontconfig-devel libxcb-devel"
 depends="libXxf86vm ncurses alacritty-terminfo-${version}_${revision}"
@@ -14,20 +15,15 @@ changelog="https://raw.githubusercontent.com/jwilm/${pkgname}/v${version}/CHANGE
 distfiles="https://github.com/jwilm/${pkgname}/archive/v${version}.tar.gz"
 checksum=8dda9d580b9ec793cfdb336b000b73b7e98b4eba91c23ee04ee72a1728754ab2
 
-do_install() {
-	cargo install --path ${pkgname} --target ${RUST_TARGET} --root="${DESTDIR}/usr" --locked
-	rm "${DESTDIR}"/usr/.crates.toml
-}
-
 post_install() {
-	vinstall extra/linux/Alacritty.desktop 644 usr/share/applications
-	vinstall extra/logo/alacritty-term.svg 644 usr/share/pixmaps Alacritty.svg
-	vinstall extra/completions/alacritty.bash 644 usr/share/bash-completion/completions alacritty
-	vinstall extra/completions/_alacritty 644 usr/share/zsh/site-functions
-	vinstall extra/completions/alacritty.fish 644 usr/share/fish/vendor_completions.d
-	vinstall extra/alacritty.info 644 usr/share/terminfo/a
-	vman extra/alacritty.man alacritty.1
-	vsconf alacritty.yml
+	vinstall ../extra/linux/Alacritty.desktop 644 usr/share/applications
+	vinstall ../extra/logo/alacritty-term.svg 644 usr/share/pixmaps Alacritty.svg
+	vinstall ../extra/completions/alacritty.bash 644 usr/share/bash-completion/completions alacritty
+	vinstall ../extra/completions/_alacritty 644 usr/share/zsh/site-functions
+	vinstall ../extra/completions/alacritty.fish 644 usr/share/fish/vendor_completions.d
+	vinstall ../extra/alacritty.info 644 usr/share/terminfo/a
+	vman ../extra/alacritty.man alacritty.1
+	vsconf ../alacritty.yml
 }
 
 alacritty-terminfo_package() {

  parent reply	other threads:[~2020-04-05 17:20 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-05 15:27 [PR PATCH] " m3tav3rse
2020-04-05 15:37 ` jnbr
2020-04-05 15:43 ` m3tav3rse
2020-04-05 17:03 ` m3tav3rse
2020-04-05 17:05 ` xtraeme
2020-04-05 17:11 ` m3tav3rse
2020-04-05 17:12 ` xtraeme
2020-04-05 17:15 ` m3tav3rse
2020-04-05 17:20 ` m3tav3rse [this message]
2020-04-05 19:13 ` jnbr
2020-04-05 22:48 ` [PR PATCH] [Updated] " m3tav3rse
2020-04-05 22:49 ` m3tav3rse
2020-04-06  7:28 ` [PR PATCH] [Merged]: " xtraeme
2020-04-06  7:40 ` travankor
2020-04-06  7:41 ` travankor
2020-04-06  8:37 ` m3tav3rse
2020-04-06  8:42 ` m3tav3rse
2020-04-06  9:39 ` travankor
2020-04-06  9:45 ` m3tav3rse

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=20200405172043.yySIUbyjV2P1DDbtM96fmsej1B6ktxoh7m6FFd4FHZo@z \
    --to=m3tav3rse@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).