public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mattia Gasparotto" <gasmat04@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlogout/
Date: Thu, 11 Nov 2021 16:16:35 +0000 (UTC)	[thread overview]
Message-ID: <1636647373.1c856af2a184f4c96360ea7837e326eee9a39c8d.gasmat04@gentoo> (raw)

commit:     1c856af2a184f4c96360ea7837e326eee9a39c8d
Author:     Mattia Gasparotto <gasmat04 <AT> gmail <DOT> com>
AuthorDate: Thu Nov 11 16:16:13 2021 +0000
Commit:     Mattia Gasparotto <gasmat04 <AT> gmail <DOT> com>
CommitDate: Thu Nov 11 16:16:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c856af2

gui-apps/wlogout: added new package

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Mattia Gasparotto <gasmat04 <AT> gmail.com>

 gui-apps/wlogout/Manifest             |  1 +
 gui-apps/wlogout/metadata.xml         | 18 ++++++++++++++++
 gui-apps/wlogout/wlogout-1.1.1.ebuild | 39 +++++++++++++++++++++++++++++++++++
 3 files changed, 58 insertions(+)

diff --git a/gui-apps/wlogout/Manifest b/gui-apps/wlogout/Manifest
new file mode 100644
index 000000000..de8c70b9d
--- /dev/null
+++ b/gui-apps/wlogout/Manifest
@@ -0,0 +1 @@
+DIST 1.1.1.tar.gz 540189 BLAKE2B 44831029c85403f3e9eddca38f6936a1c627c6c78c596d0e5fa867133827ff85f10063fbc9324e9f9b42a1951247cf89d98133b82028d223e33ae1ad76b55c40 SHA512 bca5de1c7168a11d418d206276d8715ef0f64e020985872062974f726fd969f78bd631a94d1076039aec20e2e72b4b6de5095da79f58919bfbf7ff2e2fd93ec5

diff --git a/gui-apps/wlogout/metadata.xml b/gui-apps/wlogout/metadata.xml
new file mode 100644
index 000000000..70b26438b
--- /dev/null
+++ b/gui-apps/wlogout/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gasmat04@gmail.com</email>
+		<name>Mattia Gasparotto</name>
+	</maintainer>
+	<use>
+		<flag name="layershell">Enable transparency</flag>
+		<flag name="doc">Install man pages</flag>
+		<flag name="bash-completions">Enable completions for bash shell</flag>
+		<flag name="fish-completions">Enable completions for fish shell</flag>
+		<flag name="zsh-completions">Enable completions for zsh shell</flag>
+	</use>
+	<upstream>
+		<remote-id type="github">ArtsyMacaw/wlogout</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/gui-apps/wlogout/wlogout-1.1.1.ebuild b/gui-apps/wlogout/wlogout-1.1.1.ebuild
new file mode 100644
index 000000000..aa0765bac
--- /dev/null
+++ b/gui-apps/wlogout/wlogout-1.1.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="A wayland based logout menu"
+HOMEPAGE="https://github.com/ArtsyMacaw/wlogout"
+SRC_URI="https://github.com/ArtsyMacaw/${PN}/archive/refs/tags/${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="layershell doc bash-completions fish-completions zsh-completions"
+
+DEPEND="x11-libs/gtk+:=
+		dev-libs/gobject-introspection
+		doc? ( app-text/scdoc )
+		layershell? ( gui-libs/gtk-layer-shell )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature doc man-pages)
+		$(meson_use bash-completions)
+		$(meson_use fish-completions)
+		$(meson_use zsh-completions)
+	)
+	meson_src_configure
+}
+
+src_compile() {
+	meson_src_compile
+}
+
+src_install() {
+	meson_src_install
+}


             reply	other threads:[~2021-11-11 16:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-11 16:16 Mattia Gasparotto [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-13 20:47 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlogout/ Mattia Gasparotto
2021-11-21  9:08 Mattia Gasparotto
2021-11-21  9:46 Mattia Gasparotto
2021-12-15 11:02 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-12-15 11:02 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2024-08-06  8:58 Mattéo Rossillol‑‑Laruelle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1636647373.1c856af2a184f4c96360ea7837e326eee9a39c8d.gasmat04@gentoo \
    --to=gasmat04@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox