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 0029015808B for ; Mon, 19 Feb 2024 11:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 013ACE2A36; Mon, 19 Feb 2024 11:08:11 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D211BE2A36 for ; Mon, 19 Feb 2024 11:08:10 +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 E3A323430D5 for ; Mon, 19 Feb 2024 11:08:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BDD514C9 for ; Mon, 19 Feb 2024 11:08:08 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1708340779.f279ba4ae27f3f637cc8e3dd8a71e25fd652bf6d.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/bruno-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/bruno-bin/Manifest dev-util/bruno-bin/bruno-bin-1.9.0.ebuild dev-util/bruno-bin/metadata.xml X-VCS-Directories: dev-util/bruno-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f279ba4ae27f3f637cc8e3dd8a71e25fd652bf6d X-VCS-Branch: master Date: Mon, 19 Feb 2024 11:08:08 +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: aaf5d775-8a93-4ca1-a458-5d3b64acefba X-Archives-Hash: 0656533a23145fae2789783b8e57981c commit: f279ba4ae27f3f637cc8e3dd8a71e25fd652bf6d Author: Martin Mokry users noreply github com> AuthorDate: Sun Nov 5 21:17:57 2023 +0000 Commit: David Roman gmail com> CommitDate: Mon Feb 19 11:06:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f279ba4a dev-util/bruno-bin: New package Signed-off-by: Martin Mokry protonmail.com> Signed-off-by: David Roman gmail.com> Closes: https://github.com/gentoo/guru/pull/116 dev-util/bruno-bin/Manifest | 1 + dev-util/bruno-bin/bruno-bin-1.9.0.ebuild | 66 +++++++++++++++++++++++++++++++ dev-util/bruno-bin/metadata.xml | 15 +++++++ 3 files changed, 82 insertions(+) diff --git a/dev-util/bruno-bin/Manifest b/dev-util/bruno-bin/Manifest new file mode 100644 index 0000000000..b84b08ed5d --- /dev/null +++ b/dev-util/bruno-bin/Manifest @@ -0,0 +1 @@ +DIST bruno_1.9.0_amd64_linux.deb 70437288 BLAKE2B 90b4d169e6f378cb9a12ebe40e05819d36bd84f970cb87debcd0e78b06442be6d2541f474467967df2fcf43294a7750d94527c84d0f6accf244c4399959a677a SHA512 a921c2c110f64b4fb30fa4ac2fe898bd3727f49a37c1e2c18c69e7579a007d9396e438c7788aeecfb17ef1f67e95431ed0f308ee010989d5ee79edae13d993c1 diff --git a/dev-util/bruno-bin/bruno-bin-1.9.0.ebuild b/dev-util/bruno-bin/bruno-bin-1.9.0.ebuild new file mode 100644 index 0000000000..40437c4da5 --- /dev/null +++ b/dev-util/bruno-bin/bruno-bin-1.9.0.ebuild @@ -0,0 +1,66 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN="${PN/-bin/}" + +inherit desktop unpacker xdg + +DESCRIPTION="Opensource IDE For Exploring and Testing Api's" +HOMEPAGE=" + https://www.usebruno.com/ + https://github.com/usebruno/bruno +" +SRC_URI="https://github.com/usebruno/${PN%-*}/releases/download/v${PV}/${PN%-*}_${PV}_amd64_linux.deb" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="fontconfig cups alsa dbus accessibility" + +RDEPEND=" + dev-libs/glib + dev-libs/nss + dev-libs/nspr + app-accessibility/at-spi2-core + x11-libs/libdrm + x11-libs/gtk+ + x11-libs/pango + x11-libs/cairo + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXrandr + media-libs/mesa + dev-libs/expat + x11-libs/libxcb + x11-libs/libxkbcommon + sys-devel/gcc + alsa? ( media-libs/alsa-lib ) + cups? ( net-print/cups ) + dbus? ( sys-apps/dbus ) + fontconfig? ( media-libs/fontconfig:1.0 ) + accessibility? ( app-accessibility/at-spi2-core ) +" + +S="$WORKDIR" + +src_install() { + for size in 16x16 32x32 48x48 128x128 256x256 512x512 1024x1024; do + doicon -s "${size}" usr/share/icons/hicolor/"${size}"/apps/bruno.png + done + dosym ../icons/hicolor/512x512/apps/bruno.png \ + /usr/share/pixmaps/bruno.png + + domenu usr/share/applications/bruno.desktop + + insinto /opt/Bruno + doins -r opt/Bruno/. + fperms +x /opt/Bruno/bruno + fperms +x /opt/Bruno/chrome-sandbox + fperms +x /opt/Bruno/chrome_crashpad_handler + dosym ../Bruno/bruno opt/bin/bruno +} diff --git a/dev-util/bruno-bin/metadata.xml b/dev-util/bruno-bin/metadata.xml new file mode 100644 index 0000000000..6838014d61 --- /dev/null +++ b/dev-util/bruno-bin/metadata.xml @@ -0,0 +1,15 @@ + + + + + martin-kokos@protonmail.com + Martin Mokry + + + usebruno/bruno + + anoop.md1421@gmail.com + Anoop M D + + + 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 A754C15808B for ; Mon, 19 Feb 2024 11:07:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEF84E29A0; Mon, 19 Feb 2024 11:07:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75AEAE29A0 for ; Mon, 19 Feb 2024 11:07:09 +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 5EB62343052 for ; Mon, 19 Feb 2024 11:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFEB014AA for ; Mon, 19 Feb 2024 11:07:06 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1708340779.f279ba4ae27f3f637cc8e3dd8a71e25fd652bf6d.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/bruno-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/bruno-bin/Manifest dev-util/bruno-bin/bruno-bin-1.9.0.ebuild dev-util/bruno-bin/metadata.xml X-VCS-Directories: dev-util/bruno-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f279ba4ae27f3f637cc8e3dd8a71e25fd652bf6d X-VCS-Branch: dev Date: Mon, 19 Feb 2024 11:07:06 +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: d5eee028-4f25-4298-8a19-8f942fe34807 X-Archives-Hash: 049eb754822ee15790d8d8ef98365fa7 Message-ID: <20240219110706.m9hunjeUQUMjsRXih6Wrx2XwARy5cy95VYwVnEavyX0@z> commit: f279ba4ae27f3f637cc8e3dd8a71e25fd652bf6d Author: Martin Mokry users noreply github com> AuthorDate: Sun Nov 5 21:17:57 2023 +0000 Commit: David Roman gmail com> CommitDate: Mon Feb 19 11:06:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f279ba4a dev-util/bruno-bin: New package Signed-off-by: Martin Mokry protonmail.com> Signed-off-by: David Roman gmail.com> Closes: https://github.com/gentoo/guru/pull/116 dev-util/bruno-bin/Manifest | 1 + dev-util/bruno-bin/bruno-bin-1.9.0.ebuild | 66 +++++++++++++++++++++++++++++++ dev-util/bruno-bin/metadata.xml | 15 +++++++ 3 files changed, 82 insertions(+) diff --git a/dev-util/bruno-bin/Manifest b/dev-util/bruno-bin/Manifest new file mode 100644 index 0000000000..b84b08ed5d --- /dev/null +++ b/dev-util/bruno-bin/Manifest @@ -0,0 +1 @@ +DIST bruno_1.9.0_amd64_linux.deb 70437288 BLAKE2B 90b4d169e6f378cb9a12ebe40e05819d36bd84f970cb87debcd0e78b06442be6d2541f474467967df2fcf43294a7750d94527c84d0f6accf244c4399959a677a SHA512 a921c2c110f64b4fb30fa4ac2fe898bd3727f49a37c1e2c18c69e7579a007d9396e438c7788aeecfb17ef1f67e95431ed0f308ee010989d5ee79edae13d993c1 diff --git a/dev-util/bruno-bin/bruno-bin-1.9.0.ebuild b/dev-util/bruno-bin/bruno-bin-1.9.0.ebuild new file mode 100644 index 0000000000..40437c4da5 --- /dev/null +++ b/dev-util/bruno-bin/bruno-bin-1.9.0.ebuild @@ -0,0 +1,66 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN="${PN/-bin/}" + +inherit desktop unpacker xdg + +DESCRIPTION="Opensource IDE For Exploring and Testing Api's" +HOMEPAGE=" + https://www.usebruno.com/ + https://github.com/usebruno/bruno +" +SRC_URI="https://github.com/usebruno/${PN%-*}/releases/download/v${PV}/${PN%-*}_${PV}_amd64_linux.deb" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="fontconfig cups alsa dbus accessibility" + +RDEPEND=" + dev-libs/glib + dev-libs/nss + dev-libs/nspr + app-accessibility/at-spi2-core + x11-libs/libdrm + x11-libs/gtk+ + x11-libs/pango + x11-libs/cairo + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXrandr + media-libs/mesa + dev-libs/expat + x11-libs/libxcb + x11-libs/libxkbcommon + sys-devel/gcc + alsa? ( media-libs/alsa-lib ) + cups? ( net-print/cups ) + dbus? ( sys-apps/dbus ) + fontconfig? ( media-libs/fontconfig:1.0 ) + accessibility? ( app-accessibility/at-spi2-core ) +" + +S="$WORKDIR" + +src_install() { + for size in 16x16 32x32 48x48 128x128 256x256 512x512 1024x1024; do + doicon -s "${size}" usr/share/icons/hicolor/"${size}"/apps/bruno.png + done + dosym ../icons/hicolor/512x512/apps/bruno.png \ + /usr/share/pixmaps/bruno.png + + domenu usr/share/applications/bruno.desktop + + insinto /opt/Bruno + doins -r opt/Bruno/. + fperms +x /opt/Bruno/bruno + fperms +x /opt/Bruno/chrome-sandbox + fperms +x /opt/Bruno/chrome_crashpad_handler + dosym ../Bruno/bruno opt/bin/bruno +} diff --git a/dev-util/bruno-bin/metadata.xml b/dev-util/bruno-bin/metadata.xml new file mode 100644 index 0000000000..6838014d61 --- /dev/null +++ b/dev-util/bruno-bin/metadata.xml @@ -0,0 +1,15 @@ + + + + + martin-kokos@protonmail.com + Martin Mokry + + + usebruno/bruno + + anoop.md1421@gmail.com + Anoop M D + + +