public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-libs/libdecor/
Date: Sun, 16 Jul 2023 06:18:39 +0000 (UTC)	[thread overview]
Message-ID: <1689344575.174629c695641891c65572c4de5c35864702a366.lanodan@gentoo> (raw)

commit:     174629c695641891c65572c4de5c35864702a366
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Fri Jul 14 14:22:39 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Jul 14 14:22:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=174629c6

gui-libs/libdecor: new package, add 0.1.1, 9999

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 gui-libs/libdecor/Manifest              |  1 +
 gui-libs/libdecor/libdecor-0.1.1.ebuild | 42 +++++++++++++++++++++++++++++++++
 gui-libs/libdecor/libdecor-9999.ebuild  | 41 ++++++++++++++++++++++++++++++++
 gui-libs/libdecor/metadata.xml          | 11 +++++++++
 4 files changed, 95 insertions(+)

diff --git a/gui-libs/libdecor/Manifest b/gui-libs/libdecor/Manifest
new file mode 100644
index 000000000..c0eb0f853
--- /dev/null
+++ b/gui-libs/libdecor/Manifest
@@ -0,0 +1 @@
+DIST libdecor-0.1.1.tar.bz2 37286 BLAKE2B 32a0ef9711fc0b830f2b2997a05e2ac8ce60ef6f972d8a4c17cebe987b49828c81f3888e42dde0627ce71dbc825ddfd336be3f591ca1f76168c3efd13c2e24ae SHA512 3a5a293a58d40a1d5377912c90ede7670caffbb6b4539ffb00f33667fd84ecaf8a90e05100ddc22c4af34482aac8d2deb67ba25ddbede67e7952b1054e359409

diff --git a/gui-libs/libdecor/libdecor-0.1.1.ebuild b/gui-libs/libdecor/libdecor-0.1.1.ebuild
new file mode 100644
index 000000000..031c89080
--- /dev/null
+++ b/gui-libs/libdecor/libdecor-0.1.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2023 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"
+SRC_URI="https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+dbus examples"
+
+DEPEND="
+	>=dev-libs/wayland-1.18
+	>=dev-libs/wayland-protocols-1.15
+	x11-libs/pango
+	dbus? ( sys-apps/dbus )
+	examples? (
+		virtual/opengl
+		media-libs/mesa[egl(+)]
+		x11-libs/libxkbcommon
+	)
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_configure() {
+	local emesonargs=(
+		# Avoid auto-magic, built-in feature of meson
+		-Dauto_features=disabled
+
+		$(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 000000000..3dcc9ad2c
--- /dev/null
+++ b/gui-libs/libdecor/libdecor-9999.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson git-r3
+
+DESCRIPTION="A client-side decorations library for Wayland clients"
+HOMEPAGE="https://gitlab.freedesktop.org/libdecor/libdecor"
+EGIT_REPO_URI="https://gitlab.freedesktop.org/libdecor/libdecor.git"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="+dbus examples"
+
+DEPEND="
+	>=dev-libs/wayland-1.18
+	>=dev-libs/wayland-protocols-1.15
+	x11-libs/pango
+	dbus? ( sys-apps/dbus )
+	examples? (
+		virtual/opengl
+		media-libs/mesa[egl(+)]
+		x11-libs/libxkbcommon
+	)
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_configure() {
+	local emesonargs=(
+		# Avoid auto-magic, built-in feature of meson
+		-Dauto_features=disabled
+
+		$(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 000000000..fce105305
--- /dev/null
+++ b/gui-libs/libdecor/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<use>
+		<flag name="dbus">Enable dbus to query current cursor theme </flag>
+		<flag name="examples">Build and install examples</flag>
+	</use>
+	<upstream>
+		<remote-id type="freedesktop-gitlab">libdecor/libdecor</remote-id>
+	</upstream>
+</pkgmetadata>
\ No newline at end of file


             reply	other threads:[~2023-07-16  6:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-16  6:18 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-27 12:04 [gentoo-commits] repo/proj/guru:master commit in: gui-libs/libdecor/ David Roman
2024-04-02 22:48 Julien Roy
2024-04-03 20:20 Julien Roy
2024-04-04 10:09 Florian Schmaus
2024-04-04 10:09 Florian Schmaus
2024-04-11 11:11 Julien Roy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1689344575.174629c695641891c65572c4de5c35864702a366.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox