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 7976C158083 for ; Wed, 11 Sep 2024 18:58:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89EE8E29E2; Wed, 11 Sep 2024 18:58:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6E024E29E2 for ; Wed, 11 Sep 2024 18:58:15 +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 ABA9A341B52 for ; Wed, 11 Sep 2024 18:58:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ABE21952 for ; Wed, 11 Sep 2024 18:58:13 +0000 (UTC) From: "Jonas Frei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Frei" Message-ID: <1726081065.cba9edadcede7fe52c669409dcfeffacc4041e16.freijon@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/fuzzel/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/fuzzel/Manifest gui-apps/fuzzel/fuzzel-1.11.0.ebuild X-VCS-Directories: gui-apps/fuzzel/ X-VCS-Committer: freijon X-VCS-Committer-Name: Jonas Frei X-VCS-Revision: cba9edadcede7fe52c669409dcfeffacc4041e16 X-VCS-Branch: dev Date: Wed, 11 Sep 2024 18:58:13 +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: 5be07219-c781-4180-8ffe-cf91e5a9b621 X-Archives-Hash: 1b05c96a435b6c8186ad9d0d5a08cb8e commit: cba9edadcede7fe52c669409dcfeffacc4041e16 Author: Jonas Frei pm me> AuthorDate: Wed Sep 11 18:57:45 2024 +0000 Commit: Jonas Frei pm me> CommitDate: Wed Sep 11 18:57:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cba9edad gui-apps/fuzzel: add 1.11.0 Signed-off-by: Jonas Frei pm.me> gui-apps/fuzzel/Manifest | 1 + gui-apps/fuzzel/fuzzel-1.11.0.ebuild | 57 ++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/gui-apps/fuzzel/Manifest b/gui-apps/fuzzel/Manifest index 2bba26ea1..f08e976da 100644 --- a/gui-apps/fuzzel/Manifest +++ b/gui-apps/fuzzel/Manifest @@ -1,2 +1,3 @@ DIST fuzzel-1.10.2.tar.gz 440973 BLAKE2B 201d5ac43629ead9f2dcbc55f97e6847ec9c39fc6b8d4c48ad286a0a45c89a685464ea113f04179378d775ffe93ee1dfe4a99cd13b0797df374e6d3948772c0f SHA512 bc2a3780838ae4a68f23cd9c5e240576cb79c8c29fe5a2069628f3763670139d9c19695b55fbc10cf16affcf8527bedcef0524e374d406e698be8c4afb7a2579 +DIST fuzzel-1.11.0.tar.gz 473635 BLAKE2B 046eef81998ab89b710c225f5df79a64d7f5d38d247f9bc2c3efcd569106562d2b66574f1c0f3348b38ff92655f714e07495dc4870dfb8eb97158dd5442452fd SHA512 d52bb149f786a652576bf47f2167dde38d273825a6c59d362fa1f50b29b06da4eb6ca0605df481271e0016eff09aafb40ab61228e51ac93fb7bbe98428bd0c3f DIST fuzzel-1.9.2.tar.gz 433292 BLAKE2B 7b0533f7bb705b330e9c5c0fb89831283cc5e349891408d398d26f20c7c78c599ae28c18e92379df8888a8099ec4b7736ea356b6342ff3b1c3fde57085580f23 SHA512 a92f0b6eb9470aa099651c2f5d095986347565bbd7366bffe0719801dbb1ae4f7e413460c59872d40e910bb1d3bc8195e9d9038a73c2de835bcda77f9372b393 diff --git a/gui-apps/fuzzel/fuzzel-1.11.0.ebuild b/gui-apps/fuzzel/fuzzel-1.11.0.ebuild new file mode 100644 index 000000000..3a65daea0 --- /dev/null +++ b/gui-apps/fuzzel/fuzzel-1.11.0.ebuild @@ -0,0 +1,57 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson optfeature + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://codeberg.org/dnkl/fuzzel.git" +else + SRC_URI="https://codeberg.org/dnkl/fuzzel/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}" +fi + +DESCRIPTION="Application launcher for wlroots based Wayland compositors." +HOMEPAGE="https://codeberg.org/dnkl/fuzzel" +LICENSE="MIT" +SLOT="0" +IUSE="png svg" + +DEPEND=" + dev-libs/wayland + =media-libs/fcft-3.0.0 + media-libs/fontconfig + x11-libs/libxkbcommon + x11-libs/pixman + png? ( media-libs/libpng ) + svg? ( media-libs/nanosvg ) +" +RDEPEND="${DEPEND}" +BDEPEND=" + app-text/scdoc + >=dev-libs/tllist-1.0.1 + >=dev-libs/wayland-protocols-1.32 + dev-util/wayland-scanner +" + +src_configure() { + local emesonargs=( + -Dpng-backend=$(usex png libpng none) + -Dsvg-backend=$(usex svg nanosvg none) + $(meson_feature svg system-nanosvg) + ) + meson_src_configure +} + +src_install() { + meson_src_install + rm -rf "${ED}/usr/share/doc/fuzzel" || die +} + +pkg_postinst() { + optfeature "For rounded corner support" x11-libs/cairo +}