public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Mair-Keimberger" <mmk@levelnine.at>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/darkman/
Date: Sat, 11 Mar 2023 13:03:16 +0000 (UTC)	[thread overview]
Message-ID: <1678539781.37c96a0279839f3290b4609d7b381c591cd6d6b9.mmk@gentoo> (raw)

commit:     37c96a0279839f3290b4609d7b381c591cd6d6b9
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Mar 11 13:03:01 2023 +0000
Commit:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
CommitDate: Sat Mar 11 13:03:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37c96a02

guru/gui-apps: add 1.5.4

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>

 gui-apps/darkman/Manifest             |  2 ++
 gui-apps/darkman/darkman-1.5.4.ebuild | 50 +++++++++++++++++++++++++++++++++++
 gui-apps/darkman/metadata.xml         | 11 ++++++++
 3 files changed, 63 insertions(+)

diff --git a/gui-apps/darkman/Manifest b/gui-apps/darkman/Manifest
new file mode 100644
index 000000000..3643e19a2
--- /dev/null
+++ b/gui-apps/darkman/Manifest
@@ -0,0 +1,2 @@
+DIST darkman-1.5.4-vendor.tar.xz 384628 BLAKE2B 3af63f7e676e4ac8209fc490b6e6ea8717268c76917887a3a744926e000a4a9adfae63981376fe88ea0a0cd16273824b23c23f2a85e11f65c13292d921c92958 SHA512 31dfc7ef1005c2bf59b0df32820070b217c7243c5256fb743b1a152619dd57da1a72d5db7a34d8715e3a1f0aa622fd5ba005bfdb1a179d00438e77bc79a9d25e
+DIST darkman-v1.5.4.tar.bz2 21648 BLAKE2B b81f09f0e9cfaf21fca700314a68380672bfbf96b4db1ea9d878de7daf2e2470a83b99e829794384b853161b9ff3687a0587834e5d2a0f14ee6a5436a598fcfe SHA512 a8f687bdb8ca8233434919d0428c7899953f79e80eb1471bb28e695e73906c1577f6e6fb495ae67dee0a44ff9cefffd1eb5a1288d3dd0a33673646e408f02556

diff --git a/gui-apps/darkman/darkman-1.5.4.ebuild b/gui-apps/darkman/darkman-1.5.4.ebuild
new file mode 100644
index 000000000..6f0b4c343
--- /dev/null
+++ b/gui-apps/darkman/darkman-1.5.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd go-module
+
+DESCRIPTION="Framework for dark and light mode transitions"
+HOMEPAGE="https://gitlab.com/WhyNotHugo/darkman"
+SRC_URI="https://gitlab.com/whynothugo/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
+SRC_URI+=" https://files.levelnine.at/${P}-vendor.tar.xz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+man +examples"
+
+S="${WORKDIR}/${PN}-v${PV}"
+
+RDEPEND="app-misc/geoclue"
+BDEPEND="man? ( app-text/scdoc )"
+
+DOCS=( CHANGELOG.md README.md )
+
+src_compile() {
+	ego build -v -x -o ${PN} -ldflags="-X main.Version=${PV}" ./cmd/${PN}
+
+	if use man; then
+		scdoc < ./${PN}.1.scd > ./${PN}.1 || die
+	fi
+}
+
+src_install() {
+	dobin ${PN}
+
+	systemd_dounit ${PN}.service
+	doman ${PN}.1
+
+	use examples && DOCS+=( examples/. )
+	einstalldocs
+
+	insinto /usr/share/dbus-1/services
+	doins contrib/dbus/*
+
+	insinto  /usr/share/xdg-desktop-portal/portals/
+	doins contrib/portal/darkman.portal
+
+	dodir /etc/env.d/
+	echo "XDG_DATA_DIRS=\"~/.local/share/\"" >> "${ED}"/etc/env.d/99darkman || die
+}

diff --git a/gui-apps/darkman/metadata.xml b/gui-apps/darkman/metadata.xml
new file mode 100644
index 000000000..348eb5408
--- /dev/null
+++ b/gui-apps/darkman/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mmk@levelnine.at</email>
+		<name>Michael Mair-Keimberger</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="gitlab">WhyNotHugo/darkman</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2023-03-11 13:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-11 13:03 Michael Mair-Keimberger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-01 15:51 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/darkman/ Lucio Sauer
2024-06-02  4:28 Amano Kenji
2024-06-19  0:45 Alberto Gireud

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=1678539781.37c96a0279839f3290b4609d7b381c591cd6d6b9.mmk@gentoo \
    --to=mmk@levelnine.at \
    --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