summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/libxfce4windowing/Manifest4
-rw-r--r--xfce-base/libxfce4windowing/libxfce4windowing-4.19.1.ebuild61
-rw-r--r--xfce-base/libxfce4windowing/libxfce4windowing-4.19.4.ebuild57
-rw-r--r--xfce-base/libxfce4windowing/libxfce4windowing-4.19.5.ebuild60
-rw-r--r--xfce-base/libxfce4windowing/libxfce4windowing-4.19.6.ebuild60
5 files changed, 0 insertions, 242 deletions
diff --git a/xfce-base/libxfce4windowing/Manifest b/xfce-base/libxfce4windowing/Manifest
index e8196de397ac..0b8be8c8df19 100644
--- a/xfce-base/libxfce4windowing/Manifest
+++ b/xfce-base/libxfce4windowing/Manifest
@@ -1,6 +1,2 @@
-DIST libxfce4windowing-4.19.1.tar.bz2 452748 BLAKE2B 0fbf8ec5bb1d1857dfbe2851ef25a63dca57315c9f9dd5e3d870ae86c5fa054e3f4915d7cef1c98a5ac909ff29e8ad47b5b2754d1c8b2199320ee4a5efcf2eae SHA512 4666ff3a0142f584fb62cff8e6271a73bc3da8f1cd6dad629e3075a5a2552f54d56abb44bc6d9b2c1b4a1c8ed131bd6aa875714191cffd28958a2edf09a90729
DIST libxfce4windowing-4.19.3.tar.bz2 535825 BLAKE2B cb97589e213e4d07f05c6665399459f2f453a9519483606c5a5e3bd901bebbc361ae044f22596bca86c7aa8e0b23b585b7a41f0170d458d597f07b0a03e08edd SHA512 848b7aeeebdd630c27bac242b5a59d25409b2e8f22d2d8dc95fbfe45357e4f3374e36c151792ddc061b4dcf5d1fdf31f47e76c75b7167b244ae198b0a3b4bca0
-DIST libxfce4windowing-4.19.4.tar.bz2 552299 BLAKE2B 7b7184f6a7dee46c8d27fc727b07e7214842c71a3519508cacf9e716db723221b7ddb75d5455d735429589bd9e8b0b9a0ca2ef7a6b34fce7db44900b4a4056e0 SHA512 937b2cd85389faa7a388e6512bae91083ffb93fa5390bfb7cb83ab1fedc7da2d5fef1d848920c4cd22a6e246cee09a9cef88f1acb7d608593d310c659e1a5e2c
-DIST libxfce4windowing-4.19.5.tar.bz2 561827 BLAKE2B 8d0af54f089e077e8f6b73b073ae9a8958921e54ff7fc20a721f3a6dcbf74af31d9afcc437e26ba1ec0393d471843b413e2682835fa0d29c084536dc8d8eb515 SHA512 ed86b9df2bb0262d54fa6a8953866949ec7ef1edfcfe645539f9fd24798970874ce3eb6a76692a4730b457beabf5b0e27261630cb658a47042bafd0cafcab151
-DIST libxfce4windowing-4.19.6.tar.bz2 562883 BLAKE2B 221ba6d5da375092981dfbe57944d0e81c8ee242e62fe962cd69653b29f4aad3c620f46aab0200e322d451d435d4e49d6d3279a0df82c7fa6a7761ccbf7e0f67 SHA512 b4347a3cf34dfc397681f72ac065437173fbefac08b482cf62b40b009c382ea547ed668229f3868b6e7ad902637078c5e07c67918a25a5b6da04a1c3fce91a12
DIST libxfce4windowing-4.19.7.tar.bz2 575191 BLAKE2B 798a5d4cd30998523a6c2a21aef523a1cfd7bb0a6df70a26ba16424df9cd5a6fdefea34d298dbf92b72eec8b52f9fa86f8e84df5c7fc3f7d0de2f52c00d79fcc SHA512 e925622e582669a93b7d0599504f343df2a677a38c68b16024e0600974a3abb93bc2234c6aec480edc8b7f616c07c8c04904518163e783d5b8afd475c4657cb9
diff --git a/xfce-base/libxfce4windowing/libxfce4windowing-4.19.1.ebuild b/xfce-base/libxfce4windowing/libxfce4windowing-4.19.1.ebuild
deleted file mode 100644
index 25ed91fc97fe..000000000000
--- a/xfce-base/libxfce4windowing/libxfce4windowing-4.19.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# 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="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="+introspection wayland X"
-REQUIRED_USE="|| ( wayland X )"
-
-DEPEND="
- >=dev-libs/glib-2.68.0
- >=x11-libs/gtk+-3.24.0:3[X?,introspection?,wayland?]
- >=x11-libs/gdk-pixbuf-2.40.0[introspection?]
- wayland? (
- >=dev-libs/wayland-1.15
- )
- 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
- )
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-no-x.patch
-)
-
-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
-}
diff --git a/xfce-base/libxfce4windowing/libxfce4windowing-4.19.4.ebuild b/xfce-base/libxfce4windowing/libxfce4windowing-4.19.4.ebuild
deleted file mode 100644
index 02592f7cac19..000000000000
--- a/xfce-base/libxfce4windowing/libxfce4windowing-4.19.4.ebuild
+++ /dev/null
@@ -1,57 +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"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="+introspection wayland X"
-REQUIRED_USE="|| ( wayland X )"
-
-RDEPEND="
- >=dev-libs/glib-2.68.0
- >=x11-libs/gtk+-3.24.10:3[X?,introspection?,wayland?]
- >=x11-libs/gdk-pixbuf-2.40.0[introspection?]
- wayland? (
- >=dev-libs/wayland-1.15
- )
- 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.18
- )
-"
-BDEPEND="
- 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)
- )
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/xfce-base/libxfce4windowing/libxfce4windowing-4.19.5.ebuild b/xfce-base/libxfce4windowing/libxfce4windowing-4.19.5.ebuild
deleted file mode 100644
index 88e294c22866..000000000000
--- a/xfce-base/libxfce4windowing/libxfce4windowing-4.19.5.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"
-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.15
- )
- 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.18
- )
-"
-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
-}
diff --git a/xfce-base/libxfce4windowing/libxfce4windowing-4.19.6.ebuild b/xfce-base/libxfce4windowing/libxfce4windowing-4.19.6.ebuild
deleted file mode 100644
index 6ed3c754abc8..000000000000
--- a/xfce-base/libxfce4windowing/libxfce4windowing-4.19.6.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
-}