public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4windowing/
Date: Tue, 10 Jan 2023 06:21:32 +0000 (UTC)	[thread overview]
Message-ID: <1673331687.097049339962993673d88b4919d7e66b35b9d694.mgorny@gentoo> (raw)

commit:     097049339962993673d88b4919d7e66b35b9d694
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 06:07:03 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 06:21:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09704933

xfce-base/libxfce4windowing: Bump to 4.19.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-base/libxfce4windowing/Manifest               |  1 +
 .../libxfce4windowing-4.19.1.ebuild                | 58 ++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/xfce-base/libxfce4windowing/Manifest b/xfce-base/libxfce4windowing/Manifest
index ebe4b6e4f26c..c35db5b91d10 100644
--- a/xfce-base/libxfce4windowing/Manifest
+++ b/xfce-base/libxfce4windowing/Manifest
@@ -1 +1,2 @@
 DIST libxfce4windowing-4.19.0.tar.bz2 442774 BLAKE2B 8d0a64d07d1535f74d3767c47d2513b481502a8d2b259572fb22d25cb3ab07409c00014922ebe5222c2637792e57d2edfb94e7a028965ea076be52e098a8ed0e SHA512 c1dbbf243158239c96f2d3db4fb556dca72db7c885b6288653e45fa74cb22b5af2a997a7c7ac1ead203078de958a6dbec77a86826c867156266c341384e97f9d
+DIST libxfce4windowing-4.19.1.tar.bz2 452748 BLAKE2B 0fbf8ec5bb1d1857dfbe2851ef25a63dca57315c9f9dd5e3d870ae86c5fa054e3f4915d7cef1c98a5ac909ff29e8ad47b5b2754d1c8b2199320ee4a5efcf2eae SHA512 4666ff3a0142f584fb62cff8e6271a73bc3da8f1cd6dad629e3075a5a2552f54d56abb44bc6d9b2c1b4a1c8ed131bd6aa875714191cffd28958a2edf09a90729

diff --git a/xfce-base/libxfce4windowing/libxfce4windowing-4.19.1.ebuild b/xfce-base/libxfce4windowing/libxfce4windowing-4.19.1.ebuild
new file mode 100644
index 000000000000..18933d2987ad
--- /dev/null
+++ b/xfce-base/libxfce4windowing/libxfce4windowing-4.19.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Unified widget and session management libs for Xfce"
+HOMEPAGE="
+	https://gitlab.xfce.org/xfce/libxfce4windowing/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+introspection wayland X"
+
+DEPEND="
+	>=dev-libs/glib-2.68.0
+	>=x11-libs/gtk+-3.24.0:3[introspection?]
+	>=x11-libs/gdk-pixbuf-2.40.0[introspection?]
+	wayland? (
+		>=x11-libs/gtk+-3.24.0:3[wayland]
+		>=dev-libs/wayland-1.15
+	)
+	X? (
+		>=x11-libs/gtk+-3.24.0:3[X]
+		>=x11-libs/libwnck-3.14:3
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+BDEPEND="
+	dev-lang/perl
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig
+	wayland? (
+		>=dev-util/wayland-scanner-1.15
+	)
+"
+
+src_configure() {
+	local myconf=(
+		$(use_enable introspection)
+		$(use_enable wayland gdk-wayland)
+		$(use_enable wayland wayland-scanner)
+		$(use_enable wayland wayland-client)
+		$(use_enable X libwnck)
+		$(use_enable X gdk-x11)
+	)
+	econf "${myconf[@]}"
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}


             reply	other threads:[~2023-01-10  6:21 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-10  6:21 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-09 19:03 [gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4windowing/ Michał Górny
2024-10-07 12:59 Michał Górny
2024-10-05 14:52 Michał Górny
2024-10-05  4:58 Michał Górny
2024-10-03 13:27 Michał Górny
2024-08-24  5:52 Michał Górny
2024-02-29 11:37 Michał Górny
2023-12-30  1:26 Ionen Wolkens
2023-12-22  5:14 Ionen Wolkens
2023-04-14 20:50 Sam James
2023-02-24 17:12 Arthur Zamarin
2023-01-25 15:50 WANG Xuerui
2023-01-14 10:00 Arthur Zamarin
2023-01-13 14:19 Arthur Zamarin
2023-01-13 11:51 Arthur Zamarin
2023-01-11 14:52 Michał Górny
2023-01-11  8:55 Joonas Niilola
2023-01-11  6:29 Joonas Niilola
2023-01-10 20:28 Michał Górny
2023-01-10 20:28 Michał Górny
2023-01-03  6:52 Michał Górny

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=1673331687.097049339962993673d88b4919d7e66b35b9d694.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --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