public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/walld/
@ 2022-04-18 11:47 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-04-18 11:47 UTC (permalink / raw
  To: gentoo-commits

commit:     292be365aa29bae8fca23c55f8ac5bfaf054f1ed
Author:     Seth Arnold <Dotz0cat <AT> gmail <DOT> com>
AuthorDate: Sun Apr 17 21:31:54 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
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
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/walld/
@ 2022-07-03 10:58 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-07-03 10:58 UTC (permalink / raw
  To: gentoo-commits

commit:     63cb5eb2f203165594ad9812616279c70ab76eaf
Author:     Seth Arnold <Dotz0cat <AT> gmail <DOT> com>
AuthorDate: Sat Jul  2 05:37:42 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 18:48:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=63cb5eb2

app-misc/walld: add 1.4, drop 1.3

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

 app-misc/walld/Manifest                               | 2 +-
 app-misc/walld/{walld-1.3.ebuild => walld-1.4.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/walld/Manifest b/app-misc/walld/Manifest
index 84d330df3..4815d4e86 100644
--- a/app-misc/walld/Manifest
+++ b/app-misc/walld/Manifest
@@ -1 +1 @@
-DIST walld-1.3.tar.gz 24911 BLAKE2B 9186cdbe8263fef5e5ec27a29b4e76f437322c08aa9322ea8d2fac666da2ee97990f6bfad8c2af4751ce820d739879ee25b78de9145e7ef32ca24ae5d97b3728 SHA512 5459640d720592267e9d8ab78c9bc526fda4036bc20b84826b65a1b87d05b8b3743363d2ee2fb69819b7b82d2145b303c883f60ca0b9137535e563eb83b17912
+DIST walld-1.4.tar.gz 25466 BLAKE2B aaff4adba5a10283575d44048bf968d09644603fb34c1093564303dc32b5ad1ac43115fc10e75fa443045e841a341d8110ab07d49d75a4905fec838720873749 SHA512 1a6d3139f106f1541fa3a3c9fec21b969d1bc80bac61b36d8c09d2c0fe69fef2737893a204f913f98aface3488cb04603d00ad60592b6e38525f2cd1dfdec5fb

diff --git a/app-misc/walld/walld-1.3.ebuild b/app-misc/walld/walld-1.4.ebuild
similarity index 82%
rename from app-misc/walld/walld-1.3.ebuild
rename to app-misc/walld/walld-1.4.ebuild
index ca219ebf1..3b657e10d 100644
--- a/app-misc/walld/walld-1.3.ebuild
+++ b/app-misc/walld/walld-1.4.ebuild
@@ -7,7 +7,7 @@ inherit optfeature meson
 
 DESCRIPTION="A Wallpaper daemon"
 HOMEPAGE="https://github.com/Dotz0cat/walld"
-SRC_URI="https://github.com/Dotz0cat/walld/archive/refs/tags/1.3.tar.gz -> walld-1.3.tar.gz"
+SRC_URI="https://github.com/Dotz0cat/walld/archive/refs/tags/1.4.tar.gz -> walld-1.4.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/walld/
@ 2022-07-03 10:58 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-07-03 10:58 UTC (permalink / raw
  To: gentoo-commits

commit:     1cc4a5f4da981f4399033f971d63cdf7a9c82982
Author:     Seth Arnold <Dotz0cat <AT> gmail <DOT> com>
AuthorDate: Sat Jul  2 18:52:22 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 19:12:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1cc4a5f4

app-misc/walld: add 1.4.1, drop 1.4

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

 app-misc/walld/Manifest                                 | 2 +-
 app-misc/walld/{walld-1.4.ebuild => walld-1.4.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/walld/Manifest b/app-misc/walld/Manifest
index 4815d4e86..83dd3560b 100644
--- a/app-misc/walld/Manifest
+++ b/app-misc/walld/Manifest
@@ -1 +1 @@
-DIST walld-1.4.tar.gz 25466 BLAKE2B aaff4adba5a10283575d44048bf968d09644603fb34c1093564303dc32b5ad1ac43115fc10e75fa443045e841a341d8110ab07d49d75a4905fec838720873749 SHA512 1a6d3139f106f1541fa3a3c9fec21b969d1bc80bac61b36d8c09d2c0fe69fef2737893a204f913f98aface3488cb04603d00ad60592b6e38525f2cd1dfdec5fb
+DIST walld-1.4.1.tar.gz 25464 BLAKE2B 419dd002be95dbb9c4a91e982d7310b0464601674dfe01783be04aa17e416059651001637c80b3d44fad285cef87773b63980a97308fa9e66584dfc6496a2d10 SHA512 8e823a12de8f23019c0a05b5a1e4e3beb87ac111c3c4e7d5a45c0e6b504d8ab9f1bd92e6b7471a979f44ce10bad2a5dee6636ccdb54322975da78ce56d4a79a7

diff --git a/app-misc/walld/walld-1.4.ebuild b/app-misc/walld/walld-1.4.1.ebuild
similarity index 93%
rename from app-misc/walld/walld-1.4.ebuild
rename to app-misc/walld/walld-1.4.1.ebuild
index 3b657e10d..2b0f1abae 100644
--- a/app-misc/walld/walld-1.4.ebuild
+++ b/app-misc/walld/walld-1.4.1.ebuild
@@ -7,7 +7,7 @@ inherit optfeature meson
 
 DESCRIPTION="A Wallpaper daemon"
 HOMEPAGE="https://github.com/Dotz0cat/walld"
-SRC_URI="https://github.com/Dotz0cat/walld/archive/refs/tags/1.4.tar.gz -> walld-1.4.tar.gz"
+SRC_URI="https://github.com/Dotz0cat/walld/archive/refs/tags/1.4.1.tar.gz -> walld-1.4.1.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/walld/
@ 2022-08-07  9:13 Haelwenn Monnier
  0 siblings, 0 replies; 4+ messages in thread
From: Haelwenn Monnier @ 2022-08-07  9:13 UTC (permalink / raw
  To: gentoo-commits

commit:     f825097bad7dad700d0e2b334efbd0eb63f3e282
Author:     Seth Arnold <Dotz0cat <AT> gmail <DOT> com>
AuthorDate: Thu Aug  4 04:33:30 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Aug  5 20:49:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f825097b

app-misc/walld: add 1.4.4, drop 1.4.2

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

 app-misc/walld/Manifest                                   | 2 +-
 app-misc/walld/{walld-1.4.2.ebuild => walld-1.4.4.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/walld/Manifest b/app-misc/walld/Manifest
index 425a318cd..f37eb9220 100644
--- a/app-misc/walld/Manifest
+++ b/app-misc/walld/Manifest
@@ -1 +1 @@
-DIST walld-1.4.2.tar.gz 25408 BLAKE2B 76210f4eb6678c12468a12629b1fd30850b42e266840e794e8703427ac570649b24bb4469c46698e2bf16445db5c0d437f7d04ae0374c10fa81a23a9f587ef39 SHA512 9b7e814fbfa3bff62400f2008fa865b8a0d390e360e8c9b254a017754f088dd8e39dd1c588f497b0170237e6130abe5f43ff245c3da17001e31e2473dec9ddc3
+DIST walld-1.4.4.tar.gz 25872 BLAKE2B d0361fb22d22f105a13c37ca8b47490bd6bf6c1bd744c0af309aac7d549d041e4a61ad9714407507c46ad98c0c65015941f72cbee7bfadcbe11c9f36a20d8e0c SHA512 6661b2a548aa9afcd04276a0130eebb7a31e9b600752b0e170c2af8e96179dd8e2da9e76c0e6e30c9005cc1c802bb229510fc938400a766afbb3f7a651a67341

diff --git a/app-misc/walld/walld-1.4.2.ebuild b/app-misc/walld/walld-1.4.4.ebuild
similarity index 94%
rename from app-misc/walld/walld-1.4.2.ebuild
rename to app-misc/walld/walld-1.4.4.ebuild
index 1f1ff1c68..cd7e7b00c 100644
--- a/app-misc/walld/walld-1.4.2.ebuild
+++ b/app-misc/walld/walld-1.4.4.ebuild
@@ -7,7 +7,7 @@ inherit optfeature meson
 
 DESCRIPTION="A Wallpaper daemon"
 HOMEPAGE="https://github.com/Dotz0cat/walld"
-SRC_URI="https://github.com/Dotz0cat/walld/archive/refs/tags/1.4.2.tar.gz -> walld-1.4.2.tar.gz"
+SRC_URI="https://github.com/Dotz0cat/walld/archive/refs/tags/1.4.4.tar.gz -> walld-1.4.4.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-07  9:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-07  9:13 [gentoo-commits] repo/proj/guru:master commit in: app-misc/walld/ Haelwenn Monnier
  -- strict thread matches above, loose matches on Subject: below --
2022-07-03 10:58 Andrew Ammerlaan
2022-07-03 10:58 Andrew Ammerlaan
2022-04-18 11:47 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox