Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xfce4-datetime-plugin-0.8.1
@ 2021-06-27 16:49 nero-0
  2021-07-03  2:39 ` [PR REVIEW] " ericonr
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: nero-0 @ 2021-06-27 16:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nero-0/void-packages master
https://github.com/void-linux/void-packages/pull/31684

New package: xfce4-datetime-plugin-0.8.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31684.patch is attached

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

From 08d233be711a8ad3980f8b4398b90db1506f8ba3 Mon Sep 17 00:00:00 2001
From: nero <kvshcz@gmail.com>
Date: Sun, 27 Jun 2021 13:20:28 -0300
Subject: [PATCH] New package: xfce4-datetime-plugin-0.8.1

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

diff --git a/srcpkgs/xfce4-datetime-plugin/template b/srcpkgs/xfce4-datetime-plugin/template
new file mode 100644
index 000000000000..9f87cea64f84
--- /dev/null
+++ b/srcpkgs/xfce4-datetime-plugin/template
@@ -0,0 +1,15 @@
+# Template file for 'xfce4-datetime-plugin'
+pkgname=xfce4-datetime-plugin
+version=0.8.1
+revision=1
+build_style=gnu-configure
+configure_args="--with-locales-dir=/usr/share/locale"
+hostmakedepends="pkg-config intltool"
+makedepends="xfce4-panel-devel"
+depends="xfce4-panel"
+short_desc="Date and time display plugin for the Xfce panel"
+maintainer="Nero <nerosh@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin"
+distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
+checksum=e9f6f15be29ceb5c45718006b46dbd19b89981617d0768b2ef942b5a70af2540

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

* Re: [PR REVIEW] New package: xfce4-datetime-plugin-0.8.1
  2021-06-27 16:49 [PR PATCH] New package: xfce4-datetime-plugin-0.8.1 nero-0
@ 2021-07-03  2:39 ` ericonr
  2021-07-03  9:49 ` nero-0
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-07-03  2:39 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31684#discussion_r663305812

Comment:
It picks up a bunch of automatic dependencies:

```
   SONAME: libxfce4panel-2.0.so.4 <-> libxfce4panel>=4.12.0_1
   SONAME: libxfce4ui-2.so.0 <-> libxfce4ui>=4.12.1_2
   SONAME: libgtk-3.so.0 <-> gtk+3>=3.0.0_1
   SONAME: libgdk-3.so.0 <-> gtk+3>=3.0.0_1
   SONAME: libpango-1.0.so.0 <-> pango>=1.24.0_1
   SONAME: libgobject-2.0.so.0 <-> glib>=2.68.0_1
   SONAME: libxfce4util.so.7 <-> libxfce4util>=4.12.1_1
   SONAME: libglib-2.0.so.0 <-> glib>=2.68.0_1
   SONAME: libc.so <-> musl>=1.1.24_7
```

does it actually need `xfce4-panel` explicitly as well?

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

* Re: [PR REVIEW] New package: xfce4-datetime-plugin-0.8.1
  2021-06-27 16:49 [PR PATCH] New package: xfce4-datetime-plugin-0.8.1 nero-0
  2021-07-03  2:39 ` [PR REVIEW] " ericonr
@ 2021-07-03  9:49 ` nero-0
  2021-07-17  2:12 ` ericonr
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: nero-0 @ 2021-07-03  9:49 UTC (permalink / raw)
  To: ml

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

New review comment by nero-0 on void-packages repository

https://github.com/void-linux/void-packages/pull/31684#discussion_r663344645

Comment:
Yes, because it requires `libxfce4panel` to build.
I think we can remove it from `depends`, but it's a plugin for the `xfce4-panel` so I'm not sure if there's a way to use without it.

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

* Re: [PR REVIEW] New package: xfce4-datetime-plugin-0.8.1
  2021-06-27 16:49 [PR PATCH] New package: xfce4-datetime-plugin-0.8.1 nero-0
  2021-07-03  2:39 ` [PR REVIEW] " ericonr
  2021-07-03  9:49 ` nero-0
@ 2021-07-17  2:12 ` ericonr
  2021-07-17 11:41 ` [PR PATCH] [Updated] " nero-0
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-07-17  2:12 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31684#discussion_r671593300

Comment:
Having plugins depend on the application they are a plugin for leads to weird dependency chains; I'd rather avoid that.

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

* Re: [PR PATCH] [Updated] New package: xfce4-datetime-plugin-0.8.1
  2021-06-27 16:49 [PR PATCH] New package: xfce4-datetime-plugin-0.8.1 nero-0
                   ` (2 preceding siblings ...)
  2021-07-17  2:12 ` ericonr
@ 2021-07-17 11:41 ` nero-0
  2021-07-17 13:07 ` nero-0
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: nero-0 @ 2021-07-17 11:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nero-0/void-packages master
https://github.com/void-linux/void-packages/pull/31684

New package: xfce4-datetime-plugin-0.8.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31684.patch is attached

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

From 02a9b5aa741e3d1d4f124ed1cd3b0a3fe49dde44 Mon Sep 17 00:00:00 2001
From: nero <kvshcz@gmail.com>
Date: Sun, 27 Jun 2021 13:20:28 -0300
Subject: [PATCH 1/2] New package: xfce4-datetime-plugin-0.8.1

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

diff --git a/srcpkgs/xfce4-datetime-plugin/template b/srcpkgs/xfce4-datetime-plugin/template
new file mode 100644
index 000000000000..9f87cea64f84
--- /dev/null
+++ b/srcpkgs/xfce4-datetime-plugin/template
@@ -0,0 +1,15 @@
+# Template file for 'xfce4-datetime-plugin'
+pkgname=xfce4-datetime-plugin
+version=0.8.1
+revision=1
+build_style=gnu-configure
+configure_args="--with-locales-dir=/usr/share/locale"
+hostmakedepends="pkg-config intltool"
+makedepends="xfce4-panel-devel"
+depends="xfce4-panel"
+short_desc="Date and time display plugin for the Xfce panel"
+maintainer="Nero <nerosh@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin"
+distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
+checksum=e9f6f15be29ceb5c45718006b46dbd19b89981617d0768b2ef942b5a70af2540

From 1f7471ab306a17d2efb4d509241815c3ba879e50 Mon Sep 17 00:00:00 2001
From: nero <kvshcz@gmail.com>
Date: Sat, 17 Jul 2021 08:39:55 -0300
Subject: [PATCH 2/2] New package: xfce4-datetime-plugin-0.8.1

---
 srcpkgs/xfce4-datetime-plugin/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/xfce4-datetime-plugin/template b/srcpkgs/xfce4-datetime-plugin/template
index 9f87cea64f84..5595f320a7b3 100644
--- a/srcpkgs/xfce4-datetime-plugin/template
+++ b/srcpkgs/xfce4-datetime-plugin/template
@@ -6,7 +6,6 @@ build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"
-depends="xfce4-panel"
 short_desc="Date and time display plugin for the Xfce panel"
 maintainer="Nero <nerosh@protonmail.com>"
 license="GPL-2.0-or-later"

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

* Re: [PR PATCH] [Updated] New package: xfce4-datetime-plugin-0.8.1
  2021-06-27 16:49 [PR PATCH] New package: xfce4-datetime-plugin-0.8.1 nero-0
                   ` (3 preceding siblings ...)
  2021-07-17 11:41 ` [PR PATCH] [Updated] " nero-0
@ 2021-07-17 13:07 ` nero-0
  2021-07-17 13:26 ` nero-0
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: nero-0 @ 2021-07-17 13:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nero-0/void-packages master
https://github.com/void-linux/void-packages/pull/31684

New package: xfce4-datetime-plugin-0.8.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31684.patch is attached

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

From 02a9b5aa741e3d1d4f124ed1cd3b0a3fe49dde44 Mon Sep 17 00:00:00 2001
From: nero <kvshcz@gmail.com>
Date: Sun, 27 Jun 2021 13:20:28 -0300
Subject: [PATCH 1/5] New package: xfce4-datetime-plugin-0.8.1

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

diff --git a/srcpkgs/xfce4-datetime-plugin/template b/srcpkgs/xfce4-datetime-plugin/template
new file mode 100644
index 000000000000..9f87cea64f84
--- /dev/null
+++ b/srcpkgs/xfce4-datetime-plugin/template
@@ -0,0 +1,15 @@
+# Template file for 'xfce4-datetime-plugin'
+pkgname=xfce4-datetime-plugin
+version=0.8.1
+revision=1
+build_style=gnu-configure
+configure_args="--with-locales-dir=/usr/share/locale"
+hostmakedepends="pkg-config intltool"
+makedepends="xfce4-panel-devel"
+depends="xfce4-panel"
+short_desc="Date and time display plugin for the Xfce panel"
+maintainer="Nero <nerosh@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin"
+distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
+checksum=e9f6f15be29ceb5c45718006b46dbd19b89981617d0768b2ef942b5a70af2540

From 1f7471ab306a17d2efb4d509241815c3ba879e50 Mon Sep 17 00:00:00 2001
From: nero <kvshcz@gmail.com>
Date: Sat, 17 Jul 2021 08:39:55 -0300
Subject: [PATCH 2/5] New package: xfce4-datetime-plugin-0.8.1

---
 srcpkgs/xfce4-datetime-plugin/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/xfce4-datetime-plugin/template b/srcpkgs/xfce4-datetime-plugin/template
index 9f87cea64f84..5595f320a7b3 100644
--- a/srcpkgs/xfce4-datetime-plugin/template
+++ b/srcpkgs/xfce4-datetime-plugin/template
@@ -6,7 +6,6 @@ build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"
-depends="xfce4-panel"
 short_desc="Date and time display plugin for the Xfce panel"
 maintainer="Nero <nerosh@protonmail.com>"
 license="GPL-2.0-or-later"

From 764b90a4145300350a7909fbb42e080190ffde90 Mon Sep 17 00:00:00 2001
From: nero <kvshcz@gmail.com>
Date: Sat, 17 Jul 2021 09:52:52 -0300
Subject: [PATCH 3/5] Revert "New package: xfce4-datetime-plugin-0.8.1"

This reverts commit 1f7471ab306a17d2efb4d509241815c3ba879e50.
---
 srcpkgs/xfce4-datetime-plugin/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/xfce4-datetime-plugin/template b/srcpkgs/xfce4-datetime-plugin/template
index 5595f320a7b3..9f87cea64f84 100644
--- a/srcpkgs/xfce4-datetime-plugin/template
+++ b/srcpkgs/xfce4-datetime-plugin/template
@@ -6,6 +6,7 @@ build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"
+depends="xfce4-panel"
 short_desc="Date and time display plugin for the Xfce panel"
 maintainer="Nero <nerosh@protonmail.com>"
 license="GPL-2.0-or-later"

From 9a61c9ad0ac8652544484e68f78c656e170b05fd Mon Sep 17 00:00:00 2001
From: nero <kvshcz@gmail.com>
Date: Sat, 17 Jul 2021 09:53:45 -0300
Subject: [PATCH 4/5] Revert "New package: xfce4-datetime-plugin-0.8.1"

This reverts commit 02a9b5aa741e3d1d4f124ed1cd3b0a3fe49dde44.
---
 srcpkgs/xfce4-datetime-plugin/template | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 srcpkgs/xfce4-datetime-plugin/template

diff --git a/srcpkgs/xfce4-datetime-plugin/template b/srcpkgs/xfce4-datetime-plugin/template
deleted file mode 100644
index 9f87cea64f84..000000000000
--- a/srcpkgs/xfce4-datetime-plugin/template
+++ /dev/null
@@ -1,15 +0,0 @@
-# Template file for 'xfce4-datetime-plugin'
-pkgname=xfce4-datetime-plugin
-version=0.8.1
-revision=1
-build_style=gnu-configure
-configure_args="--with-locales-dir=/usr/share/locale"
-hostmakedepends="pkg-config intltool"
-makedepends="xfce4-panel-devel"
-depends="xfce4-panel"
-short_desc="Date and time display plugin for the Xfce panel"
-maintainer="Nero <nerosh@protonmail.com>"
-license="GPL-2.0-or-later"
-homepage="https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin"
-distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=e9f6f15be29ceb5c45718006b46dbd19b89981617d0768b2ef942b5a70af2540

From 8c50f8bc5a5219f026319fedb0f0c5af7e17ade6 Mon Sep 17 00:00:00 2001
From: nero <kvshcz@gmail.com>
Date: Sat, 17 Jul 2021 09:59:31 -0300
Subject: [PATCH 5/5] New package: xfce4-datetime-plugin-0.8.1

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

diff --git a/srcpkgs/xfce4-datetime-plugin/template b/srcpkgs/xfce4-datetime-plugin/template
new file mode 100644
index 000000000000..5595f320a7b3
--- /dev/null
+++ b/srcpkgs/xfce4-datetime-plugin/template
@@ -0,0 +1,14 @@
+# Template file for 'xfce4-datetime-plugin'
+pkgname=xfce4-datetime-plugin
+version=0.8.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="Date and time display plugin for the Xfce panel"
+maintainer="Nero <nerosh@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin"
+distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
+checksum=e9f6f15be29ceb5c45718006b46dbd19b89981617d0768b2ef942b5a70af2540

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

* Re: [PR PATCH] [Updated] New package: xfce4-datetime-plugin-0.8.1
  2021-06-27 16:49 [PR PATCH] New package: xfce4-datetime-plugin-0.8.1 nero-0
                   ` (4 preceding siblings ...)
  2021-07-17 13:07 ` nero-0
@ 2021-07-17 13:26 ` nero-0
  2021-07-17 14:03 ` [PR REVIEW] " nero-0
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: nero-0 @ 2021-07-17 13:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nero-0/void-packages master
https://github.com/void-linux/void-packages/pull/31684

New package: xfce4-datetime-plugin-0.8.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31684.patch is attached

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

From 3c30be3a18dde1da10e34d87b0b888dfb20c2af0 Mon Sep 17 00:00:00 2001
From: nero <kvshcz@gmail.com>
Date: Sat, 17 Jul 2021 09:59:31 -0300
Subject: [PATCH] New package: xfce4-datetime-plugin-0.8.1

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

diff --git a/srcpkgs/xfce4-datetime-plugin/template b/srcpkgs/xfce4-datetime-plugin/template
new file mode 100644
index 000000000000..5595f320a7b3
--- /dev/null
+++ b/srcpkgs/xfce4-datetime-plugin/template
@@ -0,0 +1,14 @@
+# Template file for 'xfce4-datetime-plugin'
+pkgname=xfce4-datetime-plugin
+version=0.8.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="Date and time display plugin for the Xfce panel"
+maintainer="Nero <nerosh@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin"
+distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
+checksum=e9f6f15be29ceb5c45718006b46dbd19b89981617d0768b2ef942b5a70af2540

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

* Re: [PR REVIEW] New package: xfce4-datetime-plugin-0.8.1
  2021-06-27 16:49 [PR PATCH] New package: xfce4-datetime-plugin-0.8.1 nero-0
                   ` (5 preceding siblings ...)
  2021-07-17 13:26 ` nero-0
@ 2021-07-17 14:03 ` nero-0
  2021-10-09 11:23 ` [PR PATCH] [Updated] " nero-0
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: nero-0 @ 2021-07-17 14:03 UTC (permalink / raw)
  To: ml

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

New review comment by nero-0 on void-packages repository

https://github.com/void-linux/void-packages/pull/31684#discussion_r671701432

Comment:
Removed it from `depends`.

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

* Re: [PR PATCH] [Updated] New package: xfce4-datetime-plugin-0.8.1
  2021-06-27 16:49 [PR PATCH] New package: xfce4-datetime-plugin-0.8.1 nero-0
                   ` (6 preceding siblings ...)
  2021-07-17 14:03 ` [PR REVIEW] " nero-0
@ 2021-10-09 11:23 ` nero-0
  2021-10-09 11:45 ` [PR PATCH] [Closed]: " nero-0
  2021-10-09 11:45 ` [PR PATCH] [Updated] " nero-0
  9 siblings, 0 replies; 12+ messages in thread
From: nero-0 @ 2021-10-09 11:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nero-0/void-packages master
https://github.com/void-linux/void-packages/pull/31684

New package: xfce4-datetime-plugin-0.8.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31684.patch is attached

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

From 1bbdd177987478ea4f48894062f94a2028a46650 Mon Sep 17 00:00:00 2001
From: nero <kvshcz@gmail.com>
Date: Sat, 17 Jul 2021 09:59:31 -0300
Subject: [PATCH] New package: xfce4-datetime-plugin-0.8.1

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

diff --git a/srcpkgs/xfce4-datetime-plugin/template b/srcpkgs/xfce4-datetime-plugin/template
new file mode 100644
index 000000000000..5595f320a7b3
--- /dev/null
+++ b/srcpkgs/xfce4-datetime-plugin/template
@@ -0,0 +1,14 @@
+# Template file for 'xfce4-datetime-plugin'
+pkgname=xfce4-datetime-plugin
+version=0.8.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="Date and time display plugin for the Xfce panel"
+maintainer="Nero <nerosh@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin"
+distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
+checksum=e9f6f15be29ceb5c45718006b46dbd19b89981617d0768b2ef942b5a70af2540

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

* Re: [PR PATCH] [Closed]: New package: xfce4-datetime-plugin-0.8.1
  2021-06-27 16:49 [PR PATCH] New package: xfce4-datetime-plugin-0.8.1 nero-0
                   ` (7 preceding siblings ...)
  2021-10-09 11:23 ` [PR PATCH] [Updated] " nero-0
@ 2021-10-09 11:45 ` nero-0
  2021-10-09 11:45 ` [PR PATCH] [Updated] " nero-0
  9 siblings, 0 replies; 12+ messages in thread
From: nero-0 @ 2021-10-09 11:45 UTC (permalink / raw)
  To: ml

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

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

New package: xfce4-datetime-plugin-0.8.1
https://github.com/void-linux/void-packages/pull/31684

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

#### General
- [x] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

* Re: [PR PATCH] [Updated] New package: xfce4-datetime-plugin-0.8.1
  2021-06-27 16:49 [PR PATCH] New package: xfce4-datetime-plugin-0.8.1 nero-0
                   ` (8 preceding siblings ...)
  2021-10-09 11:45 ` [PR PATCH] [Closed]: " nero-0
@ 2021-10-09 11:45 ` nero-0
  9 siblings, 0 replies; 12+ messages in thread
From: nero-0 @ 2021-10-09 11:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nero-0/void-packages master
https://github.com/void-linux/void-packages/pull/31684

New package: xfce4-datetime-plugin-0.8.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31684.patch is attached

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



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

* [PR PATCH] New package: xfce4-datetime-plugin-0.8.1
@ 2022-07-02 22:05 ishaanbhimwal
  0 siblings, 0 replies; 12+ messages in thread
From: ishaanbhimwal @ 2022-07-02 22:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages xfce4-datetime-plugin
https://github.com/void-linux/void-packages/pull/37807

New package: xfce4-datetime-plugin-0.8.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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, (x86_64-glibc)
<!--
- 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/37807.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-datetime-plugin-37807.patch --]
[-- Type: text/x-diff, Size: 1391 bytes --]

From c96554afda10ec2fecdf1674c47c65e5c02cd545 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Sun, 3 Jul 2022 03:30:31 +0530
Subject: [PATCH] New package: xfce4-datetime-plugin-0.8.1

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

diff --git a/srcpkgs/xfce4-datetime-plugin/template b/srcpkgs/xfce4-datetime-plugin/template
new file mode 100644
index 000000000000..883b307a1a1f
--- /dev/null
+++ b/srcpkgs/xfce4-datetime-plugin/template
@@ -0,0 +1,15 @@
+# Template file for 'xfce4-datetime-plugin'
+pkgname=xfce4-datetime-plugin
+version=0.8.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="A date and time display plugin for the Xfce panel"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin"
+changelog="https://gitlab.xfce.org/panel-plugins/xfce4-datetime-plugin/-/raw/master/NEWS"
+distfiles="https://archive.xfce.org/src/panel-plugins/xfce4-datetime-plugin/${version%.*}/xfce4-datetime-plugin-${version}.tar.bz2"
+checksum=e9f6f15be29ceb5c45718006b46dbd19b89981617d0768b2ef942b5a70af2540

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

end of thread, other threads:[~2022-07-02 22:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-27 16:49 [PR PATCH] New package: xfce4-datetime-plugin-0.8.1 nero-0
2021-07-03  2:39 ` [PR REVIEW] " ericonr
2021-07-03  9:49 ` nero-0
2021-07-17  2:12 ` ericonr
2021-07-17 11:41 ` [PR PATCH] [Updated] " nero-0
2021-07-17 13:07 ` nero-0
2021-07-17 13:26 ` nero-0
2021-07-17 14:03 ` [PR REVIEW] " nero-0
2021-10-09 11:23 ` [PR PATCH] [Updated] " nero-0
2021-10-09 11:45 ` [PR PATCH] [Closed]: " nero-0
2021-10-09 11:45 ` [PR PATCH] [Updated] " nero-0
2022-07-02 22:05 [PR PATCH] " ishaanbhimwal

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