public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Seth Arnold" <Dotz0cat@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/walld/
Date: Sun, 17 Apr 2022 22:15:35 +0000 (UTC)	[thread overview]
Message-ID: <1650232965.292be365aa29bae8fca23c55f8ac5bfaf054f1ed.Dotz0cat@gentoo> (raw)

commit:     292be365aa29bae8fca23c55f8ac5bfaf054f1ed
Author:     Seth Arnold <Dotz0cat <AT> gmail <DOT> com>
AuthorDate: Sun Apr 17 21:31:54 2022 +0000
Commit:     Seth Arnold <Dotz0cat <AT> gmail <DOT> com>
CommitDate: Sun Apr 17 22:02:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=292be365

app-misc/walld: initial import

Signed-off-by: Seth Arnold <Dotz0cat <AT> gmail.com>

 app-misc/walld/Manifest         |  1 +
 app-misc/walld/metadata.xml     | 13 +++++++++++++
 app-misc/walld/walld-1.2.ebuild | 26 ++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/app-misc/walld/Manifest b/app-misc/walld/Manifest
new file mode 100644
index 000000000..4e708852b
--- /dev/null
+++ b/app-misc/walld/Manifest
@@ -0,0 +1 @@
+DIST walld-1.2.tar.gz 23622 BLAKE2B 021028bb5dead41f16e18e9243f50952bf40260e5322508c79e803e42253fea22e1890d69116ba9b5ad7d6c084c57c0d52f216b6c6adf998cee688d8f9b6cbd5 SHA512 8c1c5dc2c8bc657c6f71a82f6db50247b6803ae5845f1515d10e18021913d87c7e4d920e8c1f0e2d455a5a09f44770acf40fadd59f983a6c3a16f8d4178340d6

diff --git a/app-misc/walld/metadata.xml b/app-misc/walld/metadata.xml
new file mode 100644
index 000000000..d021e3ca5
--- /dev/null
+++ b/app-misc/walld/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">
+    <email>Dotz0cat@gmail.com</email>
+    <description>Primary maintainer</description>
+  </maintainer>
+  <longdescription>
+    A wallpaper daemon.
+    Walld automatically changes the wallpaper. It sets the wallpaper through feh. It changes the wallpaper by default every 30 minutes.
+    Walld has a feature that grabs the 16 most prominent colors from the wallpaper that it has set. Walld puts them in a file located at $HOME/.walld/colors. This file can be included in your .Xresources. Walld then reloads your .Xresources with xrdb.
+  </longdescription>
+</pkgmetadata>

diff --git a/app-misc/walld/walld-1.2.ebuild b/app-misc/walld/walld-1.2.ebuild
new file mode 100644
index 000000000..462dd9c1f
--- /dev/null
+++ b/app-misc/walld/walld-1.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature
+
+DESCRIPTION="A Wallpaper daemon"
+HOMEPAGE="https://github.com/Dotz0cat/walld"
+SRC_URI="https://github.com/Dotz0cat/walld/archive/refs/tags/1.2.tar.gz -> walld-1.2.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/libevent media-gfx/feh dev-libs/libconfig media-gfx/imagemagick"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_install() {
+	emake DESTDIR="${D}" PREFIX=/usr install
+}
+
+pkg_postinst() {
+	optfeature "auto reload Xresources" x11-apps/xrdb
+}


             reply	other threads:[~2022-04-17 22:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-17 22:15 Seth Arnold [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-18 22:29 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/walld/ Seth Arnold
2022-04-20  3:55 Seth Arnold
2022-07-02 18:49 Seth Arnold
2022-07-02 19:13 Seth Arnold
2022-07-13 19:19 Seth Arnold
2022-08-05 20:50 Seth Arnold

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=1650232965.292be365aa29bae8fca23c55f8ac5bfaf054f1ed.Dotz0cat@gentoo \
    --to=dotz0cat@gmail.com \
    --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