Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sakura: update to 3.8.0.
@ 2021-04-01  9:41 mobinmob
  2021-04-01 13:55 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mobinmob @ 2021-04-01  9:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages sakura
https://github.com/void-linux/void-packages/pull/29924

sakura: update to 3.8.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29924.patch is attached

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

From 9088cd3fe4615ccbbe63a01f1b8caafc546e450c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 1 Apr 2021 12:41:11 +0300
Subject: [PATCH] sakura: update to 3.8.0.

---
 srcpkgs/sakura/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sakura/template b/srcpkgs/sakura/template
index 378c3e43b5b8..096bc37d9bc7 100644
--- a/srcpkgs/sakura/template
+++ b/srcpkgs/sakura/template
@@ -1,9 +1,9 @@
 # Template file for 'sakura'
 pkgname=sakura
-version=3.7.1
+version=3.8.0
 revision=1
 build_style=cmake
-hostmakedepends="perl pkg-config"
+hostmakedepends="perl pkg-config gettext"
 makedepends="vte3-devel"
 depends="desktop-file-utils"
 short_desc="Simple but powerful libvte based terminal emulator"
@@ -11,5 +11,5 @@ maintainer="travankor <travankor@tuta.io>"
 license="GPL-2.0-only"
 homepage="https://launchpad.net/sakura"
 distfiles="https://launchpad.net/sakura/trunk/${version}/+download/sakura-${version}.tar.bz2"
-checksum=729a4e0e750a4294bd9059243aac54df2a801250159fc550b50b0fe026ab928b
+checksum=0c414b368cb8f4263d3a899cd2b96e8caf839d916f3ee806e9f50d098fc2fa0f
 patch_args="-Np1"

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

* Re: sakura: update to 3.8.0.
  2021-04-01  9:41 [PR PATCH] sakura: update to 3.8.0 mobinmob
@ 2021-04-01 13:55 ` ericonr
  2021-04-03 14:44 ` travankor
  2021-04-03 19:33 ` [PR PATCH] [Closed]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-04-01 13:55 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29924#issuecomment-811925964

Comment:
Please mention in the commit message that you're also enabling localization :)

@travankor ok?

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

* Re: sakura: update to 3.8.0.
  2021-04-01  9:41 [PR PATCH] sakura: update to 3.8.0 mobinmob
  2021-04-01 13:55 ` ericonr
@ 2021-04-03 14:44 ` travankor
  2021-04-03 19:33 ` [PR PATCH] [Closed]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: travankor @ 2021-04-03 14:44 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/29924#issuecomment-812874902

Comment:
>@travankor ok?

yes

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

* Re: [PR PATCH] [Closed]: sakura: update to 3.8.0.
  2021-04-01  9:41 [PR PATCH] sakura: update to 3.8.0 mobinmob
  2021-04-01 13:55 ` ericonr
  2021-04-03 14:44 ` travankor
@ 2021-04-03 19:33 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-04-03 19:33 UTC (permalink / raw)
  To: ml

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

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

sakura: update to 3.8.0.
https://github.com/void-linux/void-packages/pull/29924

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 4+ messages in thread

end of thread, other threads:[~2021-04-03 19:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01  9:41 [PR PATCH] sakura: update to 3.8.0 mobinmob
2021-04-01 13:55 ` ericonr
2021-04-03 14:44 ` travankor
2021-04-03 19:33 ` [PR PATCH] [Closed]: " ericonr

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