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: Sat, 11 Jul 2020 15:59:46 +0000 (UTC) [thread overview]
Message-ID: <1594483171.4dfbbdfee30e5448e43bacc245ec83a68443f63e.coppens.matthias@gentoo> (raw)
commit: 4dfbbdfee30e5448e43bacc245ec83a68443f63e
Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Sat Jul 11 15:58:26 2020 +0000
Commit: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Sat Jul 11 15:59:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4dfbbdfe
gui-apps/nwg-launchers: New package
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/metadata.xml | 16 ++++++++++++
gui-apps/nwg-launchers/nwg-launchers-9999.ebuild | 32 ++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/gui-apps/nwg-launchers/metadata.xml b/gui-apps/nwg-launchers/metadata.xml
new file mode 100644
index 0000000..60f8909
--- /dev/null
+++ b/gui-apps/nwg-launchers/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>coppens.matthias.abc@gmail.com</email>
+ <description>Matthias Coppens</description>
+ </maintainer>
+ <use>
+ <flag name="bar">Installs nwgbar,
+ a horizontal or vertical button bar.</flag>
+ <flag name="dmenu">Installs nwgdmenu and nwgdmenu_run,
+ GTK dynamic menu windows.</flag>
+ <flag name="grid">Installs nwggrid,
+ a GNOME-like application grid.</flag>
+ </use>
+</pkgmetadata>
diff --git a/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild b/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
new file mode 100644
index 0000000..169b86e
--- /dev/null
+++ b/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
@@ -0,0 +1,32 @@
+# 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"
+
+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)
+}
next reply other threads:[~2020-07-11 15:59 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-11 15:59 Matthias Coppens [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-07-15 7:06 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-launchers/ Matthias Coppens
2020-07-21 20:01 Matthias Coppens
2020-08-04 17:04 Matthias Coppens
2020-08-09 8:27 Matthias Coppens
2020-08-28 6:09 Matthias Coppens
2020-09-13 9:45 Matthias Coppens
2020-09-17 6:55 Matthias Coppens
2020-09-22 8:13 Matthias Coppens
2020-11-05 14:03 Matthias Coppens
2020-11-07 0:04 Matthias Coppens
2021-01-06 8:45 Matthias Coppens
2021-01-30 15:29 Matthias Coppens
2021-07-31 13:12 Matthias Coppens
2021-10-03 9:37 Matthias Coppens
2023-10-18 9:48 Pascal Jäger
2023-10-18 9:48 Pascal Jäger
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=1594483171.4dfbbdfee30e5448e43bacc245ec83a68443f63e.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