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

* Re: [PR REVIEW] zola: update to 0.17.0
  2023-02-16 21:45 [PR PATCH] zola: update to 0.17.0 tranzystorek-io
@ 2023-02-16 21:46 ` classabbyamp
  2023-02-16 21:49 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-02-16 21:46 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42320#discussion_r1109054456

Comment:
```suggestion
short_desc="Fast opinionated static site generator"
```

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

* Re: [PR PATCH] [Updated] zola: update to 0.17.0
  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 ` tranzystorek-io
  2023-02-16 21:49 ` [PR REVIEW] " classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2023-02-16 21:49 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1791 bytes --]

From 9cc96c239b3c6e55a4bd711305475c099a60f8f0 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 | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index a8196b8170da..a82c1c0781ce 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,17 +1,18 @@
 # 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"
+short_desc="Fast opinionated static site generator"
 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

* Re: [PR REVIEW] zola: update to 0.17.0
  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 ` classabbyamp
  2023-02-16 22:20 ` [PR PATCH] [Updated] " tranzystorek-io
  2023-02-16 22:47 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-02-16 21:49 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42320#discussion_r1109054928

Comment:
> - Replace libsass by a Rust implementation: [grass](https://github.com/connorskees/grass)

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

* Re: [PR PATCH] [Updated] zola: update to 0.17.0
  2023-02-16 21:45 [PR PATCH] zola: update to 0.17.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2023-02-16 21:49 ` [PR REVIEW] " classabbyamp
@ 2023-02-16 22:20 ` tranzystorek-io
  2023-02-16 22:47 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2023-02-16 22:20 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1987 bytes --]

From b7a8337b96af3c9d79456dfd851c55dcf364b927 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 | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index a8196b8170da..2f470cb564dc 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,35 +1,36 @@
 # 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"
+makedepends="oniguruma-devel"
+short_desc="Fast opinionated static site generator"
 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*) ;;
 	*) broken="ftbfs in ring" ;;
 esac
 
-pre_build() {
-	export PKG_CONFIG_ALL_DYNAMIC=1
-	export RUSTONIG_SYSTEM_LIBONIG=1
-}
+export PKG_CONFIG_ALL_DYNAMIC=1
+export RUSTONIG_SYSTEM_LIBONIG=1
 
 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

* Re: [PR PATCH] [Merged]: zola: update to 0.17.0
  2023-02-16 21:45 [PR PATCH] zola: update to 0.17.0 tranzystorek-io
                   ` (3 preceding siblings ...)
  2023-02-16 22:20 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2023-02-16 22:47 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-02-16 22:47 UTC (permalink / raw)
  To: ml

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

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

zola: update to 0.17.0
https://github.com/void-linux/void-packages/pull/42320

Description:
<!-- 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
-->


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