From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wbg/
Date: Mon, 31 Jul 2023 14:53:17 +0000 (UTC) [thread overview]
Message-ID: <1690748191.a9cb9985f827e2bd470738a76d290e17635366a3.davidroman@gentoo> (raw)
commit: a9cb9985f827e2bd470738a76d290e17635366a3
Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Sun Jul 30 20:16:31 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jul 30 20:16:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9cb9985
gui-apps/wbg: add 9999
Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
gui-apps/wbg/wbg-9999.ebuild | 51 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+)
diff --git a/gui-apps/wbg/wbg-9999.ebuild b/gui-apps/wbg/wbg-9999.ebuild
new file mode 100644
index 0000000000..ad79bd0c9f
--- /dev/null
+++ b/gui-apps/wbg/wbg-9999.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+if [[ ${PV} == *9999* ]]; then
+ EGIT_REPO_URI="https://codeberg.org/dnkl/wbg.git"
+ inherit git-r3
+else
+ SRC_URI="https://codeberg.org/dnkl/wbg/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}"
+fi
+
+DESCRIPTION="Super simple wallpaper application"
+HOMEPAGE="https://codeberg.org/dnkl/wbg"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="png jpeg webp"
+
+REQUIRED_USE="|| ( png jpeg webp )"
+
+DEPEND="
+ x11-libs/pixman
+ dev-libs/wayland
+"
+RDEPEND="
+ ${DEPEND}
+ png? ( media-libs/libpng:= )
+ jpeg? ( media-libs/libjpeg-turbo:= )
+ webp? ( media-libs/libwebp:= )
+"
+BDEPEND="
+ dev-libs/tllist
+ dev-libs/wayland-protocols
+ dev-util/wayland-scanner
+ virtual/pkgconfig
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature png)
+ $(meson_feature jpeg)
+ $(meson_feature webp)
+ )
+
+ meson_src_configure
+}
next reply other threads:[~2023-07-31 14:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-31 14:53 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-12 21:51 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wbg/ Haelwenn Monnier
2024-06-12 21:51 Haelwenn Monnier
2024-01-04 13:07 David Roman
2024-01-04 13:07 David Roman
2023-11-18 9:53 Andrew Ammerlaan
2022-12-05 9:20 Viorel Munteanu
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=1690748191.a9cb9985f827e2bd470738a76d290e17635366a3.davidroman@gentoo \
--to=davidroman96@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