Github messages for voidlinux
 help / color / mirror / Atom feed
From: motorto <motorto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: darkman-1.5.4
Date: Mon, 10 Apr 2023 18:38:37 +0200	[thread overview]
Message-ID: <20230410163837.Pm9T1ZBJRSXrHDtbpWl6BAagSAZHsB20bLemAvyq1bI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43097@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 754 bytes --]

There is an updated pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages darkman-1.5.4
https://github.com/void-linux/void-packages/pull/43097

New package: darkman-1.5.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


A patch file from https://github.com/void-linux/void-packages/pull/43097.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-darkman-1.5.4-43097.patch --]
[-- Type: text/x-diff, Size: 1712 bytes --]

From 02e1c4acee6736c9e050b0d0c468312dbe22ed5c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 29 Mar 2023 15:02:49 +0100
Subject: [PATCH] New package: darkman-1.5.4

---
 srcpkgs/darkman/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/darkman/template

diff --git a/srcpkgs/darkman/template b/srcpkgs/darkman/template
new file mode 100644
index 000000000000..7df839172380
--- /dev/null
+++ b/srcpkgs/darkman/template
@@ -0,0 +1,32 @@
+# Template file for 'darkman'
+pkgname=darkman
+version=1.5.4
+revision=1
+build_style=go
+go_import_path="gitlab.com/WhyNotHugo/darkman"
+go_package="${go_import_path}/cmd/darkman"
+go_ldflags="-X main.Version=${version}"
+hostmakedepends="scdoc"
+depends="dbus"
+short_desc="Daemon for dark-mode and light-mode transitions on Linux desktop"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="ISC"
+homepage="https://darkman.whynothugo.nl/"
+changelog="https://gitlab.com/WhyNotHugo/darkman/-/raw/main/CHANGELOG.md"
+distfiles="https://gitlab.com/WhyNotHugo/darkman/-/archive/v${version}/darkman-v${version}.tar"
+checksum=c19b33a62a90120df53ccfa823eb69da24429bb63101d57e9604e36eb3de9e38
+
+post_install() {
+
+	vmkdir usr/share/dbus-1/services
+	vinstall contrib/dbus/org.freedesktop.impl.portal.desktop.darkman.service 644 usr/share/dbus-1/services
+	vinstall contrib/dbus/nl.whynothugo.darkman.service 644 usr/share/dbus-1/services
+
+	vmkdir usr/share/xdg-desktop-portal/portals
+	vinstall contrib/portal/darkman.portal 644 usr/share/xdg-desktop-portal/portals
+
+	scdoc < darkman.1.scd > darkman.1
+	vman darkman.1
+
+	vlicense LICENCE
+}

  parent reply	other threads:[~2023-04-10 16:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-29 14:04 [PR PATCH] " motorto
2023-03-29 14:27 ` [PR REVIEW] " tranzystorek-io
2023-03-29 14:31 ` [PR PATCH] [Updated] " motorto
2023-03-29 14:31 ` [PR REVIEW] " motorto
2023-04-10 16:38 ` motorto [this message]
2023-04-17 15:52 ` [PR PATCH] [Updated] " motorto
2023-06-05 22:37 ` motorto
2023-07-05 19:08 ` motorto
2023-07-05 19:13 ` [PR PATCH] [Merged]: " classabbyamp

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=20230410163837.Pm9T1ZBJRSXrHDtbpWl6BAagSAZHsB20bLemAvyq1bI@z \
    --to=motorto@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).