public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4windowing/files/, xfce-base/libxfce4windowing/
@ 2024-11-01 15:23 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2024-11-01 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d2791df47ac590dffc9c331320363e4f5684c28c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  1 15:20:16 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov  1 15:23:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2791df4

xfce-base/libxfce4windowing: Remove old

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

 xfce-base/libxfce4windowing/Manifest               |  1 -
 .../files/libxfce4windowing-4.19.1-no-x.patch      | 25 ---------
 .../libxfce4windowing-4.19.7.ebuild                | 60 ----------------------
 3 files changed, 86 deletions(-)

diff --git a/xfce-base/libxfce4windowing/Manifest b/xfce-base/libxfce4windowing/Manifest
index 4bf9687b9f2f..563bf7b81369 100644
--- a/xfce-base/libxfce4windowing/Manifest
+++ b/xfce-base/libxfce4windowing/Manifest
@@ -1,3 +1,2 @@
 DIST libxfce4windowing-4.19.3.tar.bz2 535825 BLAKE2B cb97589e213e4d07f05c6665399459f2f453a9519483606c5a5e3bd901bebbc361ae044f22596bca86c7aa8e0b23b585b7a41f0170d458d597f07b0a03e08edd SHA512 848b7aeeebdd630c27bac242b5a59d25409b2e8f22d2d8dc95fbfe45357e4f3374e36c151792ddc061b4dcf5d1fdf31f47e76c75b7167b244ae198b0a3b4bca0
-DIST libxfce4windowing-4.19.7.tar.bz2 575191 BLAKE2B 798a5d4cd30998523a6c2a21aef523a1cfd7bb0a6df70a26ba16424df9cd5a6fdefea34d298dbf92b72eec8b52f9fa86f8e84df5c7fc3f7d0de2f52c00d79fcc SHA512 e925622e582669a93b7d0599504f343df2a677a38c68b16024e0600974a3abb93bc2234c6aec480edc8b7f616c07c8c04904518163e783d5b8afd475c4657cb9
 DIST libxfce4windowing-4.19.8.tar.bz2 575693 BLAKE2B 2f68688a27290f11c51638e277fa9ee3a5940bade052ee812dd29992a7d329282a08e1211c91a4026d969dfa0290a22b32e68b00781657afbcffd84b98db8fb1 SHA512 584e80e62897c26002601389196c36a8f0de9d63acec747c573afc5315f8821d38d21c9ca242ae311d172c726c3cb335211786c60c1563c6e262d95596aad845

diff --git a/xfce-base/libxfce4windowing/files/libxfce4windowing-4.19.1-no-x.patch b/xfce-base/libxfce4windowing/files/libxfce4windowing-4.19.1-no-x.patch
deleted file mode 100644
index 430d4f05f670..000000000000
--- a/xfce-base/libxfce4windowing/files/libxfce4windowing-4.19.1-no-x.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 19dde29828a6fbc49a3279f5b2943f0b87d54e25 Mon Sep 17 00:00:00 2001
-From: "Brian J. Tarricone" <brian@tarricone.org>
-Date: Tue, 10 Jan 2023 20:26:27 -0800
-Subject: [PATCH] Fix Wayland-only build
-
-Closes #8
----
- libxfce4windowing/libxfce4windowing-private.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/libxfce4windowing/libxfce4windowing-private.c b/libxfce4windowing/libxfce4windowing-private.c
-index 0d51c45..fc5a3c5 100644
---- a/libxfce4windowing/libxfce4windowing-private.c
-+++ b/libxfce4windowing/libxfce4windowing-private.c
-@@ -24,6 +24,7 @@
- #include <libwnck/libwnck.h>
- #include <gdk/gdkx.h>
- #endif
-+#include <gtk/gtk.h>
- 
- #include "libxfce4windowing-private.h"
- #include "xfw-util.h"
--- 
-GitLab
-

diff --git a/xfce-base/libxfce4windowing/libxfce4windowing-4.19.7.ebuild b/xfce-base/libxfce4windowing/libxfce4windowing-4.19.7.ebuild
deleted file mode 100644
index 6ed3c754abc8..000000000000
--- a/xfce-base/libxfce4windowing/libxfce4windowing-4.19.7.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 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/4.19.6"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="+introspection wayland X"
-REQUIRED_USE="|| ( wayland X )"
-
-RDEPEND="
-	>=dev-libs/glib-2.72.0
-	>=x11-libs/gtk+-3.24.10:3[X?,introspection?,wayland?]
-	>=x11-libs/gdk-pixbuf-2.42.8[introspection?]
-	wayland? (
-		>=dev-libs/wayland-1.20
-	)
-	X? (
-		>=media-libs/libdisplay-info-0.1.1
-		>=x11-libs/libX11-1.6.7
-		>=x11-libs/libXrandr-1.5.0
-		>=x11-libs/libwnck-3.14:3
-	)
-"
-DEPEND="
-	${RDEPEND}
-	wayland? (
-		>=dev-libs/wayland-protocols-1.25
-	)
-"
-BDEPEND="
-	>=dev-build/xfce4-dev-tools-4.19.2
-	dev-lang/perl
-	>=sys-devel/gettext-0.19.8
-	virtual/pkgconfig
-	wayland? (
-		>=dev-util/wayland-scanner-1.15
-	)
-"
-
-src_configure() {
-	local myconf=(
-		$(use_enable introspection)
-		$(use_enable wayland)
-		$(use_enable X x11)
-		# these are not used by make check
-		--disable-tests
-	)
-	econf "${myconf[@]}"
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-01 15:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-01 15:23 [gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4windowing/files/, xfce-base/libxfce4windowing/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox