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 D38FD159C96 for ; Thu, 25 Jul 2024 00:06:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3175E2AB6; Thu, 25 Jul 2024 00:06:27 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4170E2AB6 for ; Thu, 25 Jul 2024 00:06:27 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A245335D6B for ; Thu, 25 Jul 2024 00:06:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B1041E60 for ; Thu, 25 Jul 2024 00:06:24 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1721865665.40447ea88b0f32d2b4ff86a744f8e7227e29aae1.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/aquamarine/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/aquamarine/aquamarine-9999.ebuild gui-libs/aquamarine/metadata.xml X-VCS-Directories: gui-libs/aquamarine/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 40447ea88b0f32d2b4ff86a744f8e7227e29aae1 X-VCS-Branch: master Date: Thu, 25 Jul 2024 00:06:24 +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: 3a133ccf-2039-4fad-a49f-b18848461f01 X-Archives-Hash: 6202eecc0c1f974eeeaacf4bd6d54f01 commit: 40447ea88b0f32d2b4ff86a744f8e7227e29aae1 Author: John M. Harris Jr. johnmh me> AuthorDate: Wed Jul 24 02:31:54 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Jul 25 00:01:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40447ea8 gui-libs/aquamarine: new package, add 9999 Signed-off-by: John M. Harris Jr. johnmh.me> Signed-off-by: Yixun Lan gentoo.org> gui-libs/aquamarine/aquamarine-9999.ebuild | 51 ++++++++++++++++++++++++++++++ gui-libs/aquamarine/metadata.xml | 21 ++++++++++++ 2 files changed, 72 insertions(+) diff --git a/gui-libs/aquamarine/aquamarine-9999.ebuild b/gui-libs/aquamarine/aquamarine-9999.ebuild new file mode 100644 index 000000000000..80acaec62cc4 --- /dev/null +++ b/gui-libs/aquamarine/aquamarine-9999.ebuild @@ -0,0 +1,51 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Aquamarine is a very light linux rendering backend library" +HOMEPAGE="https://github.com/hyprwm/aquamarine" + +if [[ "${PV}" = *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git" +else + SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="BSD" +SLOT="0" + +RDEPEND=" + dev-libs/wayland + media-libs/mesa[opengl] + media-libs/libdisplay-info + >=dev-libs/libinput-1.26.1 + >=dev-util/hyprwayland-scanner-0.4.0 + >=gui-libs/hyprutils-0.1.5 + gui-libs/egl-gbm + x11-libs/cairo + x11-libs/libxkbcommon + x11-libs/libdrm + x11-libs/pango + x11-libs/pixman + virtual/libudev + sys-apps/hwdata +" +DEPEND=" + ${RDEPEND} + dev-libs/wayland-protocols +" + +BDEPEND=" + dev-util/wayland-scanner + virtual/pkgconfig +" + +src_prepare() { + sed -i "/add_compile_options(-O3)/d" "${S}/CMakeLists.txt" || die + cmake_src_prepare +} diff --git a/gui-libs/aquamarine/metadata.xml b/gui-libs/aquamarine/metadata.xml new file mode 100644 index 000000000000..3b4e390d189e --- /dev/null +++ b/gui-libs/aquamarine/metadata.xml @@ -0,0 +1,21 @@ + + + + + julien@jroy.ca + Julien Roy + + + johnmh@johnmh.me + John M. Harris, Jr. + + + proxy-maint@gentoo.org + Proxy Maintainers + + + https://github.com/hyprwm/aquamarine/releases + https://github.com/hyprwm/aquamarine/issues + hyprwm/aquamarine + +