From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9770F158095 for ; Mon, 29 Aug 2022 19:14:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C894BE08C3; Mon, 29 Aug 2022 19:14:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE060E08C3 for ; Mon, 29 Aug 2022 19:14:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84648340EAB for ; Mon, 29 Aug 2022 19:14:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAA7E57D for ; Mon, 29 Aug 2022 19:14:43 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1661800460.fb7ab158478ebd19c76267608193e255c508b51a.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gmrun/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/gmrun/Manifest x11-misc/gmrun/gmrun-1.4w.ebuild x11-misc/gmrun/metadata.xml X-VCS-Directories: x11-misc/gmrun/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: fb7ab158478ebd19c76267608193e255c508b51a X-VCS-Branch: master Date: Mon, 29 Aug 2022 19:14:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ccc835f7-b51c-4185-bfc0-401e34420a45 X-Archives-Hash: d54d4151a04d007f6e8ce9e6bfdd086b commit: fb7ab158478ebd19c76267608193e255c508b51a Author: Henning Schild hennsch de> AuthorDate: Mon Aug 1 18:37:56 2022 +0000 Commit: Piotr Karbowski gentoo 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 hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/26699 Signed-off-by: Piotr Karbowski 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. - gmrun + WdesktopX/gmrun + + Enable xdf spec for configuration and history file location +