Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bookworm: create symlink to executable
@ 2020-05-26  7:38 travankor
  2020-05-26 15:08 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: travankor @ 2020-05-26  7:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages bookworm
https://github.com/void-linux/void-packages/pull/22306

bookworm: create symlink to executable
closes #22303

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

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

From dfc281a136e7b54b1997b35a9053b9636749c1dc Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 26 May 2020 00:38:09 -0700
Subject: [PATCH] bookworm: create symlink to executable

---
 srcpkgs/bookworm/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/bookworm/template b/srcpkgs/bookworm/template
index 469e3c4bdc9..2fa61df0fc6 100644
--- a/srcpkgs/bookworm/template
+++ b/srcpkgs/bookworm/template
@@ -1,7 +1,7 @@
 # Template file for 'bookworm'
 pkgname=bookworm
 version=1.1.2
-revision=3
+revision=4
 build_style=meson
 hostmakedepends="pkg-config glib-devel vala"
 makedepends="gtk+3-devel libgee08-devel granite-devel
@@ -15,3 +15,7 @@ homepage="https://babluboy.github.io/bookworm"
 distfiles="https://github.com/babluboy/${pkgname}/archive/${version}.tar.gz"
 checksum=6d27e55697debfa08f7cc15805413b74c94c55111cdf2d333b306228eccad824
 python_version=2 # Should be set to python3 when updated to version > 1.1.2
+
+post_install() {
+	ln -s com.github.babluboy.bookworm ${DESTDIR}/usr/bin/bookworm
+}

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

* Re: [PR PATCH] [Merged]: bookworm: create symlink to executable
  2020-05-26  7:38 [PR PATCH] bookworm: create symlink to executable travankor
@ 2020-05-26 15:08 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2020-05-26 15:08 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

bookworm: create symlink to executable
https://github.com/void-linux/void-packages/pull/22306

Description:
closes #22303

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

end of thread, other threads:[~2020-05-26 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26  7:38 [PR PATCH] bookworm: create symlink to executable travankor
2020-05-26 15:08 ` [PR PATCH] [Merged]: " 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).