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 C061D15808D for ; Wed, 20 Apr 2022 03:55:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 953A1E0891; Wed, 20 Apr 2022 03:55:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFDA5E0891 for ; Wed, 20 Apr 2022 03:55:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 358753412BF for ; Wed, 20 Apr 2022 03:55:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B7C1318 for ; Wed, 20 Apr 2022 03:55:13 +0000 (UTC) From: "Seth Arnold" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Seth Arnold" Message-ID: <1650426877.941cd636e7103e5b5f82688fb94937d428b35c75.Dotz0cat@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/walld/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/walld/Manifest app-misc/walld/walld-1.2.ebuild app-misc/walld/walld-1.3.ebuild X-VCS-Directories: app-misc/walld/ X-VCS-Committer: Dotz0cat X-VCS-Committer-Name: Seth Arnold X-VCS-Revision: 941cd636e7103e5b5f82688fb94937d428b35c75 X-VCS-Branch: dev Date: Wed, 20 Apr 2022 03:55:13 +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: 1da358fc-2ba8-42b9-93f6-c17b28f5b58d X-Archives-Hash: 99d681f1dada6bfa3e566f68f87c9460 commit: 941cd636e7103e5b5f82688fb94937d428b35c75 Author: Seth Arnold gmail com> AuthorDate: Wed Apr 20 03:53:22 2022 +0000 Commit: Seth Arnold gmail com> CommitDate: Wed Apr 20 03:54:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=941cd636 app-misc/walld: add 1.3, drop 1.2 Signed-off-by: Seth Arnold gmail.com> app-misc/walld/Manifest | 2 +- app-misc/walld/{walld-1.2.ebuild => walld-1.3.ebuild} | 14 +++----------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/app-misc/walld/Manifest b/app-misc/walld/Manifest index 4e708852b..84d330df3 100644 --- a/app-misc/walld/Manifest +++ b/app-misc/walld/Manifest @@ -1 +1 @@ -DIST walld-1.2.tar.gz 23622 BLAKE2B 021028bb5dead41f16e18e9243f50952bf40260e5322508c79e803e42253fea22e1890d69116ba9b5ad7d6c084c57c0d52f216b6c6adf998cee688d8f9b6cbd5 SHA512 8c1c5dc2c8bc657c6f71a82f6db50247b6803ae5845f1515d10e18021913d87c7e4d920e8c1f0e2d455a5a09f44770acf40fadd59f983a6c3a16f8d4178340d6 +DIST walld-1.3.tar.gz 24911 BLAKE2B 9186cdbe8263fef5e5ec27a29b4e76f437322c08aa9322ea8d2fac666da2ee97990f6bfad8c2af4751ce820d739879ee25b78de9145e7ef32ca24ae5d97b3728 SHA512 5459640d720592267e9d8ab78c9bc526fda4036bc20b84826b65a1b87d05b8b3743363d2ee2fb69819b7b82d2145b303c883f60ca0b9137535e563eb83b17912 diff --git a/app-misc/walld/walld-1.2.ebuild b/app-misc/walld/walld-1.3.ebuild similarity index 61% rename from app-misc/walld/walld-1.2.ebuild rename to app-misc/walld/walld-1.3.ebuild index 861b83f09..ca219ebf1 100644 --- a/app-misc/walld/walld-1.2.ebuild +++ b/app-misc/walld/walld-1.3.ebuild @@ -3,11 +3,11 @@ EAPI=8 -inherit optfeature toolchain-funcs +inherit optfeature meson 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" +SRC_URI="https://github.com/Dotz0cat/walld/archive/refs/tags/1.3.tar.gz -> walld-1.3.tar.gz" LICENSE="GPL-3" SLOT="0" @@ -15,15 +15,7 @@ KEYWORDS="~amd64 ~x86" DEPEND="dev-libs/libevent media-gfx/feh dev-libs/libconfig media-gfx/imagemagick" RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -src_compile() { - emake CC="${tc-getCC}" -} - -src_install() { - emake DESTDIR="${D}" PREFIX=/usr install -} +BDEPEND="" pkg_postinst() { optfeature "auto reload Xresources" x11-apps/xrdb