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:dev commit in: gui-apps/hyprpicker/
Date: Thu, 20 Apr 2023 17:49:05 +0000 (UTC)	[thread overview]
Message-ID: <1682012897.feeb26d86476b45fb79f59b165503ca33fd5f69d.julien@gentoo> (raw)

commit:     feeb26d86476b45fb79f59b165503ca33fd5f69d
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Thu Apr 20 17:48:17 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Apr 20 17:48:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=feeb26d8

gui-apps/hyprpicker: add 0.1.0-r1

Add missing BDEPENDS

Closes: https://bugs.gentoo.org/904458
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 gui-apps/hyprpicker/hyprpicker-0.1.0-r1.ebuild | 33 ++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gui-apps/hyprpicker/hyprpicker-0.1.0-r1.ebuild b/gui-apps/hyprpicker/hyprpicker-0.1.0-r1.ebuild
new file mode 100644
index 000000000..b72388397
--- /dev/null
+++ b/gui-apps/hyprpicker/hyprpicker-0.1.0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="A wlroots-compatible Wayland color picker that does not suck"
+HOMEPAGE="https://github.com/hyprwm/hyprpicker"
+SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	dev-libs/wayland
+	dev-libs/wayland-protocols
+	dev-util/cmake
+	dev-util/wayland-scanner
+	media-libs/libjpeg-turbo
+	x11-libs/cairo
+	x11-libs/pango
+"
+
+src_compile() {
+	emake protocols
+	cmake_src_compile
+}
+
+src_install() {
+	dobin "${BUILD_DIR}/${PN}"
+}


             reply	other threads:[~2023-04-20 17:49 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-20 17:49 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-24 13:44 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprpicker/ Michael Zavertkin
2024-07-27  5:51 Takuya Wakazono
2024-07-26 21:22 Philippe-Alexandre Mathieu
2024-06-07 23:48 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-06-07 23:29 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-24  5:19 Joe Kappus
2024-05-24  5:19 Joe Kappus
2023-12-31  2:35 Julien Roy
2023-11-12 17:55 Julien Roy
2023-11-12 17:55 Julien Roy
2023-05-30 15:32 Julien Roy
2023-04-20 17:56 Julien Roy
2023-04-20 17:49 Julien Roy
2023-04-16  3:32 Julien Roy

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=1682012897.feeb26d86476b45fb79f59b165503ca33fd5f69d.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