Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zola: update to 0.17.0
@ 2023-02-16 21:45 tranzystorek-io
  2023-02-16 21:46 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tranzystorek-io @ 2023-02-16 21:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages zola
https://github.com/void-linux/void-packages/pull/42320

zola: update to 0.17.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c6e65813bcb9e69655cc8d6edb2dd55939216edc Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 16 Feb 2023 22:39:37 +0100
Subject: [PATCH] zola: update to 0.17.0

---
 srcpkgs/zola/template | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index a8196b8170da..1fd9ebf737a0 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,8 +1,9 @@
 # Template file for 'zola'
 pkgname=zola
-version=0.16.1
-revision=2
+version=0.17.0
+revision=1
 build_style=cargo
+build_helper=qemu
 hostmakedepends="pkg-config"
 makedepends="libsass-devel oniguruma-devel"
 short_desc="Fast opinionated static site generator written in rust"
@@ -10,8 +11,8 @@ maintainer="Carson Page <pagem.carson@gmail.com>"
 license="MIT"
 homepage="https://github.com/getzola/zola"
 changelog="https://raw.githubusercontent.com/getzola/zola/master/CHANGELOG.md"
-distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
-checksum=c153fd0cc1435930a4871165e6ad4865e3528465f3f41d0671a9837121688ac7
+distfiles="https://github.com/getzola/zola/archive/refs/tags/v${version}.tar.gz"
+checksum=a7254554e61f2c737bc3981a6278e0fbac5dc685e5d90c014fc60eced99bf55c
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;
@@ -24,12 +25,14 @@ pre_build() {
 }
 
 post_install() {
+	for shell in bash fish zsh; do
+		vtargetrun ${DESTDIR}/usr/bin/zola completion ${shell} > zola.${shell}
+		vcompletion zola.${shell} ${shell}
+	done
+
 	vlicense LICENSE
 
 	ln -s zola ${DESTDIR}/usr/bin/gutenberg
-	vcompletion completions/_zola zsh
-	vcompletion completions/zola.bash bash
-	vcompletion completions/zola.fish fish
 }
 
 gutenberg_package() {

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

end of thread, other threads:[~2023-02-16 22:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16 21:45 [PR PATCH] zola: update to 0.17.0 tranzystorek-io
2023-02-16 21:46 ` [PR REVIEW] " classabbyamp
2023-02-16 21:49 ` [PR PATCH] [Updated] " tranzystorek-io
2023-02-16 21:49 ` [PR REVIEW] " classabbyamp
2023-02-16 22:20 ` [PR PATCH] [Updated] " tranzystorek-io
2023-02-16 22:47 ` [PR PATCH] [Merged]: " classabbyamp

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