From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xwallpaper/
Date: Sun, 18 Jul 2021 21:20:21 +0000 (UTC) [thread overview]
Message-ID: <1626643209.dca510fad6fe0978873c803574d1140bd8a60853.gyakovlev@gentoo> (raw)
commit: dca510fad6fe0978873c803574d1140bd8a60853
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 18 21:18:05 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Jul 18 21:20:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca510fa
x11-misc/xwallpaper: add 0.7.2
straight to stable, simple bugfix release
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
x11-misc/xwallpaper/Manifest | 1 +
x11-misc/xwallpaper/xwallpaper-0.7.2.ebuild | 50 +++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/x11-misc/xwallpaper/Manifest b/x11-misc/xwallpaper/Manifest
index 442263380f3..8c5ed563003 100644
--- a/x11-misc/xwallpaper/Manifest
+++ b/x11-misc/xwallpaper/Manifest
@@ -1,2 +1,3 @@
DIST xwallpaper-0.6.6.tar.xz 85368 BLAKE2B fcb0861d4cecbafc980208b3d2a174b9931a93cd8110b6f2c38eddae19e890295ce5d6d75dc4f09924279a2b0463234f4efdb4dda758ed14ed728abfec6b9bf3 SHA512 e37055b9adfa6950fb423228ff880afaa03dbdf2a7ced6ab1e110dbf4813f68aae3c9147668ebd20665b582bea195470c39b6948cd36879afe54d61c90b6f8d9
DIST xwallpaper-0.7.1.tar.xz 86260 BLAKE2B b8327b15bc421275660cc81d14e4952b37a1310fd50eea61b772115e2c345c01cae9c4f908d9ca55427e642b10bea7277af02e1d3525db6c1d6e80a356db1b2b SHA512 706f814ee892f9d136ef20bb3c9bb4b8537e3ed7029b3b20fbebb1504426529d2fa6a45117a391419253543a48230f5786ffa3f871f85477699c08dfa3ba5c92
+DIST xwallpaper-0.7.2.tar.xz 86212 BLAKE2B 1958ad8eb3f80f2cccdd969230e32986e7d144bf820a4c820a93d0bfdbcaa5512f08eb4014a8b57edb40f1ed55ce54080835c2d2dd46205c399b2ea6adcf1df1 SHA512 2b7166b719edae0d21460682d6c8991739d1a753078920bccb253f905300c694cb6fb12695456be58707d895f8adacd6007023c8e1abd23a0e369e9e80e5106e
diff --git a/x11-misc/xwallpaper/xwallpaper-0.7.2.ebuild b/x11-misc/xwallpaper/xwallpaper-0.7.2.ebuild
new file mode 100644
index 00000000000..2c89348e8c2
--- /dev/null
+++ b/x11-misc/xwallpaper/xwallpaper-0.7.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Wallpaper setting utility for X"
+HOMEPAGE="https://github.com/stoeckmann/xwallpaper"
+
+if [ ${PV} == "9999" ] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git"
+else
+ SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.xz"
+ KEYWORDS="amd64 arm64 ppc64 x86"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+IUSE="+jpeg +png seccomp xpm"
+
+RDEPEND="
+ x11-libs/pixman
+ x11-libs/xcb-util
+ x11-libs/xcb-util-image
+ jpeg? ( media-libs/libjpeg-turbo:= )
+ png? ( media-libs/libpng:0= )
+ seccomp? ( >=sys-libs/libseccomp-2.3.1:0= )
+ xpm? ( x11-libs/libXpm )
+"
+
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ local myconf=(
+ $(use_with jpeg)
+ $(use_with png)
+ $(use_with seccomp)
+ $(use_with xpm)
+ --with-randr
+ )
+ econf "${myconf[@]}"
+}
next reply other threads:[~2021-07-18 21:20 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-18 21:20 Georgy Yakovlev [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-21 11:00 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xwallpaper/ Petr Vaněk
2024-06-07 16:25 Arthur Zamarin
2024-06-06 1:58 Sam James
2024-06-05 19:59 Arthur Zamarin
2024-06-05 19:59 Arthur Zamarin
2022-09-20 0:29 Georgy Yakovlev
2022-09-20 0:29 Georgy Yakovlev
2022-01-08 8:29 Georgy Yakovlev
2022-01-08 8:29 Georgy Yakovlev
2022-01-08 8:27 Georgy Yakovlev
2022-01-08 8:27 Georgy Yakovlev
2021-08-24 18:31 Georgy Yakovlev
2021-08-24 18:31 Georgy Yakovlev
2021-07-18 21:20 Georgy Yakovlev
2021-07-17 23:18 Sam James
2021-07-15 21:42 Sam James
2021-07-15 21:39 Sam James
2021-07-15 21:33 Sam James
2021-07-03 20:50 Georgy Yakovlev
2021-06-29 16:33 Georgy Yakovlev
2021-06-29 16:33 Georgy Yakovlev
2021-06-18 6:30 Agostino Sarubbo
2021-06-18 6:27 Agostino Sarubbo
2021-05-25 18:41 Georgy Yakovlev
2021-05-25 18:41 Georgy Yakovlev
2021-05-25 18:41 Georgy Yakovlev
2021-02-12 1:22 Georgy Yakovlev
2021-02-12 1:22 Georgy Yakovlev
2020-04-25 12:27 Georgy Yakovlev
2020-03-25 8:43 Georgy Yakovlev
2020-02-29 21:07 Georgy Yakovlev
2020-02-29 21:07 Georgy Yakovlev
2020-02-29 21:07 Georgy Yakovlev
2019-08-04 8:41 Georgy Yakovlev
2019-07-19 6:57 Georgy Yakovlev
2019-07-19 6:57 Georgy Yakovlev
2019-07-19 6:57 Georgy Yakovlev
2019-07-19 6:57 Georgy Yakovlev
2019-07-19 6:57 Georgy Yakovlev
2019-07-19 6:57 Georgy Yakovlev
2019-06-28 17:17 Georgy Yakovlev
2019-06-28 17:17 Georgy Yakovlev
2019-06-16 18:47 Georgy Yakovlev
2019-06-16 18:47 Georgy Yakovlev
2019-06-16 18:47 Georgy Yakovlev
2019-06-16 18:47 Georgy Yakovlev
2019-05-02 19:24 Georgy Yakovlev
2019-05-02 19:24 Georgy Yakovlev
2019-05-02 19:24 Georgy Yakovlev
2019-05-02 19:24 Georgy Yakovlev
2019-03-19 0:54 Georgy Yakovlev
2018-12-18 3:49 Georgy Yakovlev
2018-12-12 5:56 Georgy Yakovlev
2018-12-12 5:56 Georgy Yakovlev
2018-10-08 10:10 Mikle Kolyada
2018-10-06 23:05 Thomas Deutschmann
2018-06-17 1:18 Georgy Yakovlev
2018-03-25 20:13 Michał Górny
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=1626643209.dca510fad6fe0978873c803574d1140bd8a60853.gyakovlev@gentoo \
--to=gyakovlev@gentoo.org \
--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