Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xfce4-calculator-plugin 0.7.1
@ 2022-05-18 17:16 IT-DEVS-Group
  2022-05-18 17:22 ` [PR REVIEW] " Duncaen
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: IT-DEVS-Group @ 2022-05-18 17:16 UTC (permalink / raw)
  To: ml

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

There is a new pull request by IT-DEVS-Group against master on the void-packages repository

https://github.com/IT-DEVS-Group/void-packages master
https://github.com/void-linux/void-packages/pull/37188

New package: xfce4-calculator-plugin 0.7.1

- I tested the changes in this PR: YES
- I built this PR locally for my native architecture, (x86_64 musl, 86_64 glib)

A patch file from https://github.com/void-linux/void-packages/pull/37188.patch is attached

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

From cbb44f5540db06c1fc3dd2f5ff8e1fa1a82fe795 Mon Sep 17 00:00:00 2001
From: Vadim Naumuk <vadzim_naumuk@protonmail.com>
Date: Fri, 13 May 2022 17:03:54 +0100
Subject: [PATCH 1/2] add XFCE_SITE

---
 common/environment/setup/misc.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/environment/setup/misc.sh b/common/environment/setup/misc.sh
index 177b1e5622a2..1c274d443e33 100644
--- a/common/environment/setup/misc.sh
+++ b/common/environment/setup/misc.sh
@@ -18,5 +18,6 @@ GNU_SITE="https://ftp.gnu.org/gnu"
 FREEDESKTOP_SITE="https://freedesktop.org/software"
 KDE_SITE="https://download.kde.org/stable"
 VIDEOLAN_SITE="https://download.videolan.org/pub/videolan"
+XFCE_SITE="https://archive.xfce.org"
 
 set +a

From f7056daba22edf0098288020811552116f816606 Mon Sep 17 00:00:00 2001
From: Vadzim Naumuk <vadzim_naumuk@protonmail.com>
Date: Wed, 18 May 2022 18:15:11 +0100
Subject: [PATCH 2/2] New package: xfce4-calculator-plugin 0.7.1

---
 srcpkgs/xfce4-calculator-plugin/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/xfce4-calculator-plugin/template

diff --git a/srcpkgs/xfce4-calculator-plugin/template b/srcpkgs/xfce4-calculator-plugin/template
new file mode 100644
index 000000000000..8ca591506e99
--- /dev/null
+++ b/srcpkgs/xfce4-calculator-plugin/template
@@ -0,0 +1,14 @@
+# Template file for 'xfce4-calculator-plugin'
+pkgname=xfce4-calculator-plugin
+version=0.7.1
+revision=1
+build_style=gnu-configure
+configure_args="--with-locales-dir=/usr/share/locale"
+hostmakedepends="pkg-config intltool"
+makedepends="xfce4-panel-devel"
+short_desc="Battery monitor plugin for the Xfce panel"
+license="GPL-2.0-or-later, LGPL-2.0-or-later"
+homepage="https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin"
+changelog="https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin/-/blob/master/NEWS"
+distfiles="${XFCE_SITE}/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
+checksum=e4016a03c3ef4ebddd97e4135f5e304f80677033c98e19644b9989ec6f5ada81

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

* Re: [PR REVIEW] New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
@ 2022-05-18 17:22 ` Duncaen
  2022-05-18 17:39 ` [PR PATCH] [Updated] " IT-DEVS-Group
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Duncaen @ 2022-05-18 17:22 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/37188#discussion_r876157343

Comment:
The description doesn't look like it matches the name.

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

* Re: [PR PATCH] [Updated] New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
  2022-05-18 17:22 ` [PR REVIEW] " Duncaen
@ 2022-05-18 17:39 ` IT-DEVS-Group
  2022-05-18 17:47 ` IT-DEVS-Group
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: IT-DEVS-Group @ 2022-05-18 17:39 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by IT-DEVS-Group against master on the void-packages repository

https://github.com/IT-DEVS-Group/void-packages master
https://github.com/void-linux/void-packages/pull/37188

New package: xfce4-calculator-plugin 0.7.1

- I tested the changes in this PR: YES
- I built this PR locally for my native architecture, (x86_64 musl, 86_64 glib)

A patch file from https://github.com/void-linux/void-packages/pull/37188.patch is attached

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

From cbb44f5540db06c1fc3dd2f5ff8e1fa1a82fe795 Mon Sep 17 00:00:00 2001
From: Vadim Naumuk <vadzim_naumuk@protonmail.com>
Date: Fri, 13 May 2022 17:03:54 +0100
Subject: [PATCH 1/3] add XFCE_SITE

---
 common/environment/setup/misc.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/environment/setup/misc.sh b/common/environment/setup/misc.sh
index 177b1e5622a2..1c274d443e33 100644
--- a/common/environment/setup/misc.sh
+++ b/common/environment/setup/misc.sh
@@ -18,5 +18,6 @@ GNU_SITE="https://ftp.gnu.org/gnu"
 FREEDESKTOP_SITE="https://freedesktop.org/software"
 KDE_SITE="https://download.kde.org/stable"
 VIDEOLAN_SITE="https://download.videolan.org/pub/videolan"
+XFCE_SITE="https://archive.xfce.org"
 
 set +a

From f7056daba22edf0098288020811552116f816606 Mon Sep 17 00:00:00 2001
From: Vadzim Naumuk <vadzim_naumuk@protonmail.com>
Date: Wed, 18 May 2022 18:15:11 +0100
Subject: [PATCH 2/3] New package: xfce4-calculator-plugin 0.7.1

---
 srcpkgs/xfce4-calculator-plugin/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/xfce4-calculator-plugin/template

diff --git a/srcpkgs/xfce4-calculator-plugin/template b/srcpkgs/xfce4-calculator-plugin/template
new file mode 100644
index 000000000000..8ca591506e99
--- /dev/null
+++ b/srcpkgs/xfce4-calculator-plugin/template
@@ -0,0 +1,14 @@
+# Template file for 'xfce4-calculator-plugin'
+pkgname=xfce4-calculator-plugin
+version=0.7.1
+revision=1
+build_style=gnu-configure
+configure_args="--with-locales-dir=/usr/share/locale"
+hostmakedepends="pkg-config intltool"
+makedepends="xfce4-panel-devel"
+short_desc="Battery monitor plugin for the Xfce panel"
+license="GPL-2.0-or-later, LGPL-2.0-or-later"
+homepage="https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin"
+changelog="https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin/-/blob/master/NEWS"
+distfiles="${XFCE_SITE}/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
+checksum=e4016a03c3ef4ebddd97e4135f5e304f80677033c98e19644b9989ec6f5ada81

From a49d9e855177e8c9407d89ad1d12cca841e13d59 Mon Sep 17 00:00:00 2001
From: Vadzim Naumuk <vadzim_naumuk@protonmail.com>
Date: Wed, 18 May 2022 18:39:29 +0100
Subject: [PATCH 3/3] New package: xfce4-calculator-plugin 0.7.1

---
 srcpkgs/xfce4-calculator-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-calculator-plugin/template b/srcpkgs/xfce4-calculator-plugin/template
index 8ca591506e99..fc792218fc90 100644
--- a/srcpkgs/xfce4-calculator-plugin/template
+++ b/srcpkgs/xfce4-calculator-plugin/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"
-short_desc="Battery monitor plugin for the Xfce panel"
+short_desc="Calculator plugin for the Xfce4 panel"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin"
 changelog="https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin/-/blob/master/NEWS"

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

* Re: [PR PATCH] [Updated] New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
  2022-05-18 17:22 ` [PR REVIEW] " Duncaen
  2022-05-18 17:39 ` [PR PATCH] [Updated] " IT-DEVS-Group
@ 2022-05-18 17:47 ` IT-DEVS-Group
  2022-05-18 17:48 ` [PR REVIEW] " IT-DEVS-Group
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: IT-DEVS-Group @ 2022-05-18 17:47 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by IT-DEVS-Group against master on the void-packages repository

https://github.com/IT-DEVS-Group/void-packages master
https://github.com/void-linux/void-packages/pull/37188

New package: xfce4-calculator-plugin 0.7.1

- I tested the changes in this PR: YES
- I built this PR locally for my native architecture, (x86_64 musl, 86_64 glib)

A patch file from https://github.com/void-linux/void-packages/pull/37188.patch is attached

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

From cbb44f5540db06c1fc3dd2f5ff8e1fa1a82fe795 Mon Sep 17 00:00:00 2001
From: Vadim Naumuk <vadzim_naumuk@protonmail.com>
Date: Fri, 13 May 2022 17:03:54 +0100
Subject: [PATCH 1/2] add XFCE_SITE

---
 common/environment/setup/misc.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/environment/setup/misc.sh b/common/environment/setup/misc.sh
index 177b1e5622a2..1c274d443e33 100644
--- a/common/environment/setup/misc.sh
+++ b/common/environment/setup/misc.sh
@@ -18,5 +18,6 @@ GNU_SITE="https://ftp.gnu.org/gnu"
 FREEDESKTOP_SITE="https://freedesktop.org/software"
 KDE_SITE="https://download.kde.org/stable"
 VIDEOLAN_SITE="https://download.videolan.org/pub/videolan"
+XFCE_SITE="https://archive.xfce.org"
 
 set +a

From d52d6efdebd83d1de89b3e25a77f8777580f62db Mon Sep 17 00:00:00 2001
From: Vadzim Naumuk <vadzim_naumuk@protonmail.com>
Date: Wed, 18 May 2022 18:15:11 +0100
Subject: [PATCH 2/2] New package: xfce4-calculator-plugin 0.7.1

---
 srcpkgs/xfce4-calculator-plugin/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/xfce4-calculator-plugin/template

diff --git a/srcpkgs/xfce4-calculator-plugin/template b/srcpkgs/xfce4-calculator-plugin/template
new file mode 100644
index 000000000000..fc792218fc90
--- /dev/null
+++ b/srcpkgs/xfce4-calculator-plugin/template
@@ -0,0 +1,14 @@
+# Template file for 'xfce4-calculator-plugin'
+pkgname=xfce4-calculator-plugin
+version=0.7.1
+revision=1
+build_style=gnu-configure
+configure_args="--with-locales-dir=/usr/share/locale"
+hostmakedepends="pkg-config intltool"
+makedepends="xfce4-panel-devel"
+short_desc="Calculator plugin for the Xfce4 panel"
+license="GPL-2.0-or-later, LGPL-2.0-or-later"
+homepage="https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin"
+changelog="https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin/-/blob/master/NEWS"
+distfiles="${XFCE_SITE}/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
+checksum=e4016a03c3ef4ebddd97e4135f5e304f80677033c98e19644b9989ec6f5ada81

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

* Re: [PR REVIEW] New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
                   ` (2 preceding siblings ...)
  2022-05-18 17:47 ` IT-DEVS-Group
@ 2022-05-18 17:48 ` IT-DEVS-Group
  2022-05-23  5:20 ` IT-DEVS-Group
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: IT-DEVS-Group @ 2022-05-18 17:48 UTC (permalink / raw)
  To: ml

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

New review comment by IT-DEVS-Group on void-packages repository

https://github.com/void-linux/void-packages/pull/37188#discussion_r876179110

Comment:
> The description doesn't look like it matches the name.

Fixed

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

* Re: [PR REVIEW] New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
                   ` (3 preceding siblings ...)
  2022-05-18 17:48 ` [PR REVIEW] " IT-DEVS-Group
@ 2022-05-23  5:20 ` IT-DEVS-Group
  2022-05-23  6:28 ` paper42
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: IT-DEVS-Group @ 2022-05-23  5:20 UTC (permalink / raw)
  To: ml

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

New review comment by IT-DEVS-Group on void-packages repository

https://github.com/void-linux/void-packages/pull/37188#discussion_r879032525

Comment:
ha

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

* Re: [PR REVIEW] New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
                   ` (4 preceding siblings ...)
  2022-05-23  5:20 ` IT-DEVS-Group
@ 2022-05-23  6:28 ` paper42
  2022-05-24 20:26 ` [PR PATCH] [Updated] " IT-DEVS-Group
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: paper42 @ 2022-05-23  6:28 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37188#discussion_r879065101

Comment:
Drop the commit with this change, we agreed to not add this variable in another PR.

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

* Re: [PR PATCH] [Updated] New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
                   ` (5 preceding siblings ...)
  2022-05-23  6:28 ` paper42
@ 2022-05-24 20:26 ` IT-DEVS-Group
  2022-05-24 20:30 ` IT-DEVS-Group
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: IT-DEVS-Group @ 2022-05-24 20:26 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by IT-DEVS-Group against master on the void-packages repository

https://github.com/IT-DEVS-Group/void-packages master
https://github.com/void-linux/void-packages/pull/37188

New package: xfce4-calculator-plugin 0.7.1

- I tested the changes in this PR: YES
- I built this PR locally for my native architecture, (x86_64 musl, 86_64 glib)

A patch file from https://github.com/void-linux/void-packages/pull/37188.patch is attached

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

From cbb44f5540db06c1fc3dd2f5ff8e1fa1a82fe795 Mon Sep 17 00:00:00 2001
From: Vadim Naumuk <vadzim_naumuk@protonmail.com>
Date: Fri, 13 May 2022 17:03:54 +0100
Subject: [PATCH 1/3] add XFCE_SITE

---
 common/environment/setup/misc.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/environment/setup/misc.sh b/common/environment/setup/misc.sh
index 177b1e5622a2..1c274d443e33 100644
--- a/common/environment/setup/misc.sh
+++ b/common/environment/setup/misc.sh
@@ -18,5 +18,6 @@ GNU_SITE="https://ftp.gnu.org/gnu"
 FREEDESKTOP_SITE="https://freedesktop.org/software"
 KDE_SITE="https://download.kde.org/stable"
 VIDEOLAN_SITE="https://download.videolan.org/pub/videolan"
+XFCE_SITE="https://archive.xfce.org"
 
 set +a

From d52d6efdebd83d1de89b3e25a77f8777580f62db Mon Sep 17 00:00:00 2001
From: Vadzim Naumuk <vadzim_naumuk@protonmail.com>
Date: Wed, 18 May 2022 18:15:11 +0100
Subject: [PATCH 2/3] New package: xfce4-calculator-plugin 0.7.1

---
 srcpkgs/xfce4-calculator-plugin/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/xfce4-calculator-plugin/template

diff --git a/srcpkgs/xfce4-calculator-plugin/template b/srcpkgs/xfce4-calculator-plugin/template
new file mode 100644
index 000000000000..fc792218fc90
--- /dev/null
+++ b/srcpkgs/xfce4-calculator-plugin/template
@@ -0,0 +1,14 @@
+# Template file for 'xfce4-calculator-plugin'
+pkgname=xfce4-calculator-plugin
+version=0.7.1
+revision=1
+build_style=gnu-configure
+configure_args="--with-locales-dir=/usr/share/locale"
+hostmakedepends="pkg-config intltool"
+makedepends="xfce4-panel-devel"
+short_desc="Calculator plugin for the Xfce4 panel"
+license="GPL-2.0-or-later, LGPL-2.0-or-later"
+homepage="https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin"
+changelog="https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin/-/blob/master/NEWS"
+distfiles="${XFCE_SITE}/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
+checksum=e4016a03c3ef4ebddd97e4135f5e304f80677033c98e19644b9989ec6f5ada81

From 48730ba3e1bb520407bd190d8f8e3f0cbe35652e Mon Sep 17 00:00:00 2001
From: Vadzim Naumuk <vadzim_naumuk@protonmail.com>
Date: Tue, 24 May 2022 21:26:16 +0100
Subject: [PATCH 3/3] delete_variable

---
 common/environment/setup/misc.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/environment/setup/misc.sh b/common/environment/setup/misc.sh
index 1c274d443e33..177b1e5622a2 100644
--- a/common/environment/setup/misc.sh
+++ b/common/environment/setup/misc.sh
@@ -18,6 +18,5 @@ GNU_SITE="https://ftp.gnu.org/gnu"
 FREEDESKTOP_SITE="https://freedesktop.org/software"
 KDE_SITE="https://download.kde.org/stable"
 VIDEOLAN_SITE="https://download.videolan.org/pub/videolan"
-XFCE_SITE="https://archive.xfce.org"
 
 set +a

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

* Re: [PR PATCH] [Updated] New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
                   ` (6 preceding siblings ...)
  2022-05-24 20:26 ` [PR PATCH] [Updated] " IT-DEVS-Group
@ 2022-05-24 20:30 ` IT-DEVS-Group
  2022-05-24 20:31 ` [PR REVIEW] " IT-DEVS-Group
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: IT-DEVS-Group @ 2022-05-24 20:30 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by IT-DEVS-Group against master on the void-packages repository

https://github.com/IT-DEVS-Group/void-packages master
https://github.com/void-linux/void-packages/pull/37188

New package: xfce4-calculator-plugin 0.7.1

- I tested the changes in this PR: YES
- I built this PR locally for my native architecture, (x86_64 musl, 86_64 glib)

A patch file from https://github.com/void-linux/void-packages/pull/37188.patch is attached

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

From 6315e719eddb187f668521803d82701019a78ba0 Mon Sep 17 00:00:00 2001
From: Vadim Naumuk <vadzim_naumuk@protonmail.com>
Date: Fri, 13 May 2022 17:03:54 +0100
Subject: [PATCH] New package: xfce4-calculator-plugin 0.7.1

delete_variable
---
 srcpkgs/xfce4-calculator-plugin/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/xfce4-calculator-plugin/template

diff --git a/srcpkgs/xfce4-calculator-plugin/template b/srcpkgs/xfce4-calculator-plugin/template
new file mode 100644
index 000000000000..fc792218fc90
--- /dev/null
+++ b/srcpkgs/xfce4-calculator-plugin/template
@@ -0,0 +1,14 @@
+# Template file for 'xfce4-calculator-plugin'
+pkgname=xfce4-calculator-plugin
+version=0.7.1
+revision=1
+build_style=gnu-configure
+configure_args="--with-locales-dir=/usr/share/locale"
+hostmakedepends="pkg-config intltool"
+makedepends="xfce4-panel-devel"
+short_desc="Calculator plugin for the Xfce4 panel"
+license="GPL-2.0-or-later, LGPL-2.0-or-later"
+homepage="https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin"
+changelog="https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin/-/blob/master/NEWS"
+distfiles="${XFCE_SITE}/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
+checksum=e4016a03c3ef4ebddd97e4135f5e304f80677033c98e19644b9989ec6f5ada81

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

* Re: [PR REVIEW] New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
                   ` (7 preceding siblings ...)
  2022-05-24 20:30 ` IT-DEVS-Group
@ 2022-05-24 20:31 ` IT-DEVS-Group
  2022-05-24 20:34 ` paper42
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: IT-DEVS-Group @ 2022-05-24 20:31 UTC (permalink / raw)
  To: ml

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

New review comment by IT-DEVS-Group on void-packages repository

https://github.com/void-linux/void-packages/pull/37188#discussion_r880925191

Comment:
done

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

* Re: [PR REVIEW] New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
                   ` (8 preceding siblings ...)
  2022-05-24 20:31 ` [PR REVIEW] " IT-DEVS-Group
@ 2022-05-24 20:34 ` paper42
  2022-05-24 20:49 ` [PR PATCH] [Updated] " IT-DEVS-Group
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: paper42 @ 2022-05-24 20:34 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37188#discussion_r880927663

Comment:
You also can't use this variable in the package when it's not defined.

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

* Re: [PR PATCH] [Updated] New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
                   ` (9 preceding siblings ...)
  2022-05-24 20:34 ` paper42
@ 2022-05-24 20:49 ` IT-DEVS-Group
  2022-05-24 20:51 ` IT-DEVS-Group
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: IT-DEVS-Group @ 2022-05-24 20:49 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by IT-DEVS-Group against master on the void-packages repository

https://github.com/IT-DEVS-Group/void-packages master
https://github.com/void-linux/void-packages/pull/37188

New package: xfce4-calculator-plugin 0.7.1

- I tested the changes in this PR: YES
- I built this PR locally for my native architecture, (x86_64 musl, 86_64 glib)

A patch file from https://github.com/void-linux/void-packages/pull/37188.patch is attached

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

From 6315e719eddb187f668521803d82701019a78ba0 Mon Sep 17 00:00:00 2001
From: Vadim Naumuk <vadzim_naumuk@protonmail.com>
Date: Fri, 13 May 2022 17:03:54 +0100
Subject: [PATCH 1/2] New package: xfce4-calculator-plugin 0.7.1

delete_variable
---
 srcpkgs/xfce4-calculator-plugin/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/xfce4-calculator-plugin/template

diff --git a/srcpkgs/xfce4-calculator-plugin/template b/srcpkgs/xfce4-calculator-plugin/template
new file mode 100644
index 000000000000..fc792218fc90
--- /dev/null
+++ b/srcpkgs/xfce4-calculator-plugin/template
@@ -0,0 +1,14 @@
+# Template file for 'xfce4-calculator-plugin'
+pkgname=xfce4-calculator-plugin
+version=0.7.1
+revision=1
+build_style=gnu-configure
+configure_args="--with-locales-dir=/usr/share/locale"
+hostmakedepends="pkg-config intltool"
+makedepends="xfce4-panel-devel"
+short_desc="Calculator plugin for the Xfce4 panel"
+license="GPL-2.0-or-later, LGPL-2.0-or-later"
+homepage="https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin"
+changelog="https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin/-/blob/master/NEWS"
+distfiles="${XFCE_SITE}/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
+checksum=e4016a03c3ef4ebddd97e4135f5e304f80677033c98e19644b9989ec6f5ada81

From d110728397ccb9345aeba03a54f4a7260d8c9e17 Mon Sep 17 00:00:00 2001
From: Vadzim Naumuk <vadzim_naumuk@protonmail.com>
Date: Tue, 24 May 2022 21:48:37 +0100
Subject: [PATCH 2/2] mess_in_packages.freaks

---
 srcpkgs/xfce4-calculator-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-calculator-plugin/template b/srcpkgs/xfce4-calculator-plugin/template
index fc792218fc90..d952eafa236c 100644
--- a/srcpkgs/xfce4-calculator-plugin/template
+++ b/srcpkgs/xfce4-calculator-plugin/template
@@ -10,5 +10,5 @@ short_desc="Calculator plugin for the Xfce4 panel"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin"
 changelog="https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin/-/blob/master/NEWS"
-distfiles="${XFCE_SITE}/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
+distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
 checksum=e4016a03c3ef4ebddd97e4135f5e304f80677033c98e19644b9989ec6f5ada81

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

* Re: [PR PATCH] [Updated] New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
                   ` (10 preceding siblings ...)
  2022-05-24 20:49 ` [PR PATCH] [Updated] " IT-DEVS-Group
@ 2022-05-24 20:51 ` IT-DEVS-Group
  2022-05-24 20:52 ` IT-DEVS-Group
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: IT-DEVS-Group @ 2022-05-24 20:51 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by IT-DEVS-Group against master on the void-packages repository

https://github.com/IT-DEVS-Group/void-packages master
https://github.com/void-linux/void-packages/pull/37188

New package: xfce4-calculator-plugin 0.7.1

- I tested the changes in this PR: YES
- I built this PR locally for my native architecture, (x86_64 musl, 86_64 glib)

A patch file from https://github.com/void-linux/void-packages/pull/37188.patch is attached

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

From 68ee467ec3ff62d2247d4e400c1f858ca2cdb8a7 Mon Sep 17 00:00:00 2001
From: Vadim Naumuk <vadzim_naumuk@protonmail.com>
Date: Fri, 13 May 2022 17:03:54 +0100
Subject: [PATCH] New package: xfce4-calculator-plugin 0.7.1

---
 srcpkgs/xfce4-calculator-plugin/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/xfce4-calculator-plugin/template

diff --git a/srcpkgs/xfce4-calculator-plugin/template b/srcpkgs/xfce4-calculator-plugin/template
new file mode 100644
index 000000000000..d952eafa236c
--- /dev/null
+++ b/srcpkgs/xfce4-calculator-plugin/template
@@ -0,0 +1,14 @@
+# Template file for 'xfce4-calculator-plugin'
+pkgname=xfce4-calculator-plugin
+version=0.7.1
+revision=1
+build_style=gnu-configure
+configure_args="--with-locales-dir=/usr/share/locale"
+hostmakedepends="pkg-config intltool"
+makedepends="xfce4-panel-devel"
+short_desc="Calculator plugin for the Xfce4 panel"
+license="GPL-2.0-or-later, LGPL-2.0-or-later"
+homepage="https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin"
+changelog="https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin/-/blob/master/NEWS"
+distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
+checksum=e4016a03c3ef4ebddd97e4135f5e304f80677033c98e19644b9989ec6f5ada81

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

* Re: New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
                   ` (11 preceding siblings ...)
  2022-05-24 20:51 ` IT-DEVS-Group
@ 2022-05-24 20:52 ` IT-DEVS-Group
  2022-05-24 21:14 ` [PR REVIEW] " paper42
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: IT-DEVS-Group @ 2022-05-24 20:52 UTC (permalink / raw)
  To: ml

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

New comment by IT-DEVS-Group on void-packages repository

https://github.com/void-linux/void-packages/pull/37188#issuecomment-1136420464

Comment:
ha-ha. mess. ok. done and bye

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

* Re: [PR REVIEW] New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
                   ` (12 preceding siblings ...)
  2022-05-24 20:52 ` IT-DEVS-Group
@ 2022-05-24 21:14 ` paper42
  2022-05-24 21:21 ` IT-DEVS-Group
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: paper42 @ 2022-05-24 21:14 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37188#discussion_r880953409

Comment:
link to a raw text file

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

* Re: [PR REVIEW] New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
                   ` (13 preceding siblings ...)
  2022-05-24 21:14 ` [PR REVIEW] " paper42
@ 2022-05-24 21:21 ` IT-DEVS-Group
  2022-05-24 21:23 ` IT-DEVS-Group
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: IT-DEVS-Group @ 2022-05-24 21:21 UTC (permalink / raw)
  To: ml

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

New review comment by IT-DEVS-Group on void-packages repository

https://github.com/void-linux/void-packages/pull/37188#discussion_r880961067

Comment:
and so it goes. anyway, when xfce changes the server name, with this speed of maintainers and this approach, the packages will not be available for a long time. then they'll fix it.

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

* Re: [PR REVIEW] New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
                   ` (14 preceding siblings ...)
  2022-05-24 21:21 ` IT-DEVS-Group
@ 2022-05-24 21:23 ` IT-DEVS-Group
  2022-05-25  8:32 ` paper42
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: IT-DEVS-Group @ 2022-05-24 21:23 UTC (permalink / raw)
  To: ml

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

New review comment by IT-DEVS-Group on void-packages repository

https://github.com/void-linux/void-packages/pull/37188#discussion_r880962591

Comment:
raw is prefered but not required

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

* Re: [PR REVIEW] New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
                   ` (15 preceding siblings ...)
  2022-05-24 21:23 ` IT-DEVS-Group
@ 2022-05-25  8:32 ` paper42
  2022-05-31  6:18 ` [PR PATCH] [Closed]: " IT-DEVS-Group
  2022-05-31  6:38 ` paper42
  18 siblings, 0 replies; 20+ messages in thread
From: paper42 @ 2022-05-25  8:32 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37188#discussion_r881375464

Comment:
> and so it goes. anyway, when xfce changes the server name, with this speed of maintainers and this approach, the packages will not be available for a long time. then they'll fix it.

I have no idea what you are talking about.

raw changelog is prefered which means packages should use it if it's available, please change it. Also, you will have to fix CI before this is merged.

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

* Re: [PR PATCH] [Closed]: New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
                   ` (16 preceding siblings ...)
  2022-05-25  8:32 ` paper42
@ 2022-05-31  6:18 ` IT-DEVS-Group
  2022-05-31  6:38 ` paper42
  18 siblings, 0 replies; 20+ messages in thread
From: IT-DEVS-Group @ 2022-05-31  6:18 UTC (permalink / raw)
  To: ml

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

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

New package: xfce4-calculator-plugin 0.7.1
https://github.com/void-linux/void-packages/pull/37188

Description:

- I tested the changes in this PR: YES
- I built this PR locally for my native architecture, (x86_64 musl, 86_64 glib)

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

* Re: New package: xfce4-calculator-plugin 0.7.1
  2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
                   ` (17 preceding siblings ...)
  2022-05-31  6:18 ` [PR PATCH] [Closed]: " IT-DEVS-Group
@ 2022-05-31  6:38 ` paper42
  18 siblings, 0 replies; 20+ messages in thread
From: paper42 @ 2022-05-31  6:38 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37188#issuecomment-1141723782

Comment:
Why did you close this? This PR would be merged if you fixed CI and adressed my review.

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

end of thread, other threads:[~2022-05-31  6:38 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 17:16 [PR PATCH] New package: xfce4-calculator-plugin 0.7.1 IT-DEVS-Group
2022-05-18 17:22 ` [PR REVIEW] " Duncaen
2022-05-18 17:39 ` [PR PATCH] [Updated] " IT-DEVS-Group
2022-05-18 17:47 ` IT-DEVS-Group
2022-05-18 17:48 ` [PR REVIEW] " IT-DEVS-Group
2022-05-23  5:20 ` IT-DEVS-Group
2022-05-23  6:28 ` paper42
2022-05-24 20:26 ` [PR PATCH] [Updated] " IT-DEVS-Group
2022-05-24 20:30 ` IT-DEVS-Group
2022-05-24 20:31 ` [PR REVIEW] " IT-DEVS-Group
2022-05-24 20:34 ` paper42
2022-05-24 20:49 ` [PR PATCH] [Updated] " IT-DEVS-Group
2022-05-24 20:51 ` IT-DEVS-Group
2022-05-24 20:52 ` IT-DEVS-Group
2022-05-24 21:14 ` [PR REVIEW] " paper42
2022-05-24 21:21 ` IT-DEVS-Group
2022-05-24 21:23 ` IT-DEVS-Group
2022-05-25  8:32 ` paper42
2022-05-31  6:18 ` [PR PATCH] [Closed]: " IT-DEVS-Group
2022-05-31  6:38 ` 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).