public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Coppens" <coppens.matthias.abc@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-launchers/
Date: Wed, 15 Jul 2020 07:06:10 +0000 (UTC)	[thread overview]
Message-ID: <1594796745.3c00d6c0ff46120d685fae5677d1b87b8d0c5eaf.coppens.matthias@gentoo> (raw)

commit:     3c00d6c0ff46120d685fae5677d1b87b8d0c5eaf
Author:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Wed Jul 15 06:53:37 2020 +0000
Commit:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Wed Jul 15 07:05:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c00d6c0

gui-apps/nwg-launchers: Stable version 0.2.0

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>

 gui-apps/nwg-launchers/Manifest                   |  1 +
 gui-apps/nwg-launchers/metadata.xml               |  2 +-
 gui-apps/nwg-launchers/nwg-launchers-0.2.0.ebuild | 33 +++++++++++++++++++++++
 3 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/gui-apps/nwg-launchers/Manifest b/gui-apps/nwg-launchers/Manifest
new file mode 100644
index 0000000..aa38694
--- /dev/null
+++ b/gui-apps/nwg-launchers/Manifest
@@ -0,0 +1 @@
+DIST nwg-launchers-0.2.0.tar.gz 43240 BLAKE2B e026faaa272d2c0b71a4140d3a0dd6bad9b40a528a3d49819197ad93a833a2263048c56287058f70fa50a7c0de503b8b3d84fa1a0271b3c906d107c582d61d3c SHA512 4f04c8bae4a3cf8869d66b833d9528fffb65f27a04e254c38133f2cd3b046b2db3cdc61dec90c958f009ea79e68313741f71b29bc15a04f4905f0853b3b55553

diff --git a/gui-apps/nwg-launchers/metadata.xml b/gui-apps/nwg-launchers/metadata.xml
index 60f8909..5059c72 100644
--- a/gui-apps/nwg-launchers/metadata.xml
+++ b/gui-apps/nwg-launchers/metadata.xml
@@ -8,7 +8,7 @@
     <use>
         <flag name="bar">Installs nwgbar,
             a horizontal or vertical button bar.</flag>
-        <flag name="dmenu">Installs nwgdmenu and nwgdmenu_run,
+        <flag name="dmenu">Installs nwgdmenu,
             GTK dynamic menu windows.</flag>
         <flag name="grid">Installs nwggrid,
             a GNOME-like application grid.</flag>

diff --git a/gui-apps/nwg-launchers/nwg-launchers-0.2.0.ebuild b/gui-apps/nwg-launchers/nwg-launchers-0.2.0.ebuild
new file mode 100644
index 0000000..0ba68bd
--- /dev/null
+++ b/gui-apps/nwg-launchers/nwg-launchers-0.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_REPO_URI="https://github.com/nwg-piotr/${PN}"
+case "${PV}" in
+	9999)
+		inherit git-r3
+		;;
+	*)
+		SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+esac
+inherit meson
+
+DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
+HOMEPAGE="${EGIT_REPO_URI}"
+LICENSE="GPL-3"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	x11-libs/gtk+:3
+	dev-cpp/gtkmm:3.0
+	dev-cpp/nlohmann_json"
+DEPEND="${RDEPEND}"
+
+IUSE="+bar +dmenu +grid"
+
+src_configure() {
+	meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid)
+}


             reply	other threads:[~2020-07-15  7:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-15  7:06 Matthias Coppens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-18  9:48 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-launchers/ Pascal Jäger
2023-10-18  9:48 Pascal Jäger
2021-10-03  9:37 Matthias Coppens
2021-07-31 13:12 Matthias Coppens
2021-01-30 15:29 Matthias Coppens
2021-01-06  8:45 Matthias Coppens
2020-11-07  0:04 Matthias Coppens
2020-11-05 14:03 Matthias Coppens
2020-09-22  8:13 Matthias Coppens
2020-09-17  6:55 Matthias Coppens
2020-09-13  9:45 Matthias Coppens
2020-08-28  6:09 Matthias Coppens
2020-08-09  8:27 Matthias Coppens
2020-08-04 17:04 Matthias Coppens
2020-07-21 20:01 Matthias Coppens
2020-07-11 15:59 Matthias Coppens

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=1594796745.3c00d6c0ff46120d685fae5677d1b87b8d0c5eaf.coppens.matthias@gentoo \
    --to=coppens.matthias.abc@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