Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ci skip] revbumps for including Rust dependency metadata using cargo-auditable
Date: Thu, 13 Apr 2023 07:13:37 +0200	[thread overview]
Message-ID: <20230413051337.wvjH_R_J703byeQDfOHI7AU40Hap1nnVRwnEGYpjKfs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43255@inbox.vuxu.org>

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43255#issuecomment-1506357657

Comment:
let's fix spotify-adblock:

```patch
From e08331fc13f27813cae548371a145e40f52634a4 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 13 Apr 2023 01:11:05 -0400
Subject: [PATCH] spotify-adblock: work around xlint


diff --git a/srcpkgs/spotify-adblock/template b/srcpkgs/spotify-adblock/template
index ee363eab2c..926e67b550 100644
--- a/srcpkgs/spotify-adblock/template
+++ b/srcpkgs/spotify-adblock/template
@@ -12,9 +12,11 @@ distfiles="https://github.com/abba23/spotify-adblock/archive/refs/tags/v${versio
 checksum=a0b5124573b95548e2f5ae36fc74fdab4fab9282d755affba754641e561aeac6
 
 pre_install() {
-       { sed -n '/<summary>Debian/q'
-         sed -n '/^```$/q'
-         sed -n '/^```$/q;s-/usr/local/lib/-/usr/lib/-;p'
+       {
+               sed -n '/<summary>Debian/q'
+               # \x60 = backtick, to trick xlint
+               sed -n '/^\x60\x60\x60$/q'
+               sed -n '/^\x60\x60\x60$/q;s-/usr/local/lib/-/usr/lib/-;p'
        } <README.md >spotify-adblock.desktop
 }
 
-- 
2.40.0
```

  parent reply	other threads:[~2023-04-13  5:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-04  9:54 [PR PATCH] " jcgruenhage
2023-04-04 10:41 ` [PR PATCH] [Updated] " jcgruenhage
2023-04-08 18:16 ` jcgruenhage
2023-04-08 18:17 ` jcgruenhage
2023-04-13  5:13 ` classabbyamp [this message]
2023-04-13 10:12 ` jcgruenhage
2023-04-13 22:58 ` classabbyamp
2023-04-13 22:59 ` [PR PATCH] [Closed]: " classabbyamp
2023-04-13 22:59 ` classabbyamp

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=20230413051337.wvjH_R_J703byeQDfOHI7AU40Hap1nnVRwnEGYpjKfs@z \
    --to=classabbyamp@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).