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 43C5F158020 for ; Sun, 4 Dec 2022 23:58:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2F42E079E; Sun, 4 Dec 2022 23:58:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C76D7E0798 for ; Sun, 4 Dec 2022 23:58:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0097A341261 for ; Sun, 4 Dec 2022 23:58:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95850772 for ; Sun, 4 Dec 2022 23:58:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1670198177.ca9bceafa85cbe3ed4580ec8d09df7a8adc72ac9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/files/, x11-misc/trayer-srg/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/trayer-srg/files/trayer-srg-1.1.8-avoid-prestripping-of-files.patch x11-misc/trayer-srg/trayer-srg-1.1.8-r2.ebuild X-VCS-Directories: x11-misc/trayer-srg/files/ x11-misc/trayer-srg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ca9bceafa85cbe3ed4580ec8d09df7a8adc72ac9 X-VCS-Branch: master Date: Sun, 4 Dec 2022 23:58:01 +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: 8db16465-53b3-4d86-9598-3e051189632e X-Archives-Hash: 98436b01bab26f44a1cac11a19c83f0b commit: ca9bceafa85cbe3ed4580ec8d09df7a8adc72ac9 Author: Pascal Jäger leimstift de> AuthorDate: Sat Dec 3 16:29:53 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 4 23:56:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca9bceaf x11-misc/trayer-srg: revbump, fix prestripping of files Closes: https://bugs.gentoo.org/837260 Signed-off-by: Pascal Jäger leimstift.de> Signed-off-by: Sam James gentoo.org> ...yer-srg-1.1.8-avoid-prestripping-of-files.patch | 35 +++++++++++++++++++ x11-misc/trayer-srg/trayer-srg-1.1.8-r2.ebuild | 39 ++++++++++++++++++++++ 2 files changed, 74 insertions(+) diff --git a/x11-misc/trayer-srg/files/trayer-srg-1.1.8-avoid-prestripping-of-files.patch b/x11-misc/trayer-srg/files/trayer-srg-1.1.8-avoid-prestripping-of-files.patch new file mode 100644 index 000000000000..9b60893e0d08 --- /dev/null +++ b/x11-misc/trayer-srg/files/trayer-srg-1.1.8-avoid-prestripping-of-files.patch @@ -0,0 +1,35 @@ +From 5414b1b6f89238d60e160f580ee36505b0988447 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Pascal=20J=C3=A4ger?= +Date: Sat, 3 Dec 2022 17:24:58 +0100 +Subject: [PATCH] avoid prestripping of files +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Bug: https://bugs.gentoo.org/837260 + +Signed-off-by: Pascal Jäger +--- + Makefile | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/Makefile b/Makefile +index d530e25..380b46f 100644 +--- a/Makefile ++++ b/Makefile +@@ -20,9 +20,9 @@ endif + TARGET = trayer + $(TARGET): $(OBJ) + $(CC) $(LDFLAGS) $(OBJ) -o $@ $(LIBS) +-ifeq (,$(DEVEL)) +- strip $@ +-endif ++# ifeq (,$(DEVEL)) ++# strip $@ ++# endif + + all: $(TARGET) + +-- +2.38.1 + diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.8-r2.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.8-r2.ebuild new file mode 100644 index 000000000000..66b135e9ea5f --- /dev/null +++ b/x11-misc/trayer-srg/trayer-srg-1.1.8-r2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="trayer fork with multi monitor support and cleaned up codebase" +HOMEPAGE="https://github.com/sargon/trayer-srg" +SRC_URI="https://github.com/sargon/${PN}/archive/${P/-srg/}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-trayer-${PV} + +LICENSE="MIT GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + x11-libs/gdk-pixbuf:2 + dev-libs/glib:2 + x11-libs/gtk+:2 + x11-libs/libX11 +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +PATCHES=( "${FILESDIR}/${P}-avoid-prestripping-of-files.patch" ) + +src_configure() { + ./configure --prefix="${EPREFIX}" || die +} + +src_compile() { + emake TARGET=${PN} CC="$(tc-getCC)" +} + +src_install() { + dobin ${PN} + einstalldocs +}