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 64026158003 for ; Tue, 30 May 2023 21:59:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 987D5E0917; Tue, 30 May 2023 21:59:04 +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 76D8BE0917 for ; Tue, 30 May 2023 21:59:02 +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 0802A340F4D for ; Tue, 30 May 2023 21:59:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9420BA80 for ; Tue, 30 May 2023 21:58:59 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1685460398.1729cbfdcac73957b01df20ca7e3542c6fec9fba.lanodan@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.3.0.ebuild X-VCS-Directories: gui-apps/hyprpaper/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 1729cbfdcac73957b01df20ca7e3542c6fec9fba X-VCS-Branch: master Date: Tue, 30 May 2023 21:58:59 +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: 5aee012b-b890-4cfd-a6f2-46f843baa22e X-Archives-Hash: 7efcc93bc65a9b8fc226446c4a8b563c commit: 1729cbfdcac73957b01df20ca7e3542c6fec9fba Author: Julien Roy jroy ca> AuthorDate: Tue May 30 15:26:38 2023 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Tue May 30 15:26:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1729cbfd gui-apps/hyprpaper: add 0.3.0 Signed-off-by: Julien Roy jroy.ca> gui-apps/hyprpaper/Manifest | 1 + gui-apps/hyprpaper/hyprpaper-0.3.0.ebuild | 34 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/gui-apps/hyprpaper/Manifest b/gui-apps/hyprpaper/Manifest index f773253e9..7169accbc 100644 --- a/gui-apps/hyprpaper/Manifest +++ b/gui-apps/hyprpaper/Manifest @@ -1 +1,2 @@ DIST hyprpaper-0.2.0.gh.tar.gz 26200 BLAKE2B b55e6ccb9bff431a411dfa5c6b43176804b4c89d2b048453830ed3a746c2b71739ba518306a38b0f07ad4885b06e104a9c86e55564a6aeede7f8900b81bf34a3 SHA512 f6f8d117bbf52e8f353cf2b3d9dee3b3e1fae1f6bab78f9bdbd437c403696fab615c3c4ef8acc818b585937e8adf1a4b7c7efd3b390e06a8d38ad4888f4e0da5 +DIST hyprpaper-0.3.0.gh.tar.gz 26787 BLAKE2B 114ef9c68372a4081035282c1826d66fdb5306eea18e91663dd31645bcb6972d1fd7ad913b0c1f452001025f6c54b5dd8cefbb634702a4440901102822b5a82d SHA512 6b1ccdc7257db89f435c0d4b4afb6f42a46f9d0635d211d4c0408d6a801c4438eecad53a512e5ea51a768e883e4e446b8a8efdca4b1336dc51499e586cbe070f diff --git a/gui-apps/hyprpaper/hyprpaper-0.3.0.ebuild b/gui-apps/hyprpaper/hyprpaper-0.3.0.ebuild new file mode 100644 index 000000000..8e1fa582b --- /dev/null +++ b/gui-apps/hyprpaper/hyprpaper-0.3.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 2023 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" + +BDEPEND=" + dev-libs/wayland + dev-libs/wayland-protocols + dev-util/cmake + dev-util/wayland-scanner + media-libs/libglvnd + media-libs/libjpeg-turbo + x11-libs/cairo + x11-libs/pango +" + +src_compile() { + emake protocols + cmake_src_compile +} + +src_install() { + dobin "${BUILD_DIR}/${PN}" +}