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 7B964158041 for ; Wed, 10 Apr 2024 22:24:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85961E29D5; Wed, 10 Apr 2024 22:24:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 615DEE29D5 for ; Wed, 10 Apr 2024 22:24:20 +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 851603432A4 for ; Wed, 10 Apr 2024 22:24:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4FA19B6 for ; Wed, 10 Apr 2024 22:24:17 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1712787832.4126d48d920db90afcdb6c8091a13e79d61b24d3.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libdecor/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/libdecor/Manifest gui-libs/libdecor/libdecor-0.2.2.ebuild gui-libs/libdecor/libdecor-9999.ebuild gui-libs/libdecor/metadata.xml X-VCS-Directories: gui-libs/libdecor/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 4126d48d920db90afcdb6c8091a13e79d61b24d3 X-VCS-Branch: master Date: Wed, 10 Apr 2024 22:24:17 +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: d2b082b7-de3a-48ca-8942-d3312b2185a5 X-Archives-Hash: 367b5ff325ccd3fdb2844f720a0c96bc commit: 4126d48d920db90afcdb6c8091a13e79d61b24d3 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Tue Apr 2 19:06:19 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Wed Apr 10 22:23:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4126d48d gui-libs/libdecor: new package, add 0.2.2, 9999 Closes: https://bugs.gentoo.org/927186 Signed-off-by: Gonçalo Negrier Duarte gmail.com> Signed-off-by: James Le Cuirot gentoo.org> gui-libs/libdecor/Manifest | 1 + gui-libs/libdecor/libdecor-0.2.2.ebuild | 54 +++++++++++++++++++++++++++++++++ gui-libs/libdecor/libdecor-9999.ebuild | 54 +++++++++++++++++++++++++++++++++ gui-libs/libdecor/metadata.xml | 24 +++++++++++++++ 4 files changed, 133 insertions(+) diff --git a/gui-libs/libdecor/Manifest b/gui-libs/libdecor/Manifest new file mode 100644 index 000000000000..cb5c2e5a09bb --- /dev/null +++ b/gui-libs/libdecor/Manifest @@ -0,0 +1 @@ +DIST libdecor-0.2.2.tar.bz2 45375 BLAKE2B 86e78ce5017b0babc627b5f9ce75b7e2cca38929e3c382828e0453329efed707e2c010fb51522b7b5077a616d54cf2f9af70d5b3d68d2b2aa1d6d36b7a834b8d SHA512 f9761a8c59dc85dd92c871f73192ab05eb56ea34e85a38b5a7222822173f9fd71b5bfb5cffe2782e8c0a6275100e32b6761143cb1469dbcc6988d046a09f1b9a diff --git a/gui-libs/libdecor/libdecor-0.2.2.ebuild b/gui-libs/libdecor/libdecor-0.2.2.ebuild new file mode 100644 index 000000000000..2d21ad63368e --- /dev/null +++ b/gui-libs/libdecor/libdecor-0.2.2.ebuild @@ -0,0 +1,54 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="A client-side decorations library for Wayland clients" +HOMEPAGE="https://gitlab.freedesktop.org/libdecor/libdecor" +if [[ ${PV} == "9999" ]]; then + EGIT_REPO_URI="https://gitlab.freedesktop.org/libdecor/libdecor.git" + inherit git-r3 +else + SRC_URI="https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/${PV}/${P}.tar.bz2" + KEYWORDS="~amd64" +fi +LICENSE="MIT" +SLOT="0" +IUSE="+dbus +gtk examples" + +RDEPEND=" + >=dev-libs/wayland-1.18 + x11-libs/pango + x11-libs/cairo + dbus? ( sys-apps/dbus ) + gtk? ( x11-libs/gtk+:3 ) + examples? ( + media-libs/libglvnd + x11-libs/libxkbcommon + ) +" + +DEPEND=" + ${RDEPEND} + >=dev-libs/wayland-protocols-1.15 +" + +BDEPEND=" + dev-util/wayland-scanner + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + # Avoid auto-magic, built-in feature of meson + -Dauto_features=disabled + $(meson_feature gtk) + $(meson_feature dbus) + $(meson_use examples demo) + -Dinstall_demo=true + ) + + meson_src_configure +} diff --git a/gui-libs/libdecor/libdecor-9999.ebuild b/gui-libs/libdecor/libdecor-9999.ebuild new file mode 100644 index 000000000000..2d21ad63368e --- /dev/null +++ b/gui-libs/libdecor/libdecor-9999.ebuild @@ -0,0 +1,54 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="A client-side decorations library for Wayland clients" +HOMEPAGE="https://gitlab.freedesktop.org/libdecor/libdecor" +if [[ ${PV} == "9999" ]]; then + EGIT_REPO_URI="https://gitlab.freedesktop.org/libdecor/libdecor.git" + inherit git-r3 +else + SRC_URI="https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/${PV}/${P}.tar.bz2" + KEYWORDS="~amd64" +fi +LICENSE="MIT" +SLOT="0" +IUSE="+dbus +gtk examples" + +RDEPEND=" + >=dev-libs/wayland-1.18 + x11-libs/pango + x11-libs/cairo + dbus? ( sys-apps/dbus ) + gtk? ( x11-libs/gtk+:3 ) + examples? ( + media-libs/libglvnd + x11-libs/libxkbcommon + ) +" + +DEPEND=" + ${RDEPEND} + >=dev-libs/wayland-protocols-1.15 +" + +BDEPEND=" + dev-util/wayland-scanner + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + # Avoid auto-magic, built-in feature of meson + -Dauto_features=disabled + $(meson_feature gtk) + $(meson_feature dbus) + $(meson_use examples demo) + -Dinstall_demo=true + ) + + meson_src_configure +} diff --git a/gui-libs/libdecor/metadata.xml b/gui-libs/libdecor/metadata.xml new file mode 100644 index 000000000000..9f8ba6301a8d --- /dev/null +++ b/gui-libs/libdecor/metadata.xml @@ -0,0 +1,24 @@ + + + + + Enable dbus to query current cursor theme + Build GTK plugin + Build and install examples + + + chewi@gentoo.org + James Le Cuirot + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers + + + gonegrier.duarte@gmail.com + Gonçalo Negrier Duarte + + + libdecor/libdecor + +