public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/
@ 2020-07-02 22:36 Georgy Yakovlev
  0 siblings, 0 replies; 13+ messages in thread
From: Georgy Yakovlev @ 2020-07-02 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     8fac2f95e7b264c1ced23c8b759e0900cf4c26b4
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Jun 13 15:16:02 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jul  2 22:36:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fac2f95

gui-apps/gtkgreet: gtk based greeter for greetd

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 gui-apps/gtkgreet/Manifest             |  1 +
 gui-apps/gtkgreet/gtkgreet-0.6.ebuild  | 43 ++++++++++++++++++++++++++++++++++
 gui-apps/gtkgreet/gtkgreet-9999.ebuild | 43 ++++++++++++++++++++++++++++++++++
 gui-apps/gtkgreet/metadata.xml         | 16 +++++++++++++
 4 files changed, 103 insertions(+)

diff --git a/gui-apps/gtkgreet/Manifest b/gui-apps/gtkgreet/Manifest
new file mode 100644
index 00000000000..61ab147dc31
--- /dev/null
+++ b/gui-apps/gtkgreet/Manifest
@@ -0,0 +1 @@
+DIST gtkgreet-0.6.tar.gz 25973 BLAKE2B f05926f9c05b8e164a8f8ca9b4f7091ab42d5d5db08133941ac97c2b6ab0452bf1a75b55dbbcf96579783688501be2148d4728528b63a609a9677587cd59be08 SHA512 00bdd61ea45592c432ba07c62301be7fd89aa3e09dbdaeb0dddd03b4e55e8092b68999ed4d6f2917b66cced57bf55ad68ac61912894683c9dc05b8b5f983ba76

diff --git a/gui-apps/gtkgreet/gtkgreet-0.6.ebuild b/gui-apps/gtkgreet/gtkgreet-0.6.ebuild
new file mode 100644
index 00000000000..12a9c985ac7
--- /dev/null
+++ b/gui-apps/gtkgreet/gtkgreet-0.6.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="gtk based greeter for greetd"
+HOMEPAGE="https://git.sr.ht/~kennylevinsen/gtkgreet"
+
+inherit meson
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet.git"
+else
+	SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+layershell +man"
+
+DEPEND="
+	dev-libs/json-c:=
+	gui-libs/gtk-layer-shell
+	x11-libs/gtk+:3
+"
+RDEPEND="
+	${DEPEND}
+	gui-libs/greetd
+"
+BDEPEND="
+	virtual/pkgconfig
+	man? ( app-text/scdoc )
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature man man-pages)
+		$(meson_use layershell)
+	)
+	meson_src_configure
+}

diff --git a/gui-apps/gtkgreet/gtkgreet-9999.ebuild b/gui-apps/gtkgreet/gtkgreet-9999.ebuild
new file mode 100644
index 00000000000..12a9c985ac7
--- /dev/null
+++ b/gui-apps/gtkgreet/gtkgreet-9999.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="gtk based greeter for greetd"
+HOMEPAGE="https://git.sr.ht/~kennylevinsen/gtkgreet"
+
+inherit meson
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet.git"
+else
+	SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+layershell +man"
+
+DEPEND="
+	dev-libs/json-c:=
+	gui-libs/gtk-layer-shell
+	x11-libs/gtk+:3
+"
+RDEPEND="
+	${DEPEND}
+	gui-libs/greetd
+"
+BDEPEND="
+	virtual/pkgconfig
+	man? ( app-text/scdoc )
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature man man-pages)
+		$(meson_use layershell)
+	)
+	meson_src_configure
+}

diff --git a/gui-apps/gtkgreet/metadata.xml b/gui-apps/gtkgreet/metadata.xml
new file mode 100644
index 00000000000..d5bd0a6b227
--- /dev/null
+++ b/gui-apps/gtkgreet/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo@aisha.cc</email>
+		<name>Aisha Tammy</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<use>
+		<flag name="layershell">Enable layer shell support</flag>
+		<flag name="man">Build and install man pages</flag>
+	</use>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/
@ 2020-07-02 22:36 Georgy Yakovlev
  0 siblings, 0 replies; 13+ messages in thread
From: Georgy Yakovlev @ 2020-07-02 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     662cf9b5b004b6d1e8fc78f1a1cb664120b7fd23
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  2 22:30:25 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jul  2 22:36:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662cf9b5

gui-apps/gtkgreet: sync live ebuild keywords

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 gui-apps/gtkgreet/gtkgreet-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/gtkgreet/gtkgreet-9999.ebuild b/gui-apps/gtkgreet/gtkgreet-9999.ebuild
index 12a9c985ac7..9bd30fd0243 100644
--- a/gui-apps/gtkgreet/gtkgreet-9999.ebuild
+++ b/gui-apps/gtkgreet/gtkgreet-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet.git"
 else
 	SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~ppc64 ~x86"
 fi
 
 LICENSE="GPL-3"


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

* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/
@ 2020-07-02 22:36 Georgy Yakovlev
  0 siblings, 0 replies; 13+ messages in thread
From: Georgy Yakovlev @ 2020-07-02 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     1425088a8a8026bf2ba564bc8f725f49bd32cf49
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  2 22:29:46 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jul  2 22:36:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1425088a

gui-apps/gtkgreet: add ~ppc64 keyword

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 gui-apps/gtkgreet/gtkgreet-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/gtkgreet/gtkgreet-0.6.ebuild b/gui-apps/gtkgreet/gtkgreet-0.6.ebuild
index 12a9c985ac7..9bd30fd0243 100644
--- a/gui-apps/gtkgreet/gtkgreet-0.6.ebuild
+++ b/gui-apps/gtkgreet/gtkgreet-0.6.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet.git"
 else
 	SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~ppc64 ~x86"
 fi
 
 LICENSE="GPL-3"


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

* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/
@ 2020-09-14  1:52 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2020-09-14  1:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2324ae8472ee2e36de7c8683d4208a242d03869b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 01:51:53 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 01:52:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2324ae84

gui-apps/gtkgreet: sort

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild b/gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild
index 8cbbbaaad70..a74b52eb2e4 100644
--- a/gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild
+++ b/gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild
@@ -23,8 +23,8 @@ IUSE="+layershell +man"
 
 DEPEND="
 	dev-libs/json-c:=
-	layershell? ( gui-libs/gtk-layer-shell )
 	x11-libs/gtk+:3
+	layershell? ( gui-libs/gtk-layer-shell )
 "
 RDEPEND="
 	${DEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/
@ 2020-09-14  1:52 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2020-09-14  1:52 UTC (permalink / raw
  To: gentoo-commits

commit:     ea69e24ce5d887004269e25c7d8d73b23ceebb6b
Author:     Kirill Chibisov <contact <AT> kchibisov <DOT> com>
AuthorDate: Tue Sep  1 14:45:37 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 01:52:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea69e24c

gui-apps/gtkgreet: various fixes

This commit fixes the git url for live ebuild, since the one that
was there before was giving 404, and it also makes 'gtk-layer-shell'
optional via existing 'layershell' use flag.

Signed-off-by: Kirill Chibisov <contact <AT> kchibisov.com>
Package-Manager: Portage-3.0.5, Repoman-2.3.23
Closes: https://github.com/gentoo/gentoo/pull/17360
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-apps/gtkgreet/{gtkgreet-0.6.ebuild => gtkgreet-0.6-r1.ebuild} | 7 ++++---
 gui-apps/gtkgreet/gtkgreet-9999.ebuild                            | 4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/gui-apps/gtkgreet/gtkgreet-0.6.ebuild b/gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild
similarity index 74%
rename from gui-apps/gtkgreet/gtkgreet-0.6.ebuild
rename to gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild
index 9bd30fd0243..8cbbbaaad70 100644
--- a/gui-apps/gtkgreet/gtkgreet-0.6.ebuild
+++ b/gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild
@@ -10,9 +10,10 @@ inherit meson
 
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet.git"
+	EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet"
 else
-	SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	MY_PV=${PV/_rc/-rc}
+	SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~ppc64 ~x86"
 fi
 
@@ -22,7 +23,7 @@ IUSE="+layershell +man"
 
 DEPEND="
 	dev-libs/json-c:=
-	gui-libs/gtk-layer-shell
+	layershell? ( gui-libs/gtk-layer-shell )
 	x11-libs/gtk+:3
 "
 RDEPEND="

diff --git a/gui-apps/gtkgreet/gtkgreet-9999.ebuild b/gui-apps/gtkgreet/gtkgreet-9999.ebuild
index 9bd30fd0243..bc41aaec11f 100644
--- a/gui-apps/gtkgreet/gtkgreet-9999.ebuild
+++ b/gui-apps/gtkgreet/gtkgreet-9999.ebuild
@@ -10,7 +10,7 @@ inherit meson
 
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet.git"
+	EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet"
 else
 	SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~ppc64 ~x86"
@@ -22,7 +22,7 @@ IUSE="+layershell +man"
 
 DEPEND="
 	dev-libs/json-c:=
-	gui-libs/gtk-layer-shell
+	layershell? ( gui-libs/gtk-layer-shell )
 	x11-libs/gtk+:3
 "
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/
@ 2021-01-18  8:55 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2021-01-18  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     c694704ca1e977b8adb83ee8ce15e0877747841b
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Dec 23 02:12:59 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 08:55:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c694704c

gui-apps/gtkgreet: version bump to 0.7

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/18771
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 gui-apps/gtkgreet/Manifest            |  1 +
 gui-apps/gtkgreet/gtkgreet-0.7.ebuild | 45 +++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/gui-apps/gtkgreet/Manifest b/gui-apps/gtkgreet/Manifest
index 61ab147dc31..7e6058fc69a 100644
--- a/gui-apps/gtkgreet/Manifest
+++ b/gui-apps/gtkgreet/Manifest
@@ -1 +1,2 @@
 DIST gtkgreet-0.6.tar.gz 25973 BLAKE2B f05926f9c05b8e164a8f8ca9b4f7091ab42d5d5db08133941ac97c2b6ab0452bf1a75b55dbbcf96579783688501be2148d4728528b63a609a9677587cd59be08 SHA512 00bdd61ea45592c432ba07c62301be7fd89aa3e09dbdaeb0dddd03b4e55e8092b68999ed4d6f2917b66cced57bf55ad68ac61912894683c9dc05b8b5f983ba76
+DIST gtkgreet-0.7.tar.gz 26414 BLAKE2B a066cf35928179adc03e2ec7061cd9fef457a96bab9f012566ef4d23ea27236fe38b08686b28c6ba68dff54ee4741193807573fdc4a71a974e6cd9bdb3acc8b2 SHA512 f0d32fe7a701912c5b9318df17a42f35890ec8d6e01677ba38e442bb7f998572995f53b4c1c4e486eaee562a73b10283036d7f438e6ce084840d6944a0b82c53

diff --git a/gui-apps/gtkgreet/gtkgreet-0.7.ebuild b/gui-apps/gtkgreet/gtkgreet-0.7.ebuild
new file mode 100644
index 00000000000..f3d4237b47d
--- /dev/null
+++ b/gui-apps/gtkgreet/gtkgreet-0.7.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="gtk based greeter for greetd"
+HOMEPAGE="https://git.sr.ht/~kennylevinsen/gtkgreet"
+
+inherit meson
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet"
+else
+	SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~ppc64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+layershell man"
+
+DEPEND="
+	dev-libs/json-c:=
+	layershell? ( gui-libs/gtk-layer-shell )
+	x11-libs/gtk+:3
+"
+RDEPEND="
+	${DEPEND}
+	gui-libs/greetd
+"
+BDEPEND="
+	virtual/pkgconfig
+	man? ( app-text/scdoc )
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.6-r1-werror.patch )
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature man man-pages)
+		$(meson_feature layershell)
+	)
+	meson_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/
@ 2022-04-29 10:21 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2022-04-29 10:21 UTC (permalink / raw
  To: gentoo-commits

commit:     ba271f0c36277a5de8eac8ad1d609afcc3b55dda
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 09:44:37 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 10:20:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba271f0c

gui-apps/gtkgreet: drop 0.6-r1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-apps/gtkgreet/Manifest               |  1 -
 gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild | 45 --------------------------------
 2 files changed, 46 deletions(-)

diff --git a/gui-apps/gtkgreet/Manifest b/gui-apps/gtkgreet/Manifest
index 7e6058fc69ab..5004489544e4 100644
--- a/gui-apps/gtkgreet/Manifest
+++ b/gui-apps/gtkgreet/Manifest
@@ -1,2 +1 @@
-DIST gtkgreet-0.6.tar.gz 25973 BLAKE2B f05926f9c05b8e164a8f8ca9b4f7091ab42d5d5db08133941ac97c2b6ab0452bf1a75b55dbbcf96579783688501be2148d4728528b63a609a9677587cd59be08 SHA512 00bdd61ea45592c432ba07c62301be7fd89aa3e09dbdaeb0dddd03b4e55e8092b68999ed4d6f2917b66cced57bf55ad68ac61912894683c9dc05b8b5f983ba76
 DIST gtkgreet-0.7.tar.gz 26414 BLAKE2B a066cf35928179adc03e2ec7061cd9fef457a96bab9f012566ef4d23ea27236fe38b08686b28c6ba68dff54ee4741193807573fdc4a71a974e6cd9bdb3acc8b2 SHA512 f0d32fe7a701912c5b9318df17a42f35890ec8d6e01677ba38e442bb7f998572995f53b4c1c4e486eaee562a73b10283036d7f438e6ce084840d6944a0b82c53

diff --git a/gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild b/gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild
deleted file mode 100644
index 93f8843afbf4..000000000000
--- a/gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="gtk based greeter for greetd"
-HOMEPAGE="https://git.sr.ht/~kennylevinsen/gtkgreet"
-
-inherit meson
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet"
-else
-	SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~ppc64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="+layershell +man"
-
-DEPEND="
-	dev-libs/json-c:=
-	layershell? ( gui-libs/gtk-layer-shell )
-	x11-libs/gtk+:3
-"
-RDEPEND="
-	${DEPEND}
-	gui-libs/greetd
-"
-BDEPEND="
-	virtual/pkgconfig
-	man? ( app-text/scdoc )
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.6-r1-werror.patch )
-
-src_configure() {
-	local emesonargs=(
-		$(meson_feature man man-pages)
-		$(meson_use layershell)
-	)
-	meson_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/
@ 2022-08-14 20:06 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2022-08-14 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     4f6193189ee296ddb3c9c02ae777dfda986f27fb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 20:01:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 20:01:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f619318

gui-apps/gtkgreet: add sourcehut upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-apps/gtkgreet/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gui-apps/gtkgreet/metadata.xml b/gui-apps/gtkgreet/metadata.xml
index 64ee1f1b7c98..b8a743ee7f70 100644
--- a/gui-apps/gtkgreet/metadata.xml
+++ b/gui-apps/gtkgreet/metadata.xml
@@ -5,4 +5,7 @@
 	<use>
 		<flag name="layershell">Enable layer shell support</flag>
 	</use>
+	<upstream>
+		<remote-id type="sourcehut">~kennylevinsen/gtkgreet</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/
@ 2022-12-27  3:56 Georgy Yakovlev
  0 siblings, 0 replies; 13+ messages in thread
From: Georgy Yakovlev @ 2022-12-27  3:56 UTC (permalink / raw
  To: gentoo-commits

commit:     385e3e4f938168f61192e530969ef35f62d2158d
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 00:55:31 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 03:47:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385e3e4f

gui-apps/gtkgreet: sync live ebuild keywords

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 gui-apps/gtkgreet/gtkgreet-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/gtkgreet/gtkgreet-9999.ebuild b/gui-apps/gtkgreet/gtkgreet-9999.ebuild
index 93f8843afbf4..f91592b683ff 100644
--- a/gui-apps/gtkgreet/gtkgreet-9999.ebuild
+++ b/gui-apps/gtkgreet/gtkgreet-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet"
 else
 	SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="GPL-3"


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

* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/
@ 2022-12-27  3:56 Georgy Yakovlev
  0 siblings, 0 replies; 13+ messages in thread
From: Georgy Yakovlev @ 2022-12-27  3:56 UTC (permalink / raw
  To: gentoo-commits

commit:     7a7a7154870581d7d13817413bb654c806a2b1df
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 00:53:58 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 03:47:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a7a7154

gui-apps/gtkgreet: keyword 0.7 for ~arm64

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 gui-apps/gtkgreet/gtkgreet-0.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/gtkgreet/gtkgreet-0.7.ebuild b/gui-apps/gtkgreet/gtkgreet-0.7.ebuild
index f3d4237b47df..c0f032f4861d 100644
--- a/gui-apps/gtkgreet/gtkgreet-0.7.ebuild
+++ b/gui-apps/gtkgreet/gtkgreet-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet"
 else
 	SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="GPL-3"


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

* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/
@ 2023-12-23 22:00 Conrad Kostecki
  0 siblings, 0 replies; 13+ messages in thread
From: Conrad Kostecki @ 2023-12-23 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     9dbc96e1c01b261717647dee517dbb2e6366c677
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 21:59:50 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 22:00:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbc96e1

gui-apps/gtkgreet: add 0.8

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 gui-apps/gtkgreet/Manifest            |  1 +
 gui-apps/gtkgreet/gtkgreet-0.8.ebuild | 45 +++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/gui-apps/gtkgreet/Manifest b/gui-apps/gtkgreet/Manifest
index 5004489544e4..4bb005586bc4 100644
--- a/gui-apps/gtkgreet/Manifest
+++ b/gui-apps/gtkgreet/Manifest
@@ -1 +1,2 @@
 DIST gtkgreet-0.7.tar.gz 26414 BLAKE2B a066cf35928179adc03e2ec7061cd9fef457a96bab9f012566ef4d23ea27236fe38b08686b28c6ba68dff54ee4741193807573fdc4a71a974e6cd9bdb3acc8b2 SHA512 f0d32fe7a701912c5b9318df17a42f35890ec8d6e01677ba38e442bb7f998572995f53b4c1c4e486eaee562a73b10283036d7f438e6ce084840d6944a0b82c53
+DIST gtkgreet-0.8.tar.gz 28694 BLAKE2B 82d487ab9a2fa1e422204c44d95d2d6d86d8d82f55e0781b684eef70054d4753c029ca5fd48325d56a80d03d8c1cd3fd9ecac1bf96bc9c66d3aeb83f3942c6d7 SHA512 162516afbaacb65a8a9ef7d55d53e1b31ebae0e8d5156b1f330d4f43ddc60ac026ed1c74c730a74a62d300bf84beed46278787efd4e0e7396e739262401a4742

diff --git a/gui-apps/gtkgreet/gtkgreet-0.8.ebuild b/gui-apps/gtkgreet/gtkgreet-0.8.ebuild
new file mode 100644
index 000000000000..bcdf7d8ff8ae
--- /dev/null
+++ b/gui-apps/gtkgreet/gtkgreet-0.8.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="gtk based greeter for greetd"
+HOMEPAGE="https://git.sr.ht/~kennylevinsen/gtkgreet"
+
+inherit meson
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet"
+else
+	SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+layershell man"
+
+DEPEND="
+	dev-libs/json-c:=
+	layershell? ( gui-libs/gtk-layer-shell )
+	x11-libs/gtk+:3
+"
+RDEPEND="
+	${DEPEND}
+	gui-libs/greetd
+"
+BDEPEND="
+	virtual/pkgconfig
+	man? ( app-text/scdoc )
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.6-r1-werror.patch )
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature man man-pages)
+		$(meson_feature layershell)
+	)
+	meson_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/
@ 2023-12-23 22:00 Conrad Kostecki
  0 siblings, 0 replies; 13+ messages in thread
From: Conrad Kostecki @ 2023-12-23 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     15398fdbe9322933b2acde0bc84cd534726b7dea
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 22:00:17 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 22:00:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15398fdb

gui-apps/gtkgreet: update live ebuild

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 gui-apps/gtkgreet/gtkgreet-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/gtkgreet/gtkgreet-9999.ebuild b/gui-apps/gtkgreet/gtkgreet-9999.ebuild
index f91592b683ff..185ef3ffd2df 100644
--- a/gui-apps/gtkgreet/gtkgreet-9999.ebuild
+++ b/gui-apps/gtkgreet/gtkgreet-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="gtk based greeter for greetd"
 HOMEPAGE="https://git.sr.ht/~kennylevinsen/gtkgreet"


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

* [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/
@ 2024-04-20  7:04 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2024-04-20  7:04 UTC (permalink / raw
  To: gentoo-commits

commit:     1e0c27d4f5b89aaa6ec1cc05e28c9d0c688648c5
Author:     Brett Alcox <brettalcox <AT> gmail <DOT> com>
AuthorDate: Mon Feb 26 22:10:44 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 06:59:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0c27d4

gui-apps/gtkgreet: fix live ebuild

meson_use -> meson_feature

Closes: https://bugs.gentoo.org/814329
Signed-off-by: Brett Alcox <brettalcox <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35545
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 gui-apps/gtkgreet/gtkgreet-9999.ebuild | 4 ++--
 gui-apps/gtkgreet/metadata.xml         | 9 ++++++++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/gui-apps/gtkgreet/gtkgreet-9999.ebuild b/gui-apps/gtkgreet/gtkgreet-9999.ebuild
index 185ef3ffd2df..36f11264ecb0 100644
--- a/gui-apps/gtkgreet/gtkgreet-9999.ebuild
+++ b/gui-apps/gtkgreet/gtkgreet-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -39,7 +39,7 @@ PATCHES=( "${FILESDIR}"/${PN}-0.6-r1-werror.patch )
 src_configure() {
 	local emesonargs=(
 		$(meson_feature man man-pages)
-		$(meson_use layershell)
+		$(meson_feature layershell)
 	)
 	meson_src_configure
 }

diff --git a/gui-apps/gtkgreet/metadata.xml b/gui-apps/gtkgreet/metadata.xml
index b8a743ee7f70..e4f8dcd214df 100644
--- a/gui-apps/gtkgreet/metadata.xml
+++ b/gui-apps/gtkgreet/metadata.xml
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person" proxied="yes">
+		<email>brettalcox@gmail.com</email>
+		<name>Brett Alcox</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 	<use>
 		<flag name="layershell">Enable layer shell support</flag>
 	</use>


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

end of thread, other threads:[~2024-04-20  7:04 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-20  7:04 [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2023-12-23 22:00 Conrad Kostecki
2023-12-23 22:00 Conrad Kostecki
2022-12-27  3:56 Georgy Yakovlev
2022-12-27  3:56 Georgy Yakovlev
2022-08-14 20:06 Sam James
2022-04-29 10:21 Sam James
2021-01-18  8:55 Joonas Niilola
2020-09-14  1:52 Sam James
2020-09-14  1:52 Sam James
2020-07-02 22:36 Georgy Yakovlev
2020-07-02 22:36 Georgy Yakovlev
2020-07-02 22:36 Georgy Yakovlev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox