public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlsunset/
Date: Thu, 25 May 2023 02:21:12 +0000 (UTC)	[thread overview]
Message-ID: <1684981017.d2365746d2e102200ff5a5f9b5f4c6b70fd7fd4e.lanodan@gentoo> (raw)

commit:     d2365746d2e102200ff5a5f9b5f4c6b70fd7fd4e
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu May 25 02:14:43 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu May 25 02:16:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2365746

gui-apps/wlsunset: add 0.3.0

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 gui-apps/wlsunset/Manifest              |  1 +
 gui-apps/wlsunset/wlsunset-0.3.0.ebuild | 38 +++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/gui-apps/wlsunset/Manifest b/gui-apps/wlsunset/Manifest
index 8315fbb97..3ab2bd100 100644
--- a/gui-apps/wlsunset/Manifest
+++ b/gui-apps/wlsunset/Manifest
@@ -1 +1,2 @@
 DIST wlsunset-0.2.0.tar.gz 12605 BLAKE2B 19982dde207a84c08131915a5830396c38f3de7be1cfa52fa95c67cee9eb7865bf1ca6218564fb65216401a92c71e2e632463a8dad5c522f513b9f85122d1529 SHA512 41f0c543fdb6d59ca2ccaada34a90bb51175afcc611736a70045ea3c3035a7276b7d4482abc6c062bcbf462fe398d905a73a64e5fdc89061a1935ad69fef0061
+DIST wlsunset-0.3.0.tar.gz 16533 BLAKE2B 930635e82963d14fae9f95e2219574c962adbf32406bd184d35b79848dce2f2edaa526aaaf21c2dfdde9f4d4f9fe04011d592955867c3b01b5de4778ef9915f1 SHA512 0685989ec99d7066d5d1efacfbb4676d2df235d33d64cfe3d41c762ccc2ff5c292e03430414b43d719c35ddc0ad8267b765764c15afd1b3177ed1e0bb6f449c1

diff --git a/gui-apps/wlsunset/wlsunset-0.3.0.ebuild b/gui-apps/wlsunset/wlsunset-0.3.0.ebuild
new file mode 100644
index 000000000..849956339
--- /dev/null
+++ b/gui-apps/wlsunset/wlsunset-0.3.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ "${PV}" == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/wlsunset"
+else
+	KEYWORDS="~amd64"
+	SRC_URI="https://git.sr.ht/~kennylevinsen/wlsunset/archive/${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+DESCRIPTION="Day/night gamma adjustments for Wayland"
+HOMEPAGE="https://sr.ht/~kennylevinsen/wlsunset/"
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="
+	dev-util/wayland-scanner
+	app-text/scdoc
+"
+RDEPEND="dev-libs/wayland"
+DEPEND="
+	${RDEPEND}
+	dev-libs/wayland-protocols
+"
+
+src_configure() {
+	local emesonargs=(
+		-Dwerror=false
+		-Dman-pages=enabled
+	)
+
+	meson_src_configure
+}


             reply	other threads:[~2023-05-25  2:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-25  2:21 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-21 14:11 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlsunset/ Haelwenn Monnier
2023-05-27  1:20 Rahul Sandhu
2023-05-25  2:21 Haelwenn Monnier
2023-05-25  2:21 Haelwenn Monnier
2021-05-24 22:22 Haelwenn Monnier
2021-04-23 12:25 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-23 12:24 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-23  9:58 Haelwenn Monnier

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=1684981017.d2365746d2e102200ff5a5f9b5f4c6b70fd7fd4e.lanodan@gentoo \
    --to=contact@hacktivis.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