Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update clearine template
@ 2021-10-14 12:19 zen0bit
  2021-10-14 14:13 ` zen0bit
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: zen0bit @ 2021-10-14 12:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages clearine
https://github.com/void-linux/void-packages/pull/33537

Update clearine template
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [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/33537.patch is attached

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

From ca6e7598935f6b9ae9660f8f8bbee741364b65a0 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 14:18:44 +0200
Subject: [PATCH] Update template

---
 srcpkgs/clearine/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 9ab51e8d1d87..e1a520aac3df 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,17 +1,17 @@
 # Template file for 'clearine'
 pkgname=clearine
-version=0.7
-revision=4
+version=0.7.1
+revision=1
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="zenobit <osowoso@protonmail.com>"
 license="MIT"
-homepage="https://github.com/yuune/clearine"
-distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"
-checksum=18a1a6b8b726c430e848a6688c97cd095fc01d7b15907fac28a267155b69588d
+homepage="https://github.com/oSoWoSo/clearine"
+distfiles="https://github.com/oSoWoSo/${pkgname}/archive/${version}.tar.gz"
+checksum=dd8665d70a490a6de1545c74daff1dc442dd5ffce575e2b61ca502bf376faf95
 conf_files="/etc/clearine.conf"
 
 pre_build() {

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

* Re: Update clearine template
  2021-10-14 12:19 [PR PATCH] Update clearine template zen0bit
@ 2021-10-14 14:13 ` zen0bit
  2021-10-14 14:23 ` ahesford
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zen0bit @ 2021-10-14 14:13 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/33537#issuecomment-943399134

Comment:
I wanna add changes to original repo but its archived.
So i forked it..
I wroted email to original author and also to @steinex
Waiting for answers...

My first attemp to add package to void...

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

* Re: Update clearine template
  2021-10-14 12:19 [PR PATCH] Update clearine template zen0bit
  2021-10-14 14:13 ` zen0bit
@ 2021-10-14 14:23 ` ahesford
  2021-10-14 14:59 ` [PR PATCH] [Updated] " zen0bit
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ahesford @ 2021-10-14 14:23 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/33537#issuecomment-943408440

Comment:
No worries, I'll ping @okitavera for comment on replacing the upstream in this package.

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

* Re: [PR PATCH] [Updated] Update clearine template
  2021-10-14 12:19 [PR PATCH] Update clearine template zen0bit
  2021-10-14 14:13 ` zen0bit
  2021-10-14 14:23 ` ahesford
@ 2021-10-14 14:59 ` zen0bit
  2021-10-14 18:14 ` zen0bit
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zen0bit @ 2021-10-14 14:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages clearine
https://github.com/void-linux/void-packages/pull/33537

Update clearine template
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [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/33537.patch is attached

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

From ca6e7598935f6b9ae9660f8f8bbee741364b65a0 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 14:18:44 +0200
Subject: [PATCH 1/2] Update template

---
 srcpkgs/clearine/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 9ab51e8d1d87..e1a520aac3df 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,17 +1,17 @@
 # Template file for 'clearine'
 pkgname=clearine
-version=0.7
-revision=4
+version=0.7.1
+revision=1
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="zenobit <osowoso@protonmail.com>"
 license="MIT"
-homepage="https://github.com/yuune/clearine"
-distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"
-checksum=18a1a6b8b726c430e848a6688c97cd095fc01d7b15907fac28a267155b69588d
+homepage="https://github.com/oSoWoSo/clearine"
+distfiles="https://github.com/oSoWoSo/${pkgname}/archive/${version}.tar.gz"
+checksum=dd8665d70a490a6de1545c74daff1dc442dd5ffce575e2b61ca502bf376faf95
 conf_files="/etc/clearine.conf"
 
 pre_build() {

From 9456bc079fcaf3a749d5dc336d8bce28755a06e8 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 16:59:41 +0200
Subject: [PATCH 2/2] Update template

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index e1a520aac3df..2008871b9ffb 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -3,7 +3,7 @@ pkgname=clearine
 version=0.7.1
 revision=1
 build_style=python3-module
-pycompile_module="Clearine"
+#pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"

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

* Re: [PR PATCH] [Updated] Update clearine template
  2021-10-14 12:19 [PR PATCH] Update clearine template zen0bit
                   ` (2 preceding siblings ...)
  2021-10-14 14:59 ` [PR PATCH] [Updated] " zen0bit
@ 2021-10-14 18:14 ` zen0bit
  2021-10-15 12:25 ` zen0bit
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zen0bit @ 2021-10-14 18:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages clearine
https://github.com/void-linux/void-packages/pull/33537

Update clearine template
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [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/33537.patch is attached

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

From ca6e7598935f6b9ae9660f8f8bbee741364b65a0 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 14:18:44 +0200
Subject: [PATCH 1/3] Update template

---
 srcpkgs/clearine/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 9ab51e8d1d87..e1a520aac3df 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,17 +1,17 @@
 # Template file for 'clearine'
 pkgname=clearine
-version=0.7
-revision=4
+version=0.7.1
+revision=1
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="zenobit <osowoso@protonmail.com>"
 license="MIT"
-homepage="https://github.com/yuune/clearine"
-distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"
-checksum=18a1a6b8b726c430e848a6688c97cd095fc01d7b15907fac28a267155b69588d
+homepage="https://github.com/oSoWoSo/clearine"
+distfiles="https://github.com/oSoWoSo/${pkgname}/archive/${version}.tar.gz"
+checksum=dd8665d70a490a6de1545c74daff1dc442dd5ffce575e2b61ca502bf376faf95
 conf_files="/etc/clearine.conf"
 
 pre_build() {

From 9456bc079fcaf3a749d5dc336d8bce28755a06e8 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 16:59:41 +0200
Subject: [PATCH 2/3] Update template

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index e1a520aac3df..2008871b9ffb 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -3,7 +3,7 @@ pkgname=clearine
 version=0.7.1
 revision=1
 build_style=python3-module
-pycompile_module="Clearine"
+#pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"

From d83ec5ab611374373abbae6641962f9878ccbc27 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 20:14:12 +0200
Subject: [PATCH 3/3] changed checksum

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 2008871b9ffb..c4bf97795ae7 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -11,7 +11,7 @@ maintainer="zenobit <osowoso@protonmail.com>"
 license="MIT"
 homepage="https://github.com/oSoWoSo/clearine"
 distfiles="https://github.com/oSoWoSo/${pkgname}/archive/${version}.tar.gz"
-checksum=dd8665d70a490a6de1545c74daff1dc442dd5ffce575e2b61ca502bf376faf95
+checksum=dd4a77f9bb1d43c4948e59b3496842da21c22d3b8e7b603174c1c51f29ac7e9d
 conf_files="/etc/clearine.conf"
 
 pre_build() {

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

* Re: [PR PATCH] [Updated] Update clearine template
  2021-10-14 12:19 [PR PATCH] Update clearine template zen0bit
                   ` (3 preceding siblings ...)
  2021-10-14 18:14 ` zen0bit
@ 2021-10-15 12:25 ` zen0bit
  2021-10-29  4:48 ` zdykstra
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zen0bit @ 2021-10-15 12:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages clearine
https://github.com/void-linux/void-packages/pull/33537

Update clearine template
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [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/33537.patch is attached

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

From ca6e7598935f6b9ae9660f8f8bbee741364b65a0 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 14:18:44 +0200
Subject: [PATCH 1/3] Update template

---
 srcpkgs/clearine/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 9ab51e8d1d87..e1a520aac3df 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,17 +1,17 @@
 # Template file for 'clearine'
 pkgname=clearine
-version=0.7
-revision=4
+version=0.7.1
+revision=1
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="zenobit <osowoso@protonmail.com>"
 license="MIT"
-homepage="https://github.com/yuune/clearine"
-distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"
-checksum=18a1a6b8b726c430e848a6688c97cd095fc01d7b15907fac28a267155b69588d
+homepage="https://github.com/oSoWoSo/clearine"
+distfiles="https://github.com/oSoWoSo/${pkgname}/archive/${version}.tar.gz"
+checksum=dd8665d70a490a6de1545c74daff1dc442dd5ffce575e2b61ca502bf376faf95
 conf_files="/etc/clearine.conf"
 
 pre_build() {

From 9456bc079fcaf3a749d5dc336d8bce28755a06e8 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 16:59:41 +0200
Subject: [PATCH 2/3] Update template

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index e1a520aac3df..2008871b9ffb 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -3,7 +3,7 @@ pkgname=clearine
 version=0.7.1
 revision=1
 build_style=python3-module
-pycompile_module="Clearine"
+#pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"

From d83ec5ab611374373abbae6641962f9878ccbc27 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 20:14:12 +0200
Subject: [PATCH 3/3] changed checksum

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 2008871b9ffb..c4bf97795ae7 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -11,7 +11,7 @@ maintainer="zenobit <osowoso@protonmail.com>"
 license="MIT"
 homepage="https://github.com/oSoWoSo/clearine"
 distfiles="https://github.com/oSoWoSo/${pkgname}/archive/${version}.tar.gz"
-checksum=dd8665d70a490a6de1545c74daff1dc442dd5ffce575e2b61ca502bf376faf95
+checksum=dd4a77f9bb1d43c4948e59b3496842da21c22d3b8e7b603174c1c51f29ac7e9d
 conf_files="/etc/clearine.conf"
 
 pre_build() {

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

* Re: Update clearine template
  2021-10-14 12:19 [PR PATCH] Update clearine template zen0bit
                   ` (4 preceding siblings ...)
  2021-10-15 12:25 ` zen0bit
@ 2021-10-29  4:48 ` zdykstra
  2021-10-29  4:49 ` [PR REVIEW] " zdykstra
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2021-10-29  4:48 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/33537#issuecomment-954427241

Comment:
All of the commits in this PR should be squashed into a single one, with a correctly formed `Update` commit message.

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

* Re: [PR REVIEW] Update clearine template
  2021-10-14 12:19 [PR PATCH] Update clearine template zen0bit
                   ` (5 preceding siblings ...)
  2021-10-29  4:48 ` zdykstra
@ 2021-10-29  4:49 ` zdykstra
  2021-11-11 22:03 ` [PR PATCH] [Updated] " zen0bit
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2021-10-29  4:49 UTC (permalink / raw)
  To: ml

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

New review comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/33537#discussion_r738930002

Comment:
If this isn't needed, remove it instead of commenting it out.

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

* Re: [PR PATCH] [Updated] Update clearine template
  2021-10-14 12:19 [PR PATCH] Update clearine template zen0bit
                   ` (6 preceding siblings ...)
  2021-10-29  4:49 ` [PR REVIEW] " zdykstra
@ 2021-11-11 22:03 ` zen0bit
  2021-11-11 22:07 ` zen0bit
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zen0bit @ 2021-11-11 22:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages clearine
https://github.com/void-linux/void-packages/pull/33537

Update clearine template
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [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/33537.patch is attached

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

From ca6e7598935f6b9ae9660f8f8bbee741364b65a0 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 14:18:44 +0200
Subject: [PATCH 1/3] Update template

---
 srcpkgs/clearine/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 9ab51e8d1d87..e1a520aac3df 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,17 +1,17 @@
 # Template file for 'clearine'
 pkgname=clearine
-version=0.7
-revision=4
+version=0.7.1
+revision=1
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="zenobit <osowoso@protonmail.com>"
 license="MIT"
-homepage="https://github.com/yuune/clearine"
-distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"
-checksum=18a1a6b8b726c430e848a6688c97cd095fc01d7b15907fac28a267155b69588d
+homepage="https://github.com/oSoWoSo/clearine"
+distfiles="https://github.com/oSoWoSo/${pkgname}/archive/${version}.tar.gz"
+checksum=dd8665d70a490a6de1545c74daff1dc442dd5ffce575e2b61ca502bf376faf95
 conf_files="/etc/clearine.conf"
 
 pre_build() {

From 9456bc079fcaf3a749d5dc336d8bce28755a06e8 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 16:59:41 +0200
Subject: [PATCH 2/3] Update template

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index e1a520aac3df..2008871b9ffb 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -3,7 +3,7 @@ pkgname=clearine
 version=0.7.1
 revision=1
 build_style=python3-module
-pycompile_module="Clearine"
+#pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"

From d83ec5ab611374373abbae6641962f9878ccbc27 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 20:14:12 +0200
Subject: [PATCH 3/3] changed checksum

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 2008871b9ffb..c4bf97795ae7 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -11,7 +11,7 @@ maintainer="zenobit <osowoso@protonmail.com>"
 license="MIT"
 homepage="https://github.com/oSoWoSo/clearine"
 distfiles="https://github.com/oSoWoSo/${pkgname}/archive/${version}.tar.gz"
-checksum=dd8665d70a490a6de1545c74daff1dc442dd5ffce575e2b61ca502bf376faf95
+checksum=dd4a77f9bb1d43c4948e59b3496842da21c22d3b8e7b603174c1c51f29ac7e9d
 conf_files="/etc/clearine.conf"
 
 pre_build() {

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

* Re: [PR PATCH] [Updated] Update clearine template
  2021-10-14 12:19 [PR PATCH] Update clearine template zen0bit
                   ` (7 preceding siblings ...)
  2021-11-11 22:03 ` [PR PATCH] [Updated] " zen0bit
@ 2021-11-11 22:07 ` zen0bit
  2021-12-13 22:11 ` zen0bit
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zen0bit @ 2021-11-11 22:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages clearine
https://github.com/void-linux/void-packages/pull/33537

Update clearine template
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [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/33537.patch is attached

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

From ca6e7598935f6b9ae9660f8f8bbee741364b65a0 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 14:18:44 +0200
Subject: [PATCH 1/4] Update template

---
 srcpkgs/clearine/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 9ab51e8d1d87..e1a520aac3df 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,17 +1,17 @@
 # Template file for 'clearine'
 pkgname=clearine
-version=0.7
-revision=4
+version=0.7.1
+revision=1
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="zenobit <osowoso@protonmail.com>"
 license="MIT"
-homepage="https://github.com/yuune/clearine"
-distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"
-checksum=18a1a6b8b726c430e848a6688c97cd095fc01d7b15907fac28a267155b69588d
+homepage="https://github.com/oSoWoSo/clearine"
+distfiles="https://github.com/oSoWoSo/${pkgname}/archive/${version}.tar.gz"
+checksum=dd8665d70a490a6de1545c74daff1dc442dd5ffce575e2b61ca502bf376faf95
 conf_files="/etc/clearine.conf"
 
 pre_build() {

From 9456bc079fcaf3a749d5dc336d8bce28755a06e8 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 16:59:41 +0200
Subject: [PATCH 2/4] Update template

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index e1a520aac3df..2008871b9ffb 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -3,7 +3,7 @@ pkgname=clearine
 version=0.7.1
 revision=1
 build_style=python3-module
-pycompile_module="Clearine"
+#pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"

From d83ec5ab611374373abbae6641962f9878ccbc27 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 20:14:12 +0200
Subject: [PATCH 3/4] changed checksum

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 2008871b9ffb..c4bf97795ae7 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -11,7 +11,7 @@ maintainer="zenobit <osowoso@protonmail.com>"
 license="MIT"
 homepage="https://github.com/oSoWoSo/clearine"
 distfiles="https://github.com/oSoWoSo/${pkgname}/archive/${version}.tar.gz"
-checksum=dd8665d70a490a6de1545c74daff1dc442dd5ffce575e2b61ca502bf376faf95
+checksum=dd4a77f9bb1d43c4948e59b3496842da21c22d3b8e7b603174c1c51f29ac7e9d
 conf_files="/etc/clearine.conf"
 
 pre_build() {

From 5779cc4532eb014f804b8e69602280d19b083080 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 11 Nov 2021 23:07:53 +0100
Subject: [PATCH 4/4] Update template

---
 srcpkgs/clearine/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index c4bf97795ae7..4e5044ea515b 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -3,7 +3,6 @@ pkgname=clearine
 version=0.7.1
 revision=1
 build_style=python3-module
-#pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"

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

* Re: [PR PATCH] [Updated] Update clearine template
  2021-10-14 12:19 [PR PATCH] Update clearine template zen0bit
                   ` (8 preceding siblings ...)
  2021-11-11 22:07 ` zen0bit
@ 2021-12-13 22:11 ` zen0bit
  2021-12-14  0:57 ` zen0bit
  2021-12-14  1:00 ` [PR PATCH] [Closed]: " zen0bit
  11 siblings, 0 replies; 13+ messages in thread
From: zen0bit @ 2021-12-13 22:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages clearine
https://github.com/void-linux/void-packages/pull/33537

Update clearine template
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [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/33537.patch is attached

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

From ca6e7598935f6b9ae9660f8f8bbee741364b65a0 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 14:18:44 +0200
Subject: [PATCH 1/4] Update template

---
 srcpkgs/clearine/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 9ab51e8d1d87..e1a520aac3df 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,17 +1,17 @@
 # Template file for 'clearine'
 pkgname=clearine
-version=0.7
-revision=4
+version=0.7.1
+revision=1
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="zenobit <osowoso@protonmail.com>"
 license="MIT"
-homepage="https://github.com/yuune/clearine"
-distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"
-checksum=18a1a6b8b726c430e848a6688c97cd095fc01d7b15907fac28a267155b69588d
+homepage="https://github.com/oSoWoSo/clearine"
+distfiles="https://github.com/oSoWoSo/${pkgname}/archive/${version}.tar.gz"
+checksum=dd8665d70a490a6de1545c74daff1dc442dd5ffce575e2b61ca502bf376faf95
 conf_files="/etc/clearine.conf"
 
 pre_build() {

From 9456bc079fcaf3a749d5dc336d8bce28755a06e8 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 16:59:41 +0200
Subject: [PATCH 2/4] Update template

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index e1a520aac3df..2008871b9ffb 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -3,7 +3,7 @@ pkgname=clearine
 version=0.7.1
 revision=1
 build_style=python3-module
-pycompile_module="Clearine"
+#pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"

From d83ec5ab611374373abbae6641962f9878ccbc27 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 20:14:12 +0200
Subject: [PATCH 3/4] changed checksum

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 2008871b9ffb..c4bf97795ae7 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -11,7 +11,7 @@ maintainer="zenobit <osowoso@protonmail.com>"
 license="MIT"
 homepage="https://github.com/oSoWoSo/clearine"
 distfiles="https://github.com/oSoWoSo/${pkgname}/archive/${version}.tar.gz"
-checksum=dd8665d70a490a6de1545c74daff1dc442dd5ffce575e2b61ca502bf376faf95
+checksum=dd4a77f9bb1d43c4948e59b3496842da21c22d3b8e7b603174c1c51f29ac7e9d
 conf_files="/etc/clearine.conf"
 
 pre_build() {

From 5779cc4532eb014f804b8e69602280d19b083080 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 11 Nov 2021 23:07:53 +0100
Subject: [PATCH 4/4] Update template

---
 srcpkgs/clearine/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index c4bf97795ae7..4e5044ea515b 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -3,7 +3,6 @@ pkgname=clearine
 version=0.7.1
 revision=1
 build_style=python3-module
-#pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"

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

* Re: [PR PATCH] [Updated] Update clearine template
  2021-10-14 12:19 [PR PATCH] Update clearine template zen0bit
                   ` (9 preceding siblings ...)
  2021-12-13 22:11 ` zen0bit
@ 2021-12-14  0:57 ` zen0bit
  2021-12-14  1:00 ` [PR PATCH] [Closed]: " zen0bit
  11 siblings, 0 replies; 13+ messages in thread
From: zen0bit @ 2021-12-14  0:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages clearine
https://github.com/void-linux/void-packages/pull/33537

Update clearine template
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [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/33537.patch is attached

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

From ca6e7598935f6b9ae9660f8f8bbee741364b65a0 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 14:18:44 +0200
Subject: [PATCH 1/4] Update template

---
 srcpkgs/clearine/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 9ab51e8d1d87..e1a520aac3df 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,17 +1,17 @@
 # Template file for 'clearine'
 pkgname=clearine
-version=0.7
-revision=4
+version=0.7.1
+revision=1
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="zenobit <osowoso@protonmail.com>"
 license="MIT"
-homepage="https://github.com/yuune/clearine"
-distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"
-checksum=18a1a6b8b726c430e848a6688c97cd095fc01d7b15907fac28a267155b69588d
+homepage="https://github.com/oSoWoSo/clearine"
+distfiles="https://github.com/oSoWoSo/${pkgname}/archive/${version}.tar.gz"
+checksum=dd8665d70a490a6de1545c74daff1dc442dd5ffce575e2b61ca502bf376faf95
 conf_files="/etc/clearine.conf"
 
 pre_build() {

From 9456bc079fcaf3a749d5dc336d8bce28755a06e8 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 16:59:41 +0200
Subject: [PATCH 2/4] Update template

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index e1a520aac3df..2008871b9ffb 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -3,7 +3,7 @@ pkgname=clearine
 version=0.7.1
 revision=1
 build_style=python3-module
-pycompile_module="Clearine"
+#pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"

From d83ec5ab611374373abbae6641962f9878ccbc27 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 14 Oct 2021 20:14:12 +0200
Subject: [PATCH 3/4] changed checksum

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 2008871b9ffb..c4bf97795ae7 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -11,7 +11,7 @@ maintainer="zenobit <osowoso@protonmail.com>"
 license="MIT"
 homepage="https://github.com/oSoWoSo/clearine"
 distfiles="https://github.com/oSoWoSo/${pkgname}/archive/${version}.tar.gz"
-checksum=dd8665d70a490a6de1545c74daff1dc442dd5ffce575e2b61ca502bf376faf95
+checksum=dd4a77f9bb1d43c4948e59b3496842da21c22d3b8e7b603174c1c51f29ac7e9d
 conf_files="/etc/clearine.conf"
 
 pre_build() {

From 5779cc4532eb014f804b8e69602280d19b083080 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 11 Nov 2021 23:07:53 +0100
Subject: [PATCH 4/4] Update template

---
 srcpkgs/clearine/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index c4bf97795ae7..4e5044ea515b 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -3,7 +3,6 @@ pkgname=clearine
 version=0.7.1
 revision=1
 build_style=python3-module
-#pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"

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

* Re: [PR PATCH] [Closed]: Update clearine template
  2021-10-14 12:19 [PR PATCH] Update clearine template zen0bit
                   ` (10 preceding siblings ...)
  2021-12-14  0:57 ` zen0bit
@ 2021-12-14  1:00 ` zen0bit
  11 siblings, 0 replies; 13+ messages in thread
From: zen0bit @ 2021-12-14  1:00 UTC (permalink / raw)
  To: ml

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

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

Update clearine template
https://github.com/void-linux/void-packages/pull/33537

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

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [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] 13+ messages in thread

end of thread, other threads:[~2021-12-14  1:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-14 12:19 [PR PATCH] Update clearine template zen0bit
2021-10-14 14:13 ` zen0bit
2021-10-14 14:23 ` ahesford
2021-10-14 14:59 ` [PR PATCH] [Updated] " zen0bit
2021-10-14 18:14 ` zen0bit
2021-10-15 12:25 ` zen0bit
2021-10-29  4:48 ` zdykstra
2021-10-29  4:49 ` [PR REVIEW] " zdykstra
2021-11-11 22:03 ` [PR PATCH] [Updated] " zen0bit
2021-11-11 22:07 ` zen0bit
2021-12-13 22:11 ` zen0bit
2021-12-14  0:57 ` zen0bit
2021-12-14  1:00 ` [PR PATCH] [Closed]: " zen0bit

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