Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: lightdm-slick-greeter-1.4.1
@ 2020-09-10 23:16 chgt
  2020-09-15  9:58 ` [PR REVIEW] " pullmoll
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: chgt @ 2020-09-10 23:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chgt/void-packages master
https://github.com/void-linux/void-packages/pull/24817

New package: lightdm-slick-greeter-1.4.1


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

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

From 9866a456b5d3f493cb8e1a1c918a701f6b20dd28 Mon Sep 17 00:00:00 2001
From: chgt <christian.gimbatti@gmail.com>
Date: Fri, 11 Sep 2020 00:56:36 +0200
Subject: [PATCH] New package: lightdm-slick-greeter-1.4.1

---
 srcpkgs/lightdm-slick-greeter/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/lightdm-slick-greeter/template

diff --git a/srcpkgs/lightdm-slick-greeter/template b/srcpkgs/lightdm-slick-greeter/template
new file mode 100644
index 00000000000..6e263696ad9
--- /dev/null
+++ b/srcpkgs/lightdm-slick-greeter/template
@@ -0,0 +1,21 @@
+# Template file for 'lightdm-slick-greeter'
+pkgname=lightdm-slick-greeter
+version=1.4.1
+revision=1
+wrksrc="slick-greeter-${version}"
+build_style=gnu-configure
+configure_args="--prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --libexecdir=/usr/lib/lightdm"
+hostmakedepends="autoconf automake pkg-config intltool gettext-devel glib-devel vala-devel"
+makedepends="lightdm-devel libxklavier-devel gtk+3-devel libcanberra-devel"
+short_desc="Lightdm Slick Greeter"
+maintainer="chgt <christian.gimbatti@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/linuxmint/slick-greeter"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=55750c9ed3967812a05c918faa65c9dbd686b72bc565a290cb903a2f027f3b4d
+
+pre_configure() {
+	aclocal --install
+	autoreconf -vfi
+	intltoolize -f
+}

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

* Re: [PR REVIEW] New package: lightdm-slick-greeter-1.4.1
  2020-09-10 23:16 [PR PATCH] New package: lightdm-slick-greeter-1.4.1 chgt
@ 2020-09-15  9:58 ` pullmoll
  2020-09-15  9:58 ` pullmoll
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: pullmoll @ 2020-09-15  9:58 UTC (permalink / raw)
  To: ml

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

New review comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/24817#discussion_r488540285

Comment:
These should be redundant because build style `gnu-configure` defines them. Try without.

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

* Re: [PR REVIEW] New package: lightdm-slick-greeter-1.4.1
  2020-09-10 23:16 [PR PATCH] New package: lightdm-slick-greeter-1.4.1 chgt
  2020-09-15  9:58 ` [PR REVIEW] " pullmoll
  2020-09-15  9:58 ` pullmoll
@ 2020-09-15  9:58 ` pullmoll
  2020-09-15 22:59 ` [PR PATCH] [Closed]: " chgt
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: pullmoll @ 2020-09-15  9:58 UTC (permalink / raw)
  To: ml

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

New review comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/24817#discussion_r488541759

Comment:
Please repeat the URL instead of using `${homepage}`. The listing of [void updates](https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt) is otherwise less helpful.

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

* Re: [PR REVIEW] New package: lightdm-slick-greeter-1.4.1
  2020-09-10 23:16 [PR PATCH] New package: lightdm-slick-greeter-1.4.1 chgt
  2020-09-15  9:58 ` [PR REVIEW] " pullmoll
@ 2020-09-15  9:58 ` pullmoll
  2020-09-15  9:58 ` pullmoll
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: pullmoll @ 2020-09-15  9:58 UTC (permalink / raw)
  To: ml

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

New review comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/24817#discussion_r488540982

Comment:
You can remove `autoconf` because `automake` pulls that in.

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

* Re: [PR PATCH] [Closed]: New package: lightdm-slick-greeter-1.4.1
  2020-09-10 23:16 [PR PATCH] New package: lightdm-slick-greeter-1.4.1 chgt
                   ` (2 preceding siblings ...)
  2020-09-15  9:58 ` pullmoll
@ 2020-09-15 22:59 ` chgt
  2020-09-16  0:09 ` chgt
  2020-09-16  0:11 ` ericonr
  5 siblings, 0 replies; 8+ messages in thread
From: chgt @ 2020-09-15 22:59 UTC (permalink / raw)
  To: ml

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

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

New package: lightdm-slick-greeter-1.4.1
https://github.com/void-linux/void-packages/pull/24817

Description:


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

* Re: New package: lightdm-slick-greeter-1.4.1
  2020-09-10 23:16 [PR PATCH] New package: lightdm-slick-greeter-1.4.1 chgt
                   ` (3 preceding siblings ...)
  2020-09-15 22:59 ` [PR PATCH] [Closed]: " chgt
@ 2020-09-16  0:09 ` chgt
  2020-09-16  0:11 ` ericonr
  5 siblings, 0 replies; 8+ messages in thread
From: chgt @ 2020-09-16  0:09 UTC (permalink / raw)
  To: ml

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

New comment by chgt on void-packages repository

https://github.com/void-linux/void-packages/pull/24817#issuecomment-693094268

Comment:
Im an idiot and made a stupid mistake on my fork. For the sake of our sacred time another PR have been created with the necessary corrections. Sorry 
[https://github.com/void-linux/void-packages/pull/24933](url)

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

* Re: New package: lightdm-slick-greeter-1.4.1
  2020-09-10 23:16 [PR PATCH] New package: lightdm-slick-greeter-1.4.1 chgt
                   ` (4 preceding siblings ...)
  2020-09-16  0:09 ` chgt
@ 2020-09-16  0:11 ` ericonr
  5 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-09-16  0:11 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24817#issuecomment-693094714

Comment:
That link is broken #24933 

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

* [PR PATCH] New package: lightdm-slick-greeter-1.4.1
@ 2020-09-15 23:54 chgt
  0 siblings, 0 replies; 8+ messages in thread
From: chgt @ 2020-09-15 23:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chgt/void-packages master
https://github.com/void-linux/void-packages/pull/24933

New package: lightdm-slick-greeter-1.4.1


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

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

From 2e31153e8f0fff8aca4e29b49622f3c77a798307 Mon Sep 17 00:00:00 2001
From: chgt <christian.gimbatti@gmail.com>
Date: Wed, 16 Sep 2020 01:45:26 +0200
Subject: [PATCH] New package: lightdm-slick-greeter-1.4.1

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

diff --git a/srcpkgs/lightdm-slick-greeter/template b/srcpkgs/lightdm-slick-greeter/template
new file mode 100644
index 00000000000..2b17f9f627e
--- /dev/null
+++ b/srcpkgs/lightdm-slick-greeter/template
@@ -0,0 +1,20 @@
+# Template file for 'lightdm-slick-greeter'
+pkgname=lightdm-slick-greeter
+version=1.4.1
+revision=1
+wrksrc="slick-greeter-${version}"
+build_style=gnu-configure
+hostmakedepends="automake pkg-config intltool gettext-devel glib-devel vala-devel"
+makedepends="lightdm-devel libxklavier-devel gtk+3-devel libcanberra-devel"
+short_desc="Lightdm Slick Greeter"
+maintainer="chgt <christian.gimbatti@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/linuxmint/slick-greeter"
+distfiles="https://github.com/linuxmint/slick-greeter/archive/${version}.tar.gz"
+checksum=55750c9ed3967812a05c918faa65c9dbd686b72bc565a290cb903a2f027f3b4d
+
+pre_configure() {
+	aclocal --install
+	autoreconf -vfi
+	intltoolize -f
+}

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

end of thread, other threads:[~2020-09-16  0:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10 23:16 [PR PATCH] New package: lightdm-slick-greeter-1.4.1 chgt
2020-09-15  9:58 ` [PR REVIEW] " pullmoll
2020-09-15  9:58 ` pullmoll
2020-09-15  9:58 ` pullmoll
2020-09-15 22:59 ` [PR PATCH] [Closed]: " chgt
2020-09-16  0:09 ` chgt
2020-09-16  0:11 ` ericonr
2020-09-15 23:54 [PR PATCH] " chgt

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