Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gtklock-1.0.0
@ 2022-06-02 21:51 jovanlanik
  2022-06-03 16:53 ` paper42
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: jovanlanik @ 2022-06-02 21:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jovanlanik/void-packages master
https://github.com/void-linux/void-packages/pull/37397

New package: gtklock-1.0.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l (crossbuild)


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

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

From de0a39ef537f75113bf0d7327e0c9a6481bbb073 Mon Sep 17 00:00:00 2001
From: Jovan Lanik <jox969@gmail.com>
Date: Thu, 2 Jun 2022 23:39:05 +0200
Subject: [PATCH] New package: gtklock-1.0.0

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

diff --git a/srcpkgs/gtklock/template b/srcpkgs/gtklock/template
new file mode 100644
index 000000000000..c9198595d573
--- /dev/null
+++ b/srcpkgs/gtklock/template
@@ -0,0 +1,14 @@
+# Template file for 'gtklock'
+pkgname=gtklock
+version=1.0.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config wayland-devel"
+makedepends="pam-devel gtk+3-devel gtk-layer-shell-devel"
+short_desc="GTK-based lockscreen for Wayland"
+maintainer="Jovan Lanik <jox969@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jovanlanik/gtklock"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=4dfbff5f484153e62aa0cd63f538a5baf9e32c890f8c6f62dd85274670289bc5

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

* Re: New package: gtklock-1.0.0
  2022-06-02 21:51 [PR PATCH] New package: gtklock-1.0.0 jovanlanik
@ 2022-06-03 16:53 ` paper42
  2022-06-03 16:53 ` paper42
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-06-03 16:53 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37397#issuecomment-1146175246

Comment:
there is an older PR #37286 by @brihadeesh

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

* Re: New package: gtklock-1.0.0
  2022-06-02 21:51 [PR PATCH] New package: gtklock-1.0.0 jovanlanik
  2022-06-03 16:53 ` paper42
@ 2022-06-03 16:53 ` paper42
  2022-06-03 17:13 ` [PR PATCH] [Updated] " jovanlanik
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-06-03 16:53 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37397#issuecomment-1146175246

Comment:
there is an older PR #37286 by @brihadeesh, could you look there and add relevant changes here?

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

* Re: [PR PATCH] [Updated] New package: gtklock-1.0.0
  2022-06-02 21:51 [PR PATCH] New package: gtklock-1.0.0 jovanlanik
  2022-06-03 16:53 ` paper42
  2022-06-03 16:53 ` paper42
@ 2022-06-03 17:13 ` jovanlanik
  2022-06-03 17:16 ` jovanlanik
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jovanlanik @ 2022-06-03 17:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jovanlanik/void-packages master
https://github.com/void-linux/void-packages/pull/37397

New package: gtklock-1.0.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l (crossbuild)


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

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

From 7b13a24ab0454b41e6dd21cf1d506553981d77fc Mon Sep 17 00:00:00 2001
From: Jovan Lanik <jox969@gmail.com>
Date: Thu, 2 Jun 2022 23:39:05 +0200
Subject: [PATCH] New package: gtklock-1.0.0

---
 srcpkgs/gtklock/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/gtklock/template

diff --git a/srcpkgs/gtklock/template b/srcpkgs/gtklock/template
new file mode 100644
index 000000000000..c7cf960401dc
--- /dev/null
+++ b/srcpkgs/gtklock/template
@@ -0,0 +1,20 @@
+# Template file for 'gtklock'
+pkgname=gtklock
+version=1.0.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config wayland-devel"
+makedepends="pam-devel gtk+3-devel gtk-layer-shell-devel"
+short_desc="GTK-based lockscreen for Wayland"
+maintainer="Jovan Lanik <jox969@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jovanlanik/gtklock"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=4dfbff5f484153e62aa0cd63f538a5baf9e32c890f8c6f62dd85274670289bc5
+
+post_install() {
+	# copying CSS example provided
+	vmkdir /usr/share/gtklock
+	vcopy assets/* /usr/share/gtklock
+}

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

* Re: New package: gtklock-1.0.0
  2022-06-02 21:51 [PR PATCH] New package: gtklock-1.0.0 jovanlanik
                   ` (2 preceding siblings ...)
  2022-06-03 17:13 ` [PR PATCH] [Updated] " jovanlanik
@ 2022-06-03 17:16 ` jovanlanik
  2022-06-04 12:08 ` brihadeesh
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jovanlanik @ 2022-06-03 17:16 UTC (permalink / raw)
  To: ml

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

New comment by jovanlanik on void-packages repository

https://github.com/void-linux/void-packages/pull/37397#issuecomment-1146192468

Comment:
Done. I'm sorry, I hadn't noticed the other PR.

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

* Re: New package: gtklock-1.0.0
  2022-06-02 21:51 [PR PATCH] New package: gtklock-1.0.0 jovanlanik
                   ` (3 preceding siblings ...)
  2022-06-03 17:16 ` jovanlanik
@ 2022-06-04 12:08 ` brihadeesh
  2022-06-04 12:09 ` brihadeesh
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: brihadeesh @ 2022-06-04 12:08 UTC (permalink / raw)
  To: ml

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

New comment by brihadeesh on void-packages repository

https://github.com/void-linux/void-packages/pull/37397#issuecomment-1146597100

Comment:
I think it'd be best you maintain the package - you're the author and it only makes sense. I'll close my PR shortly. 

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

* Re: New package: gtklock-1.0.0
  2022-06-02 21:51 [PR PATCH] New package: gtklock-1.0.0 jovanlanik
                   ` (4 preceding siblings ...)
  2022-06-04 12:08 ` brihadeesh
@ 2022-06-04 12:09 ` brihadeesh
  2022-06-04 16:13 ` jovanlanik
  2022-06-29 17:42 ` [PR PATCH] [Merged]: " Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: brihadeesh @ 2022-06-04 12:09 UTC (permalink / raw)
  To: ml

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

New comment by brihadeesh on void-packages repository

https://github.com/void-linux/void-packages/pull/37397#issuecomment-1146597100

Comment:
I think it'd be for the best if you maintain the package - you're the author and it only makes sense. I'll close my PR shortly. 

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

* Re: New package: gtklock-1.0.0
  2022-06-02 21:51 [PR PATCH] New package: gtklock-1.0.0 jovanlanik
                   ` (5 preceding siblings ...)
  2022-06-04 12:09 ` brihadeesh
@ 2022-06-04 16:13 ` jovanlanik
  2022-06-29 17:42 ` [PR PATCH] [Merged]: " Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: jovanlanik @ 2022-06-04 16:13 UTC (permalink / raw)
  To: ml

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

New comment by jovanlanik on void-packages repository

https://github.com/void-linux/void-packages/pull/37397#issuecomment-1146643019

Comment:
Thank you. I'm really honored someone packaged my software before me and wanted to maintain it!

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

* Re: [PR PATCH] [Merged]: New package: gtklock-1.0.0
  2022-06-02 21:51 [PR PATCH] New package: gtklock-1.0.0 jovanlanik
                   ` (6 preceding siblings ...)
  2022-06-04 16:13 ` jovanlanik
@ 2022-06-29 17:42 ` Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: Duncaen @ 2022-06-29 17:42 UTC (permalink / raw)
  To: ml

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

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

New package: gtklock-1.0.0
https://github.com/void-linux/void-packages/pull/37397

Description:
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l (crossbuild)


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

end of thread, other threads:[~2022-06-29 17:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-02 21:51 [PR PATCH] New package: gtklock-1.0.0 jovanlanik
2022-06-03 16:53 ` paper42
2022-06-03 16:53 ` paper42
2022-06-03 17:13 ` [PR PATCH] [Updated] " jovanlanik
2022-06-03 17:16 ` jovanlanik
2022-06-04 12:08 ` brihadeesh
2022-06-04 12:09 ` brihadeesh
2022-06-04 16:13 ` jovanlanik
2022-06-29 17:42 ` [PR PATCH] [Merged]: " Duncaen

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