From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-launchers/
Date: Sun, 12 Jul 2020 11:57:36 +0000 (UTC) [thread overview]
Message-ID: <1594483171.4dfbbdfee30e5448e43bacc245ec83a68443f63e.andrewammerlaan@gentoo> (raw)
commit: 4dfbbdfee30e5448e43bacc245ec83a68443f63e
Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Sat Jul 11 15:58:26 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
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-12 11:57 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-12 11:57 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-07-16 8:46 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-launchers/ Andrew Ammerlaan
2020-07-22 14:01 Andrew Ammerlaan
2020-08-05 8:33 Andrew Ammerlaan
2020-08-09 21:00 Andrew Ammerlaan
2020-08-28 15:26 Andrew Ammerlaan
2020-09-15 8:37 Andrew Ammerlaan
2020-09-17 15:32 Andrew Ammerlaan
2020-09-22 11:13 Andrew Ammerlaan
2020-11-08 11:13 Andrew Ammerlaan
2020-11-08 11:13 Andrew Ammerlaan
2021-01-06 9:15 Andrew Ammerlaan
2021-01-30 19:44 Andrew Ammerlaan
2021-08-03 8:45 Andrew Ammerlaan
2023-10-19 7:17 Viorel Munteanu
2023-10-19 7:17 Viorel Munteanu
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.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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