From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78D2F138359 for ; Thu, 2 Jul 2020 22:36:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77BDFE08E0; Thu, 2 Jul 2020 22:36:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DDC6E08E0 for ; Thu, 2 Jul 2020 22:36:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0FDD34F168 for ; Thu, 2 Jul 2020 22:36:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB51A2CA for ; Thu, 2 Jul 2020 22:36:27 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1593729368.8fac2f95e7b264c1ced23c8b759e0900cf4c26b4.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/gtkgreet/Manifest gui-apps/gtkgreet/gtkgreet-0.6.ebuild gui-apps/gtkgreet/gtkgreet-9999.ebuild gui-apps/gtkgreet/metadata.xml X-VCS-Directories: gui-apps/gtkgreet/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 8fac2f95e7b264c1ced23c8b759e0900cf4c26b4 X-VCS-Branch: master Date: Thu, 2 Jul 2020 22:36:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0695a007-2ed3-4e10-879f-f9a42185ae0f X-Archives-Hash: 7ba14e6daccc1d02385ae0e720a7895a commit: 8fac2f95e7b264c1ced23c8b759e0900cf4c26b4 Author: Aisha Tammy aisha cc> AuthorDate: Sat Jun 13 15:16:02 2020 +0000 Commit: Georgy Yakovlev gentoo 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 aisha.cc> Signed-off-by: Georgy Yakovlev 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 @@ + + + + + gentoo@aisha.cc + Aisha Tammy + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Enable layer shell support + Build and install man pages + +