Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gdm-settings-2.0
@ 2023-01-22 23:49 Someone13574
  2023-01-23 22:21 ` [PR PATCH] [Updated] " Someone13574
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Someone13574 @ 2023-01-22 23:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Someone13574/void-packages gdm-settings
https://github.com/void-linux/void-packages/pull/41817

New package: gdm-settings-2.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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


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

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

From e10092ccf5c0c27e7a8016f52b6d317777454378 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Sun, 22 Jan 2023 18:45:57 -0500
Subject: [PATCH] New package: gdm-settings-2.0

---
 srcpkgs/gdm-settings/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/gdm-settings/template

diff --git a/srcpkgs/gdm-settings/template b/srcpkgs/gdm-settings/template
new file mode 100644
index 000000000000..3a052f8dc14c
--- /dev/null
+++ b/srcpkgs/gdm-settings/template
@@ -0,0 +1,17 @@
+# Template file for 'gdm-settings'
+pkgname=gdm-settings
+version=2.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config gettext blueprint-compiler desktop-file-utils gtk-update-icon-cache"
+makedepends="libglib-devel python3-gobject-devel libadwaita-devel"
+short_desc="Settings app for GNOME's Login Manager, GDM"
+maintainer="Owen Law <owenlaw222@gmail.com>"
+license="AGPL-3.0-or-later"
+homepage="https://realmazharhussain.github.io/gdm-settings/"
+distfiles="https://github.com/realmazharhussain/gdm-settings/archive/refs/tags/v${version}.tar.gz"
+checksum=bd01f3b65e7e13d1bf1e639beda57eeff5916e51404cae358d5ede393d67c84a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: gdm-settings-2.0
  2023-01-22 23:49 [PR PATCH] New package: gdm-settings-2.0 Someone13574
@ 2023-01-23 22:21 ` Someone13574
  2023-02-05  3:00 ` someone13574
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Someone13574 @ 2023-01-23 22:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Someone13574/void-packages gdm-settings
https://github.com/void-linux/void-packages/pull/41817

New package: gdm-settings-2.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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


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

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

From 1c146d5694f67e1544057bb59e37a6f228924592 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Sun, 22 Jan 2023 18:45:57 -0500
Subject: [PATCH] New package: gdm-settings-2.0

---
 srcpkgs/gdm-settings/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/gdm-settings/template

diff --git a/srcpkgs/gdm-settings/template b/srcpkgs/gdm-settings/template
new file mode 100644
index 000000000000..51a8598b48f0
--- /dev/null
+++ b/srcpkgs/gdm-settings/template
@@ -0,0 +1,18 @@
+# Template file for 'gdm-settings'
+pkgname=gdm-settings
+version=2.0
+revision=1
+build_style=meson
+build_helper=gir
+hostmakedepends="pkg-config gettext blueprint-compiler desktop-file-utils gtk-update-icon-cache gtk4 libadwaita"
+makedepends="libglib-devel python3-gobject-devel libadwaita-devel"
+short_desc="Settings app for GNOME's Login Manager, GDM"
+maintainer="Owen Law <owenlaw222@gmail.com>"
+license="AGPL-3.0-or-later"
+homepage="https://realmazharhussain.github.io/gdm-settings/"
+distfiles="https://github.com/realmazharhussain/gdm-settings/archive/refs/tags/v${version}.tar.gz"
+checksum=bd01f3b65e7e13d1bf1e639beda57eeff5916e51404cae358d5ede393d67c84a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: gdm-settings-2.0
  2023-01-22 23:49 [PR PATCH] New package: gdm-settings-2.0 Someone13574
  2023-01-23 22:21 ` [PR PATCH] [Updated] " Someone13574
@ 2023-02-05  3:00 ` someone13574
  2023-04-15 15:48 ` [PR PATCH] [Updated] New package: gdm-settings-2.1 someone13574
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: someone13574 @ 2023-02-05  3:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/someone13574/void-packages gdm-settings
https://github.com/void-linux/void-packages/pull/41817

New package: gdm-settings-2.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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


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

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

From 81edc1767d9f3968fde1720d75f0e1181dc71cc5 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Sun, 22 Jan 2023 18:45:57 -0500
Subject: [PATCH] New package: gdm-settings-2.1

---
 srcpkgs/gdm-settings/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/gdm-settings/template

diff --git a/srcpkgs/gdm-settings/template b/srcpkgs/gdm-settings/template
new file mode 100644
index 000000000000..8bcfaa5ff3e5
--- /dev/null
+++ b/srcpkgs/gdm-settings/template
@@ -0,0 +1,18 @@
+# Template file for 'gdm-settings'
+pkgname=gdm-settings
+version=2.1
+revision=1
+build_style=meson
+build_helper=gir
+hostmakedepends="pkg-config gettext blueprint-compiler desktop-file-utils gtk-update-icon-cache gtk4 libadwaita"
+makedepends="libglib-devel python3-gobject-devel libadwaita-devel"
+short_desc="Settings app for GNOME's Login Manager, GDM"
+maintainer="Owen Law <owenlaw222@gmail.com>"
+license="AGPL-3.0-or-later"
+homepage="https://realmazharhussain.github.io/gdm-settings/"
+distfiles="https://github.com/realmazharhussain/gdm-settings/archive/refs/tags/v${version}.tar.gz"
+checksum=d00f5294d90ab755f8a93697d75fec119c1f874aca98d1f65fdbcf29e2cc774e
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: gdm-settings-2.1
  2023-01-22 23:49 [PR PATCH] New package: gdm-settings-2.0 Someone13574
  2023-01-23 22:21 ` [PR PATCH] [Updated] " Someone13574
  2023-02-05  3:00 ` someone13574
@ 2023-04-15 15:48 ` someone13574
  2023-04-15 15:56 ` someone13574
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: someone13574 @ 2023-04-15 15:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/someone13574/void-packages gdm-settings
https://github.com/void-linux/void-packages/pull/41817

New package: gdm-settings-2.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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


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

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

From efaf76cd6c3f4fad3102d3b0305c501f8f8d644a Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Sun, 22 Jan 2023 18:45:57 -0500
Subject: [PATCH] New package: gdm-settings-3.1

---
 srcpkgs/gdm-settings/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/gdm-settings/template

diff --git a/srcpkgs/gdm-settings/template b/srcpkgs/gdm-settings/template
new file mode 100644
index 000000000000..e2f94ac459ae
--- /dev/null
+++ b/srcpkgs/gdm-settings/template
@@ -0,0 +1,18 @@
+# Template file for 'gdm-settings'
+pkgname=gdm-settings
+version=3.1
+revision=1
+build_style=meson
+build_helper=gir
+hostmakedepends="pkg-config gettext blueprint-compiler desktop-file-utils gtk-update-icon-cache gtk4 libadwaita"
+makedepends="libglib-devel python3-gobject-devel libadwaita-devel"
+short_desc="Settings app for GNOME's Login Manager, GDM"
+maintainer="Owen Law <owenlaw222@gmail.com>"
+license="AGPL-3.0-or-later"
+homepage="https://realmazharhussain.github.io/gdm-settings/"
+distfiles="https://github.com/realmazharhussain/gdm-settings/archive/refs/tags/v${version}.tar.gz"
+checksum=7a62c7d5c6d6caea4d4dfd6b446c43f55c9f3f2cbc1f41a2dc7d8a782d494e89
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: gdm-settings-2.1
  2023-01-22 23:49 [PR PATCH] New package: gdm-settings-2.0 Someone13574
                   ` (2 preceding siblings ...)
  2023-04-15 15:48 ` [PR PATCH] [Updated] New package: gdm-settings-2.1 someone13574
@ 2023-04-15 15:56 ` someone13574
  2023-04-15 16:05 ` [PR PATCH] [Updated] New package: gdm-settings-3.1 someone13574
  2023-06-24 14:22 ` [PR PATCH] [Closed]: " Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: someone13574 @ 2023-04-15 15:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/someone13574/void-packages gdm-settings
https://github.com/void-linux/void-packages/pull/41817

New package: gdm-settings-2.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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


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

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

From a550ab43167f38b4dc40ce9fba4fb355dc140e48 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Sun, 22 Jan 2023 18:45:57 -0500
Subject: [PATCH] New package: gdm-settings-3.1

---
 srcpkgs/gdm-settings/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/gdm-settings/template

diff --git a/srcpkgs/gdm-settings/template b/srcpkgs/gdm-settings/template
new file mode 100644
index 000000000000..d00dea534bd8
--- /dev/null
+++ b/srcpkgs/gdm-settings/template
@@ -0,0 +1,18 @@
+# Template file for 'gdm-settings'
+pkgname=gdm-settings
+version=3.1
+revision=1
+build_style=meson
+build_helper=gir
+hostmakedepends="pkg-config gettext blueprint-compiler desktop-file-utils gtk-update-icon-cache gtk4 libadwaita"
+makedepends="libglib-devel python3-gobject-devel libadwaita-devel glib-devel"
+short_desc="Settings app for GNOME's Login Manager, GDM"
+maintainer="Owen Law <owenlaw222@gmail.com>"
+license="AGPL-3.0-or-later"
+homepage="https://realmazharhussain.github.io/gdm-settings/"
+distfiles="https://github.com/realmazharhussain/gdm-settings/archive/refs/tags/v${version}.tar.gz"
+checksum=7a62c7d5c6d6caea4d4dfd6b446c43f55c9f3f2cbc1f41a2dc7d8a782d494e89
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: gdm-settings-3.1
  2023-01-22 23:49 [PR PATCH] New package: gdm-settings-2.0 Someone13574
                   ` (3 preceding siblings ...)
  2023-04-15 15:56 ` someone13574
@ 2023-04-15 16:05 ` someone13574
  2023-06-24 14:22 ` [PR PATCH] [Closed]: " Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: someone13574 @ 2023-04-15 16:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/someone13574/void-packages gdm-settings
https://github.com/void-linux/void-packages/pull/41817

New package: gdm-settings-3.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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


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

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

From 6aa86ce7970c14c6ae87a022b278517f8e5db916 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Sun, 22 Jan 2023 18:45:57 -0500
Subject: [PATCH] New package: gdm-settings-3.1

---
 srcpkgs/gdm-settings/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/gdm-settings/template

diff --git a/srcpkgs/gdm-settings/template b/srcpkgs/gdm-settings/template
new file mode 100644
index 000000000000..5ffbe845c2d4
--- /dev/null
+++ b/srcpkgs/gdm-settings/template
@@ -0,0 +1,18 @@
+# Template file for 'gdm-settings'
+pkgname=gdm-settings
+version=3.1
+revision=1
+build_style=meson
+build_helper=gir
+hostmakedepends="pkg-config gettext blueprint-compiler desktop-file-utils gtk-update-icon-cache gtk4 libadwaita glib-devel"
+makedepends="libglib-devel python3-gobject-devel libadwaita-devel"
+short_desc="Settings app for GNOME's Login Manager, GDM"
+maintainer="Owen Law <owenlaw222@gmail.com>"
+license="AGPL-3.0-or-later"
+homepage="https://realmazharhussain.github.io/gdm-settings/"
+distfiles="https://github.com/realmazharhussain/gdm-settings/archive/refs/tags/v${version}.tar.gz"
+checksum=7a62c7d5c6d6caea4d4dfd6b446c43f55c9f3f2cbc1f41a2dc7d8a782d494e89
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: New package: gdm-settings-3.1
  2023-01-22 23:49 [PR PATCH] New package: gdm-settings-2.0 Someone13574
                   ` (4 preceding siblings ...)
  2023-04-15 16:05 ` [PR PATCH] [Updated] New package: gdm-settings-3.1 someone13574
@ 2023-06-24 14:22 ` Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2023-06-24 14:22 UTC (permalink / raw)
  To: ml

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

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

New package: gdm-settings-3.1
https://github.com/void-linux/void-packages/pull/41817

Description:
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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


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

end of thread, other threads:[~2023-06-24 14:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-22 23:49 [PR PATCH] New package: gdm-settings-2.0 Someone13574
2023-01-23 22:21 ` [PR PATCH] [Updated] " Someone13574
2023-02-05  3:00 ` someone13574
2023-04-15 15:48 ` [PR PATCH] [Updated] New package: gdm-settings-2.1 someone13574
2023-04-15 15:56 ` someone13574
2023-04-15 16:05 ` [PR PATCH] [Updated] New package: gdm-settings-3.1 someone13574
2023-06-24 14:22 ` [PR PATCH] [Closed]: " 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).