public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-client/zen-bin/
Date: Fri, 20 Dec 2024 15:00:13 +0000 (UTC)	[thread overview]
Message-ID: <1734706094.1d18c9bcba316f68ba5e3b07836177388d51c9c0.julien@gentoo> (raw)
Message-ID: <20241220150013.FinETWG4sseoNq8Xx_0YyNuA83NCe1qvGApZmRZK_ZM@z> (raw)

commit:     1d18c9bcba316f68ba5e3b07836177388d51c9c0
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Dec 20 14:48:14 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Dec 20 14:48:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d18c9bc

www-client/zen-bin: add 1.0.2_beta3

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 www-client/zen-bin/Manifest                   |  1 +
 www-client/zen-bin/zen-bin-1.0.2_beta3.ebuild | 88 +++++++++++++++++++++++++++
 2 files changed, 89 insertions(+)

diff --git a/www-client/zen-bin/Manifest b/www-client/zen-bin/Manifest
index 1a4825b90..ccabafa27 100644
--- a/www-client/zen-bin/Manifest
+++ b/www-client/zen-bin/Manifest
@@ -1,2 +1,3 @@
 DIST zen-bin-1.0.2_beta1.tar.bz2 94269909 BLAKE2B 84174e4ef564bc7ca4877764998534fd00a457b21f9c5d94838b7aa6908fe666b4b02e4c85f6547dd4b0608997e995af3f611407bc0fd258d67f019ab59978c4 SHA512 74539f859d0ce5f84799695dfb472423c446a1f1a3d3185e29545b6121a0a50b783e26143628574abb845ce7d67e90abd51f5a1066b6131c5222b0fe6c3ddf1f
 DIST zen-bin-1.0.2_beta2.tar.bz2 94354940 BLAKE2B 88ce300b580775a3995eddab158d2411ac85d081c0c60e5e43a0d93be0c263f61018bd584803cd7c6a962f80314f4c49d469e593f8fee3e3c2fe98df3b351543 SHA512 e05445799b758ae4a97257bf283edb5f499077897e70f9df12a49b36ab982a68f8678d3484e54fb2713d7dcdded0c15458f7b9e55d478f90b70c88bd9825fd6b
+DIST zen-bin-1.0.2_beta3.tar.bz2 94354719 BLAKE2B 91778a21c8576aa7ec598ffe8fdc05fd7a90f7b042b4fd361092be8751a33e2a9a48922f5e823470d06901e6be5ddc2210ba728ffd36d08a71f30ee80deca0b1 SHA512 939e1f06a16816a5ddac1f4b3c8acd4bbd93064956e1f0bd05f879d1feb20f3240bb5839c201209e23c52d4de5263dfedb9881f8119765b65785433a2820c9e1

diff --git a/www-client/zen-bin/zen-bin-1.0.2_beta3.ebuild b/www-client/zen-bin/zen-bin-1.0.2_beta3.ebuild
new file mode 100644
index 000000000..7b5ba3846
--- /dev/null
+++ b/www-client/zen-bin/zen-bin-1.0.2_beta3.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils desktop
+
+MY_PV="${PV/_beta/-b.}"
+MY_P="zen"
+
+DESCRIPTION="Zen Browser - A Firefox-based browser focused on privacy"
+HOMEPAGE="https://github.com/zen-browser/desktop"
+SRC_URI="https://github.com/zen-browser/desktop/releases/download/${MY_PV}/${MY_P}.linux-specific.tar.bz2 -> ${P}.tar.bz2"
+
+S="${WORKDIR}"
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-libs/alsa-lib
+	media-libs/fontconfig
+	media-libs/freetype
+	media-libs/mesa
+	net-print/cups
+	sys-apps/dbus
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf
+	x11-libs/gtk+:3
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXcursor
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXi
+	x11-libs/libXrandr
+	x11-libs/libXrender
+	x11-libs/libXtst
+	x11-libs/pango
+"
+
+DEPEND="${RDEPEND}"
+
+QA_PREBUILT="opt/zen/*"
+
+src_install() {
+	#create dest dir
+	local destdir="/opt/zen"
+	dodir "${destdir}"
+	#copy files into dest dir
+	cp -a "${S}/zen"/* "${ED}${destdir}" || die
+	#create a symlink to the binary
+	dosym "${destdir}/zen-bin" "/usr/bin/zen-bin" || die
+	#add icons
+	local icon_dir="${ED}${destdir}/browser/chrome/icons/default"
+	if [[ -d "${icon_dir}" ]]; then
+		for size in 16 32 48 64 128; do
+			if [[ -f "${icon_dir}/default${size}.png" ]]; then
+				newicon -s ${size} "${icon_dir}/default${size}.png" zen.png
+			fi
+		done
+	else
+		ewarn "Icon directory not found, skipping icon installation"
+	fi
+	#create desktop file
+	make_desktop_entry zen-bin "Zen" zen "Network;WebBrowser"
+	#handle permissions of destdir files
+	fperms 0755 "${destdir}"/{zen-bin,updater,glxtest,vaapitest}
+	fperms 0750 "${destdir}"/pingsender
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+	xdg_desktop_database_update
+	elog "For optimal performance and compatibility, please ensure"
+	elog "that you have the latest graphics drivers installed."
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+	xdg_desktop_database_update
+}


             reply	other threads:[~2024-12-20 15:00 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-20 14:55 Julien Roy [this message]
2024-12-20 15:00 ` [gentoo-commits] repo/proj/guru:master commit in: www-client/zen-bin/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2025-01-23 13:38 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2025-01-23 13:38 Julien Roy
2025-01-22 15:29 Julien Roy
2025-01-22 15:29 Julien Roy
2025-01-11 23:34 Julien Roy
2025-01-10 15:42 Julien Roy
2025-01-10 15:42 Julien Roy
2024-12-25 14:03 Julien Roy
2024-12-25 14:03 Julien Roy
2024-12-24 14:28 Julien Roy
2024-12-24 14:28 Julien Roy
2024-12-20 14:55 Julien Roy
2024-12-15 18:02 Julien Roy
2024-12-15 18:02 Julien Roy
2024-12-12  9:39 Michal Vu
2024-12-11 11:37 Michal Vu
2024-12-11 11:36 Michal Vu
2024-12-11 11:34 Michal Vu
2024-12-02 13:41 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-12-02 12:43 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-12-02 12:43 Julien Roy
2024-12-02 12:43 Julien Roy
2024-11-18 13:26 Michal Vu
2024-11-18 13:24 Michal Vu
2024-11-04 10:42 Michal Vu
2024-10-24 14:06 Michal Vu
2024-10-16  8:33 Michal Vu
2024-10-16  8:21 Michal Vu
2024-10-02 22:31 Michal Vu
2024-09-26 16:55 Michal Vu
2024-09-23 20:56 Michal Vu
2024-09-23 20:54 Michal Vu
2024-09-10 20:54 Michal Vu
2024-09-07 10:13 Michal Vu
2024-09-04 20:25 Michal Vu
2024-09-04 20:24 Michal Vu
2024-08-31 10:38 Michal Vu

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=1734706094.1d18c9bcba316f68ba5e3b07836177388d51c9c0.julien@gentoo \
    --to=julien@jroy.ca \
    --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