Github messages for voidlinux
 help / color / mirror / Atom feed
From: not-chicken <not-chicken@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] foliate: create symlink to executable
Date: Tue, 07 Apr 2020 18:57:34 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20732@inbox.vuxu.org> (raw)

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

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

https://github.com/not-chicken/void-packages foliate-bin
https://github.com/void-linux/void-packages/pull/20732

foliate: create symlink to executable
Closes #20714 

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

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

From 3b01dec7212cf82ae3304d872be1e11a7a2d269b Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Tue, 7 Apr 2020 21:58:20 +0530
Subject: [PATCH] foliate: create symlink to executable

Closes #20714
---
 srcpkgs/foliate/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/foliate/template b/srcpkgs/foliate/template
index 6fac16f66c5..268ee408b5d 100644
--- a/srcpkgs/foliate/template
+++ b/srcpkgs/foliate/template
@@ -1,7 +1,7 @@
 # Template file for 'foliate'
 pkgname=foliate
 version=2.0.0
-revision=1
+revision=2
 archs=noarch
 build_style=meson
 hostmakedepends="pkg-config gettext gjs glib-devel desktop-file-utils appstream-glib"
@@ -12,3 +12,7 @@ license="GPL-3.0-or-later"
 homepage="https://johnfactotum.github.io/foliate/"
 distfiles="https://github.com/johnfactotum/foliate/archive/${version}.tar.gz"
 checksum=e3f7ab5242aa6d936b66d6a41147bf17c0334d7675b5e38e64829d204fd3712a
+
+post_install() {
+	ln -sv /usr/bin/com.github.johnfactotum.Foliate ${DESTDIR}/usr/bin/foliate
+}

             reply	other threads:[~2020-04-07 16:57 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-07 16:57 not-chicken [this message]
2020-04-08  4:02 ` [PR PATCH] [Updated] " not-chicken
2020-04-08 14:31 ` not-chicken
2020-04-08 15:07 ` [PR PATCH] [Updated] foliate: update to 2.1.0 not-chicken
2020-04-09  3:06 ` not-chicken
2020-04-19 14:59 ` sgn
2020-04-22  3:13 ` [WIP] " not-chicken
2020-04-22  6:26 ` not-chicken
2020-04-22 12:06 ` sgn
2020-04-22 12:26 ` not-chicken
2020-04-22 12:26 ` not-chicken
2020-04-22 12:29 ` [PR PATCH] [Updated] " not-chicken
2020-04-22 12:47 ` [PR PATCH] [Closed]: " sgn

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-20732@inbox.vuxu.org \
    --to=not-chicken@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).