Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] growlight: make zfs optional
@ 2020-11-22  7:07 the-maldridge
  2020-11-22  7:18 ` [PR PATCH] [Updated] " the-maldridge
  2020-11-22  7:18 ` [PR PATCH] [Merged]: " the-maldridge
  0 siblings, 2 replies; 3+ messages in thread
From: the-maldridge @ 2020-11-22  7:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-maldridge/void-packages optionalzfs
https://github.com/void-linux/void-packages/pull/26598

growlight: make zfs optional


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

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

From 6956812bc832a35ef1128b36a1a61d44cfe4debb Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sat, 21 Nov 2020 23:07:30 -0800
Subject: [PATCH] growlight: make zfs optional

---
 srcpkgs/growlight/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/growlight/template b/srcpkgs/growlight/template
index 65e5f69d52a..5ea4a3a42a8 100644
--- a/srcpkgs/growlight/template
+++ b/srcpkgs/growlight/template
@@ -1,12 +1,13 @@
 # Template file for 'growlight'
 pkgname=growlight
 version=1.2.18
-revision=1
+revision=2
 build_style=cmake
+configure_args="$(vopt_bool zfs USE_LIBZFS)"
 hostmakedepends="pkg-config pandoc"
 makedepends="libatasmart-devel libblkid-devel libcap-devel cryptsetup-devel
  nettle-devel notcurses-devel libpciaccess-devel eudev-libudev-devel zlib-devel
- device-mapper-devel pciutils-devel zfs-devel"
+ device-mapper-devel pciutils-devel $(vopt_if zfs zfs-devel)"
 depends="ntfs-3g jfsutils xfsprogs nvme-cli hdparm f2fs-tools btrfs-progs e2fsprogs"
 short_desc="Block device manager and system installation tool"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -14,3 +15,6 @@ license="GPL-3.0-or-later"
 homepage="https://nick-black.com/dankwiki/index.php/Growlight"
 distfiles="https://github.com/dankamongmen/growlight/archive/v${version}.tar.gz"
 checksum=c6c08556e6838226b81300e177c49d7a382e9eb30cfdb19f99790106e426a032
+
+build_options="zfs"
+desc_option_zfs="Build with ZFS Support"

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

end of thread, other threads:[~2020-11-22  7:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-22  7:07 [PR PATCH] growlight: make zfs optional the-maldridge
2020-11-22  7:18 ` [PR PATCH] [Updated] " the-maldridge
2020-11-22  7:18 ` [PR PATCH] [Merged]: " the-maldridge

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