From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gmrun/
Date: Mon, 29 Aug 2022 19:14:43 +0000 (UTC) [thread overview]
Message-ID: <1661800460.fb7ab158478ebd19c76267608193e255c508b51a.slashbeast@gentoo> (raw)
commit: fb7ab158478ebd19c76267608193e255c508b51a
Author: Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Mon Aug 1 18:37:56 2022 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 19:14:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7ab158
x11-misc/gmrun: bump version to 1.4w
Closes: https://bugs.gentoo.org/576992
Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/26699
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
x11-misc/gmrun/Manifest | 1 +
x11-misc/gmrun/gmrun-1.4w.ebuild | 36 ++++++++++++++++++++++++++++++++++++
x11-misc/gmrun/metadata.xml | 5 ++++-
3 files changed, 41 insertions(+), 1 deletion(-)
diff --git a/x11-misc/gmrun/Manifest b/x11-misc/gmrun/Manifest
index 0c1fd75d5ce5..8087db6e09bf 100644
--- a/x11-misc/gmrun/Manifest
+++ b/x11-misc/gmrun/Manifest
@@ -1 +1,2 @@
DIST gmrun-0.9.2.tar.gz 66097 BLAKE2B 3b8f253e8d683d02c8b6cc8da3d54103b53c6b9ebd4d90b4675325809f592f407a32532e6f0d3d3a112f5c7b9304eaae75bc3ba7f1e1b372614d95206edf0da3 SHA512 3ce881463c23b6c2c39b4d41ff98f3d4a2b77f45a46d4ac43d8bbf726fcb3769b643436932714f9f5c22b855188928453810468d165af2c2433059a0149d6422
+DIST gmrun-1.4w.tar.xz 43304 BLAKE2B 14c4ffc0770b37d851ad101c7967f691801bf2e95abb8c7fc06abc7c39f94ffac289253febb51bdba6e5237abdea38981e8072ceb997fb410620f691b8fc7ae7 SHA512 3e36304782d4d288abf2e81b4dee60230d262fa9e3ca8ab236d52619f0a226cfa95c8cc830e6506308ed65191ff7295501a9dfe162b54d67ce1f9154d33d9473
diff --git a/x11-misc/gmrun/gmrun-1.4w.ebuild b/x11-misc/gmrun/gmrun-1.4w.ebuild
new file mode 100644
index 000000000000..0d37c5769256
--- /dev/null
+++ b/x11-misc/gmrun/gmrun-1.4w.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/WdesktopX/${PN}.git"
+ EGIT_BRANCH="master"
+else
+ SRC_URI="https://github.com/WdesktopX/${PN}/releases/download/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~mips ~ppc x86"
+fi
+
+DESCRIPTION="A GTK-2 based launcher box with bash style auto completion!"
+HOMEPAGE="https://github.com/WdesktopX/gmrun/"
+
+LICENSE="ISC"
+SLOT="0"
+IUSE="elibc_glibc nls xdg"
+
+RDEPEND="
+ x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ elibc_glibc? ( >=sys-libs/glibc-2.10 )"
+
+src_configure() {
+ econf --disable-gtk2 $(use_enable nls) $(use_enable xdg)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog README.md
+}
diff --git a/x11-misc/gmrun/metadata.xml b/x11-misc/gmrun/metadata.xml
index 55a75350739c..c6596064216b 100644
--- a/x11-misc/gmrun/metadata.xml
+++ b/x11-misc/gmrun/metadata.xml
@@ -18,6 +18,9 @@
features include slim design and bash style auto-completion.
</longdescription>
<upstream>
- <remote-id type="sourceforge">gmrun</remote-id>
+ <remote-id type="github">WdesktopX/gmrun</remote-id>
</upstream>
+ <use>
+ <flag name="xdg">Enable xdf spec for configuration and history file location</flag>
+ </use>
</pkgmetadata>
next reply other threads:[~2022-08-29 19:14 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-29 19:14 Piotr Karbowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-07 17:27 [gentoo-commits] repo/gentoo:master commit in: x11-misc/gmrun/ David Seifert
2022-12-07 15:53 Sam James
2022-12-07 15:47 Sam James
2022-12-07 13:52 David Seifert
2022-09-23 11:16 Florian Schmaus
2022-09-23 11:16 Florian Schmaus
2022-08-29 19:14 Piotr Karbowski
2021-02-07 9:16 Andreas Sturmlechner
2021-02-07 1:07 Sam James
2021-02-04 14:42 Agostino Sarubbo
2021-02-04 14:09 Sam James
2021-01-17 17:50 Piotr Karbowski
2021-01-17 15:49 Jonas Stein
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=1661800460.fb7ab158478ebd19c76267608193e255c508b51a.slashbeast@gentoo \
--to=slashbeast@gentoo.org \
--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