public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Tue, 28 Mar 2023 04:39:11 +0000 (UTC)	[thread overview]
Message-ID: <1679978328.abe4e204c59ccdcfa7a82b8eacc8bf3a672851c6.freijon@gentoo> (raw)

commit:     abe4e204c59ccdcfa7a82b8eacc8bf3a672851c6
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Tue Mar 28 04:38:48 2023 +0000
Commit:     Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Tue Mar 28 04:38:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=abe4e204

gui-apps/fuzzel: add 1.9.0

Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 gui-apps/fuzzel/Manifest            |  1 +
 gui-apps/fuzzel/fuzzel-1.9.0.ebuild | 54 +++++++++++++++++++++++++++++++++++++
 gui-apps/fuzzel/metadata.xml        |  4 +--
 3 files changed, 57 insertions(+), 2 deletions(-)

diff --git a/gui-apps/fuzzel/Manifest b/gui-apps/fuzzel/Manifest
index f588b15e1..d9548318f 100644
--- a/gui-apps/fuzzel/Manifest
+++ b/gui-apps/fuzzel/Manifest
@@ -1 +1,2 @@
 DIST fuzzel-1.8.2.tar.gz 426759 BLAKE2B 107b59afa4bac54d27e679d484e3ff9c87c62c0934a6ed93e17e5c0c498d46c38174ad6e5c91aa1ef1018171f5833011b3ccb1173b59812219009257e4240b46 SHA512 53a7fd1e6fa44c702d7819970d0e55a35bd75ad5f61beb2de5e5f8007b864792af2dab93aba7defd063e117e7c3723fbfcd4df9ef0b3680ba2219aefde4a9982
+DIST fuzzel-1.9.0.tar.gz 431297 BLAKE2B a4e37e36c83a0666a3022057a199a72ca83ed5a074f550521738eac6b0dbd720c24aff6e5861105b05e9e949a5c057ded7331f8feceec2029c4a8adea80df583 SHA512 61390a6a1ac68eccd6a690e663b8710f931452b69b060e380310b7d0722c44b17d396ee44dc500f7ca8c23db98feb2e6303553d92d98c5d25ff9e1726086eb6d

diff --git a/gui-apps/fuzzel/fuzzel-1.9.0.ebuild b/gui-apps/fuzzel/fuzzel-1.9.0.ebuild
new file mode 100644
index 000000000..9de15b4ba
--- /dev/null
+++ b/gui-apps/fuzzel/fuzzel-1.9.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+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="cairo png svg"
+
+DEPEND="
+	dev-libs/wayland
+	<media-libs/fcft-4.0.0
+	>=media-libs/fcft-3.0.0
+	x11-libs/libxkbcommon
+	x11-libs/pixman
+	cairo? ( x11-libs/cairo )
+	png? ( media-libs/libpng )
+	svg? ( gnome-base/librsvg )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	app-text/scdoc
+	>=dev-libs/tllist-1.0.1
+	dev-libs/wayland-protocols
+	dev-util/wayland-scanner
+"
+
+src_configure() {
+	local emesonargs=(
+		-Dpng-backend=$(usex png libpng none)
+		-Dsvg-backend=$(usex svg librsvg none)
+		$(meson_feature cairo enable-cairo)
+	)
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+	rm -rf "${ED}/usr/share/doc/fuzzel" || die
+}
+

diff --git a/gui-apps/fuzzel/metadata.xml b/gui-apps/fuzzel/metadata.xml
index dd04e945b..527d5c034 100644
--- a/gui-apps/fuzzel/metadata.xml
+++ b/gui-apps/fuzzel/metadata.xml
@@ -5,10 +5,10 @@
 		<name>Jonas Frei</name>
 		<email>freijon@pm.me</email>
 	</maintainer>
-	<!--<upstream>
+	<upstream>
 		<remote-id type="codeberg">dnkl/fuzzel</remote-id>
 		<bugs-to>https://codeberg.org/dnkl/fuzzel/issues</bugs-to>
-	</upstream>-->
+	</upstream>
 	<use>
 		<flag name="cairo">Required for rounded corners and SVG icons</flag>
 		<flag name="png">Enable support for PNG icons</flag>


             reply	other threads:[~2023-03-28  4:39 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-28  4:39 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-15 18:12 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
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=1679978328.abe4e204c59ccdcfa7a82b8eacc8bf3a672851c6.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