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: Sun, 16 Apr 2023 03:32:21 +0000 (UTC)	[thread overview]
Message-ID: <1681615739.5fb1c2b2222eabcef0b0761e6de9c86b3d3f2a2b.julien@gentoo> (raw)

commit:     5fb1c2b2222eabcef0b0761e6de9c86b3d3f2a2b
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Apr 16 03:28:59 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Apr 16 03:28:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fb1c2b2

gui-apps/hyprpicker: new package, add 0.1.0

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

 gui-apps/hyprpicker/Manifest                |  1 +
 gui-apps/hyprpicker/hyprpicker-0.1.0.ebuild | 31 +++++++++++++++++++++++++++++
 gui-apps/hyprpicker/metadata.xml            | 13 ++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/gui-apps/hyprpicker/Manifest b/gui-apps/hyprpicker/Manifest
new file mode 100644
index 000000000..bc412f3b5
--- /dev/null
+++ b/gui-apps/hyprpicker/Manifest
@@ -0,0 +1 @@
+DIST hyprpicker-0.1.0.gh.tar.gz 22937 BLAKE2B 26459fb1dec8f3a14dd8bde110108e16d286ff8128fe7552f6fa5e1ebfb122bfd892d31270747a07f5f3c7885577f348e7dea94a0faf9f66b77969134cdfeb2d SHA512 2af51a52e762dbc86938a10b7f407b4424cb3f3d29cb4584dfe01ebf61964bd26fdc60dfd94596e96f68974d011923c1da3fb4fcca361a8cc7c5ad9e4b8049fc

diff --git a/gui-apps/hyprpicker/hyprpicker-0.1.0.ebuild b/gui-apps/hyprpicker/hyprpicker-0.1.0.ebuild
new file mode 100644
index 000000000..f319fabff
--- /dev/null
+++ b/gui-apps/hyprpicker/hyprpicker-0.1.0.ebuild
@@ -0,0 +1,31 @@
+# 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"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-libs/wayland-protocols
+	dev-util/cmake
+	dev-util/wayland-scanner
+"
+
+src_compile() {
+	emake protocols
+	cmake_src_compile
+}
+
+src_install() {
+	dobin "${BUILD_DIR}/${PN}"
+}

diff --git a/gui-apps/hyprpicker/metadata.xml b/gui-apps/hyprpicker/metadata.xml
new file mode 100644
index 000000000..ec59957c9
--- /dev/null
+++ b/gui-apps/hyprpicker/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<name>Julien Roy</name>
+		<email>julien@jroy.ca</email>
+	</maintainer>
+	<upstream>
+		<bugs-to>https://github.com/hyprwm/hyprpicker/issues</bugs-to>
+		<changelog>https://github.com/hyprwm/hyprpicker/releases</changelog>
+		<remote-id type="github">hypr/hyprpicker</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2023-04-16  3:32 UTC|newest]

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

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=1681615739.5fb1c2b2222eabcef0b0761e6de9c86b3d3f2a2b.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