Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ristretto: update to 0.12.0, adopt.
@ 2021-10-13  8:57 mobinmob
  2021-10-14 16:49 ` Chocimier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mobinmob @ 2021-10-13  8:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages ristretto
https://github.com/void-linux/void-packages/pull/33517

ristretto: update to 0.12.0, adopt.
<!-- 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?
- [X] 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/33517.patch is attached

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

From 576057a370f66913886eb44d0d045338777c8968 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 13 Oct 2021 11:56:31 +0300
Subject: [PATCH] ristretto: update to 0.12.0, adopt.

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

diff --git a/srcpkgs/ristretto/template b/srcpkgs/ristretto/template
index 133562037853..8a9b84693ab9 100644
--- a/srcpkgs/ristretto/template
+++ b/srcpkgs/ristretto/template
@@ -1,6 +1,6 @@
 # Template file for 'ristretto'
 pkgname=ristretto
-version=0.11.0
+version=0.12.0
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
@@ -8,8 +8,8 @@ hostmakedepends="intltool pkg-config"
 makedepends="exo-devel file-devel libexif-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Picture-viewer for the Xfce desktop environment"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://docs.xfce.org/apps/ristretto/start"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=877e30d412c8cbfa9706f4ac0cab1a478f5829beafb773addc7722ca0cb78823
+checksum=47032da8216a83c1cb349bece7521494e7509469a82236cfeadc0a8469451001

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

* Re: ristretto: update to 0.12.0, adopt.
  2021-10-13  8:57 [PR PATCH] ristretto: update to 0.12.0, adopt mobinmob
@ 2021-10-14 16:49 ` Chocimier
  2021-10-15 10:39 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2021-10-14 16:49 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/33517#issuecomment-943536980

Comment:
Changelog, please. https://gitlab.xfce.org/apps/ristretto/-/raw/master/NEWS

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

* Re: [PR PATCH] [Updated] ristretto: update to 0.12.0, adopt.
  2021-10-13  8:57 [PR PATCH] ristretto: update to 0.12.0, adopt mobinmob
  2021-10-14 16:49 ` Chocimier
@ 2021-10-15 10:39 ` mobinmob
  2021-10-15 10:40 ` mobinmob
  2021-10-15 16:25 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2021-10-15 10:39 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages ristretto
https://github.com/void-linux/void-packages/pull/33517

ristretto: update to 0.12.0, adopt.
<!-- 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?
- [X] 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/33517.patch is attached

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

From f3869af702dfc945c17ac7f1fd5bb8c007e0c6e4 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 15 Oct 2021 13:37:56 +0300
Subject: [PATCH] ristretto: update to 0.12.0, adopt.

Also:
- add changelog (@Chocimier).
---
 srcpkgs/ristretto/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ristretto/template b/srcpkgs/ristretto/template
index 133562037853..e163a7ff724c 100644
--- a/srcpkgs/ristretto/template
+++ b/srcpkgs/ristretto/template
@@ -1,6 +1,6 @@
 # Template file for 'ristretto'
 pkgname=ristretto
-version=0.11.0
+version=0.12.0
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
@@ -8,8 +8,9 @@ hostmakedepends="intltool pkg-config"
 makedepends="exo-devel file-devel libexif-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Picture-viewer for the Xfce desktop environment"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://docs.xfce.org/apps/ristretto/start"
+changelog="https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/-/raw/main/NEWS"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=877e30d412c8cbfa9706f4ac0cab1a478f5829beafb773addc7722ca0cb78823
+checksum=47032da8216a83c1cb349bece7521494e7509469a82236cfeadc0a8469451001

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

* Re: ristretto: update to 0.12.0, adopt.
  2021-10-13  8:57 [PR PATCH] ristretto: update to 0.12.0, adopt mobinmob
  2021-10-14 16:49 ` Chocimier
  2021-10-15 10:39 ` [PR PATCH] [Updated] " mobinmob
@ 2021-10-15 10:40 ` mobinmob
  2021-10-15 16:25 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2021-10-15 10:40 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/33517#issuecomment-944196729

Comment:
> Changelog, please. https://gitlab.xfce.org/apps/ristretto/-/raw/master/NEWS

Done, thanx!

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

* Re: [PR PATCH] [Merged]: ristretto: update to 0.12.0, adopt.
  2021-10-13  8:57 [PR PATCH] ristretto: update to 0.12.0, adopt mobinmob
                   ` (2 preceding siblings ...)
  2021-10-15 10:40 ` mobinmob
@ 2021-10-15 16:25 ` Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2021-10-15 16:25 UTC (permalink / raw)
  To: ml

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

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

ristretto: update to 0.12.0, adopt.
https://github.com/void-linux/void-packages/pull/33517

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?
- [X] 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] 5+ messages in thread

end of thread, other threads:[~2021-10-15 16:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-13  8:57 [PR PATCH] ristretto: update to 0.12.0, adopt mobinmob
2021-10-14 16:49 ` Chocimier
2021-10-15 10:39 ` [PR PATCH] [Updated] " mobinmob
2021-10-15 10:40 ` mobinmob
2021-10-15 16:25 ` [PR PATCH] [Merged]: " Chocimier

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