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, 6 Jan 2021 08:45:18 +0000 (UTC) [thread overview]
Message-ID: <1609922651.1f90f250239392dda6a6650bcae65f7fee6f5008.coppens.matthias@gentoo> (raw)
commit: 1f90f250239392dda6a6650bcae65f7fee6f5008
Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Wed Jan 6 08:44:11 2021 +0000
Commit: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Wed Jan 6 08:44:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f90f250
gui-apps/nwg-launchers: Version bump 0.4.3 + cleanup
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>
gui-apps/nwg-launchers/Manifest | 2 +-
gui-apps/nwg-launchers/nwg-launchers-0.4.1.ebuild | 34 ----------------------
.../nwg-launchers/nwg-launchers-0.4.2-r1.ebuild | 6 ++--
...ers-0.4.2.ebuild => nwg-launchers-0.4.3.ebuild} | 17 +++++++----
gui-apps/nwg-launchers/nwg-launchers-9999.ebuild | 6 ++--
5 files changed, 21 insertions(+), 44 deletions(-)
diff --git a/gui-apps/nwg-launchers/Manifest b/gui-apps/nwg-launchers/Manifest
index 823953f3..ffcd138f 100644
--- a/gui-apps/nwg-launchers/Manifest
+++ b/gui-apps/nwg-launchers/Manifest
@@ -1,2 +1,2 @@
-DIST nwg-launchers-0.4.1.tar.gz 49118 BLAKE2B db8344c2138a71e617218c7c9bc277e759e3f055867804cef6253a865ee0b738a5926271f0c00e33661a8a4cf61dcc15d8df948280703ef8c4ac504aa5c7982f SHA512 51b97535f7db691a0fed39a993a66835aa1190a1623800cc6c9454d416dfd5277510c310f4210753c5ceabb864cd8445b83d13dff59792459b5defaf0598cdad
DIST nwg-launchers-0.4.2.tar.gz 49127 BLAKE2B f09f957c4c8f4c41d11d953abbc59d096a64a8ab51d6a57bcfacbe127580fa0476f0d72ab37d87a2d49c2b76596f8fd35369b66ea6fa9b32f7050dc3f29cb6c4 SHA512 6489c34e8f72ed6bd5a684b1a87e3d2611e4ee7bd48840105af91dfc0f95a29b0ff801aa90f793b82b49a31f5001f61329a029f0c63e028933223d195efdd52a
+DIST nwg-launchers-0.4.3.tar.gz 50615 BLAKE2B ff10a4438f371e8cf3166dc289dfe6a2266d8a332d50312563e0878b786e4e214c9828cf8d424ba552f3d07a36b30e922b7c381b386d315e784862ca8c979086 SHA512 6e280868019c3a657f49e48439efbe98d7ddf387cabeb03f41f987d060ef0b07e9bdd2e685fa462ade6baa9d867512b40d671e5085684451986801b339f28534
diff --git a/gui-apps/nwg-launchers/nwg-launchers-0.4.1.ebuild b/gui-apps/nwg-launchers/nwg-launchers-0.4.1.ebuild
deleted file mode 100644
index dee57da3..00000000
--- a/gui-apps/nwg-launchers/nwg-launchers-0.4.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ "${PV}" == 9999 ]]
-then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-launchers.git"
-else
- SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-inherit meson
-
-DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
-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"
-
-RESTRICT="mirror test"
-
-src_configure() {
- meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid)
-}
diff --git a/gui-apps/nwg-launchers/nwg-launchers-0.4.2-r1.ebuild b/gui-apps/nwg-launchers/nwg-launchers-0.4.2-r1.ebuild
index 914a82d8..8b266407 100644
--- a/gui-apps/nwg-launchers/nwg-launchers-0.4.2-r1.ebuild
+++ b/gui-apps/nwg-launchers/nwg-launchers-0.4.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ else
SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
-inherit meson
+inherit meson xdg
DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
@@ -25,6 +25,8 @@ RDEPEND="
dev-cpp/nlohmann_json"
DEPEND="${RDEPEND}"
+RESTRICT="mirror"
+
IUSE="+bar +dmenu +grid"
src_configure() {
diff --git a/gui-apps/nwg-launchers/nwg-launchers-0.4.2.ebuild b/gui-apps/nwg-launchers/nwg-launchers-0.4.3.ebuild
similarity index 77%
rename from gui-apps/nwg-launchers/nwg-launchers-0.4.2.ebuild
rename to gui-apps/nwg-launchers/nwg-launchers-0.4.3.ebuild
index dc44e26d..8b266407 100644
--- a/gui-apps/nwg-launchers/nwg-launchers-0.4.2.ebuild
+++ b/gui-apps/nwg-launchers/nwg-launchers-0.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,11 +11,11 @@ else
SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
-inherit meson
+inherit meson xdg
DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
-LICENSE="GPL-3"
+LICENSE="GPL-3 CC-BY-SA-3.0"
SLOT="0"
@@ -25,10 +25,17 @@ RDEPEND="
dev-cpp/nlohmann_json"
DEPEND="${RDEPEND}"
-IUSE="+bar +dmenu +grid"
-
RESTRICT="mirror"
+IUSE="+bar +dmenu +grid"
+
src_configure() {
meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid)
}
+
+src_install() {
+ meson_src_install
+
+ insinto /usr/share/icons/nwg-launchers
+ doins -r "${FILESDIR}"/.
+}
diff --git a/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild b/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
index 914a82d8..8b266407 100644
--- a/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
+++ b/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ else
SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
-inherit meson
+inherit meson xdg
DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
@@ -25,6 +25,8 @@ RDEPEND="
dev-cpp/nlohmann_json"
DEPEND="${RDEPEND}"
+RESTRICT="mirror"
+
IUSE="+bar +dmenu +grid"
src_configure() {
next reply other threads:[~2021-01-06 8:45 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-06 8:45 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
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-15 7:06 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=1609922651.1f90f250239392dda6a6650bcae65f7fee6f5008.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