From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xwallpaper/
Date: Fri, 28 Jun 2019 17:17:17 +0000 (UTC) [thread overview]
Message-ID: <1561742220.593b3eb820fe064bb863bf960358b31955269265.gyakovlev@gentoo> (raw)
commit: 593b3eb820fe064bb863bf960358b31955269265
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 17:15:54 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 17:17:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593b3eb8
x11-misc/xwallpaper: bump to 0.6.2
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
x11-misc/xwallpaper/Manifest | 1 +
x11-misc/xwallpaper/xwallpaper-0.6.2.ebuild | 50 +++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/x11-misc/xwallpaper/Manifest b/x11-misc/xwallpaper/Manifest
index 90869662736..89eecb6cb48 100644
--- a/x11-misc/xwallpaper/Manifest
+++ b/x11-misc/xwallpaper/Manifest
@@ -1,2 +1,3 @@
DIST xwallpaper-0.5.0.tar.xz 81000 BLAKE2B bb30871d24538b3fb04e1158df75bc82701ed184d3b8f60179990f60d91e03eb974ab3c72446c8f0bacbf3aa27d0cbe4446cf38e34d484a46dcaa66fcfe9682c SHA512 92cf424fb90dbdbe8e47ea7cc3650200da9f480afaef605e2ddbd7a828361f61754c2ed93c9be099c340f80eb60f8c1aa2f44004512cbe846401cb8ef73403a2
DIST xwallpaper-0.6.0.tar.xz 82100 BLAKE2B afb8760c6725904f574040652683e028a107bf269428b7986b4571e6ae61575a4b80fefff9f1dce64c95ebbdc03a206146dc4a8bad2032aa44ad0f2ff9b0a01b SHA512 18cd4997d8a0de49e4f663ffe9028516fd9703c0da61426ee9b98f1c15c4770275dd1712b17385be7ccc7bc984f02c9692e41b9d55b1ab803ead3de08fe304bf
+DIST xwallpaper-0.6.2.tar.xz 82600 BLAKE2B 2e2b1121fcc2481c4a1e3c78e357534b9609b4435c4364f22dbed78ee0de7c671d2044403c22d22b494a9c89efd17d843f32b296c863df3c0f5d7b3673ae361f SHA512 3713038ffe8fe1da117dc64db6e3c8642fe663473d1e9078963890fa08f21af6ace60e08773e23e6025fcf2116563e24c76d07a66ba02537b38aafa9ac99f395
diff --git a/x11-misc/xwallpaper/xwallpaper-0.6.2.ebuild b/x11-misc/xwallpaper/xwallpaper-0.6.2.ebuild
new file mode 100644
index 00000000000..1424bee1d7b
--- /dev/null
+++ b/x11-misc/xwallpaper/xwallpaper-0.6.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 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 ~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? ( virtual/jpeg:0= )
+ png? ( media-libs/libpng:0= )
+ seccomp? ( >=sys-libs/libseccomp-2.3.1:0= )
+ xpm? ( x11-libs/libXpm )"
+
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+src_configure() {
+ local myconf=(
+ $(use_with jpeg)
+ $(use_with png)
+ $(use_with seccomp)
+ $(use_with xpm)
+ --with-randr
+ --with-zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
+ )
+ econf "${myconf[@]}"
+}
next reply other threads:[~2019-06-28 17:17 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-28 17:17 Georgy Yakovlev [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-19 19:37 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xwallpaper/ Sam James
2024-09-21 11:00 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-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-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=1561742220.593b3eb820fe064bb863bf960358b31955269265.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