From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A956C1382C5 for ; Fri, 23 Apr 2021 09:58:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6FAEE0905; Fri, 23 Apr 2021 09:58:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA058E0905 for ; Fri, 23 Apr 2021 09:58:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F114C341051 for ; Fri, 23 Apr 2021 09:58:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E9B2702 for ; Fri, 23 Apr 2021 09:58:38 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1619171813.a94fdc910d194aeee5a7a752d363f09c4317b923.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlsunset/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wlsunset/Manifest gui-apps/wlsunset/metadata.xml gui-apps/wlsunset/wlsunset-0.1.0.ebuild gui-apps/wlsunset/wlsunset-9999.ebuild X-VCS-Directories: gui-apps/wlsunset/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: a94fdc910d194aeee5a7a752d363f09c4317b923 X-VCS-Branch: dev Date: Fri, 23 Apr 2021 09:58:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9fe8f9bb-e1ed-4a88-bd2e-f33092e1477e X-Archives-Hash: c923856b1c998a7f7cb64dfe1a8cd1ad commit: a94fdc910d194aeee5a7a752d363f09c4317b923 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Fri Apr 23 08:38:40 2021 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Fri Apr 23 09:56:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a94fdc91 gui-apps/wlsunset: New Package Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> gui-apps/wlsunset/Manifest | 1 + gui-apps/wlsunset/metadata.xml | 11 ++++++++++ gui-apps/wlsunset/wlsunset-0.1.0.ebuild | 36 +++++++++++++++++++++++++++++++++ gui-apps/wlsunset/wlsunset-9999.ebuild | 36 +++++++++++++++++++++++++++++++++ 4 files changed, 84 insertions(+) diff --git a/gui-apps/wlsunset/Manifest b/gui-apps/wlsunset/Manifest new file mode 100644 index 000000000..fccf17504 --- /dev/null +++ b/gui-apps/wlsunset/Manifest @@ -0,0 +1 @@ +DIST wlsunset-0.1.0.tar.gz 10927 BLAKE2B 73080cc671885b7be00bcfe5227f6a2616b673eeb1435fbcf7ea0d23ba368b9a7bf9f3cdd9d9f4a8e6a6149fa5686ef624d2aaea61765ad76c65fc1737dfe629 SHA512 5e94469ab5cd810563e0171cd26547fba3d8152eebb4f81c1b7b0f9d8484faa214bc3ab2142749be47d2c1028d8ab6913a80770135801622327f9bc813138b0b diff --git a/gui-apps/wlsunset/metadata.xml b/gui-apps/wlsunset/metadata.xml new file mode 100644 index 000000000..c37cfc768 --- /dev/null +++ b/gui-apps/wlsunset/metadata.xml @@ -0,0 +1,11 @@ + + + + + contact@hacktivis.me + Haelwenn (lanodan) Monnier + + + Day/night gamma adjustments for Wayland compositors supporting wlr-gamma-control-unstable-v1. + + diff --git a/gui-apps/wlsunset/wlsunset-0.1.0.ebuild b/gui-apps/wlsunset/wlsunset-0.1.0.ebuild new file mode 100644 index 000000000..9aacf6883 --- /dev/null +++ b/gui-apps/wlsunset/wlsunset-0.1.0.ebuild @@ -0,0 +1,36 @@ +# 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 + dev-libs/wayland-protocols + app-text/scdoc +" +DEPEND="dev-libs/wayland" +RDEPEND="${DEPEND}" + +src_configure() { + local emesonargs=( + -Dwerror=false + -Dman-pages=enabled + ) + + meson_src_configure +} diff --git a/gui-apps/wlsunset/wlsunset-9999.ebuild b/gui-apps/wlsunset/wlsunset-9999.ebuild new file mode 100644 index 000000000..9aacf6883 --- /dev/null +++ b/gui-apps/wlsunset/wlsunset-9999.ebuild @@ -0,0 +1,36 @@ +# 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 + dev-libs/wayland-protocols + app-text/scdoc +" +DEPEND="dev-libs/wayland" +RDEPEND="${DEPEND}" + +src_configure() { + local emesonargs=( + -Dwerror=false + -Dman-pages=enabled + ) + + meson_src_configure +}