Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Xfce components/plugins updates.
@ 2023-10-07 11:42 mobinmob
  2023-10-10  3:24 ` [PR PATCH] [Updated] " sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mobinmob @ 2023-10-07 11:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages xfce-components
https://github.com/void-linux/void-packages/pull/46504

Xfce components/plugins updates.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
@sgn 

@tibequadorian : I whould like to adopt xfce4-notifyd and  xfce4-screenshooter.
 
<!--
#### 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/46504.patch is attached

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

From 104da3a5735815ffbeb85929f6957f1c3543e569 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 7 Oct 2023 14:09:26 +0300
Subject: [PATCH 1/6] libxfce4util: update to 4.18.1, adopt.

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

diff --git a/srcpkgs/libxfce4util/template b/srcpkgs/libxfce4util/template
index a3adb78a2a911..3e4b298bacb5c 100644
--- a/srcpkgs/libxfce4util/template
+++ b/srcpkgs/libxfce4util/template
@@ -1,6 +1,6 @@
 # Template file for 'libxfce4util'
 pkgname=libxfce4util
-version=4.18.0
+version=4.18.1
 revision=1
 build_style=gnu-configure
 build_helper="gir"
@@ -8,11 +8,11 @@ configure_args="--with-locales-dir=/usr/share/locale"
 hostmakedepends="pkg-config intltool $(vopt_if gir vala)"
 makedepends="libglib-devel"
 short_desc="Utility library for the Xfce4 desktop environment"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="mobinmob <mobinmob@disroot.org>"
 license="LGPL-2.0-or-later"
 homepage="https://xfce.org/"
 distfiles="https://archive.xfce.org/src/xfce/$pkgname/${version%.*}/$pkgname-$version.tar.bz2"
-checksum=1157ca717fd3dd1da7724a6432a4fb24af9cd922f738e971fd1fd36dfaeac3c9
+checksum=8a52063a5adc66252238cad9ee6997909b59983ed21c77eb83c5e67829d1b01f
 
 # Package build options
 build_options="gir"

From 8ef71f71c92729e35794e369d04029b91506187d Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 7 Oct 2023 14:12:04 +0300
Subject: [PATCH 2/6] xfce4-pulseaudio-plugin: update to 0.4.8.

Also:
- add changelog
- adopt.
---
 srcpkgs/xfce4-pulseaudio-plugin/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-pulseaudio-plugin/template b/srcpkgs/xfce4-pulseaudio-plugin/template
index a80457dbed460..79277f3b57e42 100644
--- a/srcpkgs/xfce4-pulseaudio-plugin/template
+++ b/srcpkgs/xfce4-pulseaudio-plugin/template
@@ -1,6 +1,6 @@
 # Template file for 'xfce4-pulseaudio-plugin'
 pkgname=xfce4-pulseaudio-plugin
-version=0.4.7
+version=0.4.8
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
@@ -8,8 +8,9 @@ hostmakedepends="gettext-devel xfce4-dev-tools"
 makedepends="exo-devel libkeybinder3-devel libnotify-devel pulseaudio-devel xfce4-panel-devel"
 depends="pavucontrol"
 short_desc="Pulseaudio volume control plugin for Xfce4 panel"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin"
+changelog="https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/raw/master/NEWS?ref_type=heads"
 distfiles="https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${version%.*}/xfce4-pulseaudio-plugin-${version}.tar.bz2"
-checksum=50dd090771441cd7e300e764a1bc48435ace4c3ebaa1bdd8490b4095f3968e2c
+checksum=bd742b207c39c221e91c57c9c9be2839eb802d1b1ee01a02b7427cd02d3f0348

From 777c858ac776fbe6bccad929dba18c8a5ceb471e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 7 Oct 2023 14:20:03 +0300
Subject: [PATCH 3/6] xfce4-taskmanager: update to 1.5.6.

Also:
- add changelog
- adopt.
---
 srcpkgs/xfce4-taskmanager/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-taskmanager/template b/srcpkgs/xfce4-taskmanager/template
index 785abf6f7acdc..296ee8eab02c3 100644
--- a/srcpkgs/xfce4-taskmanager/template
+++ b/srcpkgs/xfce4-taskmanager/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-taskmanager'
 pkgname=xfce4-taskmanager
-version=1.5.4
-revision=2
+version=1.5.6
+revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale --disable-static"
 hostmakedepends="pkg-config intltool"
@@ -11,5 +11,6 @@ short_desc="XFCE task manager plugin"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://docs.xfce.org/apps/xfce4-taskmanager/start"
+changelog="https://gitlab.xfce.org/apps/xfce4-taskmanager/-/raw/master/NEWS"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=25b13e890d14ce453ece19eb6201b4a9a4f3e3b324b947db9047ce79cc3ae62a
+checksum=20979000761a41faed4f7f63f27bd18bb36fb27db4f7ecc8784a460701fb4abb

From bf3c9beba0d4c65b7aec6f4d67a83fe3e835b941 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 7 Oct 2023 14:25:57 +0300
Subject: [PATCH 4/6] xfce4-weather-plugin: update to 0.11.1.

Also:
- adopt
- add changelog.
---
 srcpkgs/xfce4-weather-plugin/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-weather-plugin/template b/srcpkgs/xfce4-weather-plugin/template
index ef47f0f6143aa..77911b4971924 100644
--- a/srcpkgs/xfce4-weather-plugin/template
+++ b/srcpkgs/xfce4-weather-plugin/template
@@ -1,6 +1,6 @@
 # Template file for 'xfce4-weather-plugin'
 pkgname=xfce4-weather-plugin
-version=0.11.0
+version=0.11.1
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
@@ -8,9 +8,10 @@ hostmakedepends="pkg-config intltool"
 makedepends="libxfce4ui-devel xfce4-panel-devel libxml2-devel libsoup-devel upower-devel"
 depends="hicolor-icon-theme"
 short_desc="XFCE panel plugin to show temperature and weather"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
+changelog="https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/-/raw/master/NEWS?ref_type=heads"
 distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=e3242ea951d51bc0fded1d02a4f1f662bec16a1fb10c855f71bda6541a1153fc
+checksum=a45146f9a0dcdc95d191c09c64ad279ae289cf8f811c4433e08e31a656845239
 lib32disabled=yes

From 2a104fca1418cfa3560cb4ab97aeae2bf096f029 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 7 Oct 2023 14:32:44 +0300
Subject: [PATCH 5/6] xfce4-screenshooter: update to 1.10.4 and adopt.

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

diff --git a/srcpkgs/xfce4-screenshooter/template b/srcpkgs/xfce4-screenshooter/template
index ef3cdc83fed48..7ee33307e5538 100644
--- a/srcpkgs/xfce4-screenshooter/template
+++ b/srcpkgs/xfce4-screenshooter/template
@@ -1,6 +1,6 @@
 # Template file for 'xfce4-screenshooter'
 pkgname=xfce4-screenshooter
-version=1.10.2
+version=1.10.4
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
@@ -8,9 +8,9 @@ hostmakedepends="pkg-config intltool glib-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>"
+maintainer="mobinmob <mobinmob@disroot.org>"
 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/xfce4-screenshooter/${version%.*}/xfce4-screenshooter-${version}.tar.bz2"
-checksum=9f416ef81f4a30c04a08f67bf37067cb3f5cac412b47a3d402ff4fc75cbc4d55
+checksum=a2f199687e54e16a936d5636d660d42b6b9a5d548cdd0f04bd69213554806494

From 75e7849d33523fd65990b022190e6b67b71c9c48 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 7 Oct 2023 14:36:24 +0300
Subject: [PATCH 6/6] xfce4-notifyd: update to 0.9.2.

Also:
- add sqlite-devel in makedepends (new upstream dep)
- adopt.
---
 srcpkgs/xfce4-notifyd/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-notifyd/template b/srcpkgs/xfce4-notifyd/template
index ba41b69081345..d240baad09a50 100644
--- a/srcpkgs/xfce4-notifyd/template
+++ b/srcpkgs/xfce4-notifyd/template
@@ -1,11 +1,11 @@
 # Template file for 'xfce4-notifyd'
 pkgname=xfce4-notifyd
-version=0.6.4
+version=0.9.2
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale --enable-dbus-start-daemon"
 hostmakedepends="pkg-config intltool glib-devel dbus-glib-devel"
-makedepends="libnotify-devel xfce4-panel-devel"
+makedepends="libnotify-devel xfce4-panel-devel sqlite-devel"
 depends="hicolor-icon-theme desktop-file-utils"
 short_desc="Simple, visually-appealing notification daemon for Xfce"
 maintainer="tibequadorian <tibequadorian@posteo.de>"
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
 changelog="https://gitlab.xfce.org/apps/xfce4-notifyd/-/raw/master/NEWS"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=0ece78f091f895374aad81a3bdc00701080b4ed07f7322fb680c4234319120f6
+checksum=47590f0c1f5cb45652d63e17cb4202bee2b2136432ac42395a4bedd110d18789
 provides="notification-daemon-${version}_${revision}"
 replaces="notification-daemon>=0"
 

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

* Re: [PR PATCH] [Updated] Xfce components/plugins updates.
  2023-10-07 11:42 [PR PATCH] Xfce components/plugins updates mobinmob
@ 2023-10-10  3:24 ` sgn
  2023-12-28 17:14 ` mobinmob
  2024-03-16 10:59 ` [PR PATCH] [Closed]: " mobinmob
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2023-10-10  3:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages xfce-components
https://github.com/void-linux/void-packages/pull/46504

Xfce components/plugins updates.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
@sgn 

@tibequadorian : I whould like to adopt xfce4-notifyd and  xfce4-screenshooter.
 
<!--
#### 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/46504.patch is attached

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

From 9651cc8606866ea46902d52ae496cef731e033c7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 7 Oct 2023 14:09:26 +0300
Subject: [PATCH 1/6] libxfce4util: update to 4.18.1, adopt.

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

diff --git a/srcpkgs/libxfce4util/template b/srcpkgs/libxfce4util/template
index a3adb78a2a911..3e4b298bacb5c 100644
--- a/srcpkgs/libxfce4util/template
+++ b/srcpkgs/libxfce4util/template
@@ -1,6 +1,6 @@
 # Template file for 'libxfce4util'
 pkgname=libxfce4util
-version=4.18.0
+version=4.18.1
 revision=1
 build_style=gnu-configure
 build_helper="gir"
@@ -8,11 +8,11 @@ configure_args="--with-locales-dir=/usr/share/locale"
 hostmakedepends="pkg-config intltool $(vopt_if gir vala)"
 makedepends="libglib-devel"
 short_desc="Utility library for the Xfce4 desktop environment"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="mobinmob <mobinmob@disroot.org>"
 license="LGPL-2.0-or-later"
 homepage="https://xfce.org/"
 distfiles="https://archive.xfce.org/src/xfce/$pkgname/${version%.*}/$pkgname-$version.tar.bz2"
-checksum=1157ca717fd3dd1da7724a6432a4fb24af9cd922f738e971fd1fd36dfaeac3c9
+checksum=8a52063a5adc66252238cad9ee6997909b59983ed21c77eb83c5e67829d1b01f
 
 # Package build options
 build_options="gir"

From fcc5ab2f855ff2fbf45ba2eac612507fcd7503ba Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 7 Oct 2023 14:12:04 +0300
Subject: [PATCH 2/6] xfce4-pulseaudio-plugin: update to 0.4.8.

Also:
- add changelog
- adopt.
---
 srcpkgs/xfce4-pulseaudio-plugin/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-pulseaudio-plugin/template b/srcpkgs/xfce4-pulseaudio-plugin/template
index a80457dbed460..79277f3b57e42 100644
--- a/srcpkgs/xfce4-pulseaudio-plugin/template
+++ b/srcpkgs/xfce4-pulseaudio-plugin/template
@@ -1,6 +1,6 @@
 # Template file for 'xfce4-pulseaudio-plugin'
 pkgname=xfce4-pulseaudio-plugin
-version=0.4.7
+version=0.4.8
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
@@ -8,8 +8,9 @@ hostmakedepends="gettext-devel xfce4-dev-tools"
 makedepends="exo-devel libkeybinder3-devel libnotify-devel pulseaudio-devel xfce4-panel-devel"
 depends="pavucontrol"
 short_desc="Pulseaudio volume control plugin for Xfce4 panel"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin"
+changelog="https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/raw/master/NEWS?ref_type=heads"
 distfiles="https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${version%.*}/xfce4-pulseaudio-plugin-${version}.tar.bz2"
-checksum=50dd090771441cd7e300e764a1bc48435ace4c3ebaa1bdd8490b4095f3968e2c
+checksum=bd742b207c39c221e91c57c9c9be2839eb802d1b1ee01a02b7427cd02d3f0348

From 50c6dad35840dbfe4a44501399195c3f21916876 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 7 Oct 2023 14:20:03 +0300
Subject: [PATCH 3/6] xfce4-taskmanager: update to 1.5.6.

Also:
- add changelog
- adopt.
---
 srcpkgs/xfce4-taskmanager/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-taskmanager/template b/srcpkgs/xfce4-taskmanager/template
index 785abf6f7acdc..296ee8eab02c3 100644
--- a/srcpkgs/xfce4-taskmanager/template
+++ b/srcpkgs/xfce4-taskmanager/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-taskmanager'
 pkgname=xfce4-taskmanager
-version=1.5.4
-revision=2
+version=1.5.6
+revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale --disable-static"
 hostmakedepends="pkg-config intltool"
@@ -11,5 +11,6 @@ short_desc="XFCE task manager plugin"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://docs.xfce.org/apps/xfce4-taskmanager/start"
+changelog="https://gitlab.xfce.org/apps/xfce4-taskmanager/-/raw/master/NEWS"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=25b13e890d14ce453ece19eb6201b4a9a4f3e3b324b947db9047ce79cc3ae62a
+checksum=20979000761a41faed4f7f63f27bd18bb36fb27db4f7ecc8784a460701fb4abb

From 2cce3aeb02e1ae807fbebdc6fa62049750c985a6 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 7 Oct 2023 14:25:57 +0300
Subject: [PATCH 4/6] xfce4-weather-plugin: update to 0.11.1.

Also:
- adopt
- add changelog.
---
 srcpkgs/xfce4-weather-plugin/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-weather-plugin/template b/srcpkgs/xfce4-weather-plugin/template
index ef47f0f6143aa..77911b4971924 100644
--- a/srcpkgs/xfce4-weather-plugin/template
+++ b/srcpkgs/xfce4-weather-plugin/template
@@ -1,6 +1,6 @@
 # Template file for 'xfce4-weather-plugin'
 pkgname=xfce4-weather-plugin
-version=0.11.0
+version=0.11.1
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
@@ -8,9 +8,10 @@ hostmakedepends="pkg-config intltool"
 makedepends="libxfce4ui-devel xfce4-panel-devel libxml2-devel libsoup-devel upower-devel"
 depends="hicolor-icon-theme"
 short_desc="XFCE panel plugin to show temperature and weather"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
+changelog="https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/-/raw/master/NEWS?ref_type=heads"
 distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=e3242ea951d51bc0fded1d02a4f1f662bec16a1fb10c855f71bda6541a1153fc
+checksum=a45146f9a0dcdc95d191c09c64ad279ae289cf8f811c4433e08e31a656845239
 lib32disabled=yes

From 598798859112a3ba7a9f691cca1cbad2d0b6a965 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 7 Oct 2023 14:32:44 +0300
Subject: [PATCH 5/6] xfce4-screenshooter: update to 1.10.4 and adopt.

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

diff --git a/srcpkgs/xfce4-screenshooter/template b/srcpkgs/xfce4-screenshooter/template
index ef3cdc83fed48..7ee33307e5538 100644
--- a/srcpkgs/xfce4-screenshooter/template
+++ b/srcpkgs/xfce4-screenshooter/template
@@ -1,6 +1,6 @@
 # Template file for 'xfce4-screenshooter'
 pkgname=xfce4-screenshooter
-version=1.10.2
+version=1.10.4
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
@@ -8,9 +8,9 @@ hostmakedepends="pkg-config intltool glib-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>"
+maintainer="mobinmob <mobinmob@disroot.org>"
 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/xfce4-screenshooter/${version%.*}/xfce4-screenshooter-${version}.tar.bz2"
-checksum=9f416ef81f4a30c04a08f67bf37067cb3f5cac412b47a3d402ff4fc75cbc4d55
+checksum=a2f199687e54e16a936d5636d660d42b6b9a5d548cdd0f04bd69213554806494

From 921d7b2b114754d926ccfe61d8e749f2df50ba6e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 7 Oct 2023 14:36:24 +0300
Subject: [PATCH 6/6] xfce4-notifyd: update to 0.9.2.

Also:
- add sqlite-devel in makedepends (new upstream dep)
- adopt.

Close: #46504
---
 srcpkgs/xfce4-notifyd/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-notifyd/template b/srcpkgs/xfce4-notifyd/template
index ba41b69081345..d240baad09a50 100644
--- a/srcpkgs/xfce4-notifyd/template
+++ b/srcpkgs/xfce4-notifyd/template
@@ -1,11 +1,11 @@
 # Template file for 'xfce4-notifyd'
 pkgname=xfce4-notifyd
-version=0.6.4
+version=0.9.2
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale --enable-dbus-start-daemon"
 hostmakedepends="pkg-config intltool glib-devel dbus-glib-devel"
-makedepends="libnotify-devel xfce4-panel-devel"
+makedepends="libnotify-devel xfce4-panel-devel sqlite-devel"
 depends="hicolor-icon-theme desktop-file-utils"
 short_desc="Simple, visually-appealing notification daemon for Xfce"
 maintainer="tibequadorian <tibequadorian@posteo.de>"
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
 changelog="https://gitlab.xfce.org/apps/xfce4-notifyd/-/raw/master/NEWS"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=0ece78f091f895374aad81a3bdc00701080b4ed07f7322fb680c4234319120f6
+checksum=47590f0c1f5cb45652d63e17cb4202bee2b2136432ac42395a4bedd110d18789
 provides="notification-daemon-${version}_${revision}"
 replaces="notification-daemon>=0"
 

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

* Re: [PR PATCH] [Updated] Xfce components/plugins updates.
  2023-10-07 11:42 [PR PATCH] Xfce components/plugins updates mobinmob
  2023-10-10  3:24 ` [PR PATCH] [Updated] " sgn
@ 2023-12-28 17:14 ` mobinmob
  2024-03-16 10:59 ` [PR PATCH] [Closed]: " mobinmob
  2 siblings, 0 replies; 4+ messages in thread
From: mobinmob @ 2023-12-28 17:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages xfce-components
https://github.com/void-linux/void-packages/pull/46504

Xfce components/plugins updates.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
@sgn 

@tibequadorian : I whould like to adopt xfce4-notifyd and  xfce4-screenshooter.
 
<!--
#### 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/46504.patch is attached

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

From dc4fd48c975ae07ccaa3297a9b2ddda396526fe3 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 7 Oct 2023 14:20:03 +0300
Subject: [PATCH 1/3] xfce4-taskmanager: update to 1.5.6.

Also:
- add changelog
- adopt.
---
 srcpkgs/xfce4-taskmanager/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-taskmanager/template b/srcpkgs/xfce4-taskmanager/template
index 785abf6f7acdc..296ee8eab02c3 100644
--- a/srcpkgs/xfce4-taskmanager/template
+++ b/srcpkgs/xfce4-taskmanager/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-taskmanager'
 pkgname=xfce4-taskmanager
-version=1.5.4
-revision=2
+version=1.5.6
+revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale --disable-static"
 hostmakedepends="pkg-config intltool"
@@ -11,5 +11,6 @@ short_desc="XFCE task manager plugin"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://docs.xfce.org/apps/xfce4-taskmanager/start"
+changelog="https://gitlab.xfce.org/apps/xfce4-taskmanager/-/raw/master/NEWS"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=25b13e890d14ce453ece19eb6201b4a9a4f3e3b324b947db9047ce79cc3ae62a
+checksum=20979000761a41faed4f7f63f27bd18bb36fb27db4f7ecc8784a460701fb4abb

From 511c2548bdf931206ce037508a7e5674ff5f2a90 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 7 Oct 2023 14:25:57 +0300
Subject: [PATCH 2/3] xfce4-weather-plugin: update to 0.11.1.

Also:
- adopt
- add changelog.
---
 srcpkgs/xfce4-weather-plugin/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-weather-plugin/template b/srcpkgs/xfce4-weather-plugin/template
index ef47f0f6143aa..77911b4971924 100644
--- a/srcpkgs/xfce4-weather-plugin/template
+++ b/srcpkgs/xfce4-weather-plugin/template
@@ -1,6 +1,6 @@
 # Template file for 'xfce4-weather-plugin'
 pkgname=xfce4-weather-plugin
-version=0.11.0
+version=0.11.1
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
@@ -8,9 +8,10 @@ hostmakedepends="pkg-config intltool"
 makedepends="libxfce4ui-devel xfce4-panel-devel libxml2-devel libsoup-devel upower-devel"
 depends="hicolor-icon-theme"
 short_desc="XFCE panel plugin to show temperature and weather"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
+changelog="https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/-/raw/master/NEWS?ref_type=heads"
 distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=e3242ea951d51bc0fded1d02a4f1f662bec16a1fb10c855f71bda6541a1153fc
+checksum=a45146f9a0dcdc95d191c09c64ad279ae289cf8f811c4433e08e31a656845239
 lib32disabled=yes

From 8e08d4ac7331c3ce4339a0e4faecb3f770a25aa9 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 7 Oct 2023 14:36:24 +0300
Subject: [PATCH 3/3] xfce4-notifyd: update to 0.9.2.

Also:
- add sqlite-devel in makedepends (new upstream dep)
- adopt.
---
 srcpkgs/xfce4-notifyd/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-notifyd/template b/srcpkgs/xfce4-notifyd/template
index 13cd032f65cc1..0e28a364fe433 100644
--- a/srcpkgs/xfce4-notifyd/template
+++ b/srcpkgs/xfce4-notifyd/template
@@ -1,11 +1,11 @@
 # Template file for 'xfce4-notifyd'
 pkgname=xfce4-notifyd
-version=0.6.4
+version=0.9.2
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale --enable-dbus-start-daemon"
 hostmakedepends="pkg-config intltool glib-devel dbus-glib-devel"
-makedepends="libnotify-devel xfce4-panel-devel"
+makedepends="libnotify-devel xfce4-panel-devel sqlite-devel"
 depends="hicolor-icon-theme desktop-file-utils"
 short_desc="Simple, visually-appealing notification daemon for Xfce"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
 changelog="https://gitlab.xfce.org/apps/xfce4-notifyd/-/raw/master/NEWS"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=0ece78f091f895374aad81a3bdc00701080b4ed07f7322fb680c4234319120f6
+checksum=47590f0c1f5cb45652d63e17cb4202bee2b2136432ac42395a4bedd110d18789
 provides="notification-daemon-${version}_${revision}"
 replaces="notification-daemon>=0"
 

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

* Re: [PR PATCH] [Closed]: Xfce components/plugins updates.
  2023-10-07 11:42 [PR PATCH] Xfce components/plugins updates mobinmob
  2023-10-10  3:24 ` [PR PATCH] [Updated] " sgn
  2023-12-28 17:14 ` mobinmob
@ 2024-03-16 10:59 ` mobinmob
  2 siblings, 0 replies; 4+ messages in thread
From: mobinmob @ 2024-03-16 10:59 UTC (permalink / raw)
  To: ml

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

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

Xfce components/plugins updates.
https://github.com/void-linux/void-packages/pull/46504

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
@sgn 

@tibequadorian : I whould like to adopt xfce4-notifyd and  xfce4-screenshooter.
 
<!--
#### 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] 4+ messages in thread

end of thread, other threads:[~2024-03-16 10:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-07 11:42 [PR PATCH] Xfce components/plugins updates mobinmob
2023-10-10  3:24 ` [PR PATCH] [Updated] " sgn
2023-12-28 17:14 ` mobinmob
2024-03-16 10:59 ` [PR PATCH] [Closed]: " mobinmob

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