Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xfce4-screenshooter: update to 1.10.2.
@ 2023-01-07 12:11 paper42
  2023-01-07 18:03 ` motorto
  2023-01-07 18:38 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: paper42 @ 2023-01-07 12:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages xfce4-screenshooter-1.10.2
https://github.com/void-linux/void-packages/pull/41505

xfce4-screenshooter: update to 1.10.2.
#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### 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/41505.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-screenshooter-1.10.2-41505.patch --]
[-- Type: text/x-diff, Size: 1681 bytes --]

From f87cdb79232f76683b4871d9bec3687a30894262 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sat, 7 Jan 2023 12:52:07 +0100
Subject: [PATCH] xfce4-screenshooter: update to 1.10.2.

* use libsoup3
---
 srcpkgs/xfce4-screenshooter/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/xfce4-screenshooter/template b/srcpkgs/xfce4-screenshooter/template
index 0fe5e20a8d3b..ef3cdc83fed4 100644
--- a/srcpkgs/xfce4-screenshooter/template
+++ b/srcpkgs/xfce4-screenshooter/template
@@ -1,16 +1,16 @@
 # Template file for 'xfce4-screenshooter'
 pkgname=xfce4-screenshooter
-version=1.10.0
+version=1.10.2
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
 hostmakedepends="pkg-config intltool glib-devel"
-makedepends="libxfce4ui-devel xfce4-panel-devel exo-devel libsoup-devel"
+makedepends="libxfce4ui-devel xfce4-panel-devel exo-devel libsoup3-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Plugin that makes screenshots for the Xfce panel"
 maintainer="tibequadorian <tibequadorian@posteo.de>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/applications/xfce4-screenshooter"
 changelog="https://gitlab.xfce.org/apps/xfce4-screenshooter/-/raw/master/NEWS"
-distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=a64884a6936f0fe54074bbfd1d73ed0759efbb5594a456073d16915155347b53
+distfiles="https://archive.xfce.org/src/apps/xfce4-screenshooter/${version%.*}/xfce4-screenshooter-${version}.tar.bz2"
+checksum=9f416ef81f4a30c04a08f67bf37067cb3f5cac412b47a3d402ff4fc75cbc4d55

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

* Re: xfce4-screenshooter: update to 1.10.2.
  2023-01-07 12:11 [PR PATCH] xfce4-screenshooter: update to 1.10.2 paper42
@ 2023-01-07 18:03 ` motorto
  2023-01-07 18:38 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: motorto @ 2023-01-07 18:03 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/41505#issuecomment-1374554421

Comment:
Tested on x86_64-musl machine with xfce environment and it works fine (Tested entire screen and select region options)

Pops this warning when launched from the command line (already happening in the current version that void ships):

```
(xfce4-screenshooter:17940): dbind-WARNING **: 17:57:46.442: Couldn't connect to accessibility bus: Failed to connect to socket /root/.cache/at-spi/bus_0: Permission denied
```

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

* Re: [PR PATCH] [Merged]: xfce4-screenshooter: update to 1.10.2.
  2023-01-07 12:11 [PR PATCH] xfce4-screenshooter: update to 1.10.2 paper42
  2023-01-07 18:03 ` motorto
@ 2023-01-07 18:38 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-01-07 18:38 UTC (permalink / raw)
  To: ml

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

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

xfce4-screenshooter: update to 1.10.2.
https://github.com/void-linux/void-packages/pull/41505

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

<!--
#### 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] 3+ messages in thread

end of thread, other threads:[~2023-01-07 18:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-07 12:11 [PR PATCH] xfce4-screenshooter: update to 1.10.2 paper42
2023-01-07 18:03 ` motorto
2023-01-07 18:38 ` [PR PATCH] [Merged]: " paper42

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