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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B375158042 for ; Sat, 9 Nov 2024 16:30:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2992FE08D1; Sat, 9 Nov 2024 16:30:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11A6FE08D1 for ; Sat, 9 Nov 2024 16:30:10 +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 173CB340C40 for ; Sat, 9 Nov 2024 16:30:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E1371F45 for ; Sat, 9 Nov 2024 16:30:06 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1731153186.ebef7603e1931a3e8f20f6ecf572404c0e0bf36a.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprpaper/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hyprpaper/Manifest gui-apps/hyprpaper/hyprpaper-0.7.1.ebuild X-VCS-Directories: gui-apps/hyprpaper/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: ebef7603e1931a3e8f20f6ecf572404c0e0bf36a X-VCS-Branch: master Date: Sat, 9 Nov 2024 16:30:06 +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: 87a60d53-c2b0-4352-a159-9539b19fee23 X-Archives-Hash: 6730115b94182d87a693f7a42991e049 commit: ebef7603e1931a3e8f20f6ecf572404c0e0bf36a Author: Johannes Huber gmx de> AuthorDate: Fri Nov 1 08:32:22 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat Nov 9 11:53:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ebef7603 gui-apps/hyprpaper: add 0.7.1 Signed-off-by: Johannes Huber gmx.de> Signed-off-by: Takuya Wakazono gmail.com> gui-apps/hyprpaper/Manifest | 1 + gui-apps/hyprpaper/hyprpaper-0.7.1.ebuild | 44 +++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/gui-apps/hyprpaper/Manifest b/gui-apps/hyprpaper/Manifest index ecefb3392..90eb550c4 100644 --- a/gui-apps/hyprpaper/Manifest +++ b/gui-apps/hyprpaper/Manifest @@ -1 +1,2 @@ DIST hyprpaper-0.7.0.gh.tar.gz 29724 BLAKE2B 229059246551a327ab1c256061734234688b24aeaa663634bac7057f62d83584d2b8d5d8bfc63abdd996a5345243e162024b271095fb624648e2540ecb0f2bed SHA512 6d449230e830bf0b3a0341d249686758feefc30e91b2d72ba7503b8f46543d6d89b63578ed610f1e3d8e5f99370ad3d36e0c7f4d3c90a8ff71bd193153353ae4 +DIST hyprpaper-0.7.1.gh.tar.gz 29173 BLAKE2B 2eea3d8ace0b643279cbb39342c1382fdbbf01c9928487b50df3bfd60961b4da4e03fa67dbeb9f6b2bd7182923128702207b49d1379fc2af24a1bafbf14b9279 SHA512 6bd1c42aa02f6b808d111ff86ce696fa6b70411c02f5f68eee9df7b3ccb45da2f9aad7e32252fa517abb431b6735c65a326d24295ad795795018fb4181bf6441 diff --git a/gui-apps/hyprpaper/hyprpaper-0.7.1.ebuild b/gui-apps/hyprpaper/hyprpaper-0.7.1.ebuild new file mode 100644 index 000000000..32aaf7d74 --- /dev/null +++ b/gui-apps/hyprpaper/hyprpaper-0.7.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="A blazing fast wayland wallpaper utility" +HOMEPAGE="https://github.com/hyprwm/hyprpaper" +SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-libs/hyprlang:= + dev-libs/wayland + gui-libs/hyprutils + media-libs/libglvnd + media-libs/libjpeg-turbo:= + media-libs/libwebp:= + x11-libs/cairo + x11-libs/pango +" +DEPEND=" + ${RDEPEND} + dev-libs/wayland-protocols +" +BDEPEND=" + >=dev-util/hyprwayland-scanner-0.4.0 + dev-util/wayland-scanner + dev-vcs/git + virtual/pkgconfig +" + +src_compile() { + emake protocols + cmake_src_compile +} + +src_install() { + dobin "${BUILD_DIR}/${PN}" +}