Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gtklock-20220522
@ 2022-05-25  5:57 brihadeesh
  2022-05-25  5:59 ` [PR PATCH] [Updated] " brihadeesh
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: brihadeesh @ 2022-05-25  5:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/brihadeesh/void-packages np_gtklock
https://github.com/void-linux/void-packages/pull/37286

New package: gtklock-20220522
New package: gtklock-20220522

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

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


#### 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/37286.patch is attached

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

From e2fcb4e116017c5b7a3b48ac7cf47c6748913345 Mon Sep 17 00:00:00 2001
From: Brihadeesh S <brihadeesh.santharam@gmail.com>
Date: Wed, 25 May 2022 11:25:39 +0530
Subject: [PATCH] New package: gtklock-20220522

New package: gtklock-20220522
---
 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..1f65ae94d281
--- /dev/null
+++ b/srcpkgs/gtklock/template
@@ -0,0 +1,20 @@
+# Template file for 'gtklock'
+pkgname=gtklock
+version=20220522
+revision=1
+build_style=gnu-makefile
+make_use_env=1
+hostmakedepends="pkg-config wayland-devel"
+makedepends="gtk+3-devel gtk-layer-shell-devel pam-devel"
+short_desc="GTK-based lockscreen for Wayland"
+maintainer="Brihadeesh S <brihadeesh@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jovanlanik/gtklock"
+distfiles="https://github.com/jovanlanik/gtklock/archive/refs/tags/${version}.tar.gz"
+checksum=1e5a6a55e97878e97d84cacf011942802a97a544c9842ae8f60e5f5c45664d8c
+
+post_install() {
+    # copying CSS example provided
+    vmkdir /usr/share/gtklock
+    vcopy assets/* /usr/share/gtklock
+}

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

* Re: [PR PATCH] [Updated] New package: gtklock-20220522
  2022-05-25  5:57 [PR PATCH] New package: gtklock-20220522 brihadeesh
@ 2022-05-25  5:59 ` brihadeesh
  2022-06-04 12:10 ` brihadeesh
  2022-06-04 12:10 ` [PR PATCH] [Closed]: " brihadeesh
  2 siblings, 0 replies; 4+ messages in thread
From: brihadeesh @ 2022-05-25  5:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/brihadeesh/void-packages np_gtklock
https://github.com/void-linux/void-packages/pull/37286

New package: gtklock-20220522
New package: gtklock-20220522

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

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


#### 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/37286.patch is attached

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

From 76a9bad3714938f4bbe8b7f9fe429b7b1ee916c8 Mon Sep 17 00:00:00 2001
From: Brihadeesh S <brihadeesh.santharam@gmail.com>
Date: Wed, 25 May 2022 11:25:39 +0530
Subject: [PATCH] New package: gtklock-20220522

---
 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..96cfba0197bd
--- /dev/null
+++ b/srcpkgs/gtklock/template
@@ -0,0 +1,20 @@
+# Template file for 'gtklock'
+pkgname=gtklock
+version=20220522
+revision=1
+build_style=gnu-makefile
+make_use_env=1
+hostmakedepends="pkg-config wayland-devel"
+makedepends="gtk+3-devel gtk-layer-shell-devel pam-devel"
+short_desc="GTK-based lockscreen for Wayland"
+maintainer="Brihadeesh S <brihadeesh@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jovanlanik/gtklock"
+distfiles="https://github.com/jovanlanik/gtklock/archive/refs/tags/${version}.tar.gz"
+checksum=1e5a6a55e97878e97d84cacf011942802a97a544c9842ae8f60e5f5c45664d8c
+
+post_install() {
+	# copying CSS example provided
+	vmkdir /usr/share/gtklock
+	vcopy assets/* /usr/share/gtklock
+}

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

* Re: New package: gtklock-20220522
  2022-05-25  5:57 [PR PATCH] New package: gtklock-20220522 brihadeesh
  2022-05-25  5:59 ` [PR PATCH] [Updated] " brihadeesh
@ 2022-06-04 12:10 ` brihadeesh
  2022-06-04 12:10 ` [PR PATCH] [Closed]: " brihadeesh
  2 siblings, 0 replies; 4+ messages in thread
From: brihadeesh @ 2022-06-04 12:10 UTC (permalink / raw)
  To: ml

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

New comment by brihadeesh on void-packages repository

https://github.com/void-linux/void-packages/pull/37286#issuecomment-1146597445

Comment:
Closing in favour of #37397

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

* Re: [PR PATCH] [Closed]: New package: gtklock-20220522
  2022-05-25  5:57 [PR PATCH] New package: gtklock-20220522 brihadeesh
  2022-05-25  5:59 ` [PR PATCH] [Updated] " brihadeesh
  2022-06-04 12:10 ` brihadeesh
@ 2022-06-04 12:10 ` brihadeesh
  2 siblings, 0 replies; 4+ messages in thread
From: brihadeesh @ 2022-06-04 12:10 UTC (permalink / raw)
  To: ml

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

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

New package: gtklock-20220522
https://github.com/void-linux/void-packages/pull/37286

Description:
New package: gtklock-20220522

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

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


#### 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
-->


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

end of thread, other threads:[~2022-06-04 12:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-25  5:57 [PR PATCH] New package: gtklock-20220522 brihadeesh
2022-05-25  5:59 ` [PR PATCH] [Updated] " brihadeesh
2022-06-04 12:10 ` brihadeesh
2022-06-04 12:10 ` [PR PATCH] [Closed]: " brihadeesh

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