From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5AACA1581D3 for ; Sun, 26 May 2024 17:12:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74B65E29ED; Sun, 26 May 2024 17:12:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5702CE29ED for ; Sun, 26 May 2024 17:12:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FD0F342FA3 for ; Sun, 26 May 2024 17:12:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A0791B9A for ; Sun, 26 May 2024 17:12:47 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1716743553.7cfe79de5e4f3610bd8f8df54386b59d1dd4cb28.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/swaybg/Manifest gui-apps/swaybg/swaybg-1.2.1.ebuild X-VCS-Directories: gui-apps/swaybg/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7cfe79de5e4f3610bd8f8df54386b59d1dd4cb28 X-VCS-Branch: master Date: Sun, 26 May 2024 17:12:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a9fafd00-b593-486c-bbe6-f5fa6c9fd376 X-Archives-Hash: 4fa9596feab112cd3d68450450284a0a commit: 7cfe79de5e4f3610bd8f8df54386b59d1dd4cb28 Author: Arthur Zamarin gentoo org> AuthorDate: Sun May 26 17:11:20 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun May 26 17:12:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cfe79de gui-apps/swaybg: add 1.2.1 Signed-off-by: Arthur Zamarin gentoo.org> gui-apps/swaybg/Manifest | 1 + gui-apps/swaybg/swaybg-1.2.1.ebuild | 43 +++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/gui-apps/swaybg/Manifest b/gui-apps/swaybg/Manifest index 4160f0ace994..7e14044460e7 100644 --- a/gui-apps/swaybg/Manifest +++ b/gui-apps/swaybg/Manifest @@ -1 +1,2 @@ DIST swaybg-1.2.0.tar.gz 16572 BLAKE2B 197daba2a049bd21c1609c7abc5241c1b8664dabd34b16d9664c2f7f6853028389f81ef3d8e7f13c8b8decda0a0149ff911b86cc079b11cdbc8f9c977c4e0e23 SHA512 e0c0d78a1887e8a6ff396305ea717be22ec316cd17ef7e2f61a0fe25f976ff12bb5fd48bf8dc7d99d7c9bf6948b4a00d99bf9ac68021080ae9c393ca84e86e0a +DIST swaybg-1.2.1.tar.gz 16600 BLAKE2B 5b61bb5c5bc3074eaa08255b02d82bd07f66b9f090328d34fd55c971d81ce1bedca05ad0499bd1e09a4669880f7e26ce87460d51d50b602b278651bb3283379b SHA512 ea5f1e2db58eb6865e79b05b85e045bd07afa411d6d1cd4e08710c891ef0bc68d78af8fc500e6200824abad865bfe625b030c31d6c9f76cb6a46fefd2c0d5aa8 diff --git a/gui-apps/swaybg/swaybg-1.2.1.ebuild b/gui-apps/swaybg/swaybg-1.2.1.ebuild new file mode 100644 index 000000000000..9456a6851de5 --- /dev/null +++ b/gui-apps/swaybg/swaybg-1.2.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="A wallpaper utility for Wayland" +HOMEPAGE="https://github.com/swaywm/swaybg" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/swaywm/${PN}.git" +else + SRC_URI="https://github.com/swaywm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="gdk-pixbuf +man" + +DEPEND=" + dev-libs/wayland + >=dev-libs/wayland-protocols-1.26 + x11-libs/cairo + gdk-pixbuf? ( x11-libs/gdk-pixbuf ) +" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-util/wayland-scanner + virtual/pkgconfig + man? ( app-text/scdoc ) +" + +src_configure() { + local emesonargs=( + $(meson_feature man man-pages) + $(meson_feature gdk-pixbuf) + ) + + meson_src_configure +}