Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] foliate: create symlink to executable
@ 2020-04-07 16:57 not-chicken
  2020-04-08  4:02 ` [PR PATCH] [Updated] " not-chicken
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: not-chicken @ 2020-04-07 16:57 UTC (permalink / raw)
  To: ml

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

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

end of thread, other threads:[~2020-04-22 12:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07 16:57 [PR PATCH] foliate: create symlink to executable not-chicken
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

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