From: "Jonas Frei" <freijon@pm.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/fuzzel/
Date: Sun, 15 Sep 2024 18:12:16 +0000 (UTC) [thread overview]
Message-ID: <1726423255.5944616fa0df74459a3463e47d25c0e3dfad82a3.freijon@gentoo> (raw)
commit: 5944616fa0df74459a3463e47d25c0e3dfad82a3
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Sun Sep 15 18:00:07 2024 +0000
Commit: Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Sun Sep 15 18:00:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5944616f
gui-apps/fuzzel: add 1.11.1
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
gui-apps/fuzzel/Manifest | 1 +
gui-apps/fuzzel/fuzzel-1.11.1.ebuild | 57 ++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/gui-apps/fuzzel/Manifest b/gui-apps/fuzzel/Manifest
index a64ff05dc..bf584caba 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.11.1.tar.gz 474402 BLAKE2B 23a5e4b24e34a064f956a06acf5d4c7585d32811fcf6238a19d9f3bf301df21877ce2de1b2f42520a21c18119aac8e8c29856a3521851307314d4db357f3ae89 SHA512 1ce70416d592b0fc57c180169754a716a8ea69e6a772e1ff3d5cc4687d66b644fa3e6cb0168d30f10f2671ac81de15218bc9aba6031370ef598aa382f94190e6
diff --git a/gui-apps/fuzzel/fuzzel-1.11.1.ebuild b/gui-apps/fuzzel/fuzzel-1.11.1.ebuild
new file mode 100644
index 000000000..3a65daea0
--- /dev/null
+++ b/gui-apps/fuzzel/fuzzel-1.11.1.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-4.0.0
+ >=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
+}
next reply other threads:[~2024-09-15 18:12 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-15 18:12 Jonas Frei [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-15 18:12 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/fuzzel/ Jonas Frei
2024-09-11 18:58 Jonas Frei
2024-09-11 18:58 Jonas Frei
2024-05-24 18:34 Jonas Frei
2024-04-15 18:22 Jonas Frei
2024-04-12 19:34 Jonas Frei
2024-02-18 3:41 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-02-18 3:41 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-01-05 9:09 Jonas Frei
2023-07-14 10:13 Jonas Frei
2023-07-14 10:13 Jonas Frei
2023-03-31 3:18 Jonas Frei
2023-03-31 3:18 Jonas Frei
2023-03-28 4:51 Jonas Frei
2023-03-28 4:39 Jonas Frei
2022-11-04 20:18 Jonas Frei
2022-10-27 18:10 Jonas Frei
2022-10-23 13:01 Jonas Frei
2022-06-03 7:29 Jonas Frei
2022-06-03 4:44 Jonas Frei
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=1726423255.5944616fa0df74459a3463e47d25c0e3dfad82a3.freijon@gentoo \
--to=freijon@pm.me \
--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